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:
parent
efa42c4d45
commit
eb6af29421
5 changed files with 39 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue