Searched refs:false_rtx (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | genattrtab.c | 224 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 …]
|
| D | combine.c | 4192 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 …]
|
| D | cse.c | 4001 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()
|
| D | optabs.c | 3955 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/ |
| D | genattrtab.c | 334 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 …]
|
| D | combine.c | 3735 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 …]
|
| D | cse.c | 3974 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;
|