Searched refs:MO_HA (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPC.h84 /// MO_LO, MO_HA - lo16(symbol) and ha16(symbol)
86 MO_HA = 2 << 4, enumerator in enum:llvm::PPCII::TOF
H A DPPCMCInstLower.cpp159 case PPCII::MO_HA:
H A DPPCCodeEmitter.cpp225 case PPCII::MO_HA: RelocID = PPC::reloc_absolute_high; break;
H A DPPCISelLowering.cpp1491 HiOpFlags = PPCII::MO_HA;

Completed in 156 milliseconds