Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DThunks.cpp936 uint64_t tocOffset = destination.getVA() - getPPC64TocBase(); in writeTo() local
937 if (tocOffset >> 16 > 0) { in writeTo()
938 const uint64_t addi = ADDI_R12_TO_R12_NO_DISP | (tocOffset & 0xffff); in writeTo()
939 const uint64_t addis = ADDIS_R12_TO_R2_NO_DISP | ((tocOffset >> 16) & 0xffff); in writeTo()
944 const uint64_t addi = ADDI_R12_TO_R2_NO_DISP | (tocOffset & 0xffff); in writeTo()