Home | History | Annotate | Download | only in optimizing

Lines Matching refs:popcntl

2582       __ popcntl(out, src.AsRegister<Register>());
2585 __ popcntl(out, Address(ESP, src.GetStackIndex()));
2591 __ popcntl(temp, src.AsRegisterPairLow<Register>());
2592 __ popcntl(out, src.AsRegisterPairHigh<Register>());
2595 __ popcntl(temp, Address(ESP, src.GetStackIndex()));
2596 __ popcntl(out, Address(ESP, src.GetHighStackIndex(kX86WordSize)));