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