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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 44 bool HasFPARMv8;
118 bool hasFPARMv8() const { return HasFPARMv8; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 82 /// HasVFPv2, HasVFPv3, HasVFPv4, HasFPARMv8, HasNEON - Specify what
87 bool HasFPARMv8;
336 bool hasFPARMv8() const { return HasFPARMv8; }

Completed in 246 milliseconds