Searched refs:false_rtx (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgenattrtab.c224 static rtx true_rtx, false_rtx; variable
471 return false_rtx;
790 orexp = false_rtx;
811 return false_rtx;
1365 condexp = false_rtx;
1376 if (condexp == 0) condexp = false_rtx;
1388 if (condexp == 0) condexp = false_rtx;
1688 else if (newtest == false_rtx)
1810 if (code == AND && term == false_rtx)
1811 return false_rtx;
[all...]
H A Dcombine.c4212 rtx cond, true_rtx, false_rtx;
4214 cond = if_then_else_cond (x, &true_rtx, &false_rtx);
4219 && (COMPARISON_P (true_rtx) || COMPARISON_P (false_rtx))))
4229 here since true_rtx or false_rtx might share RTL with x as a
4232 false_rtx = subst (copy_rtx (false_rtx), pc_rtx, pc_rtx, 0, 0);
4234 /* If true_rtx and false_rtx are not general_operands, an if_then_else
4237 && general_operand (false_rtx, VOIDmode))
4246 if (true_rtx == const_true_rtx && false_rtx == const0_rtx)
4249 else if (true_rtx == const0_rtx && false_rtx
4195 rtx cond, true_rtx, false_rtx; local
4845 rtx false_rtx = XEXP (x, 2); local
5473 rtx false_rtx = (GET_CODE (XEXP (src, 0)) == NE local
[all...]
H A Dcse.c4030 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx;
4038 false_rtx = CONST0_RTX (mode);
4117 return false_rtx;
4143 ? true_rtx : false_rtx);
4148 return false_rtx;
4173 ? true_rtx : false_rtx);
4197 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx;
4204 false_rtx = CONST0_RTX (mode);
4211 return false_rtx;
4220 return false_rtx;
4011 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx; local
4178 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx; local
[all...]
H A Doptabs.c3971 rtx true_rtx, false_rtx;
3977 false_rtx = const_true_rtx;
3982 false_rtx = const0_rtx;
3987 false_rtx = const0_rtx;
3992 false_rtx = constm1_rtx;
3997 false_rtx = const0_rtx;
4002 false_rtx = const1_rtx;
4009 equiv, true_rtx, false_rtx);
3955 rtx true_rtx, false_rtx; local

Completed in 110 milliseconds