Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp949 const uint64_t allBytes = (1ULL << (addend & 0xff)) - 4; in relax() local
957 remove = allBytes; in relax()
959 remove = allBytes - curBytes; in relax()
964 << allBytes << " bytes available for " in relax()