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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWin64EH.cpp676 FloatRegs, enumerator in enum:__anon2028
716 Location = FloatRegs;
747 Location = FloatRegs;
755 Location = FloatRegs;
762 if (Location != FloatRegs || RegF == 0 || Inst.Register != 8 + RegF ||
773 Location = FloatRegs;
776 if ((Location != IntRegs && Location != FloatRegs) ||
781 Location = FloatRegs;
786 else if (Location == FloatRegs)
792 if (Location != IntRegs && Location != FloatRegs
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1204 int FloatRegs = RF.RegF() > 0 ? RF.RegF() + 1 : 0; local
1205 for (int I = (FloatRegs + 1) / 2 - 1; I >= 0; I--) {
1206 if (I == (FloatRegs + 1) / 2 - 1 && FloatRegs % 2 == 1) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp145 static const MCPhysReg FloatRegs[32] = { variable
1241 RegNo = FloatRegs[intVal];

Completed in 99 milliseconds