Lines Matching refs:op_out
12285 static char op_out[MAX_OPERANDS][100]; variable
12961 op_out[i][0] = 0; in print_insn()
13081 obufp = op_out[i]; in print_insn()
13176 op_txt[i] = op_out[i]; in print_insn()
13191 op_txt[MAX_OPERANDS - 1 - i] = op_out[i]; in print_insn()
13550 obufp = op_out[0]; in dofloat()
13566 strcpy (op_out[0], names16[0]); in dofloat()
13572 obufp = op_out[0]; in dofloat()
13577 obufp = op_out[1]; in dofloat()
16292 op_out[0][0] = '\0'; in OP_3DNowSuffix()
16293 op_out[1][0] = '\0'; in OP_3DNowSuffix()
16347 strcpy (op_out[0], names[0]); in OP_Mwait()
16348 strcpy (op_out[1], names[1]); in OP_Mwait()
16378 strcpy (op_out[0], op1_names[0]); in OP_Monitor()
16379 strcpy (op_out[1], names[1]); in OP_Monitor()
16380 strcpy (op_out[2], names[2]); in OP_Monitor()