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

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 1841     NewOpC = MIOpC;
 1843     NewOpC = PPC::getRecordFormOpcode(MIOpC);
 1844     if (NewOpC == -1 && PPC::getNonRecordFormOpcode(MIOpC) != -1)
 1845       NewOpC = MIOpC;
 1854   if (NewOpC == -1)
 1915     .addReg(PPC::CR0, MIOpC != NewOpC ? RegState::Kill : 0);
 1921   if (MIOpC != NewOpC) {
 1946         NewOpC = MIOpC == PPC::RLWINM ?
 1956         NewOpC = MIOpC == PPC::RLWINM ? PPC::ANDISo :PPC::ANDISo8;
 1969         NewOpC = PPC::ANDIo8;
 1976     const MCInstrDesc &NewDesc = get(NewOpC);