HomeSort by relevance Sort by last modified time
    Searched refs:HasVFPU (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 62 // HasVFPU - Processor has a vector floating point unit.
63 bool HasVFPU;
135 bool hasVFPU() const { return HasVFPU; }
MipsSubtarget.cpp 32 IsSingleFloat(false), IsFP64bit(false), IsGP64bit(false), HasVFPU(false),

Completed in 2992 milliseconds