Re: [PATCH 22/25] target/i386: list instructions still in translate.c

2024-06-08 Thread Richard Henderson
On 6/8/24 01:41, Paolo Bonzini wrote: Group them so that it is easier to figure out which two-byte opcodes to tackle together. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.c.inc | 18 ++ 1 file changed, 18 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH 22/25] target/i386: list instructions still in translate.c

2024-06-08 Thread Paolo Bonzini
Group them so that it is easier to figure out which two-byte opcodes to tackle together. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.c.inc | 18 ++ 1 file changed, 18 insertions(+) diff --git a/target/i386/tcg/decode-new.c.inc b/target/i386/tcg/decode-new.c.inc