Re: [PATCH 11/22] target/i386: do not decode string source/destination into decode->mem

2023-12-28 Thread Richard Henderson
On 12/23/23 05:15, Paolo Bonzini wrote: 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. Signed-off-by: Paolo Bonzini --- target/

[PATCH 11/22] target/i386: do not decode string source/destination into decode->mem

2023-12-22 Thread Paolo Bonzini
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. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.c.inc | 20 ++-