Home
last modified time | relevance | path

Searched hist:"2 adb5ad9fe1b44d0ae8b00d2bd6568e6163215b3" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Demulate.cdiff 2adb5ad9fe1b44d0ae8b00d2bd6568e6163215b3 Mon Jan 16 07:08:45 CST 2012 Avi Kivity <avi@redhat.com> 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>