Searched refs:copy_start (Results 1 – 6 of 6) sorted by relevance
283 int copy_start, copy_num; in create_pre_exit() local362 copy_start = REGNO (copy_reg); in create_pre_exit()365 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()375 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit()378 copy_num = hard_regno_nregs (copy_start, in create_pre_exit()404 (copy_start)) in create_pre_exit()412 if (copy_start >= ret_start in create_pre_exit()413 && copy_start + copy_num <= ret_end in create_pre_exit()424 if (copy_start >= ret_start in create_pre_exit()425 && copy_start + copy_num <= ret_end) in create_pre_exit()[all …]
7360 * unroll.c (unroll_loop): Increment copy_start_luid if copy_start
3934 copy_start is not a function return regno. Skip debug instructions5031 last_insn when copy_start is a pseudo reg.
149 const size_t copy_start = check->state.sha256.size & 0x3F; in lzma_sha256_update() local150 size_t copy_size = 64 - copy_start; in lzma_sha256_update()154 memcpy(check->buffer.u8 + copy_start, buf, copy_size); in lzma_sha256_update()