| commit | 19eb938e0115693414a83b6bde2b67896bd9953a | [log] [tgz] |
|---|---|---|
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | Fri Aug 17 15:17:41 2007 +0300 |
| committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:23 2007 +0200 |
| tree | 16174b87dc16d32d0efe19162acba0db9ee6e190 | |
| parent | 253abdee5ec2edd0a7f6dc2358bef42e3fdf1f39 [diff] |
KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'
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>