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 102 /// HasD16 - True if subtarget is limited to 16 double precision
104 bool HasD16;
216 bool hasD16() const { return HasD16; }
ARMBaseRegisterInfo.cpp 105 if (!STI.hasVFP3() || STI.hasD16()) {
    [all...]

Completed in 32 milliseconds