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

2024-06-17 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/decode-new.h | 1 + target/i386/tcg/translate.c | 79 target/i386/tcg/decode-new.c.inc | 61 ++-- t

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

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