Home
last modified time | relevance | path

Searched refs:real_output_rtx (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dstmt.c661 rtx *real_output_rtx = alloca (noutputs * sizeof (rtx)); in expand_asm_operands() local
809 real_output_rtx[i] = NULL_RTX; in expand_asm_operands()
828 real_output_rtx[i] = op; in expand_asm_operands()
831 emit_move_insn (op, real_output_rtx[i]); in expand_asm_operands()
1082 if (real_output_rtx[i]) in expand_asm_operands()
1083 emit_move_insn (real_output_rtx[i], output_rtx[i]); in expand_asm_operands()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dstmt.c1499 rtx *real_output_rtx = (rtx *) alloca (noutputs * sizeof (rtx)); local
1635 real_output_rtx[i] = NULL_RTX;
1654 real_output_rtx[i] = protect_from_queue (op, 1);
1657 emit_move_insn (op, real_output_rtx[i]);
1907 if (real_output_rtx[i])
1908 emit_move_insn (real_output_rtx[i], output_rtx[i]);