Lines Matching refs:StackAdjust
831 StackAdjust,
961 Location != StackAdjust)
971 Location = StackAdjust;
974 // Not allowing FPLRX after StackAdjust; if a StackAdjust is used, it
984 // This can only follow after a StackAdjust
985 if (Location != StackAdjust || Inst.Offset != 0)
1878 unsigned StackAdjust = 0;
1981 StackAdjust = Inst.Offset / 4;
2055 if (Homing && FloatRegs < 0 && IntRegs < 0 && StackAdjust == 0 &&
2060 if (StackAdjust > 0) {
2062 if (StackAdjust != Inst.Offset / 4)
2067 StackAdjust = Inst.Offset / 4;
2070 // StackAdjust == 0 in prologue, mismatch
2143 if (EF != PF && EF != StackAdjust)
2209 if (StackAdjust > 0 && !GotStackAdjust && EF == 0)
2224 StackAdjust == 0); // Can't have adjust in all three
2226 StackAdjust = PF > 0 ? (PF - 1) : (EF - 1);
2227 assert(StackAdjust <= 3);
2228 StackAdjust |= 0x3f0;
2230 StackAdjust |= 1 << 2;
2232 StackAdjust |= 1 << 3;
2263 assert(StackAdjust <= 0x3ff);
2264 info->PackedInfo |= StackAdjust << 22;