Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreg-stack.c982 rtx i1set = NULL_RTX; /* the SET rtx within I1 */ local
1020 && (i1set = single_set (i1)) != NULL_RTX)
1022 rtx i1src = *get_true_reg (&SET_SRC (i1set));
1023 rtx i1dest = *get_true_reg (&SET_DEST (i1set));
/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c815 rtx i1set = NULL_RTX; /* the SET rtx within I1 */ in emit_swap_insn() local
862 && (i1set = single_set (i1)) != NULL_RTX) in emit_swap_insn()
864 rtx i1src = *get_true_reg (&SET_SRC (i1set)); in emit_swap_insn()
865 rtx i1dest = *get_true_reg (&SET_DEST (i1set)); in emit_swap_insn()