Searched refs:WASM_I32_POPCNT (Results 1 – 3 of 3) sorted by relevance
112 BUILD(t, WASM_I32_POPCNT(WASM_GET_LOCAL(0))); in TEST()
180 EXPECT_SIZE(3, WASM_I32_POPCNT(WASM_ZERO)); in TEST_F()
156 #define WASM_I32_POPCNT(x) kExprI32Popcnt, x macro