Home
last modified time | relevance | path

Searched refs:WASM_SIMD_I64x2_EXTRACT_LANE (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.cc570 WASM_LOCAL_SET(0, WASM_SIMD_I64x2_EXTRACT_LANE( in WASM_SIMD_TEST()
573 WASM_SIMD_I64x2_EXTRACT_LANE(1, WASM_LOCAL_GET(1))); in WASM_SIMD_TEST()
739 WASM_I64_EQ(WASM_SIMD_I64x2_EXTRACT_LANE( in WASM_SIMD_TEST()
3799 #undef WASM_SIMD_I64x2_EXTRACT_LANE
/dports/lang/v8/v8-9.6.180.12/test/common/wasm/
H A Dwasm-macro-gen.h937 #define WASM_SIMD_I64x2_EXTRACT_LANE(lane, x) \ macro