Home
last modified time | relevance | path

Searched refs:WASM_I32_DIVS (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/unittests/wasm/
Dwasm-macro-gen-unittest.cc156 EXPECT_SIZE(5, WASM_I32_DIVS(WASM_ZERO, WASM_ZERO)); in TEST_F()
Dast-decoder-unittest.cc961 VERIFY(WASM_I32_DIVS(WASM_GET_LOCAL(0), WASM_I8(15))); in TEST_F()
/external/v8/src/wasm/
Dwasm-macro-gen.h134 #define WASM_I32_DIVS(x, y) kExprI32DivS, x, y macro
/external/v8/test/cctest/wasm/
Dtest-run-wasm.cc522 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()