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

Completed in 32 milliseconds