Searched refs:copy_reg (Results 1 – 7 of 7) sorted by relevance
247 rtx return_copy_pat, copy_reg; in create_pre_exit() local272 copy_reg = SET_DEST (return_copy_pat); in create_pre_exit()273 if (GET_CODE (copy_reg) == REG) in create_pre_exit()274 copy_start = REGNO (copy_reg); in create_pre_exit()275 else if (GET_CODE (copy_reg) == SUBREG in create_pre_exit()276 && GET_CODE (SUBREG_REG (copy_reg)) == REG) in create_pre_exit()277 copy_start = REGNO (SUBREG_REG (copy_reg)); in create_pre_exit()283 = hard_regno_nregs[copy_start][GET_MODE (copy_reg)]; in create_pre_exit()
4 copy_reg (unsigned int reg, frame_state *udata, /* { dg-error "parse|syntax" } */ in copy_reg() function
11407 * libgcc2.c (copy_reg): New fn.
11825 (copy_reg): Take a pointer to a source register rather than a
6349 (copy_reg): Use dwarf_reg_size_table.
1905 * libgcc2.c (copy_reg): New fn.
13262 (get_reg, put_reg, copy_reg): Use it.