diff options
Diffstat (limited to 'scripts/gen-s-parser.py')
-rwxr-xr-x | scripts/gen-s-parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py index 7fd3d1ec6..358f3f0b1 100755 --- a/scripts/gen-s-parser.py +++ b/scripts/gen-s-parser.py @@ -358,6 +358,7 @@ instructions = [ ("v128.store16_lane", "makeSIMDLoadStoreLane(s, StoreLaneVec16x8)"), ("v128.store32_lane", "makeSIMDLoadStoreLane(s, StoreLaneVec32x4)"), ("v128.store64_lane", "makeSIMDLoadStoreLane(s, StoreLaneVec64x2)"), + ("i8x16.popcnt", "makeUnary(s, UnaryOp::PopcntVecI8x16)"), ("i8x16.abs", "makeUnary(s, UnaryOp::AbsVecI8x16)"), ("i8x16.neg", "makeUnary(s, UnaryOp::NegVecI8x16)"), ("i8x16.any_true", "makeUnary(s, UnaryOp::AnyTrueVecI8x16)"), |