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

References

gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc
 4477   { 25 /* addis */, PPC::ADDIS, Convert__RegGPRC1_0__RegGPRCNoR01_1__S17Imm1_2, AMFBS_None, { MCK_RegGPRC, MCK_RegGPRCNoR0, MCK_S17Imm }, },
gen/lib/Target/PowerPC/PPCGenDAGISel.inc
20868 /* 52524*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0,
20883 /* 52553*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0,
20898 /* 52582*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0,
20913 /* 52611*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0,
20949 /* 52676*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0,
20965 /* 52706*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0,
20981 /* 52736*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0,
20997 /* 52766*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0,
21071 /* 52905*/            OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0,
21138 /* 53035*/          OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0,
23815 /* 58067*/        OPC_MorphNodeTo1, TARGET_VAL(PPC::ADDIS), 0,
gen/lib/Target/PowerPC/PPCGenMCCodeEmitter.inc
 2694     case PPC::ADDIS:
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
  787     TmpInst.setOpcode(PPC::ADDIS);
lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
   74       (MI->getOpcode() == PPC::ADDIS8 || MI->getOpcode() == PPC::ADDIS) &&
lib/Target/PowerPC/PPCAsmPrinter.cpp
  642           MCInstBuilder(PPC::ADDIS).addReg(PICR).addReg(PICR).addExpr(DeltaHi));
  771     TmpInst.setOpcode(PPC::ADDIS);
  993     EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::ADDIS)
 1103         MCInstBuilder(IsPPC64 ? PPC::ADDIS8 : PPC::ADDIS)
 1521       EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::ADDIS)