Searched refs:FloatRegs (Results 1 – 2 of 2) sorted by relevance
829 FloatRegs, in tryARM64PackedUnwind() enumerator876 Location = FloatRegs; in tryARM64PackedUnwind()907 Location = FloatRegs; in tryARM64PackedUnwind()915 Location = FloatRegs; in tryARM64PackedUnwind()922 if (Location != FloatRegs || RegF == 0 || Inst.Register != 8 + RegF || in tryARM64PackedUnwind()933 Location = FloatRegs; in tryARM64PackedUnwind()936 if ((Location != IntRegs && Location != FloatRegs) || in tryARM64PackedUnwind()941 Location = FloatRegs; in tryARM64PackedUnwind()946 else if (Location == FloatRegs) in tryARM64PackedUnwind()952 if (Location != IntRegs && Location != FloatRegs && Location != InputArgs) in tryARM64PackedUnwind()[all …]
1382 int FloatRegs = RF.RegF() > 0 ? RF.RegF() + 1 : 0; in dumpPackedARM64Entry() local1383 for (int I = (FloatRegs + 1) / 2 - 1; I >= 0; I--) { in dumpPackedARM64Entry()1384 if (I == (FloatRegs + 1) / 2 - 1 && FloatRegs % 2 == 1) { in dumpPackedARM64Entry()