summaryrefslogtreecommitdiff
path: root/test/spec/simd.wast
Commit message (Expand)AuthorAgeFilesLines
* [Parser] Use the new parser in wasm-shell and wasm-as (#6529)Thomas Lively2024-04-241-203/+203
* [Simd] Implement extra convert, trunc, demote and promote ops for interpreter...Max Graey2021-07-281-0/+23
* [Simd] Add extending pairwise adds to interpreter (#4022)Max Graey2021-07-261-1/+29
* [SIMD] Add extend + mul simd operations to interpreter (#4021)Max Graey2021-07-261-1/+100
* [Simd] Add extension from i32x4 to i64x2 ops to interpreter (#4016)Max Graey2021-07-261-0/+4
* Implement q15MulrSatSI16x8 for interpreter (#3984)Max Graey2021-07-141-1/+8
* Implement interpretation of i64x2.bitmask (#3982)Thomas Lively2021-07-131-1/+2
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-118/+64
* Prototype additional f64x2 conversions (#3501)Thomas Lively2021-01-191-0/+1
* Prototype SIMD extending pairwise add instructions (#3466)Thomas Lively2021-01-051-8/+1
* Prototype SIMD instructions implemented in LLVM (#3440)Thomas Lively2020-12-111-0/+24
* Standardize NaNs in the interpreter, when there is nondeterminism (#3298)Alon Zakai2020-10-301-8/+8
* Prototype new SIMD multiplications (#3291)Thomas Lively2020-10-281-0/+2
* Implement i8x16.popcnt (#3286)Thomas Lively2020-10-271-0/+4
* Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)Thomas Lively2020-10-221-0/+59
* Implement prototype v128.load{32,64}_zero instructions (#3011)Thomas Lively2020-08-031-0/+4
* Add prototype SIMD rounding instructions (#2895)Thomas Lively2020-06-051-0/+44
* Implement i64x2.mul (#2860)Thomas Lively2020-05-191-0/+2
* Implement pseudo-min/max SIMD instructions (#2847)Thomas Lively2020-05-121-0/+10
* SIMD integer abs and bitmask instructions (#2703)Thomas Lively2020-03-201-1/+17
* SIMD {i8x16,i16x8}.avgr_u instructions (#2539)Thomas Lively2019-12-181-0/+16
* Add i32x4.dot_i16x8_s (#2420)Thomas Lively2019-11-041-0/+5
* Add SIMD integer min and max instructions (#2416)Thomas Lively2019-11-011-0/+84
* v8x16.swizzle (#2368)Thomas Lively2019-10-031-0/+8
* SIMD load and extend instructions (#2353)Thomas Lively2019-09-241-0/+13
* v128.andnot instruction (#2355)Thomas Lively2019-09-241-0/+2
* vNxM.load_splat instructions (#2350)Thomas Lively2019-09-231-1/+9
* SIMD narrowing and widening operations (#2341)Thomas Lively2019-09-141-0/+74
* Update v128.const text formats (#1934)Thomas Lively2019-03-191-305/+315
* Massive renaming (#1855)Thomas Lively2019-01-071-167/+167
* Fix SIMD test placement (#1853)Thomas Lively2019-01-061-2/+2
* SIMD (#1820)Thomas Lively2018-12-131-0/+661