Searched defs:popcnt (Results 1 - 3 of 3) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/cpp/ | ||
H A D | cpp_message.cc | 440 static int popcnt(uint32 n) { in popcnt() function |
/third_party/node/deps/v8/src/codegen/ia32/ | ||
H A D | assembler-ia32.h | 1378 void popcnt(Register dst, Register src) { popcnt(dst, Operand(src)); } in popcnt() function in v8::internal::Assembler |
H A D | assembler-ia32.cc | 3137 void Assembler::popcnt(Register dst, Operand src) { in popcnt() function in v8::internal::Assembler |
Completed in 17 milliseconds