mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
LibX86+UserspaceEmulator: Add MMX insns prototypes
This commit is contained in:
parent
38fe67abb4
commit
f6aad70541
5 changed files with 220 additions and 0 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue