Home
last modified time | relevance | path

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

/external/v8/test/cctest/wasm/
Dtest-run-wasm-js.cc112 BUILD(t, WASM_I32_POPCNT(WASM_GET_LOCAL(0))); in TEST()
/external/v8/test/unittests/wasm/
Dwasm-macro-gen-unittest.cc180 EXPECT_SIZE(3, WASM_I32_POPCNT(WASM_ZERO)); in TEST_F()
/external/v8/src/wasm/
Dwasm-macro-gen.h156 #define WASM_I32_POPCNT(x) kExprI32Popcnt, x macro