aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/dynarmic/ir/opcodes.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynarmic/ir/opcodes.inc')
-rw-r--r--src/dynarmic/ir/opcodes.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dynarmic/ir/opcodes.inc b/src/dynarmic/ir/opcodes.inc
index 54d43ff4..dd060e0a 100644
--- a/src/dynarmic/ir/opcodes.inc
+++ b/src/dynarmic/ir/opcodes.inc
@@ -578,6 +578,9 @@ OPCODE(FPMul64, U64, U64,
OPCODE(FPMulAdd16, U16, U16, U16, U16 )
OPCODE(FPMulAdd32, U32, U32, U32, U32 )
OPCODE(FPMulAdd64, U64, U64, U64, U64 )
+OPCODE(FPMulSub16, U16, U16, U16, U16 )
+OPCODE(FPMulSub32, U32, U32, U32, U32 )
+OPCODE(FPMulSub64, U64, U64, U64, U64 )
OPCODE(FPMulX32, U32, U32, U32 )
OPCODE(FPMulX64, U64, U64, U64 )
OPCODE(FPNeg16, U16, U16 )