HomeSort by: relevance | last modified time | path
    Searched defs:regno (Results 1 - 25 of 936) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/
aarch32-linux-nat.c 33 int regno; local
35 for (regno = ARM_A1_REGNUM; regno < ARM_PC_REGNUM; regno++)
36 regcache->raw_supply (regno, &regs[regno]);
59 int regno; local
61 for (regno = ARM_A1_REGNUM; regno <= ARM_PC_REGNUM; regno++
86 int regno; local
101 int regno; local
    [all...]
aarch32-linux-nat.c 33 int regno; local
35 for (regno = ARM_A1_REGNUM; regno < ARM_PC_REGNUM; regno++)
36 regcache->raw_supply (regno, &regs[regno]);
59 int regno; local
61 for (regno = ARM_A1_REGNUM; regno <= ARM_PC_REGNUM; regno++
86 int regno; local
101 int regno; local
    [all...]
hppa-linux-nat.c 162 hppa_linux_register_addr (int regno, CORE_ADDR blockend)
166 if ((unsigned) regno >= ARRAY_SIZE (u_offsets))
167 error (_("Invalid register number %d."), regno);
169 if (u_offsets[regno] == -1)
173 addr = (CORE_ADDR) u_offsets[regno];
224 fetch_register (struct regcache *regcache, int regno)
230 if (gdbarch_cannot_fetch_register (gdbarch, regno))
232 regcache->raw_supply (regno, NULL);
239 val = ptrace (PTRACE_PEEKUSER, tid, hppa_linux_register_addr (regno, 0), 0);
242 gdbarch_register_name (gdbarch, regno),
322 int regno = greg_map[i]; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
aarch32-linux-nat.c 33 int regno; local
35 for (regno = ARM_A1_REGNUM; regno < ARM_PC_REGNUM; regno++)
36 regcache->raw_supply (regno, &regs[regno]);
59 int regno; local
61 for (regno = ARM_A1_REGNUM; regno <= ARM_PC_REGNUM; regno++
86 int regno; local
101 int regno; local
    [all...]
aarch32-linux-nat.c 33 int regno; local
35 for (regno = ARM_A1_REGNUM; regno < ARM_PC_REGNUM; regno++)
36 regcache->raw_supply (regno, &regs[regno]);
59 int regno; local
61 for (regno = ARM_A1_REGNUM; regno <= ARM_PC_REGNUM; regno++
86 int regno; local
101 int regno; local
    [all...]
hppa-linux-nat.c 162 hppa_linux_register_addr (int regno, CORE_ADDR blockend)
166 if ((unsigned) regno >= ARRAY_SIZE (u_offsets))
167 error (_("Invalid register number %d."), regno);
169 if (u_offsets[regno] == -1)
173 addr = (CORE_ADDR) u_offsets[regno];
224 fetch_register (struct regcache *regcache, int regno)
230 if (gdbarch_cannot_fetch_register (gdbarch, regno))
232 regcache->raw_supply (regno, NULL);
239 val = ptrace (PTRACE_PEEKUSER, tid, hppa_linux_register_addr (regno, 0), 0);
242 gdbarch_register_name (gdbarch, regno),
322 int regno = greg_map[i]; local
    [all...]
nios2-linux-tdep.c 63 int regno; local
66 for (regno = NIOS2_Z_REGNUM; regno <= NIOS2_MPUACC_REGNUM; regno++)
67 if (regnum == -1 || regnum == regno)
69 if (reg_offsets[regno] != -1)
70 regcache->raw_supply (regno, gregs + 4 * reg_offsets[regno]);
72 regcache->raw_supply (regno, zero_buf);
84 int regno; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
init-regs.cc 76 unsigned int regno = DF_REF_REGNO (use); local
79 if (regno < FIRST_PSEUDO_REGISTER)
84 && regno == REGNO (pic_offset_table_rtx))
87 /* Do not generate multiple moves for the same regno.
91 if (bitmap_bit_p (already_genned, regno))
98 if (bitmap_bit_p (lr, regno)
99 && (!bitmap_bit_p (ur, regno)))
104 bitmap_set_bit (already_genned, regno);
118 current_function_name (), regno, bb->index
    [all...]
init-regs.cc 76 unsigned int regno = DF_REF_REGNO (use); local
79 if (regno < FIRST_PSEUDO_REGISTER)
84 && regno == REGNO (pic_offset_table_rtx))
87 /* Do not generate multiple moves for the same regno.
91 if (bitmap_bit_p (already_genned, regno))
98 if (bitmap_bit_p (lr, regno)
99 && (!bitmap_bit_p (ur, regno)))
104 bitmap_set_bit (already_genned, regno);
118 current_function_name (), regno, bb->index
    [all...]
regrename.h 35 unsigned regno; member in class:du_head
regrename.h 35 unsigned regno; member in class:du_head
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
changes.cc 128 unsigned int regno = use->regno (); local
129 if (HARD_REGISTER_NUM_P (regno)
130 && TEST_HARD_REG_BIT (clobbered_hard_regs, regno))
134 " while it is still live\n", regno);
140 unsigned int regno = def->regno (); local
141 if (HARD_REGISTER_NUM_P (regno))
147 if (TEST_HARD_REG_BIT (defined_hard_regs, regno))
151 " register %d\n", regno);
    [all...]
changes.cc 128 unsigned int regno = use->regno (); local
129 if (HARD_REGISTER_NUM_P (regno)
130 && TEST_HARD_REG_BIT (clobbered_hard_regs, regno))
134 " while it is still live\n", regno);
140 unsigned int regno = def->regno (); local
141 if (HARD_REGISTER_NUM_P (regno))
147 if (TEST_HARD_REG_BIT (defined_hard_regs, regno))
151 " register %d\n", regno);
    [all...]
movement.h 86 // or clobber REGNO. Assume that if:
88 // - an instruction I2 contains another access A to REGNO; and
94 // - something will ensure that the new definition of REGNO does not
104 unsigned int regno, insn_info *insn,
108 resource_info resource = full_register (regno);
115 // REGNO is not defined or used in EBB before INSN, but it
129 // REGNO dies, but it's rarely worth the effort.
132 if (!bitmap_bit_p (DF_LR_IN (ebb->first_bb ()->cfg_bb ()), regno))
134 else if (bitmap_bit_p (DF_LR_IN (bb->cfg_bb ()), regno))
143 // to REGNO
225 unsigned int regno = def->regno (); local
316 unsigned int regno = use->regno (); local
    [all...]
movement.h 86 // or clobber REGNO. Assume that if:
88 // - an instruction I2 contains another access A to REGNO; and
94 // - something will ensure that the new definition of REGNO does not
104 unsigned int regno, insn_info *insn,
108 resource_info resource = full_register (regno);
115 // REGNO is not defined or used in EBB before INSN, but it
129 // REGNO dies, but it's rarely worth the effort.
132 if (!bitmap_bit_p (DF_LR_IN (ebb->first_bb ()->cfg_bb ()), regno))
134 else if (bitmap_bit_p (DF_LR_IN (bb->cfg_bb ()), regno))
143 // to REGNO
225 unsigned int regno = def->regno (); local
316 unsigned int regno = use->regno (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
init-regs.cc 76 unsigned int regno = DF_REF_REGNO (use); local
79 if (regno < FIRST_PSEUDO_REGISTER)
84 && regno == REGNO (pic_offset_table_rtx))
87 /* Do not generate multiple moves for the same regno.
91 if (bitmap_bit_p (already_genned, regno))
98 if (bitmap_bit_p (lr, regno)
99 && (!bitmap_bit_p (ur, regno)))
104 bitmap_set_bit (already_genned, regno);
118 current_function_name (), regno, bb->index
    [all...]
init-regs.cc 76 unsigned int regno = DF_REF_REGNO (use); local
79 if (regno < FIRST_PSEUDO_REGISTER)
84 && regno == REGNO (pic_offset_table_rtx))
87 /* Do not generate multiple moves for the same regno.
91 if (bitmap_bit_p (already_genned, regno))
98 if (bitmap_bit_p (lr, regno)
99 && (!bitmap_bit_p (ur, regno)))
104 bitmap_set_bit (already_genned, regno);
118 current_function_name (), regno, bb->index
    [all...]
regrename.h 35 unsigned regno; member in class:du_head
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-features.h 47 unsigned regno; member in struct:xlogue_layout::reginfo
89 static bool is_stub_managed_reg (unsigned regno, unsigned count);
208 bool ix86_save_reg (unsigned int regno, bool maybe_eh_return,
i386-features.h 47 unsigned regno; member in struct:xlogue_layout::reginfo
89 static bool is_stub_managed_reg (unsigned regno, unsigned count);
208 bool ix86_save_reg (unsigned int regno, bool maybe_eh_return,
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-shorten-memrefs.cc 98 /* Count how many times each regno is referenced as base address for a memory
124 HOST_WIDE_INT regno = REGNO (XEXP (addr, 0)); local
131 if (REG_N_REFS (regno) < 4)
133 m->get_or_insert (regno)++;
165 HOST_WIDE_INT regno = REGNO (XEXP (addr, 0)); local
172 if (m->get_or_insert (regno) > 3)
riscv-shorten-memrefs.cc 98 /* Count how many times each regno is referenced as base address for a memory
124 HOST_WIDE_INT regno = REGNO (XEXP (addr, 0)); local
131 if (REG_N_REFS (regno) < 4)
133 m->get_or_insert (regno)++;
165 HOST_WIDE_INT regno = REGNO (XEXP (addr, 0)); local
172 if (m->get_or_insert (regno) > 3)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-features.h 47 unsigned regno; member in struct:xlogue_layout::reginfo
89 static bool is_stub_managed_reg (unsigned regno, unsigned count);
206 bool ix86_save_reg (unsigned int regno, bool maybe_eh_return, bool ignore_outlined);
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv-shorten-memrefs.cc 97 /* Count how many times each regno is referenced as base address for a memory
123 HOST_WIDE_INT regno = REGNO (XEXP (addr, 0)); local
130 if (REG_N_REFS (regno) < 4)
132 m->get_or_insert (regno)++;
164 HOST_WIDE_INT regno = REGNO (XEXP (addr, 0)); local
171 if (m->get_or_insert (regno) > 3)
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
movement.h 81 // or clobber REGNO. Assume that if:
83 // - an instruction I2 contains another access A to REGNO; and
89 // - something will ensure that the new definition of REGNO does not
99 unsigned int regno, insn_info *insn,
103 resource_info resource = full_register (regno);
110 // REGNO is not defined or used in EBB before INSN, but it
124 // REGNO dies, but it's rarely worth the effort.
127 if (!bitmap_bit_p (DF_LR_IN (ebb->first_bb ()->cfg_bb ()), regno))
129 else if (bitmap_bit_p (DF_LR_IN (bb->cfg_bb ()), regno))
138 // to REGNO
215 unsigned int regno = def->regno (); local
305 unsigned int regno = use->regno (); local
    [all...]

Completed in 58 milliseconds

1 2 3 4 5 6 7 8 91011>>