Re: [PATCH 21/25] target/i386: decode address before going back to translate.c

2024-06-08 Thread Richard Henderson
On 6/8/24 01:41, Paolo Bonzini wrote: There are now relatively few unconverted opcodes in translate.c (there are 13 of them including 8 for x87), and all of them have the same format with a mod/rm byte and no immediate. A good next step is to remove the early bail out to

[PATCH 21/25] target/i386: decode address before going back to translate.c

2024-06-08 Thread Paolo Bonzini
There are now relatively few unconverted opcodes in translate.c (there are 13 of them including 8 for x87), and all of them have the same format with a mod/rm byte and no immediate. A good next step is to remove the early bail out to disas_insn_x87/disas_insn_old, instead giving these legacy