]> www.infradead.org Git - qemu-nvme.git/commit
target/i386: prepare for implementation of STOS/SCAS in new decoder
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 23 Oct 2023 06:52:36 +0000 (08:52 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 29 Dec 2023 21:03:59 +0000 (22:03 +0100)
commit3497f1646f603c396248451c6df8f9d979060351
treefb58abd09a997563b369ea6bb6db92180741ad8b
parent9a5922d6bdc3e047fbe52178104f9b06604f901a
target/i386: prepare for implementation of STOS/SCAS in new decoder

Do not use gen_op, and pull the load from the accumulator into
disas_insn.

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