| /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, ®s[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...] |
| arm-netbsd-nat.c | 122 for (int regno = 0; regno <= tdep->vfp_register_count; regno++) 123 regcache->raw_supply (regno + ARM_D0_REGNUM, (char *) &vfp.vfp_regs[regno]); 129 fetch_register (struct regcache *regcache, int regno) 143 arm_nbsd_supply_gregset (nullptr, regcache, regno, &inferior_registers, 148 fetch_fp_register (struct regcache *regcache, int regno) 165 if (regno == ARM_FPSCR_REGNUM && tdep->vfp_register_count != 0) 167 else if (regno >= ARM_D0_REGNU 183 int regno; local 300 int regno; local [all...] |
| csky-linux-tdep.c | 93 int regno, gregset_num; local 99 for (regno = 0; regno < gregset_num; regno++) 101 if ((regnum == csky_gregset_offset[regno] || regnum == -1) 102 && csky_gregset_offset[regno] != -1) 103 regcache->raw_collect (regno, 104 gregs + 4 + csky_gregset_offset[regno]); 205 int regno; local 214 for (regno = 0; regno < fregset_num; regno++ [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, ®s[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...] |
| regrename.h | 35 unsigned regno; member in class:du_head
|
| regstat.cc | 116 unsigned int regno; local 122 EXECUTE_IF_SET_IN_BITMAP (live, 0, regno, bi) 123 REG_BASIC_BLOCK (regno) = REG_BLOCK_GLOBAL; 134 regno = DF_REF_REGNO (use); 135 bitmap_set_bit (live, regno); 151 REG_N_DEATHS (REGNO (XEXP (link, 0)))++; 159 EXECUTE_IF_SET_IN_BITMAP (live, 0, regno, bi) 161 REG_N_CALLS_CROSSED (regno)++; 175 bitmap_set_bit (setjmp_crosses, regno); 238 unsigned int regno; local 332 unsigned int regno; local [all...] |
| /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...] |
| 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...] |
| regrename.h | 35 unsigned regno; member in class:du_head
|
| regstat.cc | 116 unsigned int regno; local 122 EXECUTE_IF_SET_IN_BITMAP (live, 0, regno, bi) 123 REG_BASIC_BLOCK (regno) = REG_BLOCK_GLOBAL; 134 regno = DF_REF_REGNO (use); 135 bitmap_set_bit (live, regno); 151 REG_N_DEATHS (REGNO (XEXP (link, 0)))++; 159 EXECUTE_IF_SET_IN_BITMAP (live, 0, regno, bi) 161 REG_N_CALLS_CROSSED (regno)++; 175 bitmap_set_bit (setjmp_crosses, regno); 238 unsigned int regno; local 332 unsigned int regno; local [all...] |
| /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,
|
| /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-selftests.cc | 75 unsigned regno = REGNO (x); local 76 expr = regno_to_rtx[regno]; 130 unsigned regno = REGNO (dest); local 132 regno_to_rtx[regno] = XEXP (note, 0); 134 regno_to_rtx[regno] = SET_SRC (pat);
|
| /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...] |
| /src/sys/arch/arm/arm/ |
| undefined.c | 140 const u_int regno = (insn >> 12) & 15; local 141 if (regno == 13 || regno == 15) 147 register_t * const regp = &tf->tf_r0 + regno;
|
| /src/sys/arch/ia64/ia64/ |
| db_interface.c | 190 int nats, regno, sof; local 199 regno = (int)(intptr_t)valuep; 203 if (regno >= sof) 206 nats = (sof - regno + 63 - ((int)(bsp >> 3) & 0x3f)) / 63; 207 reg = (void*)(bsp - ((sof - regno + nats) << 3));
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| fr30-asm.c | 59 int regno; 63 regno = **strp - '0'; 68 regno = regno * 10 + (**strp - '0'); 72 return regno; 86 int regno; 92 regno = parse_register_number (strp); 93 if (regno == -1) 95 if (regno > 7 && !high_low) 97 if (regno < 8 && high_low 58 int regno; local 85 int regno; local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| fr30-asm.c | 59 int regno; 63 regno = **strp - '0'; 68 regno = regno * 10 + (**strp - '0'); 72 return regno; 86 int regno; 92 regno = parse_register_number (strp); 93 if (regno == -1) 95 if (regno > 7 && !high_low) 97 if (regno < 8 && high_low 58 int regno; local 85 int regno; local [all...] |