Re: [PATCH 18/22] target/i386: prepare for implementation of STOS/SCAS in new decoder

2023-12-28 Thread Richard Henderson
On 12/23/23 05:15, Paolo Bonzini wrote: Do not use gen_op, and pull the load from the accumulator into disas_insn. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH 18/22] target/i386: prepare for implementation of STOS/SCAS in new decoder

2023-12-22 Thread Paolo Bonzini
Do not use gen_op, and pull the load from the accumulator into disas_insn. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/target/i386/tcg/translate.c b/target/i386/tcg/translate.c index edbad0ad746..c7d480