Home
last modified time | relevance | path

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

/external/v8/test/unittests/wasm/
Dwasm-macro-gen-unittest.cc235 EXPECT_SIZE(5, WASM_F32_LE(WASM_ZERO, WASM_ZERO)); in TEST_F()
/external/v8/src/wasm/
Dwasm-macro-gen.h208 #define WASM_F32_LE(x, y) kExprF32Le, x, y macro