Home | History | Annotate | Download | only in x86_64

Lines Matching refs:popcntl

1696 TEST_F(AssemblerX86_64Test, Popcntl) {
1697 DriverStr(Repeatrr(&x86_64::X86_64Assembler::popcntl, "popcntl %{reg2}, %{reg1}"), "popcntl");
1701 GetAssembler()->popcntl(x86_64::CpuRegister(x86_64::R10), x86_64::Address(
1703 GetAssembler()->popcntl(x86_64::CpuRegister(x86_64::RDI), x86_64::Address(
1705 GetAssembler()->popcntl(x86_64::CpuRegister(x86_64::RDI), x86_64::Address(
1708 "popcntl 0xc(%RDI,%RBX,4), %R10d\n"
1709 "popcntl 0xc(%R10,%RBX,4), %edi\n"
1710 "popcntl 0xc(%RDI,%R9,4), %edi\n";