Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dcombine.c4843 enum rtx_code true_code = GET_CODE (cond); in simplify_if_then_else() local
4852 return simplify_gen_relational (true_code, mode, VOIDmode, in simplify_if_then_else()
4880 swapped = 1, true_code = EQ, false_code = NE; in simplify_if_then_else()
4888 if (true_code == EQ && true_val == const0_rtx in simplify_if_then_else()
4891 else if (true_code == EQ && true_val == const0_rtx in simplify_if_then_else()
4901 true_rtx = subst (known_cond (copy_rtx (true_rtx), true_code, in simplify_if_then_else()
4914 true_code = GET_CODE (cond); in simplify_if_then_else()
4935 true_code = reversed_comparison_code (cond, NULL); in simplify_if_then_else()
4944 true_code = GET_CODE (cond); in simplify_if_then_else()
4954 if (true_code == EQ && ! side_effects_p (cond) in simplify_if_then_else()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcombine.c4781 enum rtx_code true_code = GET_CODE (cond); local
4782 int comparison_p = GET_RTX_CLASS (true_code) == '<';
4790 return gen_binary (true_code, mode, XEXP (cond, 0), XEXP (cond, 1));
4818 swapped = 1, true_code = EQ, false_code = NE;
4826 if (true_code == EQ && true_val == const0_rtx
4829 else if (true_code == EQ && true_val == const0_rtx
4839 true_rtx = subst (known_cond (copy_rtx (true_rtx), true_code,
4852 true_code = GET_CODE (cond);
4875 true_code = reversed_comparison_code (cond, NULL);
4887 true_code = GET_CODE (cond);
[all …]