Searched refs:i1set (Results 1 – 2 of 2) sorted by relevance
982 rtx i1set = NULL_RTX; /* the SET rtx within I1 */ local1020 && (i1set = single_set (i1)) != NULL_RTX)1022 rtx i1src = *get_true_reg (&SET_SRC (i1set));1023 rtx i1dest = *get_true_reg (&SET_DEST (i1set));
815 rtx i1set = NULL_RTX; /* the SET rtx within I1 */ in emit_swap_insn() local862 && (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()