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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 116 // HasDSP, HasDSPR2 -- supports DSP ASE.
117 bool HasDSP, HasDSPR2;
229 bool hasDSPR2() const { return HasDSPR2; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 428 bool hasDSPR2() const { return (STI.getFeatureBits() & Mips::FeatureDSPR2); }
    [all...]

Completed in 957 milliseconds