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

References

lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
 1177       RegNo = isPPC64()? PPC::LR8 : PPC::LR;
 1180       RegNo = isPPC64()? PPC::CTR8 : PPC::CTR;
 1183       RegNo = PPC::VRSAVE;
 1187       RegNo = isPPC64()? XRegs[IntVal] : RRegs[IntVal];
 1190       RegNo = FRegs[IntVal];
 1193       RegNo = VSRegs[IntVal];
 1196       RegNo = VRegs[IntVal];
 1199       RegNo = QFRegs[IntVal];
 1202       RegNo = CRRegs[IntVal];