X86: Fix a few bugs with the segment register instructions in real mode.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 25 Feb 2009 18:20:19 +0000 (10:20 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 25 Feb 2009 18:20:19 +0000 (10:20 -0800)
commit1e70401c08c5976b9ef01b95e100625bdbaf5f3d
treeb49757788d7165ea81848bbea87995eee6e96d92
parent8813168b5a3830b0b0a65b0342aca7b607e74b42
X86: Fix a few bugs with the segment register instructions in real mode.
Fix a few instances where the register form of zext was used where zexti was
intended. Also get rid of the 64 bit only rip relative addressed version since
64 bit and real mode are mutually exclusive.
src/arch/x86/isa/insts/general_purpose/data_transfer/move.py