Searched refs:REG_A1x (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | bfin-defs.h | 99 REG_A0x = T_REG_A, REG_A0w, REG_A1x, REG_A1w, enumerator
|
| D | tc-bfin.c | 114 {"A1x", REG_A1x}, 118 {"A1.x", REG_A1x},
|
| D | bfin-lex.l | 237 [aA]1"."[xX] _REG.regno = REG_A1x; return REG;
|
| D | bfin-parse.y | 1177 else if ($1.regno == REG_A1x && IS_DREG ($3)) 1273 else if (IS_DREG ($1) && $3.regno == REG_A1x)
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | bfin-lex.c | 1897 _REG.regno = REG_A1x; return REG;
|
| D | bfin-parse.c | 3424 else if ((yyvsp[-3].reg).regno == REG_A1x && IS_DREG ((yyvsp[-1].reg))) 3528 else if (IS_DREG ((yyvsp[-2].reg)) && (yyvsp[0].reg).regno == REG_A1x)
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | bfin-dis.c | 160 REG_P4, REG_P5, REG_SP, REG_FP, REG_A0x, REG_A1x, REG_A0w, REG_A1w, enumerator 360 REG_A0x, REG_A0w, REG_A1x, REG_A1w, REG_GP, REG_LASTREG, REG_ASTAT, REG_RETS, enumerator
|