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

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

Completed in 84 milliseconds