Home
last modified time | relevance | path

Searched refs:set_src (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/usr.bin/mkcsmapper/
H A Dyacc.y101 static void set_src(linear_zone_t *, u_int32_t, u_int32_t);
185 set_src(&$$, src_next, src_next);
189 set_src(&$$, $1, $1);
193 set_src(&$$, $1, $3);
197 set_src(&$$, src_next, $2);
622 set_src(linear_zone_t *lz, u_int32_t begin, u_int32_t end) in set_src() function
/freebsd-12.1/contrib/gcc/
H A Dbb-reorder.c1532 rtx set_src; in fix_crossing_conditional_branches() local
1568 set_src = NULL_RTX; in fix_crossing_conditional_branches()
1573 set_src = SET_SRC (PATTERN (old_jump)); in fix_crossing_conditional_branches()
1576 set_src = XVECEXP (PATTERN (old_jump), 0,0); in fix_crossing_conditional_branches()
1577 if (GET_CODE (set_src) == SET) in fix_crossing_conditional_branches()
1578 set_src = SET_SRC (set_src); in fix_crossing_conditional_branches()
1580 set_src = NULL_RTX; in fix_crossing_conditional_branches()
1584 if (set_src && (GET_CODE (set_src) == IF_THEN_ELSE)) in fix_crossing_conditional_branches()
1586 if (GET_CODE (XEXP (set_src, 1)) == PC) in fix_crossing_conditional_branches()
1587 old_label = XEXP (set_src, 2); in fix_crossing_conditional_branches()
[all …]
H A Dgcse.c2775 rtx new, set_src, note_src; in cprop_jump() local
2788 set_src = note_src ? note_src : SET_SRC (set); in cprop_jump()
2801 set_src = simplify_replace_rtx (set_src, SET_DEST (setcc_set), in cprop_jump()
2807 new = simplify_replace_rtx (set_src, from, src); in cprop_jump()
H A Dflow.c2042 rtx set_src = SET_SRC (pc_set (BB_END (bb))); in init_propagate_block_info() local
2043 rtx cond_true = XEXP (set_src, 0); in init_propagate_block_info()
2065 if (GET_CODE (XEXP (set_src, 1)) == PC) in init_propagate_block_info()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.md2242 rtx set_src = operands[1];
2248 src1 = gen_highpart (SImode, set_src);
2249 src2 = gen_lowpart (SImode, set_src);
2661 rtx set_src = operands[1];
2675 src2 = gen_lowpart (half_mode, set_src);
2894 rtx set_src = operands[1];
2900 src1 = gen_df_reg (set_src, 0);
2901 src2 = gen_df_reg (set_src, 1);
2991 rtx set_src = operands[1];
2994 gen_df_reg (set_src, 0)));
[all …]