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

  /external/v8/test/cctest/wasm/
test-run-wasm-64.cc 318 BUILD(r, WASM_I64_XOR(WASM_GET_LOCAL(0), WASM_GET_LOCAL(1)));
    [all...]
  /external/v8/test/unittests/wasm/
wasm-macro-gen-unittest.cc 197 EXPECT_SIZE(5, WASM_I64_XOR(WASM_ZERO, WASM_ZERO));
ast-decoder-unittest.cc     [all...]
  /external/v8/src/wasm/
wasm-macro-gen.h 484 #define WASM_I64_XOR(x, y) x, y, kExprI64Xor

Completed in 43 milliseconds