Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp700 int64_t totalDisp = getTotalDisp(insn, accessInsn); in relaxGot() local
701 if (!isInt<34>(totalDisp)) in relaxGot()
706 ((totalDisp & 0x3ffff0000) << 16) | in relaxGot()
707 (totalDisp & 0xffff)); in relaxGot()