Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dbfin-defs.h204 #define IS_DAGREG(r) \ macro
Dbfin-parse.y1765 || (IS_GENREG ($1) && IS_DAGREG ($3))
1766 || (IS_DAGREG ($1) && IS_GENREG ($3))
1767 || (IS_DAGREG ($1) && IS_DAGREG ($3))
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-2010261 * bfin-dis.c (IS_DREG, IS_PREG, IS_GENREG, IS_DAGREG): Reject
DChangeLog-2009828 (IS_DAGREG): Define.
Dbfin-dis.c430 #define IS_DAGREG(g,r) (((g) == 2 || (g) == 3) && (r) < 8) macro
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2009921 (IS_DAGREG): Define.