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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsSubtarget.h62 // HasVFPU - Processor has a vector floating point unit.
63 bool HasVFPU; member in class:llvm::MipsSubtarget
138 bool hasVFPU() const { return HasVFPU; }
H A DMipsSubtarget.cpp32 IsSingleFloat(false), IsFP64bit(false), IsGP64bit(false), HasVFPU(false),

Completed in 409 milliseconds