reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
482 unsigned SrcR = P.IFR.SrcR, InsR = P.IFR.InsR; 482 unsigned SrcR = P.IFR.SrcR, InsR = P.IFR.InsR; 483 OS << '(' << printReg(SrcR, P.TRI) << ',' << printReg(InsR, P.TRI) 483 OS << '(' << printReg(SrcR, P.TRI) << ',' << printReg(InsR, P.TRI) 484 << ",#" << P.IFR.Wdh << ",#" << P.IFR.Off << ')'; 484 << ",#" << P.IFR.Wdh << ",#" << P.IFR.Off << ')';