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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h 203 if (P.hasDSP())
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 71 InMips16HardFloat(Mips16HardFloat), InMicroMipsMode(false), HasDSP(false),
112 if (hasDSP())
MipsSubtarget.h 116 // HasDSP, HasDSPR2 -- supports DSP ASE.
117 bool HasDSP, HasDSPR2;
228 bool hasDSP() const { return HasDSP; }
MipsSEISelDAGToDAG.cpp 716 if (Subtarget->hasDSP()) // Select DSP instructions, ADDSC and ADDWC.
    [all...]
MipsSEISelLowering.cpp 47 if (Subtarget.hasDSP() || Subtarget.hasMSA()) {
59 if (Subtarget.hasDSP()) {
239 return Subtarget.hasDSP() ? &Mips::ACC64DSPRegClass : &Mips::ACC64RegClass;
857 if (!Subtarget.hasDSP())
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 427 bool hasDSP() const { return (STI.getFeatureBits() & Mips::FeatureDSP); }
    [all...]

Completed in 639 milliseconds