diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-11-21 13:01:45 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-01-10 23:34:44 +0100 |
commit | ef682b08a0b52f4e6d9d790e26291f146e05734a (patch) | |
tree | abdf8f8ba3833ac9794ab9658ad6309d9c70c83a /rust/qemu-api | |
parent | 88716ae79f89bd6510f0c9e182a73ad40d1ff531 (diff) | |
download | qemu-ef682b08a0b52f4e6d9d790e26291f146e05734a.zip qemu-ef682b08a0b52f4e6d9d790e26291f146e05734a.tar.gz qemu-ef682b08a0b52f4e6d9d790e26291f146e05734a.tar.bz2 |
target/i386: use shr to load high-byte registers into T0/T1
Using a sextract or extract operation is only necessary if a
sign or zero extended value is needed. If not, a shift is
enough.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rust/qemu-api')
0 files changed, 0 insertions, 0 deletions