Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp294 if (mips::getIEEE754Standard(CPUName) & mips::Std2008) in getMIPSTargetFeatures()
301 if (mips::getIEEE754Standard(CPUName) & mips::Legacy) in getMIPSTargetFeatures()
315 if (mips::getIEEE754Standard(CPUName) & mips::Std2008) { in getMIPSTargetFeatures()
322 if (mips::getIEEE754Standard(CPUName) & mips::Legacy) { in getMIPSTargetFeatures()
402 mips::IEEE754Standard mips::getIEEE754Standard(StringRef &CPU) { in getIEEE754Standard() function in mips
H A DMips.h32 IEEE754Standard getIEEE754Standard(StringRef &CPU);