KVM: x86 emulator: introduce Op3264 for mov cr and mov dr instructions
authorAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 11:46:54 +0000 (14:46 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:35 +0000 (10:50 +0200)
The operands for these instructions are 32 bits or 64 bits, depending on
long mode, and ignoring REX prefixes, or the operand size prefix.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found