1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:57:36 +00:00

LibX86: Add missing MovD and MovQ instructions

These are placeholders for now
This commit is contained in:
Hendiadyoin1 2021-07-08 17:49:10 +02:00 committed by Andreas Kling
parent efa42c4d45
commit eb6af29421
5 changed files with 39 additions and 7 deletions

View file

@ -103,6 +103,8 @@ enum InstructionFormat {
OP_RM32_reg32_imm8,
OP_RM16_reg16_CL,
OP_RM32_reg32_CL,
OP_mm1_rm32,
OP_rm32_mm2,
OP_mm1_mm2m64,
OP_mm1_mm2m32,
OP_mm1_imm8,