Searched refs:HasDSPR2 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 126 bool HasDSP, HasDSPR2, HasDSPR3; variable 245 bool hasDSPR2() const { return HasDSPR2; } in hasDSPR2()
|
D | MipsSubtarget.cpp | 72 HasDSPR2(false), HasDSPR3(false), AllowMixed16_32(Mixed16_32 | Mips_Os16), in MipsSubtarget()
|
D | MipsDSPInstrFormats.td | 26 def HasDSPR2 : Predicate<"Subtarget->hasDSPR2()">, 32 list<Predicate> InsnPredicates = [HasDSPR2];
|
D | MipsDSPInstrInfo.td | 1335 def : DSPBinPat<MUL_PH, v2i16, int_mips_mul_ph, HasDSPR2>; 1336 def : DSPBinPat<MUL_PH, v2i16, mul, HasDSPR2>; 1353 def : DSPShiftPat<SHRL_PH, v2i16, MipsSHRL_DSP, imm, HasDSPR2>; 1356 def : DSPShiftPat<SHRL_PH, v2i16, int_mips_shrl_ph, immZExt4, HasDSPR2>; 1358 def : DSPShiftPat<SHRA_QB, v4i8, MipsSHRA_DSP, imm, HasDSPR2>; 1361 def : DSPShiftPat<SHRA_QB, v4i8, int_mips_shra_qb, immZExt3, HasDSPR2>;
|
D | Mips.td | 155 def FeatureDSPR2 : SubtargetFeature<"dspr2", "HasDSPR2", "true",
|