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

References

gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc
 5602   { 5750 /* extsw */, PPC::EXTSW, Convert__RegG8RC1_0__RegG8RC1_1, AMFBS_None, { MCK_RegG8RC, MCK_RegG8RC }, },
gen/lib/Target/PowerPC/PPCGenDAGISel.inc
10715 /* 26718*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::EXTSW), 0,
10726 /* 26746*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::EXTSW), 0,
10742 /* 26782*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::EXTSW), 0,
10761 /* 26839*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::EXTSW), 0,
10777 /* 26875*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::EXTSW), 0,
10788 /* 26903*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::EXTSW), 0,
10804 /* 26939*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::EXTSW), 0,
10823 /* 26996*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::EXTSW), 0,
10842 /* 27042*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::EXTSW), 0,
10855 /* 27079*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::EXTSW), 0,
28396 /* 68311*/      OPC_MorphNodeTo1, TARGET_VAL(PPC::EXTSW), 0,
gen/lib/Target/PowerPC/PPCGenInstrInfo.inc
12244   { PPC::EXTSWo, PPC::EXTSW },
12406   { PPC::EXTSW, PPC::EXTSWo },
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 2529     case PPC::EXTSW:
lib/Target/PowerPC/PPCFastISel.cpp
 2341     case PPC::EXTSW:
lib/Target/PowerPC/PPCInstrInfo.cpp
  288   case PPC::EXTSW:
 3890       Opcode == PPC::EXTSW  || Opcode == PPC::EXTSWo  ||
lib/Target/PowerPC/PPCMIPeephole.cpp
  608       case PPC::EXTSW:
  624             return Opcode == PPC::EXTSW || Opcode == PPC::EXTSW_32_64;
 1420   if (SrcMI->getOpcode() != PPC::EXTSW &&
 1441               SrcMI->getOpcode() == PPC::EXTSW ? TII->get(PPC::EXTSWSLI)