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 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; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 513 bool hasDSP() const {
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 290 bool hasDSP() const {
    [all...]

Completed in 193 milliseconds