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

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 3021   switch (Opc) {
 3030     III.ImmOpcode = Opc == PPC::ADD4 ? PPC::ADDI : PPC::ADDI8;
 3039     III.ImmOpcode = Opc == PPC::ADDC ? PPC::ADDIC : PPC::ADDIC8;
 3055     III.ImmOpcode = Opc == PPC::SUBFC ? PPC::SUBFIC : PPC::SUBFIC8;
 3063     III.ImmOpcode = Opc == PPC::CMPW ? PPC::CMPWI : PPC::CMPDI;
 3071     III.ImmOpcode = Opc == PPC::CMPLW ? PPC::CMPLWI : PPC::CMPLDI;
 3083     switch(Opc) {
 3116     if (Opc == PPC::RLWNM || Opc == PPC::RLWNM8 ||
 3116     if (Opc == PPC::RLWNM || Opc == PPC::RLWNM8 ||
 3117         Opc == PPC::RLWNMo || Opc == PPC::RLWNM8o)
 3117         Opc == PPC::RLWNMo || Opc == PPC::RLWNM8o)
 3121     switch(Opc) {
 3166     if (Opc == PPC::RLDCL || Opc == PPC::RLDCLo ||
 3166     if (Opc == PPC::RLDCL || Opc == PPC::RLDCLo ||
 3167         Opc == PPC::RLDCR || Opc == PPC::RLDCRo)
 3167         Opc == PPC::RLDCR || Opc == PPC::RLDCRo)
 3171     switch(Opc) {
 3222     switch(Opc) {
 3280     switch(Opc) {
 3334     switch(Opc) {