Lines Matching refs:str
66 void Print(const char* str);
173 // Append the str to the output buffer.
174 void Decoder::Print(const char* str) {
175 char cur = *str++;
178 cur = *str++;
2678 char str[50];
2685 snprintf(str, sizeof(str), "vle%d.v 'vd, ('rs1)'vm",
2687 Format(instr, str);
2689 snprintf(str, sizeof(str), "vle%dff.v 'vd, ('rs1)'vm",
2691 Format(instr, str);
2694 snprintf(str, sizeof(str), "vlse%d.v 'vd, ('rs1), 'rs2'vm",
2696 Format(instr, str);
2699 snprintf(str, sizeof(str), "vlxei%d.v 'vd, ('rs1), 'vs2'vm",
2701 Format(instr, str);
2707 snprintf(str, sizeof(str), "vlseg%de%d.v 'vd, ('rs1)'vm",
2710 snprintf(str, sizeof(str), "vlseg%de%dff.v 'vd, ('rs1)'vm",
2713 Format(instr, str);
2718 snprintf(str, sizeof(str), "vlsseg%de%d.v 'vd, ('rs1), 'rs2'vm",
2720 Format(instr, str);
2725 snprintf(str, sizeof(str), "vlxseg%dei%d.v 'vd, ('rs1), 'vs2'vm",
2727 Format(instr, str);
2769 char str[50];
2773 snprintf(str, sizeof(str), "vse%d.v 'vd, ('rs1)'vm",
2775 Format(instr, str);
2777 snprintf(str, sizeof(str), "vsse%d.v 'vd, ('rs1), 'rs2'vm",
2779 Format(instr, str);
2781 snprintf(str, sizeof(str), "vsxei%d.v 'vd, ('rs1), 'vs2'vm",
2783 Format(instr, str);
2785 snprintf(str, sizeof(str), "vsuxei%d.v 'vd, ('rs1), 'vs2'vm",
2787 Format(instr, str);
2792 snprintf(str, sizeof(str), "vsseg%de%d.v 'vd, ('rs1)'vm",
2794 Format(instr, str);
2799 snprintf(str, sizeof(str), "vssseg%de%d.v 'vd, ('rs1), 'rs2'vm",
2801 Format(instr, str);
2806 snprintf(str, sizeof(str), "vsxseg%dei%d.v 'vd, ('rs1), 'vs2'vm",
2808 Format(instr, str);