Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-external-refs.h62 uint32_t word64_popcnt_wrapper(Address data);
Dwasm-external-refs.cc228 uint32_t word64_popcnt_wrapper(Address data) { in word64_popcnt_wrapper() function
/external/v8/src/
Dexternal-reference.cc334 Redirect(FUNCTION_ADDR(wasm::word64_popcnt_wrapper))); in wasm_word64_popcnt()