HomeSort by relevance Sort by last modified time
    Searched defs:hasMSA (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 139 // HasMSA -- supports MSA ASE.
140 bool HasMSA;
251 bool hasMSA() const { return HasMSA; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 522 bool hasMSA() const {
    [all...]

Completed in 80 milliseconds