reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
482 Opc = Is32BitInt ? PPC::LBZ : PPC::LBZ8; 485 Opc = (IsZExt ? (Is32BitInt ? PPC::LHZ : PPC::LHZ8) 486 : (Is32BitInt ? PPC::LHA : PPC::LHA8)); 489 Opc = (IsZExt ? (Is32BitInt ? PPC::LWZ : PPC::LWZ8) 490 : (Is32BitInt ? PPC::LWA_32 : PPC::LWA));