Lines Matching refs:true_rtx

224 static rtx true_rtx, false_rtx;
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;
1930 newexp = true_rtx;
1970 andexp = true_rtx;
2062 left_eliminates_term = (temp == true_rtx);
2066 right_eliminates_term = (temp == true_rtx);
2069 *pterm = true_rtx;
2083 return true_rtx;
2094 return true_rtx;
2100 *pterm = true_rtx;
2111 return true_rtx;
2125 return true_rtx;
2137 *pterm = true_rtx;
2143 return true_rtx;
2159 return true_rtx;
2213 return true_rtx;
2216 return true_rtx;
2504 else if (left == true_rtx)
2508 else if (right == true_rtx)
2567 if (left == true_rtx)
2568 return true_rtx;
2570 if (right == true_rtx)
2571 return true_rtx;
2584 if (right == true_rtx || left == true_rtx)
2585 return true_rtx;
2636 return true_rtx;
2671 return true_rtx;
2672 if (left == true_rtx)
2706 return XINT (exp, 1) ? true_rtx : false_rtx;
3670 true_rtx, av->first_insn->def->insn_code,
3674 true_rtx, -2, 0);
3686 write_attr_case (attr, av, 1, "return", ";", 4, true_rtx);
3688 write_attr_case (attr, common_av, 0, "return", ";", 4, true_rtx);
3755 if (testexp == true_rtx || newexp == false_rtx)
4098 write_attr_case (attr, av, 1, "slot +=", str, 4, true_rtx);
4100 write_attr_case (attr, common_av, 0, "slot +=", str, 4, true_rtx);
4120 write_attr_case (attr, av, 1, "return", ";", 4, true_rtx);
4122 write_attr_case (attr, common_av, 0, "return", ";", 4, true_rtx);
4150 write_attr_case (attr, av, 1, "return", ";", 8, true_rtx);
4152 write_attr_case (attr, common_av, 0, "return", ";", 8, true_rtx);
4509 true_rtx = rtx_alloc (CONST_INT);
4510 XWINT (true_rtx, 0) = 1;
4513 ATTR_IND_SIMPLIFIED_P (true_rtx) = ATTR_IND_SIMPLIFIED_P (false_rtx) = 1;
4514 ATTR_PERMANENT_P (true_rtx) = ATTR_PERMANENT_P (false_rtx) = 1;