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 148 if (P.hasDSPR2())
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 125 // HasDSP, HasDSPR2, HasDSPR3 -- supports DSP ASE.
126 bool HasDSP, HasDSPR2, HasDSPR3;
245 bool hasDSPR2() const { return HasDSPR2; }
MipsSEISelLowering.cpp 83 if (Subtarget.hasDSPR2())
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 517 bool hasDSPR2() const {
    [all...]

Completed in 55 milliseconds