Avi Kivity 2adb5ad9fe KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack
Currently we treat MOVSX/MOVZX with a byte source as a byte instruction,
and change the destination operand size with a hack.  Change it to be
a word instruction, so the destination receives its natural size, and
change the source to be SrcMem8.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2012-03-05 14:52:42 +02:00
..
2011-12-27 11:22:30 +02:00
2010-10-24 10:53:14 +02:00
2011-12-27 11:23:39 +02:00
2011-12-27 11:23:39 +02:00
2011-07-24 11:50:40 +03:00
2011-12-27 11:17:05 +02:00
2011-12-27 11:21:49 +02:00