KVM: x86 emulator: Make group storage bits separate from operand bits
authorAvi Kivity <avi@redhat.com>
Mon, 26 Jul 2010 11:37:46 +0000 (14:37 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:49:55 +0000 (10:49 +0200)
Currently group bits are stored in bits 0:7, where operand bits are stored.

Make group bits be 0:3, and move the existing bits 0:3 to 16:19, so we can
mix group and operand bits.

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

No differences found