Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp151 static uint32_t getJ5(uint64_t v) { return extractBits(v, 9, 5); } in getJ5() function
858 if (getD5(currInsn) != getJ5(nextInsn) || getJ5(nextInsn) != getD5(nextInsn)) in relaxPCHi20Lo12()
1073 write32le(loc, insn(ORI, getD5(currInsn), getJ5(currInsn), in tlsIeToLe()
1203 if (getD5(currInsn) != getJ5(nextInsn) || getJ5(nextInsn) != getD5(nextInsn)) in tryGotToPCRel()
1227 getJ5(nextInsn), 0)); in tryGotToPCRel()