Searched refs:HasDSPR3 (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 126 bool HasDSP, HasDSPR2, HasDSPR3; variable 246 bool hasDSPR3() const { return HasDSPR3; } in hasDSPR3()
|
D | MipsSubtarget.cpp | 72 HasDSPR2(false), HasDSPR3(false), AllowMixed16_32(Mixed16_32 | Mips_Os16), in MipsSubtarget()
|
D | Mips.td | 158 : SubtargetFeature<"dspr3", "HasDSPR3", "true", "Mips DSP-R3 ASE",
|
D | MipsDSPInstrFormats.td | 28 def HasDSPR3 : Predicate<"Subtarget->hasDSPR3()">,
|