Home
last modified time | relevance | path

Searched refs:WASM_SIMD_STORE_MEM (Results 1 – 2 of 2) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-run-wasm-simd.cc2945 WASM_SIMD_STORE_MEM(WASM_I32V(8), WASM_SIMD_LOAD_MEM(WASM_I32V(4))), in WASM_SIMD_TEST()
2973 WASM_SIMD_STORE_MEM(WASM_LOCAL_GET(0), WASM_SIMD_LOAD_MEM(WASM_ZERO)), in WASM_SIMD_TEST()
3815 #undef WASM_SIMD_STORE_MEM
/dports/lang/v8/v8-9.6.180.12/test/common/wasm/
H A Dwasm-macro-gen.h975 #define WASM_SIMD_STORE_MEM(index, val) \ macro