HomeSort by: relevance | last modified time | path
    Searched refs:MO_LO16 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonBaseInfo.h 187 MO_LO16,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 51 case ARMII::MO_LO16:
ARMAsmPrinter.cpp 201 if (TF & ARMII::MO_LO16)
230 if (TF == ARMII::MO_LO16)
ARMExpandPseudoInsts.cpp 971 LO16 = LO16.addExternalSymbol(ES, TF | ARMII::MO_LO16);
978 LO16 = LO16.addGlobalAddress(GV, MO.getOffset(), TF | ARMII::MO_LO16);
2456 unsigned LO16TF = TF | ARMII::MO_LO16;
ARMConstantIslandPass.cpp 1475 ARMII::MO_LO16);
ARMBaseInstrInfo.cpp 5424 {MO_LO16, "arm-lo16"}, {MO_HI16, "arm-hi16"}};
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 244 /// MO_LO16 - On a symbol operand, this represents a relocation containing
246 MO_LO16 = 0x1,
282 /// combined with MO_LO16, MO_HI16 or MO_NO_FLAG (in a constant-pool, for
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 59 case HexagonII::MO_LO16:
HexagonInstrInfo.cpp 1991 {MO_LO16, "hexagon-lo16"},

Completed in 43 milliseconds