Searched refs:high_reg (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ravenscar-thread.c | 691 int high_reg = regnum == -1 ? gdbarch_num_regs (gdbarch) : regnum + 1; in fetch_registers() local 694 for (int i = low_reg; i < high_reg; ++i) in fetch_registers() 737 int high_reg = regnum == -1 ? gdbarch_num_regs (gdbarch) : regnum + 1; in store_registers() local 740 for (int i = low_reg; i < high_reg; ++i) in store_registers()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | regex.c | 1715 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument 1749 high_reg = (active_reg_t) POP_FAILURE_INT (); \ 1750 DEBUG_PRINT2 (" Popping high active reg: %ld\n", high_reg); \ 1756 for (this_reg = high_reg; this_reg >= low_reg; this_reg--) \ 1772 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \ 1778 highest_active_reg = high_reg; \
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | regex.c | 1715 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument 1749 high_reg = (active_reg_t) POP_FAILURE_INT (); \ 1750 DEBUG_PRINT2 (" Popping high active reg: %ld\n", high_reg); \ 1756 for (this_reg = high_reg; this_reg >= low_reg; this_reg--) \ 1772 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \ 1778 highest_active_reg = high_reg; \
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | regex.c | 1715 # define POP_FAILURE_POINT(str, pat, low_reg, high_reg, regstart, regend, reg_info)\ argument 1749 high_reg = (active_reg_t) POP_FAILURE_INT (); \ 1750 DEBUG_PRINT2 (" Popping high active reg: %ld\n", high_reg); \ 1756 for (this_reg = high_reg; this_reg >= low_reg; this_reg--) \ 1772 for (this_reg = highest_active_reg; this_reg > high_reg; this_reg--) \ 1778 highest_active_reg = high_reg; \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/ |
| D | pa.cc | 2713 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0); in pa_output_move_double() local 2719 gcc_assert (!reg_overlap_mentioned_p (high_reg, addr)); in pa_output_move_double() 2730 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0); in pa_output_move_double() local 2736 gcc_assert (!reg_overlap_mentioned_p (high_reg, addr)); in pa_output_move_double() 2753 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0); in pa_output_move_double() local 2759 if (!reg_overlap_mentioned_p (high_reg, addr)) in pa_output_move_double() 2780 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0); in pa_output_move_double() local 2786 if (!reg_overlap_mentioned_p (high_reg, addr)) in pa_output_move_double()
|