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

  /art/compiler/utils/x86/
assembler_x86.cc 189 void X86Assembler::popcntl(Register dst, Register src) { function in class:art::x86::X86Assembler
197 void X86Assembler::popcntl(Register dst, const Address& src) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 2928 void X86_64Assembler::popcntl(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
2937 void X86_64Assembler::popcntl(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 4311 void Assembler::popcntl(Register dst, Register src) { function in class:v8::internal::Assembler
4322 void Assembler::popcntl(Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]

Completed in 67 milliseconds