Home
last modified time | relevance | path

Searched refs:reloc_absolute_high (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCRelocations.h42 reloc_absolute_high, enumerator
DPPCJITInfo.cpp446 case PPC::reloc_absolute_high: // high bits of ref -> low 16 of instr in relocate()
451 if (MR->getRelocationType() == PPC::reloc_absolute_high) { in relocate()
DPPCCodeEmitter.cpp225 case PPCII::MO_HA: RelocID = PPC::reloc_absolute_high; break; in getImm16Encoding()