Searched refs:next_insn_code (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgenrecog.c161 static int next_insn_code; variable
2620 test->u.insn.code_number = next_insn_code;
2689 test->u.insn.code_number = next_insn_code;
2700 printf ("extern rtx gen_split_%d (rtx, rtx *);\n", next_insn_code);
2706 next_insn_code);
2759 next_insn_code = 0;
2767 desc = read_md_rtx (&pattern_lineno, &next_insn_code);
H A Dgenpreds.c1383 int pattern_lineno, next_insn_code = 0;
1391 while ((defn = read_md_rtx (&pattern_lineno, &next_insn_code)) != 0)
1381 int pattern_lineno, next_insn_code = 0; local

Completed in 52 milliseconds