Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-fnsummary.c1241 enum tree_code this_code = (e->flags & EDGE_TRUE_VALUE in set_cond_stmt_execution_predicate() local
1246 if (this_code != ERROR_MARK) in set_cond_stmt_execution_predicate()
1249 = add_condition (summary, index, size, &aggpos, this_code, in set_cond_stmt_execution_predicate()
H A Doptabs.c5114 enum rtx_code this_code; in expand_fixed_convert() local
5129 this_code = satp ? UNSIGNED_SAT_FRACT : UNSIGNED_FRACT_CONVERT; in expand_fixed_convert()
5134 this_code = satp ? SAT_FRACT : FRACT_CONVERT; in expand_fixed_convert()
5139 emit_unop_insn (code, to, from, this_code); in expand_fixed_convert()
H A Dsimplify-rtx.c4489 enum rtx_code this_code = GET_CODE (this_op); in simplify_plus_minus() local
4491 switch (this_code) in simplify_plus_minus()
4499 ops[n_ops].neg = (this_code == MINUS) ^ this_neg; in simplify_plus_minus()
/dragonfly/contrib/gcc-4.7/gcc/
H A Doptabs.c5242 enum rtx_code this_code; in expand_fixed_convert() local
5256 this_code = satp ? UNSIGNED_SAT_FRACT : UNSIGNED_FRACT_CONVERT; in expand_fixed_convert()
5261 this_code = satp ? SAT_FRACT : FRACT_CONVERT; in expand_fixed_convert()
5266 emit_unop_insn (code, to, from, this_code); in expand_fixed_convert()
H A Dsimplify-rtx.c3907 enum rtx_code this_code = GET_CODE (this_op); in simplify_plus_minus() local
3909 switch (this_code) in simplify_plus_minus()
3917 ops[n_ops].neg = (this_code == MINUS) ^ this_neg; in simplify_plus_minus()