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

  /external/v8/test/unittests/wasm/
wasm-macro-gen-unittest.cc 191 EXPECT_SIZE(5, WASM_I64_REMU(WASM_ZERO, WASM_ZERO));
ast-decoder-unittest.cc 1001 VERIFY_L_LL(WASM_I64_REMU(WASM_GET_LOCAL(0), WASM_I64(18)));
    [all...]
  /external/v8/src/wasm/
wasm-macro-gen.h 167 #define WASM_I64_REMU(x, y) kExprI64RemU, x, y
  /external/v8/test/cctest/wasm/
test-run-wasm.cc 654 BUILD(r, WASM_I64_REMU(WASM_GET_LOCAL(0), WASM_GET_LOCAL(1)));
    [all...]

Completed in 425 milliseconds