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

References

lib/Target/ARM/ARMAsmPrinter.cpp
  191   if (TF & ARMII::MO_LO16)
  220     if (TF == ARMII::MO_LO16)
lib/Target/ARM/ARMBaseInstrInfo.cpp
 5335       {MO_LO16, "arm-lo16"}, {MO_HI16, "arm-hi16"}};
lib/Target/ARM/ARMConstantIslandPass.cpp
 1432                ARMII::MO_LO16);
lib/Target/ARM/ARMExpandPseudoInsts.cpp
  895     LO16 = LO16.addExternalSymbol(ES, TF | ARMII::MO_LO16);
  902     LO16 = LO16.addGlobalAddress(GV, MO.getOffset(), TF | ARMII::MO_LO16);
 1538       unsigned LO16TF = TF | ARMII::MO_LO16;
lib/Target/ARM/ARMMCInstLower.cpp
   51   case ARMII::MO_LO16: