Searched refs:compareMipsFpAbi (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp313 static int compareMipsFpAbi(uint8_t fpA, uint8_t fpB) { function in namespace:lld::elf
354 if (compareMipsFpAbi(newFlag, oldFlag) >= 0)
356 if (compareMipsFpAbi(oldFlag, newFlag) < 0)

Completed in 116 milliseconds