summaryrefslogtreecommitdiff
path: root/src/opcode.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcode.def')
-rw-r--r--src/opcode.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/opcode.def b/src/opcode.def
index cb2adc55..c383c30e 100644
--- a/src/opcode.def
+++ b/src/opcode.def
@@ -333,6 +333,8 @@ WABT_OPCODE(V128, V128, V128, ___, 0, 0xfd, 0x6e, I32X4GeS, "i32x4.ge_s")
WABT_OPCODE(V128, V128, V128, ___, 0, 0xfd, 0x6f, I32X4GeU, "i32x4.ge_u")
WABT_OPCODE(V128, V128, V128, ___, 0, 0xfd, 0x70, F32X4Ge, "f32x4.ge")
WABT_OPCODE(V128, V128, V128, ___, 0, 0xfd, 0x71, F64X2Ge, "f64x2.ge")
+WABT_OPCODE(V128, V128, ___, ___, 0, 0xfd, 0x72, F32X4Neg, "f32x4.neg")
+WABT_OPCODE(V128, V128, ___, ___, 0, 0xfd, 0x73, F64X2Neg, "f64x2.neg")
WABT_OPCODE(I32, I32, I32, ___, 4, 0xfe, 0x00, AtomicWake, "atomic.wake")