Home
last modified time | relevance | path

Searched refs:WASM_I64_NE (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/
Dwasm-macro-gen.h175 #define WASM_I64_NE(x, y) kExprI64Ne, x, y macro
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc1021 VERIFY_I_LL(WASM_I64_NE(WASM_GET_LOCAL(0), WASM_I64(25))); in TEST_F()