Home
last modified time | relevance | path

Searched refs:copy_reg (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dmode-switching.c247 rtx return_copy_pat, copy_reg; in create_pre_exit() local
272 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()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
D990416-1.c4 copy_reg (unsigned int reg, frame_state *udata, /* { dg-error "parse|syntax" } */ in copy_reg() function
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.011407 * libgcc2.c (copy_reg): New fn.
DChangeLog.511825 (copy_reg): Take a pointer to a source register rather than a
DChangeLog.26349 (copy_reg): Use dwarf_reg_size_table.
DFSFChangeLog.111905 * libgcc2.c (copy_reg): New fn.
DChangeLog.113262 (get_reg, put_reg, copy_reg): Use it.