Searched refs:WASM_F32_MAX (Results 1 – 3 of 3) sorted by relevance
222 EXPECT_SIZE(5, WASM_F32_MAX(WASM_ZERO, WASM_ZERO)); in TEST_F()
196 #define WASM_F32_MAX(x, y) kExprF32Max, x, y macro
3031 BUILD(r, WASM_F32_MAX(WASM_GET_LOCAL(0), WASM_GET_LOCAL(1))); in TEST()