]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: do not decode string source/destination into decode->mem
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 Oct 2023 12:51:16 +0000 (14:51 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 29 Dec 2023 21:03:18 +0000 (22:03 +0100)
commita71e0b246accc4dc11616580d7232fbf4b782dac
tree0ec1eab34ccbd5156f8b7c3549fa825c690092d2
parent8a36bbcf6c1769b1b5edb24cc4ceb2eb368446d5
target/i386: do not decode string source/destination into decode->mem

decode->mem is only used if one operand has has_ea == true.  String
operations will not use decode->mem and will load A0 on their own, because
they are the only case of two memory operands in a single instruction.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/decode-new.c.inc