aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/opcode.def
diff options
context:
space:
mode:
Diffstat (limited to 'opcode.def')
-rw-r--r--opcode.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode.def b/opcode.def
index 2583e2f4..7959efaf 100644
--- a/opcode.def
+++ b/opcode.def
@@ -91,6 +91,7 @@ OPCODE(SLICE, BADOP, BADOP, BADOP, 1, OPF_TARGET)
/* Select - three input values */
OPCODE(SEL, BADOP, BADOP, BADOP, 3, OPF_TARGET)
+OPCODE(FMADD, BADOP, BADOP, BADOP, 3, OPF_TARGET)
/* Memory */
OPCODE(LOAD, BADOP, BADOP, BADOP, 1, OPF_TARGET)