HomeSort by: relevance | last modified time | path
    Searched refs:HasDSPR3 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSubtarget.h 149 // HasDSP, HasDSPR2, HasDSPR3 -- supports DSP ASE.
150 bool HasDSP, HasDSPR2, HasDSPR3;
317 bool hasDSPR3() const { return HasDSPR3; }
MipsSubtarget.cpp 81 HasDSPR2(false), HasDSPR3(false), AllowMixed16_32(Mixed16_32 | Mips_Os16),

Completed in 15 milliseconds