Re: [PATCH 05/37] target/i386: add core of new i386 decoder
On 9/12/22 00:03, Paolo Bonzini wrote: +/* five rows for no prefix, 66, F3, F2, 66+F2 */ +static X86OpEntry opcodes_0F38_F0toFF[16][5] = { const. r~
Re: [PATCH 05/37] target/i386: add core of new i386 decoder
On 9/12/22 00:03, Paolo Bonzini wrote: +case X86_TYPE_B: /* VEX. selects a GPR */ +op->unit = X86_OP_INT; +op->n = s->vex_v; +break; Could use a comment for where missing vex prefix is diagnosed. I guess it's one of the "vexN" group markers in the insn table?