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

Completed in 70 milliseconds