Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-external-refs.h60 uint32_t word32_popcnt_wrapper(Address data);
Dwasm-external-refs.cc224 uint32_t word32_popcnt_wrapper(Address data) { in word32_popcnt_wrapper() function
/external/v8/src/
Dexternal-reference.cc329 Redirect(FUNCTION_ADDR(wasm::word32_popcnt_wrapper))); in wasm_word32_popcnt()