HomeSort by relevance Sort by last modified time
    Searched refs:MO_LO16 (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPC.h 56 /// MO_LO16, MO_HA16 - lo16(symbol) and ha16(symbol)
57 MO_LO16 = 4, MO_HA16 = 8,
PPCMCInstLower.cpp 102 if (MO.getTargetFlags() & PPCII::MO_LO16)
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMMCInstLower.cpp 38 case ARMII::MO_LO16:
ARMAsmPrinter.cpp 332 (TF == ARMII::MO_LO16))
346 (TF & ARMII::MO_LO16))
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 36 case ARMII::MO_LO16:
ARMExpandPseudoInsts.cpp     [all...]
ARMAsmPrinter.cpp 196 if (TF == ARMII::MO_LO16)
208 if (TF & ARMII::MO_LO16)
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonBaseInfo.h 227 MO_LO16, MO_HI16,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 284 /// MO_LO16 - On a symbol operand, this represents a relocation containing
286 MO_LO16 = 0x1,
310 /// combined with MO_LO16, MO_HI16 or MO_NO_FLAG (in a constant-pool, for
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 52 case HexagonII::MO_LO16:
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 268 /// MO_LO16 - On a symbol operand, this represents a relocation containing
270 MO_LO16,

Completed in 379 milliseconds