Home
last modified time | relevance | path

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

/external/v8/test/unittests/wasm/
Dwasm-macro-gen-unittest.cc277 EXPECT_SIZE(3, WASM_I64_UCONVERT_I32(WASM_ZERO)); in TEST_F()
/external/v8/src/wasm/
Dwasm-macro-gen.h249 #define WASM_I64_UCONVERT_I32(x) kExprI64UConvertI32, x macro