Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h490 const uint32_t Maxcount = 1 + 64 / 7; in applyFixup() local
496 if (Count > Maxcount || (Count == Maxcount && Error)) in applyFixup()
501 uint64_t Mask = Count < Maxcount ? (1ULL << 7 * Count) - 1 : -1ULL; in applyFixup()
537 const uint32_t Maxcount = 1 + 64 / 7; in applyFixup() local
543 if (Count > Maxcount || (Count == Maxcount && Error)) in applyFixup()
548 uint64_t Mask = Count < Maxcount ? (1ULL << 7 * Count) - 1 : -1ULL; in applyFixup()