Home
last modified time | relevance | path

Searched refs:popcntq (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64.h873 void popcntq(CpuRegister dst, CpuRegister src);
874 void popcntq(CpuRegister dst, const Address& src);
Dassembler_x86_64_test.cc2150 DriverStr(RepeatRR(&x86_64::X86_64Assembler::popcntq, "popcntq %{reg2}, %{reg1}"), "popcntq"); in TEST_F()
2154 …DriverStr(RepeatRA(&x86_64::X86_64Assembler::popcntq, "popcntq {mem}, %{reg}"), "popcntq_address"); in TEST_F()
Dassembler_x86_64.cc5030 void X86_64Assembler::popcntq(CpuRegister dst, CpuRegister src) { in popcntq() function in art::x86_64::X86_64Assembler
5039 void X86_64Assembler::popcntq(CpuRegister dst, const Address& src) { in popcntq() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dintrinsics_x86_64.cc2296 __ popcntq(out, src.AsRegister<CpuRegister>()); in GenBitCount() local
2302 __ popcntq(out, Address(CpuRegister(RSP), src.GetStackIndex())); in GenBitCount() local