Home
last modified time | relevance | path

Searched refs:WASM_SIMD_I16x8_SPLAT (Results 1 – 3 of 3) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dwasm-simd-utils.cc118 WASM_LOCAL_SET(temp2, WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(value2))), in RunI8x16MixedRelationalOpTest()
139 BUILD(r, WASM_LOCAL_SET(temp1, WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(value))), in RunI16x8UnOpTest()
162 BUILD(r, WASM_LOCAL_SET(temp1, WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(value1))), in RunI16x8BinOpTest()
163 WASM_LOCAL_SET(temp2, WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(value2))), in RunI16x8BinOpTest()
197 r, WASM_LOCAL_SET(simd, WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(value))), in RunI16x8ShiftOpTest()
224 BUILD(r, WASM_LOCAL_SET(temp1, WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(value1))), in RunI16x8MixedRelationalOpTest()
H A Dtest-run-wasm-simd.cc1067 BUILD(r, WASM_GLOBAL_SET(0, WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(param1))), in WASM_SIMD_TEST()
1096 BUILD(r, WASM_LOCAL_SET(temp1, WASM_SIMD_I16x8_SPLAT(WASM_I32V(-1))), in WASM_SIMD_TEST()
1144 BUILD(r, WASM_LOCAL_SET(value1, WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(0))), in WASM_SIMD_TEST()
1323 BUILD(r, WASM_LOCAL_SET(temp1, WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(value))), in WASM_SIMD_TEST()
1913 BUILD(r, WASM_LOCAL_SET(temp1, WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(value1))), in EXTMUL_ADD_OPTIMIZATION_TEST()
1914 WASM_LOCAL_SET(temp2, WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(value2))), in EXTMUL_ADD_OPTIMIZATION_TEST()
1993 BUILD(r, WASM_LOCAL_SET(temp1, WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(value))), in WASM_SIMD_TEST()
3749 WASM_SIMD_I16x8_SPLAT(WASM_LOCAL_GET(int_val))), \
3804 #undef WASM_SIMD_I16x8_SPLAT
/dports/lang/v8/v8-9.6.180.12/test/common/wasm/
H A Dwasm-macro-gen.h948 #define WASM_SIMD_I16x8_SPLAT(x) WASM_SIMD_SPLAT(I16x8, x) macro