Home | History | Annotate | Download | only in config

Lines Matching refs:first_opcode

305   char first_opcode[256];
335 op = &first_opcode[0];
383 parallel_insn = malloc (strlen (first_opcode) + strlen (first_operands)
386 first_opcode, second_opcode,
680 char first_opcode[6] = {0};
706 first_opcode[char_ptr++] = ch;
714 debug ("first_opcode = %s\n", first_opcode);
716 sprintf (token, "q_%s_%s", second_opcode, first_opcode);