1
Fork 0
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:
Hendiadyoin1 2021-04-29 22:13:09 +02:00 committed by Linus Groh
parent 38fe67abb4
commit f6aad70541
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,