Lines Matching refs:rx_uintop

169 static int         rx_uintop (expressionS, int);
2606 { if ((yyvsp[-1].regno) <= 7 && rx_uintop ((yyvsp[-5].exp), 8) && rx_disp5op0 (&(yyvsp[-3].exp), BSIZE))
2616 { if ((yyvsp[-1].regno) <= 7 && rx_uintop ((yyvsp[-5].exp), 8) && rx_disp5op0 (&(yyvsp[-3].exp), WSIZE))
2625 { if ((yyvsp[-1].regno) <= 7 && rx_uintop ((yyvsp[-5].exp), 8) && rx_disp5op0 (&(yyvsp[-3].exp), LSIZE))
2683 { if (rx_uintop ((yyvsp[-2].exp), 4))
2693 { if (rx_uintop ((yyvsp[-2].exp), 4))
2695 else if (rx_uintop ((yyvsp[-2].exp), 8))
2704 { if (rx_uintop ((yyvsp[-2].exp), 4))
2713 { if (rx_uintop ((yyvsp[-2].exp), 4))
2722 { if (rx_uintop ((yyvsp[-2].exp), 4))
2731 { if (rx_uintop ((yyvsp[-2].exp), 4))
2740 { if (rx_uintop ((yyvsp[-2].exp), 4))
2742 else if (rx_uintop ((yyvsp[-2].exp), 8))
2751 { if (rx_uintop ((yyvsp[-2].exp), 4))
2753 else if (rx_uintop ((yyvsp[-2].exp), 8))
3439 if (rx_uintop ((yyvsp[0].exp), 4) && exp_val((yyvsp[0].exp)) == 1)
3441 else if (rx_uintop ((yyvsp[0].exp), 4) && exp_val((yyvsp[0].exp)) == 2)
3451 if (rx_uintop ((yyvsp[-2].exp), 4) && exp_val((yyvsp[-2].exp)) == 1)
3453 else if (rx_uintop ((yyvsp[-2].exp), 4) && exp_val((yyvsp[-2].exp)) == 2)
3699 if (rx_uintop ((yyvsp[-2].exp), 4) && (yyvsp[-2].exp).X_add_number == 1)
3701 else if (rx_uintop ((yyvsp[-2].exp), 4) && (yyvsp[-2].exp).X_add_number == 2)
3711 if (rx_uintop ((yyvsp[-2].exp), 4) && (yyvsp[-2].exp).X_add_number == 1)
3713 else if (rx_uintop ((yyvsp[-2].exp), 4) && (yyvsp[-2].exp).X_add_number == 2)
3723 if (rx_uintop ((yyvsp[-2].exp), 4) && (yyvsp[-2].exp).X_add_number == 1)
3725 else if (rx_uintop ((yyvsp[-2].exp), 4) && (yyvsp[-2].exp).X_add_number == 2)
4183 if (rx_uintop ((yyvsp[-4].exp), 4))
5116 rx_uintop (expressionS exp, int nbits)
5135 printf ("rx_uintop passed %d\n", nbits);
5247 else if (pos >= 0 && rx_uintop (exp, 16) && bits == 16)