Home
last modified time | relevance | path

Searched refs:REG_R7 (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-tic4x.c1939 if ( (reg >= REG_R0 && reg <= REG_R7)
1979 if ( (reg >= REG_R0 && reg <= REG_R7)
1994 if (reg >= REG_R0 && reg <= REG_R7)
2064 if (reg >= REG_R0 && reg <= REG_R7)
2078 if (reg >= REG_R0 && reg <= REG_R7)
2170 if ( (reg >= REG_R0 && reg <= REG_R7)
2192 if ( (reg >= REG_R0 && reg <= REG_R7)
Dbfin-defs.h93 REG_R0 = T_REG_R, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, enumerator
Dbfin-parse.y3241 if ($4.regno == REG_R7
3258 if ($4.regno == REG_R7 && IN_RANGE ($6, 0, 7))
3276 if ($2.regno == REG_R7 && (IN_RANGE ($4, 0, 7))
3291 if ($2.regno == REG_R7 && IN_RANGE ($4, 0, 7))
Dtc-bfin.c88 {"R7", REG_R7},
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic4x.c1939 if ( (reg >= REG_R0 && reg <= REG_R7)
1979 if ( (reg >= REG_R0 && reg <= REG_R7)
1994 if (reg >= REG_R0 && reg <= REG_R7)
2064 if (reg >= REG_R0 && reg <= REG_R7)
2078 if (reg >= REG_R0 && reg <= REG_R7)
2170 if ( (reg >= REG_R0 && reg <= REG_R7)
2192 if ( (reg >= REG_R0 && reg <= REG_R7)
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dtic4x.h36 REG_R4, REG_R5, REG_R6, REG_R7, enumerator
84 {"f7", REG_R7},
85 {"r7", REG_R7},
/openbsd/src/gnu/usr.bin/binutils/include/opcode/
Dtic4x.h36 REG_R4, REG_R5, REG_R6, REG_R7, enumerator
84 {"f7", REG_R7},
85 {"r7", REG_R7},
/openbsd/src/gnu/gcc/gcc/config/bfin/
Dbfin.h273 #define D_REGNO_P(X) ((X) <= REG_R7)
353 { REG_R0, REG_R1, REG_R2, REG_R3, REG_R7, REG_R6, REG_R5, REG_R4, \
Dbfin.c238 for (i = REG_R0; i <= REG_R7; i++) in n_dregs_to_save()
241 return REG_R7 - i + 1; in n_dregs_to_save()
252 return REG_R7 - i + 1; in n_dregs_to_save()
305 int dregno = REG_R7 + 1 - ndregs; in expand_prologue_reg_save()
372 regno = REG_R7 + 1; in expand_epilogue_reg_restore()
388 regno = REG_R7 + 1; in expand_epilogue_reg_restore()
2241 if (regno > REG_R7) in split_load_immediate()
2525 if (regno == REG_R7) in pop_multiple_operation()
Dbfin.md67 (REG_R7 7)
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dbfin-dis.c158 REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, enumerator
236 REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, enumerator
284 REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, enumerator
293 REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, enumerator
302 REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, enumerator
356 REG_R0, REG_R1, REG_R2, REG_R3, REG_R4, REG_R5, REG_R6, REG_R7, enumerator
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dbfin-parse.c5778 if ((yyvsp[-7].reg).regno == REG_R7
5797 if ((yyvsp[-3].reg).regno == REG_R7 && IN_RANGE ((yyvsp[-1].expr), 0, 7))
5817 if ((yyvsp[-9].reg).regno == REG_R7 && (IN_RANGE ((yyvsp[-7].expr), 0, 7))
5834 if ((yyvsp[-5].reg).regno == REG_R7 && IN_RANGE ((yyvsp[-3].expr), 0, 7))