Home | History | Annotate | Download | only in TableGen

Lines Matching full:instrs

238     std::string Instrs = InstrsForCase[i];
239 if (Instrs.size() > 70) {
240 Instrs.erase(Instrs.begin()+70, Instrs.end());
241 Instrs += "...";
244 if (!Instrs.empty())
245 UniqueOperandCommands[i] = " // " + Instrs + "\n" +