Searched refs:MO_LO16 (Results 1 - 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPC.h56 /// MO_LO16, MO_HA16 - lo16(symbol) and ha16(symbol)
57 MO_LO16 = 4, MO_HA16 = 8, enumerator in enum:llvm::PPCII::TOF
H A DPPCMCInstLower.cpp102 if (MO.getTargetFlags() & PPCII::MO_LO16)
H A DPPCISelLowering.cpp1113 LoOpFlags = PPCII::MO_LO16;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMMCInstLower.cpp38 case ARMII::MO_LO16:
H A DARMAsmPrinter.cpp332 (TF == ARMII::MO_LO16))
346 (TF & ARMII::MO_LO16))
H A DARMExpandPseudoInsts.cpp702 LO16 = LO16.addGlobalAddress(GV, MO.getOffset(), TF | ARMII::MO_LO16);
/external/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp36 case ARMII::MO_LO16:
H A DARMExpandPseudoInsts.cpp730 LO16 = LO16.addExternalSymbol(ES, TF | ARMII::MO_LO16);
737 LO16 = LO16.addGlobalAddress(GV, MO.getOffset(), TF | ARMII::MO_LO16);
1331 unsigned LO16TF = TF | ARMII::MO_LO16;
H A DARMAsmPrinter.cpp196 if (TF == ARMII::MO_LO16)
208 if (TF & ARMII::MO_LO16)
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h227 MO_LO16, MO_HI16, enumerator in enum:llvm::HexagonII::MemAccessSize::HexagonMOTargetFlagVal
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h284 /// MO_LO16 - On a symbol operand, this represents a relocation containing
286 MO_LO16 = 0x1, enumerator in enum:llvm::ARMII::TOF
310 /// combined with MO_LO16, MO_HI16 or MO_NO_FLAG (in a constant-pool, for
/external/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp52 case HexagonII::MO_LO16:
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h268 /// MO_LO16 - On a symbol operand, this represents a relocation containing
270 MO_LO16, enumerator in enum:llvm::ARMII::TOF

Completed in 350 milliseconds