Home
last modified time | relevance | path

Searched refs:first_regno (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dppc-bdm.c160 int first_regno, last_regno; in bdm_ppc_fetch_registers() local
166 first_regno = 0; in bdm_ppc_fetch_registers()
174 first_regno = regno; in bdm_ppc_fetch_registers()
183 supply_register (first_regno, NULL); in bdm_ppc_fetch_registers()
203 || ((first_regno >= tdep->ppc_fp0_regnum) in bdm_ppc_fetch_registers()
207 supply_register (first_regno, NULL); in bdm_ppc_fetch_registers()
226 for (i = first_regno; i <= last_regno; i++) in bdm_ppc_fetch_registers()
253 int first_regno, last_regno; in bdm_ppc_store_registers() local
258 first_regno = 0; in bdm_ppc_store_registers()
266 first_regno = regno; in bdm_ppc_store_registers()
[all …]
H A Dhpux-thread.c253 int first_regno, last_regno; in hpux_thread_fetch_registers() local
272 first_regno = 0; in hpux_thread_fetch_registers()
277 first_regno = regno; in hpux_thread_fetch_registers()
281 for (regno = first_regno; regno <= last_regno; regno++) in hpux_thread_fetch_registers()
315 int first_regno, last_regno; in hpux_thread_store_registers() local
334 first_regno = 0; in hpux_thread_store_registers()
339 first_regno = regno; in hpux_thread_store_registers()
343 for (regno = first_regno; regno <= last_regno; regno++) in hpux_thread_store_registers()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dppc-bdm.c160 int first_regno, last_regno; in bdm_ppc_fetch_registers() local
166 first_regno = 0; in bdm_ppc_fetch_registers()
174 first_regno = regno; in bdm_ppc_fetch_registers()
183 supply_register (first_regno, NULL); in bdm_ppc_fetch_registers()
203 || ((first_regno >= tdep->ppc_fp0_regnum) in bdm_ppc_fetch_registers()
207 supply_register (first_regno, NULL); in bdm_ppc_fetch_registers()
226 for (i = first_regno; i <= last_regno; i++) in bdm_ppc_fetch_registers()
253 int first_regno, last_regno; in bdm_ppc_store_registers() local
258 first_regno = 0; in bdm_ppc_store_registers()
266 first_regno = regno; in bdm_ppc_store_registers()
[all …]
H A Dhpux-thread.c253 int first_regno, last_regno; in hpux_thread_fetch_registers() local
272 first_regno = 0; in hpux_thread_fetch_registers()
277 first_regno = regno; in hpux_thread_fetch_registers()
281 for (regno = first_regno; regno <= last_regno; regno++) in hpux_thread_fetch_registers()
315 int first_regno, last_regno; in hpux_thread_store_registers() local
334 first_regno = 0; in hpux_thread_store_registers()
339 first_regno = regno; in hpux_thread_store_registers()
343 for (regno = first_regno; regno <= last_regno; regno++) in hpux_thread_store_registers()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dresource.c95 int first_regno, last_regno; in update_live_status() local
103 first_regno = subreg_regno (dest); in update_live_status()
105 first_regno = REGNO (dest); in update_live_status()
107 last_regno = first_regno + HARD_REGNO_NREGS (first_regno, GET_MODE (dest)); in update_live_status()
110 for (i = first_regno; i < last_regno; i++) in update_live_status()
113 for (i = first_regno; i < last_regno; i++) in update_live_status()
1046 = (first_regno in mark_target_live_regs()
1047 + HARD_REGNO_NREGS (first_regno, in mark_target_live_regs()
1050 for (i = first_regno; i < last_regno; i++) in mark_target_live_regs()
1065 = (first_regno in mark_target_live_regs()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dresource.c94 int first_regno, last_regno; in update_live_status() local
102 first_regno = subreg_regno (dest); in update_live_status()
104 first_regno = REGNO (dest); in update_live_status()
106 last_regno = first_regno + hard_regno_nregs[first_regno][GET_MODE (dest)]; in update_live_status()
109 for (i = first_regno; i < last_regno; i++) in update_live_status()
112 for (i = first_regno; i < last_regno; i++) in update_live_status()
1058 = (first_regno in mark_target_live_regs()
1059 + hard_regno_nregs[first_regno] in mark_target_live_regs()
1062 for (i = first_regno; i < last_regno; i++) in mark_target_live_regs()
1077 = (first_regno in mark_target_live_regs()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dresource.c95 int first_regno, last_regno; in update_live_status() local
103 first_regno = subreg_regno (dest); in update_live_status()
105 first_regno = REGNO (dest); in update_live_status()
107 last_regno = first_regno + HARD_REGNO_NREGS (first_regno, GET_MODE (dest)); in update_live_status()
110 for (i = first_regno; i < last_regno; i++) in update_live_status()
113 for (i = first_regno; i < last_regno; i++) in update_live_status()
1046 = (first_regno in mark_target_live_regs()
1047 + HARD_REGNO_NREGS (first_regno, in mark_target_live_regs()
1050 for (i = first_regno; i < last_regno; i++) in mark_target_live_regs()
1065 = (first_regno in mark_target_live_regs()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/nds32/
H A Dnds32-predicates.c162 int first_regno; in nds32_valid_stack_push_pop_p() local
238 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
247 first_regno, in nds32_valid_stack_push_pop_p()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/nds32/
H A Dnds32-predicates.c162 int first_regno; in nds32_valid_stack_push_pop_p() local
238 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
247 first_regno, in nds32_valid_stack_push_pop_p()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/devel/cxmon/cxmon-3.2/src/disass/
H A Dm68k-dis.c861 int first_regno; local
866 first_regno = regno;
869 if (regno > first_regno)
897 int first_regno; local
902 first_regno = regno;
905 if (regno > first_regno)
/dports/lang/gcc9/gcc-9.4.0/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/nds32/
H A Dnds32-predicates.c196 int first_regno; in nds32_valid_stack_push_pop_p() local
272 first_regno = REGNO (elt_reg); in nds32_valid_stack_push_pop_p()
281 first_regno, in nds32_valid_stack_push_pop_p()

1234567