Lines Matching refs:IntRegs
828 IntRegs,
863 Location = IntRegs;
892 if (Location != IntRegs || Inst.Offset != 8 * RegI ||
898 if (Location != IntRegs || Inst.Offset != 8 * RegI)
910 if (Location != IntRegs || Inst.Offset != 8 * RegI ||
936 if ((Location != IntRegs && Location != FloatRegs) ||
944 if (Location == IntRegs)
952 if (Location != IntRegs && Location != FloatRegs && Location != InputArgs)
959 if (Location != Start2 && Location != Start3 && Location != IntRegs &&
976 if (Location != Start2 && Location != Start3 && Location != IntRegs &&
1829 unsigned &Folded, int &IntRegs) {
1839 IntRegs = -1;
1864 IntRegs = N - 1;
1875 int IntRegs = -1; // r4 - r(4+N)
1917 IntRegs = Inst.Register - 4;
1920 IntRegs--;
1941 if (!parseRegMask(Inst.Register, HasLR, HasR11, PF, IntRegs))
1948 if (Step != 3 || !HasR11 || IntRegs >= 0 || PF > 0)
1955 if (Step != 3 || !HasR11 || (IntRegs < 0 && PF == 0))
1966 return false; // Can't pack this case, R==7 means no IntRegs
1967 if (IntRegs >= 0)
1987 if (IntRegs + 4 == 10) {
1990 IntRegs++;
2055 if (Homing && FloatRegs < 0 && IntRegs < 0 && StackAdjust == 0 &&
2115 if (IntRegs < 0) // This opcode must include r4
2117 int Expected = IntRegs;
2119 // Can't express r11 here unless IntRegs describe r4-r10
2120 if (IntRegs != 6)
2160 int Expected = IntRegs;
2167 // expressed as part of IntRegs Instead.
2172 // Neither HasChain nor r11 included in IntRegs, must not have r11
2213 if (IntRegs >= 0 && !GotIntRegs)
2240 assert(IntRegs < 0 || FloatRegs < 0);
2242 if (IntRegs >= 0) {
2243 Reg = IntRegs;