Home
last modified time | relevance | path

Searched refs:FloatRegs (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCWin64EH.cpp676 FloatRegs, in tryPackedUnwind() enumerator
716 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 …]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp1204 int FloatRegs = RF.RegF() > 0 ? RF.RegF() + 1 : 0; in dumpPackedARM64Entry() local
1205 for (int I = (FloatRegs + 1) / 2 - 1; I >= 0; I--) { in dumpPackedARM64Entry()
1206 if (I == (FloatRegs + 1) / 2 - 1 && FloatRegs % 2 == 1) { in dumpPackedARM64Entry()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp145 static const MCPhysReg FloatRegs[32] = { variable
1235 RegNo = FloatRegs[intVal]; in matchRegisterName()