Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-parse.y1846 if (IS_EVEN ($1) && $4.MM)
1853 if (!IS_EVEN ($1))
1904 if ((IS_EVEN ($1) && $6.regno - $1.regno != 1)
1905 || (IS_EVEN ($6) && $1.regno - $6.regno != 1))
1911 if ((IS_EVEN ($1) && $4.MM)
1912 || (IS_EVEN ($6) && $9.MM))
1918 if (IS_EVEN ($1))
4227 if (IS_A1 ($3) && IS_EVEN ($1))
4229 else if (!IS_A1 ($3) && !IS_EVEN ($1))
4248 if ($4.n && IS_EVEN ($1))
[all …]
Dbfin-defs.h180 #define IS_EVEN(r) ((r).regno % 2 == 0) macro