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