Home
last modified time | relevance | path

Searched refs:WASM_BREAKV (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc890 EXPECT_VERIFIES_INLINE(&env_i_i, WASM_LOOP(1, WASM_BREAKV(0, WASM_ZERO))); in TEST_F()
891 EXPECT_VERIFIES_INLINE(&env_l_l, WASM_LOOP(1, WASM_BREAKV(0, WASM_I64(0)))); in TEST_F()
893 WASM_LOOP(1, WASM_BREAKV(0, WASM_F32(0.0)))); in TEST_F()
895 WASM_LOOP(1, WASM_BREAKV(0, WASM_F64(0.0)))); in TEST_F()
/external/v8/src/wasm/
Dwasm-macro-gen.h31 #define WASM_BREAKV(depth, val) kExprBr, static_cast<byte>(depth + 1), val macro
/external/v8/test/cctest/wasm/
Dtest-run-wasm.cc2620 WASM_BREAKV(0, WASM_GET_LOCAL(0))), in TEST()