Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-run-wasm-relaxed-simd.cc180 WASM_GLOBAL_SET(0, WASM_SIMD_F64x2_QFMA( in WASM_RELAXED_SIMD_TEST()
H A Dtest-run-wasm-simd.cc3823 #undef WASM_SIMD_F64x2_QFMA
/dports/lang/v8/v8-9.6.180.12/test/common/wasm/
H A Dwasm-macro-gen.h980 #define WASM_SIMD_F64x2_QFMA(a, b, c) a, b, c, WASM_SIMD_OP(kExprF64x2Qfma) macro