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

/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h81 // HasVFPU - Processor has a vector floating point unit.
82 bool HasVFPU; member in class:llvm::MipsSubtarget
221 bool hasVFPU() const { return HasVFPU; }

Completed in 344 milliseconds