Home
last modified time | relevance | path

Searched defs:popcntq (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_x86_64.cc2651 __ popcntq(out, src.AsRegister<CpuRegister>()); in GenBitCount() local
2657 __ popcntq(out, Address(CpuRegister(RSP), src.GetStackIndex())); in GenBitCount() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3279 void X86_64Assembler::popcntq(CpuRegister dst, CpuRegister src) { in popcntq() function in art::x86_64::X86_64Assembler
3288 void X86_64Assembler::popcntq(CpuRegister dst, const Address& src) { in popcntq() function in art::x86_64::X86_64Assembler