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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 105 /// HasD16 - True if subtarget is limited to 16 double precision
107 bool HasD16;
219 bool hasD16() const { return HasD16; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 159 /// HasD16 - True if subtarget is limited to 16 double precision
161 bool HasD16 = false;
480 bool hasD16() const { return HasD16; }

Completed in 94 milliseconds