Searched refs:WASM_I64_REMS (Results 1 – 4 of 4) sorted by relevance
190 EXPECT_SIZE(5, WASM_I64_REMS(WASM_ZERO, WASM_ZERO)); in TEST_F()
1000 VERIFY_L_LL(WASM_I64_REMS(WASM_GET_LOCAL(0), WASM_I64(17))); in TEST_F()
166 #define WASM_I64_REMS(x, y) kExprI64RemS, x, y macro
632 BUILD(r, WASM_I64_REMS(WASM_GET_LOCAL(0), WASM_GET_LOCAL(1))); in TEST()