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

/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsSubtarget.h67 // HasVFPU - Processor has a vector floating point unit.
68 bool HasVFPU; member in class:llvm::MipsSubtarget
168 bool hasVFPU() const { return HasVFPU; }
H A DMipsSubtarget.cpp69 IsSingleFloat(false), IsFP64bit(false), IsGP64bit(false), HasVFPU(false),

Completed in 92 milliseconds