commit | 0dc8d10f7d848b63c8d32cf6fd31ba7def792ac9 | [log] [tgz] |
---|---|---|
author | Guillaume Thouvenin <guillaume.thouvenin@ext.bull.net> | Thu Dec 04 14:26:42 2008 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:55:42 2008 +0200 |
tree | 82c1a42032974305b3ebca01891c07a2a148287c | |
parent | 45ed60b371aeae6ed80f7e9d594a5e6412edc176 [diff] |
KVM: x86 emulator: add Src2 decode set Instruction like shld has three operands, so we need to add a Src2 decode set. We start with Src2None, Src2CL, and Src2ImmByte, Src2One to support shld/shrd and we will expand it later. Signed-off-by: Guillaume Thouvenin <guillaume.thouvenin@ext.bull.net> Signed-off-by: Avi Kivity <avi@redhat.com>