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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 313 bool hasVFP2() const { return HasVFPv2; }
ARMFastISel.cpp 491 if (!Subtarget->hasVFP2()) return false;
    [all...]
ARMISelLowering.cpp 176 if (Subtarget->isThumb() && Subtarget->hasVFP2() &&
394 if (!TM.Options.UseSoftFloat && Subtarget->hasVFP2() &&
    [all...]
ARMAsmPrinter.cpp 671 else if (Subtarget->hasVFP2())
    [all...]
ARMBaseInstrInfo.cpp 120 if (Subtarget.isThumb2() || Subtarget.hasVFP2())
    [all...]

Completed in 198 milliseconds