Searched refs:popcntq (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/x86_64/ |
D | assembler_x86_64_test.cc | 1358 DriverStr(RepeatRR(&x86_64::X86_64Assembler::popcntq, "popcntq %{reg2}, %{reg1}"), "popcntq"); in TEST_F() 1362 GetAssembler()->popcntq(x86_64::CpuRegister(x86_64::R10), x86_64::Address( in TEST_F() 1364 GetAssembler()->popcntq(x86_64::CpuRegister(x86_64::RDI), x86_64::Address( in TEST_F() 1366 GetAssembler()->popcntq(x86_64::CpuRegister(x86_64::RDI), x86_64::Address( in TEST_F()
|
D | assembler_x86_64.h | 655 void popcntq(CpuRegister dst, CpuRegister src); 656 void popcntq(CpuRegister dst, const Address& src);
|
D | assembler_x86_64.cc | 2281 void X86_64Assembler::popcntq(CpuRegister dst, CpuRegister src) { in popcntq() function in art::x86_64::X86_64Assembler 2290 void X86_64Assembler::popcntq(CpuRegister dst, const Address& src) { in popcntq() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 2418 __ popcntq(out, src.AsRegister<CpuRegister>()); in GenBitCount() local 2424 __ popcntq(out, Address(CpuRegister(RSP), src.GetStackIndex())); in GenBitCount() local
|