Searched refs:WASM_I64_DIVS (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/unittests/wasm/ |
D | wasm-macro-gen-unittest.cc | 188 EXPECT_SIZE(5, WASM_I64_DIVS(WASM_ZERO, WASM_ZERO)); in TEST_F()
|
D | ast-decoder-unittest.cc | 998 VERIFY_L_LL(WASM_I64_DIVS(WASM_GET_LOCAL(0), WASM_I64(15))); in TEST_F()
|
/external/v8/src/wasm/ |
D | wasm-macro-gen.h | 164 #define WASM_I64_DIVS(x, y) kExprI64DivS, x, y macro
|
/external/v8/test/cctest/wasm/ |
D | test-run-wasm.cc | 621 BUILD(r, WASM_I64_DIVS(WASM_GET_LOCAL(0), WASM_GET_LOCAL(1))); in TEST() 667 BUILD(r, WASM_I64_DIVS(WASM_GET_LOCAL(0), WASM_I64(denom))); in TEST()
|