HomeSort by relevance Sort by last modified time
    Searched defs:popcntq (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/x86_64/
assembler_x86_64.cc 3096 void X86_64Assembler::popcntq(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
3105 void X86_64Assembler::popcntq(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 4277 void Assembler::popcntq(Register dst, Register src) { function in class:v8::internal::Assembler
4288 void Assembler::popcntq(Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]

Completed in 65 milliseconds