Searched refs:MO_LO16 (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonBaseInfo.h | 192 MO_LO16, MO_HI16, enumerator
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonBaseInfo.h | 227 MO_LO16, MO_HI16, enumerator
|
/external/llvm/lib/Target/ARM/ |
D | ARMMCInstLower.cpp | 36 case ARMII::MO_LO16: in GetSymbolRef()
|
D | ARMExpandPseudoInsts.cpp | 730 LO16 = LO16.addExternalSymbol(ES, TF | ARMII::MO_LO16); in ExpandMOV32BitImm() 737 LO16 = LO16.addGlobalAddress(GV, MO.getOffset(), TF | ARMII::MO_LO16); in ExpandMOV32BitImm() 1331 unsigned LO16TF = TF | ARMII::MO_LO16; in ExpandMI()
|
D | ARMAsmPrinter.cpp | 196 if (TF == ARMII::MO_LO16) in printOperand() 208 if (TF & ARMII::MO_LO16) in printOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.cpp | 150 {MO_LO16, "arm-lo16"}, {MO_HI16, "arm-hi16"}}; in getSerializableDirectMachineOperandTargetFlags()
|
D | ARMMCInstLower.cpp | 52 case ARMII::MO_LO16: in GetSymbolRef()
|
D | ARMExpandPseudoInsts.cpp | 889 LO16 = LO16.addExternalSymbol(ES, TF | ARMII::MO_LO16); in ExpandMOV32BitImm() 896 LO16 = LO16.addGlobalAddress(GV, MO.getOffset(), TF | ARMII::MO_LO16); in ExpandMOV32BitImm() 1525 unsigned LO16TF = TF | ARMII::MO_LO16; in ExpandMI()
|
D | ARMAsmPrinter.cpp | 209 if (TF == ARMII::MO_LO16) in printOperand() 221 if (TF & ARMII::MO_LO16) in printOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 60 case HexagonII::MO_LO16: in GetSymbolRef()
|
D | HexagonInstrInfo.cpp | 1908 {MO_LO16, "hexagon-lo16"}, in getSerializableDirectMachineOperandTargetFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMBaseInfo.h | 241 MO_LO16 = 0x1, enumerator
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 52 case HexagonII::MO_LO16: in GetSymbolRef()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMBaseInfo.h | 286 MO_LO16 = 0x1, enumerator
|