Home | History | Annotate | Download | only in Mips

Lines Matching refs:FP

51 //  .                 saved FP
243 // Insert instruction "move $fp, $sp" at this location.
244 BuildMI(MBB, MBBI, dl, TII.get(Mips::ADDu), Mips::FP)
247 // emit ".cfi_def_cfa_register $fp"
251 DstML = MachineLocation(Mips::FP);
291 // Insert instruction "move $sp, $fp" at this location.
293 .addReg(Mips::FP).addReg(Mips::ZERO);
315 // $fp and $ra used or unused.
317 // Mark $fp and $ra as used or unused.
319 MRI.setPhysRegUsed(Mips::FP);