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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 61 // HasVFPU - Processor has a vector floating point unit.
62 bool HasVFPU;
120 bool hasVFPU() const { return HasVFPU; }
MipsSubtarget.cpp 28 IsSingleFloat(false), IsFP64bit(false), IsGP64bit(false), HasVFPU(false),
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 87 // HasVFPU - Processor has a vector floating point unit.
88 bool HasVFPU;
233 bool hasVFPU() const { return HasVFPU; }
MipsSubtarget.cpp 68 IsNaN2008bit(false), IsGP64bit(false), HasVFPU(false), HasCnMips(false),

Completed in 511 milliseconds