Searched refs:rx_uintop (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | rx-parse.y | 108 static int rx_uintop (expressionS, int); 288 { if ($8 <= 7 && rx_uintop ($4, 8) && rx_disp5op0 (&$6, BSIZE)) 295 { if ($8 <= 7 && rx_uintop ($4, 8) && rx_disp5op0 (&$6, WSIZE)) 301 { if ($8 <= 7 && rx_uintop ($4, 8) && rx_disp5op0 (&$6, LSIZE)) 347 { if (rx_uintop ($3, 4)) 354 { if (rx_uintop ($3, 4)) 356 else if (rx_uintop ($3, 8)) 362 { if (rx_uintop ($3, 4)) 368 { if (rx_uintop ($3, 4)) 374 { if (rx_uintop ($3, 4)) [all …]
|