Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp683 int64_t totalDisp = getTotalDisp(insn, accessInsn); in relaxGot() local
684 if (!isInt<34>(totalDisp)) in relaxGot()
689 ((totalDisp & 0x3ffff0000) << 16) | in relaxGot()
690 (totalDisp & 0xffff)); in relaxGot()