Home | History | Annotate | Download | only in mips

Lines Matching refs:saves_fpu

2007   const RegList saves_fpu = descriptor->CalleeSavedFPRegisters();
2008 if (saves_fpu != 0) {
2012 if (saves_fpu != 0) {
2013 int count = base::bits::CountPopulation32(saves_fpu);
2059 const RegList saves_fpu = descriptor->CalleeSavedFPRegisters();
2065 if (saves_fpu != 0) {
2066 __ MultiPushFPU(saves_fpu);
2088 const RegList saves_fpu = descriptor->CalleeSavedFPRegisters();
2089 if (saves_fpu != 0) {
2090 __ MultiPopFPU(saves_fpu);