diff options
Diffstat (limited to 'src/interp/interp.cc')
-rw-r--r-- | src/interp/interp.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/interp/interp.cc b/src/interp/interp.cc index f262d5f7..5e6acb75 100644 --- a/src/interp/interp.cc +++ b/src/interp/interp.cc @@ -3685,6 +3685,15 @@ Result Thread::Run(int num_instructions) { case Opcode::I32X4WidenHighI16X8S: case Opcode::I32X4WidenLowI16X8U: case Opcode::I32X4WidenHighI16X8U: + case Opcode::I16X8Load8X8S: + case Opcode::I16X8Load8X8U: + case Opcode::I32X4Load16X4S: + case Opcode::I32X4Load16X4U: + case Opcode::I64X2Load32X2S: + case Opcode::I64X2Load32X2U: + case Opcode::V128Andnot: + case Opcode::I8X16AvgrU: + case Opcode::I16X8AvgrU: return ResultType::NotImplemented; // The following opcodes are either never generated or should never be |