HomeSort by: relevance | last modified time | path
    Searched refs:HasDSP (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSubtarget.h 149 // HasDSP, HasDSPR2, HasDSPR3 -- supports DSP ASE.
150 bool HasDSP, HasDSPR2, HasDSPR3;
315 bool hasDSP() const { return HasDSP; }
MipsSubtarget.cpp 80 InMips16HardFloat(Mips16HardFloat), InMicroMipsMode(false), HasDSP(false),
148 if (hasDSP())
176 } else if (hasDSP() && !DspWarningPrinted) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 445 /// HasDSP - If true, the subtarget supports the DSP (saturating arith
447 bool HasDSP = false;
716 bool hasDSP() const { return HasDSP; }
724 return hasDSP();

Completed in 28 milliseconds