reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/Sparc/SparcGenAsmMatcher.inc
 2141     case SP::D0: OpKind = MCK_LowDFPRegs; break;
gen/lib/Target/Sparc/SparcGenCallingConv.inc
  116       SP::D0, SP::D1
gen/lib/Target/Sparc/SparcGenRegisterInfo.inc
 1141     SP::D0, SP::D1, SP::D2, SP::D3, SP::D4, SP::D5, SP::D6, SP::D7, SP::D8, SP::D9, SP::D10, SP::D11, SP::D12, SP::D13, SP::D14, SP::D15, SP::D16, SP::D17, SP::D18, SP::D19, SP::D20, SP::D21, SP::D22, SP::D23, SP::D24, SP::D25, SP::D26, SP::D27, SP::D28, SP::D29, SP::D30, SP::D31, 
 1181     SP::D0, SP::D1, SP::D2, SP::D3, SP::D4, SP::D5, SP::D6, SP::D7, SP::D8, SP::D9, SP::D10, SP::D11, SP::D12, SP::D13, SP::D14, SP::D15, 
 1317   { 72U, SP::D0 },
 1402   { 72U, SP::D0 },
 1423   { SP::D0, 72U },
 1508   { SP::D0, 72U },
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
  149     Sparc::D0,  Sparc::D1,  Sparc::D2,  Sparc::D3,
  448       regIdx =  Reg - Sparc::D0;
lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
   82   SP::D0,   SP::D16,  SP::D1,   SP::D17,
lib/Target/Sparc/SparcISelLowering.cpp
  124     Reg = SP::D0 + Offset/8;
 1063     unsigned firstReg = (ValTy == MVT::f64) ? SP::D0 : SP::Q0;