HomeSort by relevance Sort by last modified time
    Searched defs:HasVFPv3 (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
51 bool HasVFPv3;
201 bool hasVFP3() const { return HasVFPv3; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 101 /// HasVFPv2, HasVFPv3, HasVFPv4, HasFPARMv8, HasNEON - Specify what
104 bool HasVFPv3 = false;
425 bool hasVFP3() const { return HasVFPv3; }

Completed in 9719 milliseconds