Searched refs:FloatRegs (Results 1 – 3 of 3) sorted by relevance
676 FloatRegs, in tryPackedUnwind() enumerator716 Location = FloatRegs; in tryPackedUnwind()747 Location = FloatRegs; in tryPackedUnwind()755 Location = FloatRegs; in tryPackedUnwind()762 if (Location != FloatRegs || RegF == 0 || Inst.Register != 8 + RegF || in tryPackedUnwind()773 Location = FloatRegs; in tryPackedUnwind()776 if ((Location != IntRegs && Location != FloatRegs) || in tryPackedUnwind()781 Location = FloatRegs; in tryPackedUnwind()786 else if (Location == FloatRegs) in tryPackedUnwind()792 if (Location != IntRegs && Location != FloatRegs && Location != InputArgs) in tryPackedUnwind()[all …]
1204 int FloatRegs = RF.RegF() > 0 ? RF.RegF() + 1 : 0; in dumpPackedARM64Entry() local1205 for (int I = (FloatRegs + 1) / 2 - 1; I >= 0; I--) { in dumpPackedARM64Entry()1206 if (I == (FloatRegs + 1) / 2 - 1 && FloatRegs % 2 == 1) { in dumpPackedARM64Entry()
145 static const MCPhysReg FloatRegs[32] = { variable1235 RegNo = FloatRegs[intVal]; in matchRegisterName()