Searched refs:REG_A1 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | bfin-defs.h | 109 REG_A0 = 0xc0, REG_A1, REG_CC, enumerator 178 #define IS_A1(a) ((a).regno == REG_A1)
|
D | bfin-lex.l | 238 [aA]1 _REG.regno = REG_A1; return REG_A_DOUBLE_ONE;
|
D | bfin-parse.y | 1641 if ($3.regno == REG_A0 && $5.regno == REG_A1) 1651 if ($3.regno == REG_A0 && $5.regno == REG_A1) 1710 if ($3.regno == REG_A0 && $5.regno == REG_A1)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | bfin-dis.c | 216 REG_A0, REG_A1, REG_I0, REG_I1, REG_I2, REG_I3, REG_M0, REG_M1, enumerator
|