HomeSort by relevance Sort by last modified time
    Searched refs:Thumb2DSP (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 167 /// Thumb2DSP - If true, the subtarget supports the v7 DSP (saturating arith
169 bool Thumb2DSP;
270 bool hasThumb2DSP() const { return Thumb2DSP; }
ARMSubtarget.cpp 114 Thumb2DSP = false;

Completed in 31 milliseconds