Searched refs:HasDSPR3 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.h | 152 bool HasDSP, HasDSPR2, HasDSPR3; variable 322 bool hasDSPR3() const { return HasDSPR3; } in hasDSPR3()
|
H A D | MipsDSPInstrFormats.td | 27 def HasDSPR3 : Predicate<"Subtarget->hasDSPR3()">, 35 list<Predicate> ASEPredicate = [HasDSPR3];
|
H A D | MipsSubtarget.cpp | 82 HasDSPR2(false), HasDSPR3(false), AllowMixed16_32(Mixed16_32 || Mips_Os16), in MipsSubtarget()
|
H A D | Mips.td | 161 : SubtargetFeature<"dspr3", "HasDSPR3", "true", "Mips DSP-R3 ASE",
|