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 201 /// Thumb2DSP - If true, the subtarget supports the v7 DSP (saturating arith
203 bool Thumb2DSP;
344 bool hasThumb2DSP() const { return Thumb2DSP; }
ARMSubtarget.cpp 214 Thumb2DSP = false;

Completed in 68 milliseconds