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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 48 /// HasVFPv2, HasVFPv3, HasNEON - Specify what floating point ISAs are
50 bool HasVFPv2;
197 bool hasVFP2() const { return HasVFPv2; }
ARMSubtarget.cpp 48 , HasVFPv2(false)

Completed in 65 milliseconds