Home
last modified time | relevance | path

Searched refs:copy_start (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmode-switching.cc283 int copy_start, copy_num; in create_pre_exit() local
362 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 …]
H A DFSFChangeLog.107360 * unroll.c (unroll_loop): Increment copy_start_luid if copy_start
H A DChangeLog-20123934 copy_start is not a function return regno. Skip debug instructions
5031 last_insn when copy_start is a pseudo reg.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmode-switching.c283 int copy_start, copy_num; in create_pre_exit() local
362 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 …]
H A DFSFChangeLog.107360 * unroll.c (unroll_loop): Increment copy_start_luid if copy_start
/netbsd-src/external/public-domain/xz/dist/src/liblzma/check/
H A Dsha256.c149 const size_t copy_start = check->state.sha256.size & 0x3F; in lzma_sha256_update() local
150 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()