Home | History | Annotate | Download | only in PowerPC

Lines Matching full:is31

5797   bool is31 = (getTargetMachine().Options.DisableFramePointerElim(MF) ||
5801 unsigned FrameReg = isPPC64 ? (is31 ? PPC::X31 : PPC::X1) :
5802 (is31 ? PPC::R31 : PPC::R1);