X86: Implement the undocumented SALC instruction which sets AL to 0xFF if CF=1 and...
authorGabe Black <gblack@eecs.umich.edu>
Fri, 19 Oct 2007 05:42:17 +0000 (22:42 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 19 Oct 2007 05:42:17 +0000 (22:42 -0700)
commitf0dce3bfce72a1a8514aa22e04ea6e06253a985f
treec0c339a93101e50a2facf729326638c22e255180
parent46bd1c99a9fb3099ab9688ce43669cb7bc154a2a
X86: Implement the undocumented SALC instruction which sets AL to 0xFF if CF=1 and 0x00 otherwise.

--HG--
extra : convert_revision : 845d43c544e296d7595f54054906055a9f21ad9f
src/arch/x86/isa/decoder/one_byte_opcodes.isa
src/arch/x86/isa/insts/general_purpose/compare_and_test/set_byte_on_condition.py