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.cpp312 static int compareMipsFpAbi(uint8_t fpA, uint8_t fpB) { in compareMipsFpAbi() argument
313 if (fpA == fpB) in compareMipsFpAbi()
315 if (fpB == Mips::Val_GNU_MIPS_ABI_FP_ANY) in compareMipsFpAbi()
317 if (fpB == Mips::Val_GNU_MIPS_ABI_FP_64A && in compareMipsFpAbi()
320 if (fpB != Mips::Val_GNU_MIPS_ABI_FP_XX) in compareMipsFpAbi()