summaryrefslogtreecommitdiff
path: root/test/spec/simd.wast
diff options
context:
space:
mode:
authorMax Graey <maxgraey@gmail.com>2021-07-26 17:51:23 +0300
committerGitHub <noreply@github.com>2021-07-26 07:51:23 -0700
commitac05f9cef1085f62f40990e5fbbfdf32c0860409 (patch)
tree1c76a18a005520db3e38a7a41d7cd1705200a972 /test/spec/simd.wast
parentccd0c966cbd6a9d94d57cd93a39de1aeb9feccc2 (diff)
downloadbinaryen-ac05f9cef1085f62f40990e5fbbfdf32c0860409.tar.gz
binaryen-ac05f9cef1085f62f40990e5fbbfdf32c0860409.tar.bz2
binaryen-ac05f9cef1085f62f40990e5fbbfdf32c0860409.zip
[SIMD] Add extend + mul simd operations to interpreter (#4021)
Diffstat (limited to 'test/spec/simd.wast')
-rw-r--r--test/spec/simd.wast101
1 files changed, 100 insertions, 1 deletions
diff --git a/test/spec/simd.wast b/test/spec/simd.wast
index 31c44b453..aa9ed48ba 100644
--- a/test/spec/simd.wast
+++ b/test/spec/simd.wast
@@ -152,7 +152,18 @@
(func (export "i16x8.max_u") (param $0 v128) (param $1 v128) (result v128) (i16x8.max_u (local.get $0) (local.get $1)))
(func (export "i16x8.avgr_u") (param $0 v128) (param $1 v128) (result v128) (i16x8.avgr_u (local.get $0) (local.get $1)))
(func (export "i16x8.q15mulr_sat_s") (param $0 v128) (param $1 v128) (result v128) (i16x8.q15mulr_sat_s (local.get $0) (local.get $1)))
- ;; TODO: extending multiplications
+ (func (export "i16x8.extmul_low_i8x16_s") (param $0 v128) (param $1 v128) (result v128) (i16x8.extmul_low_i8x16_s (local.get $0) (local.get $1)))
+ (func (export "i16x8.extmul_high_i8x16_s") (param $0 v128) (param $1 v128) (result v128) (i16x8.extmul_high_i8x16_s (local.get $0) (local.get $1)))
+ (func (export "i16x8.extmul_low_i8x16_u") (param $0 v128) (param $1 v128) (result v128) (i16x8.extmul_low_i8x16_u (local.get $0) (local.get $1)))
+ (func (export "i16x8.extmul_high_i8x16_u") (param $0 v128) (param $1 v128) (result v128) (i16x8.extmul_high_i8x16_u (local.get $0) (local.get $1)))
+ (func (export "i32x4.extmul_low_i16x8_s") (param $0 v128) (param $1 v128) (result v128) (i32x4.extmul_low_i16x8_s (local.get $0) (local.get $1)))
+ (func (export "i32x4.extmul_high_i16x8_s") (param $0 v128) (param $1 v128) (result v128) (i32x4.extmul_high_i16x8_s (local.get $0) (local.get $1)))
+ (func (export "i32x4.extmul_low_i16x8_u") (param $0 v128) (param $1 v128) (result v128) (i32x4.extmul_low_i16x8_u (local.get $0) (local.get $1)))
+ (func (export "i32x4.extmul_high_i16x8_u") (param $0 v128) (param $1 v128) (result v128) (i32x4.extmul_high_i16x8_u (local.get $0) (local.get $1)))
+ (func (export "i64x2.extmul_low_i32x4_s") (param $0 v128) (param $1 v128) (result v128) (i64x2.extmul_low_i32x4_s (local.get $0) (local.get $1)))
+ (func (export "i64x2.extmul_high_i32x4_s") (param $0 v128) (param $1 v128) (result v128) (i64x2.extmul_high_i32x4_s (local.get $0) (local.get $1)))
+ (func (export "i64x2.extmul_low_i32x4_u") (param $0 v128) (param $1 v128) (result v128) (i64x2.extmul_low_i32x4_u (local.get $0) (local.get $1)))
+ (func (export "i64x2.extmul_high_i32x4_u") (param $0 v128) (param $1 v128) (result v128) (i64x2.extmul_high_i32x4_u (local.get $0) (local.get $1)))
(func (export "i32x4.abs") (param $0 v128) (result v128) (i32x4.abs (local.get $0)))
(func (export "i32x4.neg") (param $0 v128) (result v128) (i32x4.neg (local.get $0)))
(func (export "i32x4.all_true") (param $0 v128) (result i32) (i32x4.all_true (local.get $0)))
@@ -791,6 +802,94 @@
(v128.const i16x8 0 8192 1 1 32767 0 8193 1)
)
+
+(assert_return
+ (invoke "i16x8.extmul_low_i8x16_s"
+ (v128.const i8x16 63 -63 128 -127 -128 -128 255 255 0 0 0 0 0 0 0 0)
+ (v128.const i8x16 64 -64 1 -1 -1 -127 1 255 0 0 0 0 0 0 0 0)
+ )
+ (v128.const i16x8 4032 4032 -128 127 128 16256 -1 1)
+)
+(assert_return
+ (invoke "i16x8.extmul_high_i8x16_s"
+ (v128.const i8x16 0 0 0 0 0 0 0 0 63 -63 128 -127 -128 -128 255 255)
+ (v128.const i8x16 0 0 0 0 0 0 0 0 64 -64 1 -1 -1 -127 1 255)
+ )
+ (v128.const i16x8 4032 4032 -128 127 128 16256 -1 1)
+)
+(assert_return
+ (invoke "i16x8.extmul_low_i8x16_u"
+ (v128.const i8x16 1 -1 63 -65 -126 -128 255 255 0 0 0 0 0 0 0 0)
+ (v128.const i8x16 -1 -1 64 -64 -1 -128 -128 255 0 0 0 0 0 0 0 0)
+ )
+ (v128.const i16x8 255 -511 4032 -28864 -32386 16384 32640 -511)
+)
+(assert_return
+ (invoke "i16x8.extmul_high_i8x16_u"
+ (v128.const i8x16 0 0 0 0 0 0 0 0 1 -1 63 -65 -126 -128 255 255)
+ (v128.const i8x16 0 0 0 0 0 0 0 0 -1 -1 64 -64 -1 -128 -128 255)
+ )
+ (v128.const i16x8 255 -511 4032 -28864 -32386 16384 32640 -511)
+)
+
+(assert_return
+ (invoke "i32x4.extmul_low_i16x8_s"
+ (v128.const i16x8 1 16384 -32766 65535 0 0 0 0)
+ (v128.const i16x8 -1 16384 -1 -1 0 0 0 0)
+ )
+ (v128.const i32x4 -1 268435456 32766 1)
+)
+(assert_return
+ (invoke "i32x4.extmul_high_i16x8_s"
+ (v128.const i16x8 0 0 0 0 16383 32768 -32766 65535)
+ (v128.const i16x8 0 0 0 0 16384 1 -1 -32768)
+ )
+ (v128.const i32x4 268419072 -32768 32766 32768)
+)
+(assert_return
+ (invoke "i32x4.extmul_low_i16x8_u"
+ (v128.const i16x8 16383 -16383 -32768 65535 0 0 0 0)
+ (v128.const i16x8 16384 -16384 -1 65535 0 0 0 0)
+ )
+ (v128.const i32x4 268419072 -1878999040 2147450880 -131071)
+)
+(assert_return
+ (invoke "i32x4.extmul_high_i16x8_u"
+ (v128.const i16x8 0 0 0 0 16383 -16383 -32768 65535)
+ (v128.const i16x8 0 0 0 0 16384 -16384 -1 65535)
+ )
+ (v128.const i32x4 268419072 -1878999040 2147450880 -131071)
+)
+
+(assert_return
+ (invoke "i64x2.extmul_low_i32x4_s"
+ (v128.const i32x4 1073741823 -2147483648 0 0)
+ (v128.const i32x4 1073741824 -1 0 0)
+ )
+ (v128.const i64x2 1152921503533105152 2147483648)
+)
+(assert_return
+ (invoke "i64x2.extmul_high_i32x4_s"
+ (v128.const i32x4 0 0 -1073741825 4294967295)
+ (v128.const i32x4 0 0 -1073741824 4294967295)
+ )
+ (v128.const i64x2 1152921505680588800 1)
+)
+(assert_return
+ (invoke "i64x2.extmul_low_i32x4_u"
+ (v128.const i32x4 -1 -1073741825 0 0)
+ (v128.const i32x4 -1 -1073741824 0 0)
+ )
+ (v128.const i64x2 -8589934591 -8070450535469154304)
+)
+(assert_return
+ (invoke "i64x2.extmul_high_i32x4_u"
+ (v128.const i32x4 0 0 -2147483648 4294967295)
+ (v128.const i32x4 0 0 -1 4294967295)
+ )
+ (v128.const i64x2 9223372034707292160 -8589934591)
+)
+
;; i32x4 arithmetic
(assert_return (invoke "i32x4.abs" (v128.const i32x4 0 1 0x80000000 0x80000001)) (v128.const i32x4 0 1 0x80000000 0x7fffffff))
(assert_return (invoke "i32x4.neg" (v128.const i32x4 0 1 0x80000000 0x80000001)) (v128.const i32x4 0 -1 0x80000000 0x7fffffff))