Lines Matching refs:rx_uintop
108 static int rx_uintop (expressionS, int);
275 { if ($8 <= 7 && rx_uintop ($4, 8) && rx_disp5op0 (&$6, BSIZE))
282 { if ($8 <= 7 && rx_uintop ($4, 8) && rx_disp5op0 (&$6, WSIZE))
288 { if ($8 <= 7 && rx_uintop ($4, 8) && rx_disp5op0 (&$6, LSIZE))
334 { if (rx_uintop ($3, 4))
341 { if (rx_uintop ($3, 4))
343 else if (rx_uintop ($3, 8))
349 { if (rx_uintop ($3, 4))
355 { if (rx_uintop ($3, 4))
361 { if (rx_uintop ($3, 4))
367 { if (rx_uintop ($3, 4))
373 { if (rx_uintop ($4, 4))
375 else if (rx_uintop ($4, 8))
381 { if (rx_uintop ($3, 4))
383 else if (rx_uintop ($3, 8))
704 if (rx_uintop ($3, 4) && $3.X_add_number == 1)
706 else if (rx_uintop ($3, 4) && $3.X_add_number == 2)
1358 rx_uintop (expressionS exp, int nbits) in rx_uintop() function
1489 else if (rx_uintop (exp, 16) && bits == 16) in immediate()