Lines Matching refs: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" +