Searched refs:rx_uintop (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | rx-parse.y | 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)) [all …]
|