Searched refs:HasDSP (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsDSPInstrFormats.td | 24 def HasDSP : Predicate<"Subtarget->hasDSP()">, 45 let InsnPredicates = [HasDSP]; 53 let InsnPredicates = [HasDSP]; 58 let InsnPredicates = [HasDSP];
|
D | MipsSubtarget.h | 126 bool HasDSP, HasDSPR2, HasDSPR3; variable 244 bool hasDSP() const { return HasDSP; } in hasDSP()
|
D | MicroMipsDSPInstrFormats.td | 12 let InsnPredicates = [HasDSP]; 21 let InsnPredicates = [HasDSP];
|
D | MipsSubtarget.cpp | 71 InMips16HardFloat(Mips16HardFloat), InMicroMipsMode(false), HasDSP(false), in MipsSubtarget()
|
D | Mips.td | 154 def FeatureDSP : SubtargetFeature<"dsp", "HasDSP", "true", "Mips DSP ASE">;
|
D | MipsDSPInstrInfo.td | 1304 class DSPPat<dag pattern, dag result, Predicate pred = HasDSP> : 1328 Predicate Pred = HasDSP> : 1348 SDPatternOperator Imm, Predicate Pred = HasDSP> :
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 216 bool HasDSP; variable 365 bool hasDSP() const { return HasDSP; } in hasDSP()
|
D | ARMInstrThumb2.td | 2106 Requires<[IsThumb2, HasDSP]> { 2123 Requires<[IsThumb2, HasDSP]> { 2221 Requires<[IsThumb2, HasDSP]> { 2227 Requires<[IsThumb2, HasDSP]>; 2260 Requires<[IsThumb2, HasDSP]> { 2284 Requires<[IsThumb2, HasDSP]> { 2611 Requires<[IsThumb2, HasDSP]>; 2620 Requires<[IsThumb2, HasDSP]> { 2630 Requires<[IsThumb2, HasDSP]> { 2642 Requires<[IsThumb2, HasDSP, UseMulOps]> { [all …]
|
D | ARMSubtarget.cpp | 153 HasDSP = false; in initializeEnvironment()
|
D | ARM.td | 137 def FeatureDSP : SubtargetFeature<"dsp", "HasDSP", "true",
|
D | ARMInstrInfo.td | 249 def HasDSP : Predicate<"Subtarget->hasDSP()">,
|