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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 125 // HasDSP, HasDSPR2, HasDSPR3 -- supports DSP ASE.
126 bool HasDSP, HasDSPR2, HasDSPR3;
244 bool hasDSP() const { return HasDSP; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 214 /// HasDSP - If true, the subtarget supports the DSP (saturating arith
216 bool HasDSP;
365 bool hasDSP() const { return HasDSP; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 514 bool hasDSP() const {
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 275 bool hasDSP() const {
    [all...]

Completed in 4923 milliseconds