Searched refs:WASM_F64_MAX (Results 1 – 3 of 3) sorted by relevance
247 EXPECT_SIZE(5, WASM_F64_MAX(WASM_ZERO, WASM_ZERO)); in TEST_F()
220 #define WASM_F64_MAX(x, y) kExprF64Max, x, y macro
3055 BUILD(r, WASM_F64_MAX(WASM_GET_LOCAL(0), WASM_GET_LOCAL(1))); in TEST()