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

/openbsd-current/gnu/llvm/lld/ELF/
H A DThunks.cpp1098 uint64_t tocOffset = destination.getVA() - getPPC64TocBase(); local
1099 if (tocOffset >> 16 > 0) {
1100 const uint64_t addi = ADDI_R12_TO_R12_NO_DISP | (tocOffset & 0xffff);
1102 ADDIS_R12_TO_R2_NO_DISP | ((tocOffset >> 16) & 0xffff);
1107 const uint64_t addi = ADDI_R12_TO_R2_NO_DISP | (tocOffset & 0xffff);

Completed in 108 milliseconds