diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-09-18 09:52:24 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-09-19 15:16:00 +0200 |
commit | ca4b1b43bc5ac25c56a3a7a4a2252d6fdc8dcf02 (patch) | |
tree | dc74ed91f4801fe548cf36d1476f5b4f224c2b9d /accel | |
parent | 034668c329bb3e257a1f259571bd462938522e7a (diff) |
target/i386: fix INSERTQ implementation
INSERTQ is defined to not modify any bits in the lower 64 bits of the
destination, other than the ones being replaced with bits from the
source operand. QEMU instead is using unshifted bits from the source
for those bits.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'accel')
0 files changed, 0 insertions, 0 deletions