HomeSort by relevance Sort by last modified time
    Searched refs:hasVFPU (Results 1 - 2 of 2) 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; }
  /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; }

Completed in 954 milliseconds