x86asm: Add vm* and iret[wlq] insns
commitb077bc8ff7c2a39985382339a3f15b7047d066ec
authorMichael Matz <matz@suse.de>
Fri, 8 Jul 2022 13:05:56 +0000 (8 15:05 +0200)
committerMichael Matz <matz@suse.de>
Tue, 16 Aug 2022 13:59:41 +0000 (16 15:59 +0200)
tree7397990fae3482e99fd653610a3d15e3656ef4e0
parent2309517066c545f79b7228cfc2f4cf5539ffd6ff
x86asm: Add vm* and iret[wlq] insns

The no-operand vm* instructions can be interpreted as having a
funny modrm byte, but unlike no-operand OPC_MODRM it's also the
r/m field which selects the insn, not (only) the reg field (aka group),
so we need another insn type.
i386-asm.c
tests/asmtest.S
x86_64-asm.h