Searched refs:BuildBitCountingCall (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ |
| D | wasm-compiler.h | 647 Node* BuildBitCountingCall(Node* input, ExternalReference ref,
|
| D | wasm-compiler.cc | 2221 Node* WasmGraphBuilder::BuildBitCountingCall(Node* input, ExternalReference ref, in BuildBitCountingCall() function in v8::internal::compiler::WasmGraphBuilder 2234 return BuildBitCountingCall(input, ExternalReference::wasm_word32_ctz(), in BuildI32Ctz() 2240 BuildBitCountingCall(input, ExternalReference::wasm_word64_ctz(), in BuildI64Ctz() 2245 return BuildBitCountingCall(input, ExternalReference::wasm_word32_popcnt(), in BuildI32Popcnt() 2252 BuildBitCountingCall(input, ExternalReference::wasm_word64_popcnt(), in BuildI64Popcnt()
|