LibX86+UserspaceEmulator: Add MMX insns prototypes

This commit is contained in:
Hendiadyoin1 2021-04-29 22:13:09 +02:00 committed by Linus Groh
commit f6aad70541
Notes: sideshowbarker 2024-07-18 18:50:31 +09:00
5 changed files with 220 additions and 0 deletions

View file

@ -104,6 +104,8 @@ enum InstructionFormat {
OP_RM16_reg16_CL,
OP_RM32_reg32_CL,
OP_mm1_mm2m64,
OP_mm1_mm2m32,
OP_mm1_imm8,
OP_mm1m64_mm2,
__EndFormatsWithRMByte,