Lines Matching defs:true_rtx
240 static rtx true_rtx, false_rtx;
530 return true_rtx;
785 return true_rtx;
1687 if (newtest == true_rtx)
1816 if (code == AND && term == true_rtx)
1820 if (code == AND && exp == true_rtx)
1824 if (code == IOR && term == true_rtx)
1825 return true_rtx;
1828 if (code == IOR && exp == true_rtx)
1829 return true_rtx;
1970 newexp = true_rtx;
2006 andexp = true_rtx;
2098 left_eliminates_term = (temp == true_rtx);
2102 right_eliminates_term = (temp == true_rtx);
2105 *pterm = true_rtx;
2119 return true_rtx;
2130 return true_rtx;
2136 *pterm = true_rtx;
2147 return true_rtx;
2161 return true_rtx;
2173 *pterm = true_rtx;
2179 return true_rtx;
2195 return true_rtx;
2249 return true_rtx;
2252 return true_rtx;
2473 else if (left == true_rtx)
2477 else if (right == true_rtx)
2536 if (left == true_rtx)
2537 return true_rtx;
2539 if (right == true_rtx)
2540 return true_rtx;
2553 if (right == true_rtx || left == true_rtx)
2554 return true_rtx;
2624 return true_rtx;
2659 return true_rtx;
2660 if (left == true_rtx)
2694 return XWINT (exp, 1) ? true_rtx : false_rtx;
4076 true_rtx, av->first_insn->def->insn_code,
4080 true_rtx, -2, 0, 0);
4124 write_attr_case (outf, attr, av, 1, "return", ";", 4, true_rtx);
4126 write_attr_case (outf, attr, common_av, 0, "return", ";", 4, true_rtx);
4207 if (testexp == true_rtx || newexp == false_rtx)
4556 write_attr_case (outf, attr, av, 1, "slot +=", str, 4, true_rtx);
4558 write_attr_case (outf, attr, common_av, 0, "slot +=", str, 4, true_rtx);
4578 write_attr_case (outf, attr, av, 1, "return", ";", 4, true_rtx);
4580 write_attr_case (outf, attr, common_av, 0, "return", ";", 4, true_rtx);
4608 write_attr_case (outf, attr, av, 1, "return", ";", 8, true_rtx);
4610 write_attr_case (outf, attr, common_av, 0, "return", ";", 8, true_rtx);
5058 if (condexp == true_rtx)
5265 true_rtx = rtx_alloc (CONST_INT);
5266 XWINT (true_rtx, 0) = 1;
5269 ATTR_IND_SIMPLIFIED_P (true_rtx) = ATTR_IND_SIMPLIFIED_P (false_rtx) = 1;
5270 ATTR_PERMANENT_P (true_rtx) = ATTR_PERMANENT_P (false_rtx) = 1;