Home | History | Annotate | Download | only in ppc

Lines Matching refs:saves

2215   const RegList saves =
2219 if (saves != 0) {
2223 DCHECK(num_saves == base::bits::CountPopulation32(saves));
2283 const RegList saves =
2287 if (saves != 0) {
2288 __ MultiPush(saves);
2298 const RegList saves =
2302 if (saves != 0) {
2303 __ MultiPop(saves);