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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 128 // HasDSP, HasDSPR2, HasDSPR3 -- supports DSP ASE.
129 bool HasDSP, HasDSPR2, HasDSPR3;
248 bool hasDSP() const { return HasDSP; }
MipsSubtarget.cpp 71 InMips16HardFloat(Mips16HardFloat), InMicroMipsMode(false), HasDSP(false),
113 if (hasDSP())
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 289 /// HasDSP - If true, the subtarget supports the DSP (saturating arith
291 bool HasDSP = false;
474 bool hasDSP() const { return HasDSP; }

Completed in 92 milliseconds