Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-external-refs.h60 uint32_t word64_popcnt_wrapper(uint64_t* input);
Dwasm-external-refs.cc202 uint32_t word64_popcnt_wrapper(uint64_t* input) { in word64_popcnt_wrapper() function
Dwasm-interpreter.cc387 return word64_popcnt_wrapper(&val); in ExecuteI64Popcnt()
/external/v8/src/
Dassembler.cc1155 Redirect(isolate, FUNCTION_ADDR(wasm::word64_popcnt_wrapper))); in wasm_word64_popcnt()