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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 197 if (P.hasDSPR2())
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 122 // HasDSP, HasDSPR2 -- supports DSP ASE.
123 bool HasDSP, HasDSPR2;
241 bool hasDSPR2() const { return HasDSPR2; }
MipsSEISelLowering.cpp 85 if (Subtarget->hasDSPR2())
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 288 bool hasDSPR2() const { return (STI.getFeatureBits() & Mips::FeatureDSPR2); }
    [all...]

Completed in 69 milliseconds