Home
last modified time | relevance | path

Searched refs:WASM_F32_NEARESTINT (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/unittests/wasm/
Dwasm-macro-gen-unittest.cc230 EXPECT_SIZE(3, WASM_F32_NEARESTINT(WASM_ZERO)); in TEST_F()
/external/v8/src/wasm/
Dwasm-macro-gen.h203 #define WASM_F32_NEARESTINT(x) kExprF32NearestInt, x macro
/external/v8/test/cctest/wasm/
Dtest-run-wasm.cc2941 BUILD(r, WASM_F32_NEARESTINT(WASM_GET_LOCAL(0)));