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

/openbsd-current/gnu/gcc/gcc/
H A Dreload1.c6314 static rtx other_output_reload_insns[MAX_RECOG_OPERANDS];
7047 emit_insn (other_output_reload_insns[rl->opnum]);
7048 other_output_reload_insns[rl->opnum] = get_insns ();
7223 = other_output_reload_insns[j] = 0;
7293 emit_insn_after (other_output_reload_insns[j], x);
6289 static rtx other_output_reload_insns[MAX_RECOG_OPERANDS]; variable
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dreload1.c6211 static rtx other_output_reload_insns[MAX_RECOG_OPERANDS];
6911 emit_insn (other_output_reload_insns[rl->opnum]);
6912 other_output_reload_insns[rl->opnum] = get_insns ();
7079 = other_output_reload_insns[j] = 0;
7149 emit_insn_after (other_output_reload_insns[j], x);
6186 static rtx other_output_reload_insns[MAX_RECOG_OPERANDS]; variable

Completed in 100 milliseconds