Searched refs:IN_RANGE (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | bfin-parse.y | 221 #define IN_RANGE(x, low, high) \ macro 3424 && IN_RANGE ($6, 0, 7) 3426 && IN_RANGE ($10, 0, 5)) 3440 if ($4.regno == REG_R7 && IN_RANGE ($6, 0, 7)) 3445 else if ($4.regno == REG_P5 && IN_RANGE ($6, 0, 6)) 3458 if ($2.regno == REG_R7 && (IN_RANGE ($4, 0, 7)) 3459 && $6.regno == REG_P5 && (IN_RANGE ($8, 0, 6))) 3473 if ($2.regno == REG_R7 && IN_RANGE ($4, 0, 7)) 3478 else if ($2.regno == REG_P5 && IN_RANGE ($4, 0, 6))
|