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 133 // HasMSA -- supports MSA ASE.
134 bool HasMSA;
242 bool hasMSA() const { return HasMSA; }
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 289 bool hasMSA() const { return (STI.getFeatureBits() & Mips::FeatureMSA); }
    [all...]

Completed in 136 milliseconds