Searched refs:HasDSP (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h125 // HasDSP, HasDSPR2, HasDSPR3 -- supports DSP ASE.
126 bool HasDSP, HasDSPR2, HasDSPR3; member in class:llvm::MipsSubtarget
244 bool hasDSP() const { return HasDSP; }
H A DMipsSubtarget.cpp71 InMips16HardFloat(Mips16HardFloat), InMicroMipsMode(false), HasDSP(false),
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h214 /// HasDSP - If true, the subtarget supports the DSP (saturating arith
216 bool HasDSP; member in class:llvm::ARMSubtarget
365 bool hasDSP() const { return HasDSP; }
H A DARMSubtarget.cpp153 HasDSP = false;

Completed in 82 milliseconds