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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.h32 IEEE754Standard getIEEE754Standard(StringRef &CPU);
H A DMips.cpp294 if (mips::getIEEE754Standard(CPUName) & mips::Std2008)
301 if (mips::getIEEE754Standard(CPUName) & mips::Legacy)
315 if (mips::getIEEE754Standard(CPUName) & mips::Std2008) {
322 if (mips::getIEEE754Standard(CPUName) & mips::Legacy) {
402 mips::IEEE754Standard mips::getIEEE754Standard(StringRef &CPU) { function in class:mips

Completed in 94 milliseconds