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

  /external/llvm/lib/Target/PowerPC/
PPCRelocations.h 39 // reloc_absolute_high - Absolute relocation, for the loadhi instruction
42 reloc_absolute_high, enumerator in enum:llvm::PPC::RelocationType
PPCJITInfo.cpp 435 case PPC::reloc_absolute_high: // high bits of ref -> low 16 of instr
440 if (MR->getRelocationType() == PPC::reloc_absolute_high) {
PPCCodeEmitter.cpp 222 case PPCII::MO_HA: RelocID = PPC::reloc_absolute_high; break;

Completed in 67 milliseconds