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

References

gen/lib/Target/PowerPC/PPCGenDAGISel.inc
13319 /* 34860*/          OPC_MorphNodeTo1, TARGET_VAL(PPC::EXTSW_32_64), 0,
gen/lib/Target/PowerPC/PPCGenFastISel.inc
 1033   return fastEmitInst_r(PPC::EXTSW_32_64, &PPC::G8RCRegClass, Op0, Op0IsKill);
gen/lib/Target/PowerPC/PPCGenInstrInfo.inc
12243   { PPC::EXTSW_32_64o, PPC::EXTSW_32_64 },
12409   { PPC::EXTSW_32_64, PPC::EXTSW_32_64o },
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 2531     case PPC::EXTSW_32_64:
lib/Target/PowerPC/PPCFastISel.cpp
 1820       Opc = PPC::EXTSW_32_64;
 2343     case PPC::EXTSW_32_64: {
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 2744   return SDValue(CurDAG->getMachineNode(PPC::EXTSW_32_64, dl,
lib/Target/PowerPC/PPCInstrInfo.cpp
  290   case PPC::EXTSW_32_64:
 3892       Opcode == PPC::EXTSH8_32_64 || Opcode == PPC::EXTSW_32_64 ||
lib/Target/PowerPC/PPCMIPeephole.cpp
  610       case PPC::EXTSW_32_64: {
  624             return Opcode == PPC::EXTSW || Opcode == PPC::EXTSW_32_64;
  649         } else if (MI.getOpcode() == PPC::EXTSW_32_64 &&
 1421       SrcMI->getOpcode() != PPC::EXTSW_32_64)