Home
last modified time | relevance | path

Searched refs:REG_A0 (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/bfin/
Dbfin.h355 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 \
Dbfin.c505 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()
Dbfin.md101 (REG_A0 32)
/openbsd/src/gnu/usr.bin/gcc/gcc/config/dsp16xx/
Ddsp16xx.h427 #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)
Ddsp16xx.c198 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:
Ddsp16xx.md219 xoperands[0] = gen_rtx_REG (HImode, REG_A0);
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dbfin-defs.h110 REG_A0 = 0xc0, REG_A1, REG_CC, enumerator
Dtc-bfin.c121 {"A0", REG_A0},
122 {"A0.L", REG_A0},
123 {"A0.H", REG_A0},
Dbfin-lex.l242 [aA]0 _REG.regno = REG_A0; return REG_A_DOUBLE_ZERO;
Dbfin-parse.y2172 && $7.regno == REG_A0
2185 && $7.regno == REG_A0
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dbfin-lex.c1922 _REG.regno = REG_A0; return REG_A_DOUBLE_ZERO;
Dbfin-parse.c4557 && (yyvsp[-3].reg).regno == REG_A0
4572 && (yyvsp[-3].reg).regno == REG_A0
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dbfin-dis.c161 REG_A0, REG_A1, REG_I0, REG_I1, REG_I2, REG_I3, REG_M0, REG_M1, enumerator