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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 93 /// HasD16 - True if subtarget is limited to 16 double precision
95 bool HasD16;
207 bool hasD16() const { return HasD16; }
ARMBaseRegisterInfo.cpp 105 if (!STI.hasVFP3() || STI.hasD16()) {
    [all...]

Completed in 19 milliseconds