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

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 133 // HasMSA -- supports MSA ASE.
134 bool HasMSA;
242 bool hasMSA() const { return HasMSA; }
MipsSubtarget.cpp 116 HasMSA(false), RM(_RM), OverrideMode(NoOverride), TM(_TM),
150 if (hasMSA() && !isFP64bit())
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 28 milliseconds