Searched refs:FloatRegs (Results 1 – 2 of 2) sorted by relevance
1030 FloatRegs, in tryARM64PackedUnwind() enumerator1077 Location = FloatRegs; in tryARM64PackedUnwind()1108 Location = FloatRegs; in tryARM64PackedUnwind()1116 Location = FloatRegs; in tryARM64PackedUnwind()1123 if (Location != FloatRegs || RegF == 0 || Inst.Register != 8 + RegF || in tryARM64PackedUnwind()1134 Location = FloatRegs; in tryARM64PackedUnwind()1137 if ((Location != IntRegs && Location != FloatRegs) || in tryARM64PackedUnwind()1142 Location = FloatRegs; in tryARM64PackedUnwind()1147 else if (Location == FloatRegs) in tryARM64PackedUnwind()1153 if (Location != IntRegs && Location != FloatRegs && Location != InputArgs) in tryARM64PackedUnwind()[all …]
1435 int FloatRegs = RF.RegF() > 0 ? RF.RegF() + 1 : 0; in dumpPackedARM64Entry() local1436 for (int I = (FloatRegs + 1) / 2 - 1; I >= 0; I--) { in dumpPackedARM64Entry()1437 if (I == (FloatRegs + 1) / 2 - 1 && FloatRegs % 2 == 1) { in dumpPackedARM64Entry()