HomeSort by relevance Sort by last modified time
    Searched refs:WASM_BREAKV (Results 1 - 3 of 3) sorted by null

  /external/v8/src/wasm/
wasm-macro-gen.h 31 #define WASM_BREAKV(depth, val) kExprBr, static_cast<byte>(depth + 1), val
  /external/v8/test/unittests/wasm/
ast-decoder-unittest.cc 890 EXPECT_VERIFIES_INLINE(&env_i_i, WASM_LOOP(1, WASM_BREAKV(0, WASM_ZERO)));
891 EXPECT_VERIFIES_INLINE(&env_l_l, WASM_LOOP(1, WASM_BREAKV(0, WASM_I64(0))));
893 WASM_LOOP(1, WASM_BREAKV(0, WASM_F32(0.0))));
895 WASM_LOOP(1, WASM_BREAKV(0, WASM_F64(0.0))));
    [all...]
  /external/v8/test/cctest/wasm/
test-run-wasm.cc     [all...]

Completed in 44 milliseconds