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

/freebsd-11.0-release/contrib/gcc/
H A Dgenattrtab.c224 static rtx true_rtx, false_rtx; variable
473 return true_rtx;
809 return true_rtx;
1680 if (newtest == true_rtx)
1809 if (code == AND && term == true_rtx)
1813 if (code == AND && exp == true_rtx)
1817 if (code == IOR && term == true_rtx)
1818 return true_rtx;
1821 if (code == IOR && exp == true_rtx)
1822 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.c3975 rtx true_rtx, false_rtx;
3980 true_rtx = const0_rtx;
3985 true_rtx = const_true_rtx;
3990 true_rtx = const1_rtx;
3995 true_rtx = const0_rtx;
4000 true_rtx = constm1_rtx;
4005 true_rtx = const0_rtx;
4013 equiv, true_rtx, false_rtx);
3959 rtx true_rtx, false_rtx; local

Completed in 174 milliseconds