KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'
authorNitin A Kamble <nitin.a.kamble@intel.com>
Fri, 17 Aug 2007 12:17:41 +0000 (15:17 +0300)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:23 +0000 (10:18 +0200)
Implement emulation of instruction
    and al imm8 (opcode 0x24)
    and ax/eax imm16/imm32 (opcode 0x25)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found