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 127 /// HasD16 - True if subtarget is limited to 16 double precision
129 bool HasD16;
348 bool hasD16() const { return HasD16; }
ARMBaseRegisterInfo.cpp 140 if (!STI.hasVFP3() || STI.hasD16()) {
ARMAsmPrinter.cpp 668 ATS.emitFPU(Subtarget->hasD16() ? ARM::VFPV4_D16 : ARM::VFPV4);
670 ATS.emitFPU(Subtarget->hasD16() ? ARM::VFPV3_D16 : ARM::VFPV3);
    [all...]

Completed in 111 milliseconds