Home
last modified time | relevance | path

Searched refs:false_rtx (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dgenattrtab.c224 static rtx true_rtx, false_rtx; variable
471 return false_rtx; in attr_rtx_1()
790 orexp = false_rtx; in check_attr_test()
811 return false_rtx; in check_attr_test()
1365 condexp = false_rtx; in expand_delays()
1376 if (condexp == 0) condexp = false_rtx; in expand_delays()
1388 if (condexp == 0) condexp = false_rtx; in expand_delays()
1688 else if (newtest == false_rtx) in simplify_cond()
1810 if (code == AND && term == false_rtx) in insert_right_side()
1811 return false_rtx; in insert_right_side()
[all …]
Dcombine.c4192 rtx cond, true_rtx, false_rtx; in combine_simplify_rtx() local
4194 cond = if_then_else_cond (x, &true_rtx, &false_rtx); in combine_simplify_rtx()
4199 && (COMPARISON_P (true_rtx) || COMPARISON_P (false_rtx)))) in combine_simplify_rtx()
4212 false_rtx = subst (copy_rtx (false_rtx), pc_rtx, pc_rtx, 0, 0); in combine_simplify_rtx()
4217 && general_operand (false_rtx, VOIDmode)) in combine_simplify_rtx()
4226 if (true_rtx == const_true_rtx && false_rtx == const0_rtx) in combine_simplify_rtx()
4229 else if (true_rtx == const0_rtx && false_rtx == const_true_rtx in combine_simplify_rtx()
4240 && false_rtx == const0_rtx) in combine_simplify_rtx()
4246 else if (GET_CODE (false_rtx) == CONST_INT in combine_simplify_rtx()
4247 && INTVAL (false_rtx) == - STORE_FLAG_VALUE in combine_simplify_rtx()
[all …]
Dcse.c4001 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx; in fold_rtx() local
4009 false_rtx = CONST0_RTX (mode); in fold_rtx()
4088 return false_rtx; in fold_rtx()
4114 ? true_rtx : false_rtx); in fold_rtx()
4119 return false_rtx; in fold_rtx()
4144 ? true_rtx : false_rtx); in fold_rtx()
4168 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx; in fold_rtx() local
4175 false_rtx = CONST0_RTX (mode); in fold_rtx()
4182 return false_rtx; in fold_rtx()
4191 return false_rtx; in fold_rtx()
Doptabs.c3955 rtx true_rtx, false_rtx; in prepare_float_lib_cmp() local
3961 false_rtx = const_true_rtx; in prepare_float_lib_cmp()
3966 false_rtx = const0_rtx; in prepare_float_lib_cmp()
3971 false_rtx = const0_rtx; in prepare_float_lib_cmp()
3976 false_rtx = constm1_rtx; in prepare_float_lib_cmp()
3981 false_rtx = const0_rtx; in prepare_float_lib_cmp()
3986 false_rtx = const1_rtx; in prepare_float_lib_cmp()
3993 equiv, true_rtx, false_rtx); in prepare_float_lib_cmp()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgenattrtab.c334 static rtx true_rtx, false_rtx; variable
363 ? true_rtx : false_rtx);
664 return false_rtx;
990 orexp = false_rtx;
1010 return false_rtx;
1628 condexp = false_rtx; in expand_delays()
1639 if (condexp == 0) condexp = false_rtx; in expand_delays()
1651 if (condexp == 0) condexp = false_rtx; in expand_delays()
2043 orexp = false_rtx; in expand_units()
2602 else if (newtest == false_rtx)
[all …]
Dcombine.c3735 rtx cond, true_rtx, false_rtx; local
3737 cond = if_then_else_cond (x, &true_rtx, &false_rtx);
3743 || GET_RTX_CLASS (GET_CODE (false_rtx)) == '<')))
3754 false_rtx = subst (false_rtx, pc_rtx, pc_rtx, 0, 0);
3759 && general_operand (false_rtx, VOIDmode))
3766 if (true_rtx == const_true_rtx && false_rtx == const0_rtx)
3768 else if (true_rtx == const0_rtx && false_rtx == const_true_rtx
3777 && false_rtx == const0_rtx)
3782 else if (GET_CODE (false_rtx) == CONST_INT
3783 && INTVAL (false_rtx) == - STORE_FLAG_VALUE
[all …]
Dcse.c3974 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx; local
3982 false_rtx = CONST0_RTX (mode);
4016 return false_rtx;
4042 ? true_rtx : false_rtx);
4047 return false_rtx;
4072 ? true_rtx : false_rtx);
4096 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx; local
4103 false_rtx = CONST0_RTX (mode);
4110 return false_rtx;
4119 return false_rtx;