Home
last modified time | relevance | path

Searched refs:HasDSPR2 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h96 bool HasDSP, HasDSPR2; variable
143 bool hasDSPR2() const { return HasDSPR2; } in hasDSPR2()
DMipsSubtarget.cpp35 InMips16Mode(false), InMicroMipsMode(false), HasDSP(false), HasDSPR2(false), in MipsSubtarget()
DMips.td78 def FeatureDSPR2 : SubtargetFeature<"dspr2", "HasDSPR2", "true",
DMipsDSPInstrFormats.td12 def HasDSPR2 : Predicate<"Subtarget.hasDSPR2()">,
DMipsDSPInstrInfo.td1157 let Predicates = [HasDSPR2] in {
1253 let Predicates = [HasDSPR2] in {