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

References

gen/lib/Target/PowerPC/PPCGenDAGISel.inc
21362 /* 53450*/        OPC_MorphNodeTo1, TARGET_VAL(PPC::LHA8), 0|OPFL_Chain|OPFL_MemRefs,
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 2625     case PPC::LHA8:
lib/Target/PowerPC/PPCFastISel.cpp
  486                     : (Is32BitInt ? PPC::LHA : PPC::LHA8));
  564       case PPC::LHA8:   Opc = PPC::LHAX8;   break;
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 6400     case PPC::LHA8:
lib/Target/PowerPC/PPCInstrInfo.cpp
 3229     case PPC::LHAX8: III.ImmOpcode = PPC::LHA8; break;
 3878       Opcode == PPC::LHA8   || Opcode == PPC::LHAX8   ||
lib/Target/PowerPC/PPCMIPeephole.cpp
  588               else         return PPC::LHA8;
lib/Target/PowerPC/PPCRegisterInfo.cpp
   96   ImmToIdxMap[PPC::LHA8] = PPC::LHAX8; ImmToIdxMap[PPC::LBZ8] = PPC::LBZX8;