Home
last modified time | relevance | path

Searched refs:true_rtx (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dgenattrtab.c224 static rtx true_rtx, false_rtx; variable
473 return true_rtx; in attr_rtx_1()
809 return true_rtx; in check_attr_test()
1680 if (newtest == true_rtx) in simplify_cond()
1809 if (code == AND && term == true_rtx) in insert_right_side()
1813 if (code == AND && exp == true_rtx) in insert_right_side()
1817 if (code == IOR && term == true_rtx) in insert_right_side()
1818 return true_rtx; in insert_right_side()
1821 if (code == IOR && exp == true_rtx) in insert_right_side()
1822 return true_rtx; in insert_right_side()
[all …]
Dcombine.c4195 rtx cond, true_rtx, false_rtx; in combine_simplify_rtx() local
4197 cond = if_then_else_cond (x, &true_rtx, &false_rtx); in combine_simplify_rtx()
4202 && (COMPARISON_P (true_rtx) || COMPARISON_P (false_rtx)))) in combine_simplify_rtx()
4214 true_rtx = subst (copy_rtx (true_rtx), pc_rtx, pc_rtx, 0, 0); in combine_simplify_rtx()
4219 if (general_operand (true_rtx, VOIDmode) in combine_simplify_rtx()
4229 if (true_rtx == const_true_rtx && false_rtx == const0_rtx) in combine_simplify_rtx()
4232 else if (true_rtx == const0_rtx && false_rtx == const_true_rtx in combine_simplify_rtx()
4241 else if (GET_CODE (true_rtx) == CONST_INT in combine_simplify_rtx()
4242 && INTVAL (true_rtx) == - STORE_FLAG_VALUE in combine_simplify_rtx()
4251 && true_rtx == const0_rtx in combine_simplify_rtx()
[all …]
Dcse.c4011 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx; in fold_rtx() local
4017 true_rtx = (CONST_DOUBLE_FROM_REAL_VALUE in fold_rtx()
4100 return true_rtx; in fold_rtx()
4124 ? true_rtx : false_rtx); in fold_rtx()
4127 return true_rtx; in fold_rtx()
4154 ? true_rtx : false_rtx); in fold_rtx()
4178 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx; in fold_rtx() local
4183 true_rtx = (CONST_DOUBLE_FROM_REAL_VALUE in fold_rtx()
4194 return true_rtx; in fold_rtx()
4197 return true_rtx; in fold_rtx()
Doptabs.c3959 rtx true_rtx, false_rtx; in prepare_float_lib_cmp() local
3964 true_rtx = const0_rtx; in prepare_float_lib_cmp()
3969 true_rtx = const_true_rtx; in prepare_float_lib_cmp()
3974 true_rtx = const1_rtx; in prepare_float_lib_cmp()
3979 true_rtx = const0_rtx; in prepare_float_lib_cmp()
3984 true_rtx = constm1_rtx; in prepare_float_lib_cmp()
3989 true_rtx = const0_rtx; in prepare_float_lib_cmp()
3997 equiv, true_rtx, false_rtx); in prepare_float_lib_cmp()