Searched refs:true_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
473 return true_rtx;
809 return true_rtx;
1679 if (newtest == true_rtx)
1808 if (code == AND && term == true_rtx)
1812 if (code == AND && exp == true_rtx)
1816 if (code == IOR && term == true_rtx)
1817 return true_rtx;
1820 if (code == IOR && exp == true_rtx)
1821 return true_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
4231 true_rtx = subst (copy_rtx (true_rtx), pc_rtx, pc_rtx, 0, 0);
4234 /* If true_rtx and false_rtx are not general_operands, an if_then_else
4236 if (general_operand (true_rtx, VOIDmode)
4246 if (true_rtx == const_true_rtx && false_rtx == const0_rtx)
4249 else if (true_rtx
4195 rtx cond, true_rtx, false_rtx; local
4844 rtx true_rtx = XEXP (x, 1); local
5471 rtx true_rtx = (GET_CODE (XEXP (src, 0)) == NE local
[all...]
H A Dcse.c4030 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx;
4036 true_rtx = (CONST_DOUBLE_FROM_REAL_VALUE
4119 return true_rtx;
4143 ? true_rtx : false_rtx);
4146 return true_rtx;
4173 ? true_rtx : false_rtx);
4197 rtx true_rtx = const_true_rtx, false_rtx = const0_rtx;
4202 true_rtx = (CONST_DOUBLE_FROM_REAL_VALUE
4213 return true_rtx;
4216 return true_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;
3976 true_rtx = const0_rtx;
3981 true_rtx = const_true_rtx;
3986 true_rtx = const1_rtx;
3991 true_rtx = const0_rtx;
3996 true_rtx = constm1_rtx;
4001 true_rtx = const0_rtx;
4009 equiv, true_rtx, false_rtx);
3955 rtx true_rtx, false_rtx; local

Completed in 97 milliseconds