Home | History | Annotate | Download | only in arm64

Lines Matching refs:pop_count

1952   int pop_count = static_cast<int>(descriptor->StackParameterCount());
1966 pop_count += (pop_count & 1); // align
1972 pop_count += (pop_count & 1); // align
1976 pop_count += (pop_count & 1); // align
1981 pop_count += g.ToConstant(pop).ToInt32();
1982 __ Drop(pop_count);
1985 __ Add(pop_reg, pop_reg, pop_count);