Home
last modified time | relevance | path

Searched refs:rx_disp5op (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Drx-parse.y110 static int rx_disp5op (expressionS *, int);
326 { if ($5 <= 7 && $8 <= 7 && rx_disp5op (&$3, $2))
545 { if ($3 <= 7 && $7 <= 7 && rx_disp5op (&$5, $2))
553 { if ($5 <= 7 && $8 <= 7 && rx_disp5op (&$3, $2))
1397 rx_disp5op (expressionS * exp, int msize) in rx_disp5op() function
1442 return rx_disp5op (exp, msize); in rx_disp5op0()