Re: [PATCH 18/18] target/i386: remove gen_op

2023-10-17 Thread Richard Henderson
On 10/14/23 03:01, Paolo Bonzini wrote: It is not used anymore by the old decoder, inline the CMP case into CMPS and SCAS. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 145 +++- 1 file changed, 12 insertions(+), 133 deletions(-) Reviewed-b

[PATCH 18/18] target/i386: remove gen_op

2023-10-14 Thread Paolo Bonzini
It is not used anymore by the old decoder, inline the CMP case into CMPS and SCAS. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 145 +++- 1 file changed, 12 insertions(+), 133 deletions(-) diff --git a/target/i386/tcg/translate.c b/target/i386/