Re: [PATCH 16/18] target/i386: move remaining conditional operations to new decoder

2023-10-19 Thread Richard Henderson
On 10/14/23 03:01, Paolo Bonzini wrote: Move long-displacement Jcc, SETcc and CMOVcc to the new decoder. While filling in the tables makes the code seem longer, the new emitters are all just one line of code. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.c.inc | 56 +

[PATCH 16/18] target/i386: move remaining conditional operations to new decoder

2023-10-14 Thread Paolo Bonzini
Move long-displacement Jcc, SETcc and CMOVcc to the new decoder. While filling in the tables makes the code seem longer, the new emitters are all just one line of code. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.c.inc | 56 target/i386/tcg/decode