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 136 // HasMSA -- supports MSA ASE.
137 bool HasMSA;
247 bool hasMSA() const { return HasMSA; }
MipsSubtarget.cpp 73 Os16(Mips_Os16), HasMSA(false), UseTCCInDIV(false), HasEVA(false), TM(TM),
97 if (hasMSA() && !isFP64bit())
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 138 milliseconds