HomeSort by relevance Sort by last modified time
    Searched full:hasd16 (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 107 /// HasD16 - True if subtarget is limited to 16 double precision
109 bool HasD16;
256 bool hasD16() const { return HasD16; }
ARMSubtarget.cpp 81 HasD16 = false;
ARM.td 47 def FeatureD16 : SubtargetFeature<"d16", "HasD16", "true",
ARMBaseRegisterInfo.cpp 99 if (!STI.hasVFP3() || STI.hasD16()) {
ARMISelLowering.cpp     [all...]

Completed in 113 milliseconds