X86: Change the meaning of the sext and zext width operand, and make sext set zext...
authorGabe Black <gblack@eecs.umich.edu>
Mon, 12 Nov 2007 22:38:45 +0000 (14:38 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 12 Nov 2007 22:38:45 +0000 (14:38 -0800)
commitf9ddb894dd92d6cc5601d65a3c58dc5dd73f7ac7
treedecee5793bb85d01031164d6df674d04d9c36c36
parent6d4ba8de34e4427a0488e6bc0a9f5b9ec5b1a265
X86: Change the meaning of the sext and zext width operand, and make sext set zext if the sign bit is 0.

--HG--
extra : convert_revision : 08bd7b4ff183038c016612d04ac73b20a255d141
src/arch/x86/isa/insts/general_purpose/data_conversion/sign_extension.py
src/arch/x86/isa/insts/general_purpose/data_conversion/translate.py
src/arch/x86/isa/insts/general_purpose/data_transfer/move.py
src/arch/x86/isa/insts/general_purpose/data_transfer/stack_operations.py
src/arch/x86/isa/insts/general_purpose/input_output/general_io.py
src/arch/x86/isa/insts/general_purpose/input_output/string_io.py
src/arch/x86/isa/microops/regop.isa