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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h83 // IsFPXX - MIPS O32 modeless ABI.
84 bool IsFPXX; member in class:llvm::MipsSubtarget
231 bool isABI_FPXX() const { return isABI_O32() && IsFPXX; }
280 bool isFPXX() const { return IsFPXX; }
H A DMipsSubtarget.cpp74 IsLittle(little), IsSoftFloat(false), IsSingleFloat(false), IsFPXX(false),
119 if (IsFPXX && (isABI_N32() || isABI_N64()))

Completed in 120 milliseconds