Home | History | Annotate | Download | only in x86_64

Lines Matching refs:popcntq

1715 TEST_F(AssemblerX86_64Test, Popcntq) {
1716 DriverStr(RepeatRR(&x86_64::X86_64Assembler::popcntq, "popcntq %{reg2}, %{reg1}"), "popcntq");
1720 GetAssembler()->popcntq(x86_64::CpuRegister(x86_64::R10), x86_64::Address(
1722 GetAssembler()->popcntq(x86_64::CpuRegister(x86_64::RDI), x86_64::Address(
1724 GetAssembler()->popcntq(x86_64::CpuRegister(x86_64::RDI), x86_64::Address(
1727 "popcntq 0xc(%RDI,%RBX,4), %R10\n"
1728 "popcntq 0xc(%R10,%RBX,4), %RDI\n"
1729 "popcntq 0xc(%RDI,%R9,4), %RDI\n";