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

References

gen/lib/Target/PowerPC/PPCGenDAGISel.inc
21379 /* 53482*/        OPC_MorphNodeTo1, TARGET_VAL(PPC::LHAX8), 0|OPFL_Chain|OPFL_MemRefs,
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 4046     case PPC::LHAX8:
lib/Target/PowerPC/PPCFastISel.cpp
  564       case PPC::LHA8:   Opc = PPC::LHAX8;   break;
lib/Target/PowerPC/PPCInstrInfo.cpp
 3199   case PPC::LHAX8:
 3229     case PPC::LHAX8: III.ImmOpcode = PPC::LHA8; break;
 3878       Opcode == PPC::LHA8   || Opcode == PPC::LHAX8   ||
lib/Target/PowerPC/PPCMIPeephole.cpp
  587               if (isXForm) return PPC::LHAX8;
lib/Target/PowerPC/PPCRegisterInfo.cpp
   96   ImmToIdxMap[PPC::LHA8] = PPC::LHAX8; ImmToIdxMap[PPC::LBZ8] = PPC::LBZX8;