Searched refs:WASM_F64_SUB (Results 1 – 3 of 3) sorted by relevance
248 EXPECT_SIZE(5, WASM_F64_SUB(WASM_ZERO, WASM_ZERO)); in TEST_F()
533 #define WASM_F64_SUB(x, y) x, y, kExprF64Sub macro
630 BUILD(r, WASM_F64_SUB(WASM_F64(-0.0), WASM_GET_LOCAL(0))); in WASM_EXEC_TEST()2135 WASM_F64_SUB( in WASM_EXEC_TEST()