Re: [PATCH 08/25] target/i386: convert MOV from/to CR and DR to new decoder

2024-06-08 Thread Richard Henderson
On 6/8/24 01:40, Paolo Bonzini wrote: Complete implementation of C and D operand types, then the operations are just MOVs. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 79 target/i386/tcg/decode-new.c.inc | 53 +++--

[PATCH 08/25] target/i386: convert MOV from/to CR and DR to new decoder

2024-06-08 Thread Paolo Bonzini
Complete implementation of C and D operand types, then the operations are just MOVs. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 79 target/i386/tcg/decode-new.c.inc | 53 +++-- target/i386/tcg/emit.c.inc | 20