Lines Matching refs:StackAdjust
831 StackAdjust, in tryARM64PackedUnwind() enumerator
961 Location != StackAdjust) in tryARM64PackedUnwind()
971 Location = StackAdjust; in tryARM64PackedUnwind()
985 if (Location != StackAdjust || Inst.Offset != 0) in tryARM64PackedUnwind()
1878 unsigned StackAdjust = 0; in tryARMPackedUnwind() local
1981 StackAdjust = Inst.Offset / 4; in tryARMPackedUnwind()
2055 if (Homing && FloatRegs < 0 && IntRegs < 0 && StackAdjust == 0 && in tryARMPackedUnwind()
2060 if (StackAdjust > 0) { in tryARMPackedUnwind()
2062 if (StackAdjust != Inst.Offset / 4) in tryARMPackedUnwind()
2067 StackAdjust = Inst.Offset / 4; in tryARMPackedUnwind()
2143 if (EF != PF && EF != StackAdjust) in tryARMPackedUnwind()
2209 if (StackAdjust > 0 && !GotStackAdjust && EF == 0) in tryARMPackedUnwind()
2224 StackAdjust == 0); // Can't have adjust in all three in tryARMPackedUnwind()
2226 StackAdjust = PF > 0 ? (PF - 1) : (EF - 1); in tryARMPackedUnwind()
2227 assert(StackAdjust <= 3); in tryARMPackedUnwind()
2228 StackAdjust |= 0x3f0; in tryARMPackedUnwind()
2230 StackAdjust |= 1 << 2; in tryARMPackedUnwind()
2232 StackAdjust |= 1 << 3; in tryARMPackedUnwind()
2263 assert(StackAdjust <= 0x3ff); in tryARMPackedUnwind()
2264 info->PackedInfo |= StackAdjust << 22; in tryARMPackedUnwind()