Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dwasm-simd-utils.cc91 WASM_GLOBAL_SET(0, WASM_SIMD_SHIFT_OP(opcode, WASM_LOCAL_GET(simd), in RunI8x16ShiftOpTest()
93 WASM_GLOBAL_SET(1, WASM_SIMD_SHIFT_OP( in RunI8x16ShiftOpTest()
198 WASM_GLOBAL_SET(0, WASM_SIMD_SHIFT_OP(opcode, WASM_LOCAL_GET(simd), in RunI16x8ShiftOpTest()
200 WASM_GLOBAL_SET(1, WASM_SIMD_SHIFT_OP( in RunI16x8ShiftOpTest()
298 WASM_GLOBAL_SET(0, WASM_SIMD_SHIFT_OP(opcode, WASM_LOCAL_GET(simd), in RunI32x4ShiftOpTest()
300 WASM_GLOBAL_SET(1, WASM_SIMD_SHIFT_OP( in RunI32x4ShiftOpTest()
377 WASM_GLOBAL_SET(0, WASM_SIMD_SHIFT_OP(opcode, WASM_LOCAL_GET(simd), in RunI64x2ShiftOpTest()
379 WASM_GLOBAL_SET(1, WASM_SIMD_SHIFT_OP( in RunI64x2ShiftOpTest()
H A Dtest-run-wasm-simd.cc3789 #undef WASM_SIMD_SHIFT_OP
/dports/lang/v8/v8-9.6.180.12/test/common/wasm/
H A Dwasm-macro-gen.h913 #define WASM_SIMD_SHIFT_OP(op, x, y) x, y, WASM_SIMD_OP(op) macro