HomeSort by: relevance | last modified time | path
    Searched defs:high_reg (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
ravenscar-thread.c 691 int high_reg = regnum == -1 ? gdbarch_num_regs (gdbarch) : regnum + 1; local
694 for (int i = low_reg; i < high_reg; ++i)
737 int high_reg = regnum == -1 ? gdbarch_num_regs (gdbarch) : regnum + 1; local
740 for (int i = low_reg; i < high_reg; ++i)
  /src/external/gpl3/gdb.old/dist/gdb/
ravenscar-thread.c 691 int high_reg = regnum == -1 ? gdbarch_num_regs (gdbarch) : regnum + 1; local
694 for (int i = low_reg; i < high_reg; ++i)
737 int high_reg = regnum == -1 ? gdbarch_num_regs (gdbarch) : regnum + 1; local
740 for (int i = low_reg; i < high_reg; ++i)
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 2866 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0);
2872 gcc_assert (!reg_overlap_mentioned_p (high_reg, addr));
2883 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0);
2889 gcc_assert (!reg_overlap_mentioned_p (high_reg, addr));
2906 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0);
2912 if (!reg_overlap_mentioned_p (high_reg, addr))
2933 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0);
2939 if (!reg_overlap_mentioned_p (high_reg, addr))
2860 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0); local
2877 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0); local
2900 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0); local
2927 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0); local
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 2724 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0);
2730 gcc_assert (!reg_overlap_mentioned_p (high_reg, addr));
2741 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0);
2747 gcc_assert (!reg_overlap_mentioned_p (high_reg, addr));
2764 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0);
2770 if (!reg_overlap_mentioned_p (high_reg, addr))
2791 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0);
2797 if (!reg_overlap_mentioned_p (high_reg, addr))
2718 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0); local
2735 rtx high_reg = gen_rtx_SUBREG (SImode, operands[1], 0); local
2758 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0); local
2785 rtx high_reg = gen_rtx_SUBREG (SImode, operands[0], 0); local

Completed in 37 milliseconds