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 203 bool hasVFP2() const { return HasVFPv2; }
ARMFastISel.cpp 533 if (!Subtarget->hasVFP2()) return false;
    [all...]
ARMISelLowering.cpp 182 if (Subtarget->isThumb() && Subtarget->hasVFP2()) {
437 if (!TM.Options.UseSoftFloat && Subtarget->hasVFP2() &&
    [all...]
ARMAsmPrinter.cpp 756 } else if (Subtarget->hasVFP2()) {
    [all...]
ARMBaseInstrInfo.cpp 110 if (Subtarget.isThumb2() || Subtarget.hasVFP2())
    [all...]

Completed in 65 milliseconds