Searched refs:is31 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 390 bool is31 = needsFP(MF) && !MF.getFrameInfo().hasVarSizedObjects(); in replaceFPWithRealFP() local 391 unsigned FPReg = is31 ? PPC::R31 : PPC::R1; in replaceFPWithRealFP() 392 unsigned FP8Reg = is31 ? PPC::X31 : PPC::X1; in replaceFPWithRealFP() 2531 static void restoreCRs(bool is31, bool CR2Spilled, bool CR3Spilled, in restoreCRs() argument 2651 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters() local 2652 restoreCRs(is31, CR2Spilled, CR3Spilled, CR4Spilled, MBB, I, CSI, in restoreCalleeSavedRegisters() 2717 bool is31 = needsFP(*MF); in restoreCalleeSavedRegisters() local 2718 restoreCRs(is31, CR2Spilled, CR3Spilled, CR4Spilled, MBB, I, CSI, CSIIndex); in restoreCalleeSavedRegisters()
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-7040-mochabin.dts | 109 is31_sdb_pins: is31-sdb-pins {
|