Avi Kivity fb2c264105 KVM: x86 emulator: Use a register for ____emulate_2op() destination
Most x86 two operand instructions allow the destination to be a memory operand,
but IMUL (for example) requires that the destination be a register.  Change
____emulate_2op() to take a register for both source and destination so we
can invoke IMUL.

Signed-off-by: Avi Kivity <avi@redhat.com>
2010-10-24 10:51:11 +02:00
..
2010-09-08 14:50:58 -03:00
2010-08-01 10:47:05 +03:00
2010-08-01 10:47:05 +03:00
2010-05-17 12:17:35 +03:00
2010-08-01 10:47:00 +03:00