Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/Arch/
DPPC64.cpp688 int64_t totalDisp = getTotalDisp(insn, accessInsn); in relaxGot() local
689 if (!isInt<34>(totalDisp)) in relaxGot()
694 ((totalDisp & 0x3ffff0000) << 16) | in relaxGot()
695 (totalDisp & 0xffff)); in relaxGot()