Searched refs:WASM_I32_REMS (Results 1 – 4 of 4) sorted by relevance
158 EXPECT_SIZE(5, WASM_I32_REMS(WASM_ZERO, WASM_ZERO)); in TEST_F()
963 VERIFY(WASM_I32_REMS(WASM_GET_LOCAL(0), WASM_I8(17))); in TEST_F()
136 #define WASM_I32_REMS(x, y) kExprI32RemS, x, y macro
533 BUILD(r, WASM_I32_REMS(WASM_GET_LOCAL(0), WASM_GET_LOCAL(1))); in TEST()