Re: [PATCH 11/18] target/i386: move 00-5F opcodes to new decoder

2023-10-18 Thread Richard Henderson
On 10/14/23 03:01, Paolo Bonzini wrote: +[0x28] = X86_OP_ENTRY2(SUB, E,b, G,b), +[0x29] = X86_OP_ENTRY2(SUB, E,v, G,v), +[0x2A] = X86_OP_ENTRY2(SUB, G,b, E,b), +[0x2B] = X86_OP_ENTRY2(SUB, G,v, E,v), +[0x2C] = X86_OP_ENTRY2(SUB, 0,b, I,b), /* AL, Ib */ +[0x2D] = X86_OP_E

[PATCH 11/18] target/i386: move 00-5F opcodes to new decoder

2023-10-14 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.c.inc | 116 ++ target/i386/tcg/decode-new.h | 3 + target/i386/tcg/emit.c.inc | 201 +++ target/i386/tcg/translate.c | 2 +- 4 files changed, 321 insertions(+), 1 deletion(-