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

References

gen/lib/Target/PowerPC/PPCGenDAGISel.inc
24282 /* 58883*/          OPC_MorphNodeTo2, TARGET_VAL(PPC::SUBFIC8), 0,
25098 /* 60448*/        OPC_MorphNodeTo2, TARGET_VAL(PPC::SUBFIC8), 0|OPFL_GlueOutput,
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 2700     case PPC::SUBFIC8:
lib/Target/PowerPC/PPCFrameLowering.cpp
  856   const MCInstrDesc& SubtractImmCarryingInst = TII.get(isPPC64 ? PPC::SUBFIC8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 3423       SDValue(CurDAG->getMachineNode(PPC::SUBFIC8, dl, MVT::i64, MVT::Glue,
lib/Target/PowerPC/PPCInstrInfo.cpp
 3055     III.ImmOpcode = Opc == PPC::SUBFC ? PPC::SUBFIC : PPC::SUBFIC8;