Re: [PATCH 13/25] target/i386: convert non-grouped, helper-based 2-byte opcodes

2024-06-08 Thread Richard Henderson
On 6/8/24 01:41, Paolo Bonzini wrote: These have very simple generators and no need for complex group decoding. Apart from LAR/LSL which are simplified to use gen_op_deposit_reg_v and movcond, the code is generally lifted from translate.c into the generators. Signed-off-by: Paolo Bonzini ---

[PATCH 13/25] target/i386: convert non-grouped, helper-based 2-byte opcodes

2024-06-08 Thread Paolo Bonzini
These have very simple generators and no need for complex group decoding. Apart from LAR/LSL which are simplified to use gen_op_deposit_reg_v and movcond, the code is generally lifted from translate.c into the generators. Signed-off-by: Paolo Bonzini --- target/i386/tcg/decode-new.h | 7 +