Home
last modified time | relevance | path

Searched refs:HasDSPR3 (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h129 bool HasDSP, HasDSPR2, HasDSPR3; variable
250 bool hasDSPR3() const { return HasDSPR3; } in hasDSPR3()
DMipsSubtarget.cpp72 HasDSPR2(false), HasDSPR3(false), AllowMixed16_32(Mixed16_32 | Mips_Os16), in MipsSubtarget()
DMipsDSPInstrFormats.td28 def HasDSPR3 : Predicate<"Subtarget->hasDSPR3()">,
36 list<Predicate> InsnPredicates = [HasDSPR3];
DMips.td163 : SubtargetFeature<"dspr3", "HasDSPR3", "true", "Mips DSP-R3 ASE",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.h150 bool HasDSP, HasDSPR2, HasDSPR3; variable
314 bool hasDSPR3() const { return HasDSPR3; } in hasDSPR3()
DMipsDSPInstrFormats.td27 def HasDSPR3 : Predicate<"Subtarget->hasDSPR3()">,
35 list<Predicate> ASEPredicate = [HasDSPR3];
DMipsSubtarget.cpp80 InMicroMipsMode(false), HasDSP(false), HasDSPR2(false), HasDSPR3(false), in MipsSubtarget()
DMips.td177 : SubtargetFeature<"dspr3", "HasDSPR3", "true", "Mips DSP-R3 ASE",
/external/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.h150 bool HasDSP, HasDSPR2, HasDSPR3; variable
317 bool hasDSPR3() const { return HasDSPR3; } in hasDSPR3()
DMipsDSPInstrFormats.td27 def HasDSPR3 : Predicate<"Subtarget->hasDSPR3()">,
35 list<Predicate> ASEPredicate = [HasDSPR3];
DMipsSubtarget.cpp81 HasDSPR2(false), HasDSPR3(false), AllowMixed16_32(Mixed16_32 | Mips_Os16), in MipsSubtarget()
DMips.td161 : SubtargetFeature<"dspr3", "HasDSPR3", "true", "Mips DSP-R3 ASE",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenSubtargetInfo.inc3809 if (Bits[Mips::FeatureDSPR3]) HasDSPR3 = true;