Searched defs:Thumb2DSP (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMSubtarget.h142 /// Thumb2DSP - If true, the subtarget supports the v7 DSP (saturating arith
144 bool Thumb2DSP; member in class:llvm::ARMSubtarget
216 bool hasThumb2DSP() const { return Thumb2DSP; }

Completed in 104 milliseconds