Searched refs:last_regno (Results 1 – 4 of 4) sorted by relevance
160 int first_regno, last_regno; in bdm_ppc_fetch_registers() local175 last_regno = NUM_REGS - 1; in bdm_ppc_fetch_registers()183 last_regno = regno; in bdm_ppc_fetch_registers()198 if (first_regno == last_regno) /* only want one reg */ in bdm_ppc_fetch_registers()236 for (i = first_regno; i <= last_regno; i++) in bdm_ppc_fetch_registers()262 int first_regno, last_regno; in bdm_ppc_store_registers() local268 last_regno = NUM_REGS - 1; in bdm_ppc_store_registers()276 last_regno = regno; in bdm_ppc_store_registers()285 for (i = first_regno; i <= last_regno; i++) in bdm_ppc_store_registers()
94 int first_regno, last_regno; in update_live_status() local106 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()232 unsigned int last_regno in mark_referenced_resources() local235 gcc_assert (last_regno <= FIRST_PSEUDO_REGISTER); in mark_referenced_resources()236 for (r = regno; r < last_regno; r++) in mark_referenced_resources()244 unsigned int last_regno in mark_referenced_resources() local247 gcc_assert (last_regno <= FIRST_PSEUDO_REGISTER); in mark_referenced_resources()248 for (r = regno; r < last_regno; r++) in mark_referenced_resources()[all …]
7131 int last_regno = REGNO (reg_last_reload_reg[pseudo_no]); in do_output_reload() local7136 if (TEST_HARD_REG_BIT (reg_reloaded_valid, last_regno) in do_output_reload()7137 && reg_reloaded_contents[last_regno] == pseudo_no in do_output_reload()7138 && spill_reg_store[last_regno] in do_output_reload()7139 && rtx_equal_p (pseudo, spill_reg_stored_to[last_regno])) in do_output_reload()7140 delete_output_reload (insn, j, last_regno); in do_output_reload()7321 int last_regno = REGNO (reg_last_reload_reg[nregno]); in emit_reload_insns() local7323 if (reg_reloaded_contents[last_regno] == nregno) in emit_reload_insns()7324 spill_reg_store[last_regno] = 0; in emit_reload_insns()
1470 unsigned int regno, last_regno; in dead_or_set_p() local1480 last_regno = (regno >= FIRST_PSEUDO_REGISTER ? regno in dead_or_set_p()1483 for (i = regno; i <= last_regno; i++) in dead_or_set_p()