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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 48 /// HasVFPv2, HasVFPv3, HasNEON - Specify what floating point ISAs are
50 bool HasVFPv2;
200 bool hasVFP2() const { return HasVFPv2; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 101 /// HasVFPv2, HasVFPv3, HasVFPv4, HasFPARMv8, HasNEON - Specify what
103 bool HasVFPv2 = false;
424 bool hasVFP2() const { return HasVFPv2; }

Completed in 274 milliseconds