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

References

gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc
 6277   { 9282 /* stb */, PPC::STB, Convert__RegGPRC1_0__DispRI1_1__RegGxRCNoR01_2, AMFBS_None, { MCK_RegGPRC, MCK_DispRI, MCK_RegGxRCNoR0 }, },
gen/lib/Target/PowerPC/PPCGenDAGISel.inc
 1944 /*  4380*/              OPC_MorphNodeTo0, TARGET_VAL(PPC::STB), 0|OPFL_Chain|OPFL_MemRefs,
22045 /* 54767*/        OPC_MorphNodeTo0, TARGET_VAL(PPC::STB), 0|OPFL_Chain|OPFL_MemRefs,
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 2633     case PPC::STB:
lib/Target/PowerPC/PPCFastISel.cpp
  636       Opc = Is32BitInt ? PPC::STB : PPC::STB8;
  709       case PPC::STB:  Opc = PPC::STBX;  break;
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 6413     case PPC::STB:
lib/Target/PowerPC/PPCInstrInfo.cpp
 3239     case PPC::STBX: III.ImmOpcode = PPC::STB; break;
lib/Target/PowerPC/PPCRegisterInfo.cpp
   86   ImmToIdxMap[PPC::LBZ]  = PPC::LBZX;   ImmToIdxMap[PPC::STB]  = PPC::STBX;