Searched refs:fpA (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) { argument
314 if (fpA == fpB)
319 fpA == Mips::Val_GNU_MIPS_ABI_FP_64)
323 if (fpA == Mips::Val_GNU_MIPS_ABI_FP_DOUBLE ||
324 fpA == Mips::Val_GNU_MIPS_ABI_FP_64 ||
325 fpA == Mips::Val_GNU_MIPS_ABI_FP_64A)

Completed in 100 milliseconds