Searched refs:REG_A0 (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/bfin/ |
| D | bfin.h | 355 REG_A0, REG_A1, \ 576 : (REGNO) == REG_A0 || (REGNO) == REG_A1 ? AREGS \ 605 ((MODE) == PDImode && ((REGNO) == REG_A0 || (REGNO) == REG_A1) ? 1 \ 606 : (MODE) == V2PDImode && ((REGNO) == REG_A0 || (REGNO) == REG_A1) ? 2 \
|
| D | bfin.c | 505 n += i == REG_A0 || i == REG_A1 ? 2 : 1; in n_regs_saved_by_prologue() 772 if (i == REG_A0 || i == REG_A1) in expand_interrupt_handler_prologue() 856 if (i == REG_A0 || i == REG_A1) in expand_interrupt_handler_epilogue() 1260 gcc_assert (REGNO (x) == REG_A0 || REGNO (x) == REG_A1); in print_operand() 1265 gcc_assert (REGNO (x) == REG_A0 || REGNO (x) == REG_A1); in print_operand() 1809 return regno == REG_A0 || regno == REG_A1; in hard_regno_mode_ok()
|
| D | bfin.md | 101 (REG_A0 32)
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/dsp16xx/ |
| D | dsp16xx.h | 427 #define REG_A0 0 macro 487 #define IS_ACCUM_REG(REGNO) IN_RANGE ((REGNO), REG_A0, REG_A1L) 545 REG_RB, REG_A0, REG_A1, REG_A0L, \ 560 REG_A0, REG_A0L, REG_A1, REG_A1L, REG_Y, REG_YL, \ 972 ((REGNO) == REG_A0 || (REGNO) == REG_A1 || (REGNO) == REG_Y || (REGNO) == REG_PROD)
|
| D | dsp16xx.c | 198 if (regno == REG_A0 || regno == REG_A1 || regno == REG_Y || regno == REG_PROD 309 case REG_A0: 941 (regno >= REG_A0 && regno < REG_A1L + 1)) 1006 case REG_A0:
|
| D | dsp16xx.md | 219 xoperands[0] = gen_rtx_REG (HImode, REG_A0);
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | bfin-defs.h | 110 REG_A0 = 0xc0, REG_A1, REG_CC, enumerator
|
| D | tc-bfin.c | 121 {"A0", REG_A0}, 122 {"A0.L", REG_A0}, 123 {"A0.H", REG_A0},
|
| D | bfin-lex.l | 242 [aA]0 _REG.regno = REG_A0; return REG_A_DOUBLE_ZERO;
|
| D | bfin-parse.y | 2172 && $7.regno == REG_A0 2185 && $7.regno == REG_A0
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | bfin-lex.c | 1922 _REG.regno = REG_A0; return REG_A_DOUBLE_ZERO;
|
| D | bfin-parse.c | 4557 && (yyvsp[-3].reg).regno == REG_A0 4572 && (yyvsp[-3].reg).regno == REG_A0
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | bfin-dis.c | 161 REG_A0, REG_A1, REG_I0, REG_I1, REG_I2, REG_I3, REG_M0, REG_M1, enumerator
|