Searched refs:WASM_I32_DIVS (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/unittests/wasm/ |
D | wasm-macro-gen-unittest.cc | 156 EXPECT_SIZE(5, WASM_I32_DIVS(WASM_ZERO, WASM_ZERO)); in TEST_F()
|
D | ast-decoder-unittest.cc | 961 VERIFY(WASM_I32_DIVS(WASM_GET_LOCAL(0), WASM_I8(15))); in TEST_F()
|
/external/v8/src/wasm/ |
D | wasm-macro-gen.h | 134 #define WASM_I32_DIVS(x, y) kExprI32DivS, x, y macro
|
/external/v8/test/cctest/wasm/ |
D | test-run-wasm.cc | 522 BUILD(r, WASM_I32_DIVS(WASM_GET_LOCAL(0), WASM_GET_LOCAL(1))); in TEST() 568 BUILD(r, WASM_I32_DIVS(WASM_GET_LOCAL(0), WASM_I8(denom))); in TEST() 604 WASM_I32_DIVS(WASM_STORE_MEM(MachineType::Int8(), in TEST() 607 WASM_I32_DIVS(WASM_STORE_MEM(MachineType::Int8(), in TEST()
|