Searched defs:HasMSA (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.h133 // HasMSA -- supports MSA ASE.
134 bool HasMSA; member in class:llvm::MipsSubtarget
242 bool hasMSA() const { return HasMSA; }

Completed in 333 milliseconds