Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMipsArchTree.cpp310 static int compareMipsFpAbi(uint8_t fpA, uint8_t fpB) { in compareMipsFpAbi() argument
311 if (fpA == fpB) in compareMipsFpAbi()
313 if (fpB == Mips::Val_GNU_MIPS_ABI_FP_ANY) in compareMipsFpAbi()
315 if (fpB == Mips::Val_GNU_MIPS_ABI_FP_64A && in compareMipsFpAbi()
318 if (fpB != Mips::Val_GNU_MIPS_ABI_FP_XX) in compareMipsFpAbi()