summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/WebAssembly
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/WebAssembly')
-rw-r--r--llvm/test/MC/WebAssembly/simd-encodings.s24
1 files changed, 24 insertions, 0 deletions
diff --git a/llvm/test/MC/WebAssembly/simd-encodings.s b/llvm/test/MC/WebAssembly/simd-encodings.s
index a8c9b6df445..02d07674c16 100644
--- a/llvm/test/MC/WebAssembly/simd-encodings.s
+++ b/llvm/test/MC/WebAssembly/simd-encodings.s
@@ -145,6 +145,30 @@
# CHECK: i64x2.neg # encoding: [0xfd,0x27]
i64x2.neg
+ # CHECK: i8x16.add_saturate_s # encoding: [0xfd,0x28]
+ i8x16.add_saturate_s
+
+ # CHECK: i8x16.add_saturate_u # encoding: [0xfd,0x29]
+ i8x16.add_saturate_u
+
+ # CHECK: i16x8.add_saturate_s # encoding: [0xfd,0x2a]
+ i16x8.add_saturate_s
+
+ # CHECK: i16x8.add_saturate_u # encoding: [0xfd,0x2b]
+ i16x8.add_saturate_u
+
+ # CHECK: i8x16.sub_saturate_s # encoding: [0xfd,0x2c]
+ i8x16.sub_saturate_s
+
+ # CHECK: i8x16.sub_saturate_u # encoding: [0xfd,0x2d]
+ i8x16.sub_saturate_u
+
+ # CHECK: i16x8.sub_saturate_s # encoding: [0xfd,0x2e]
+ i16x8.sub_saturate_s
+
+ # CHECK: i16x8.sub_saturate_u # encoding: [0xfd,0x2f]
+ i16x8.sub_saturate_u
+
# CHECK: i8x16.shl # encoding: [0xfd,0x30]
i8x16.shl
OpenPOWER on IntegriCloud