Home | History | Annotate | Download | only in AsmParser

Lines Matching full:mips16

4967   Parser.Lex(); // Eat "mips16".
4975 setFeatureBits(Mips::FeatureMips16, "mips16");
4991 clearFeatureBits(Mips::FeatureMips16, "mips16");
5294 reportParseError(".cpload is not supported in Mips16 mode");
5328 reportParseError(".cprestore is not supported in Mips16 mode");
5500 } else if (Tok.getString() == "mips16") {