Searched refs:GP_ARG_FIRST (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | iq2000.h | 432 (((N) >= GP_ARG_FIRST && (N) <= GP_ARG_LAST)) 863 #define EH_RETURN_DATA_REGNO(N) ((N) < 4 ? (N) + GP_ARG_FIRST : INVALID_REGNUM) 968 #define GP_ARG_FIRST (GP_REG_FIRST + 4) macro
|
| H A D | iq2000.c | 1215 regbase = GP_ARG_FIRST; in function_arg() 1221 regbase = GP_ARG_FIRST; in function_arg() 1232 regbase = GP_ARG_FIRST; in function_arg() 1239 regbase = GP_ARG_FIRST; in function_arg() 1244 regbase = GP_ARG_FIRST; in function_arg() 1892 regno = GP_ARG_FIRST; in iq2000_expand_prologue() 1987 int offset = (regno - GP_ARG_FIRST) * UNITS_PER_WORD; in iq2000_expand_prologue() 2880 (cum->arg_words + GP_ARG_FIRST + iq2000_off, in iq2000_setup_incoming_varargs()
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.h | 961 ((N) < (TARGET_MIPS16 ? 2 : 4) ? (N) + GP_ARG_FIRST : INVALID_REGNUM) 1834 #define GP_ARG_FIRST (GP_REG_FIRST + 4) macro 1835 #define GP_ARG_LAST (GP_ARG_FIRST + MAX_ARGS_IN_REGISTERS - 1) 1858 ((IN_RANGE((N), GP_ARG_FIRST, GP_ARG_LAST) \
|
| H A D | mips.c | 2003 a0 = gen_rtx_REG (Pmode, GP_ARG_FIRST); in mips_call_tls_get_addr() 3896 reg = gen_rtx_REG (DImode, GP_ARG_FIRST + info.reg_offset + i); in function_arg() 3942 return gen_rtx_REG (mode, GP_ARG_FIRST + info.reg_offset); in function_arg() 4068 move_block_from_reg (local_cum.num_gprs + GP_ARG_FIRST, in mips_setup_incoming_varargs() 7158 this = gen_rtx_REG (Pmode, GP_ARG_FIRST + 1); in mips_output_mi_thunk() 7160 this = gen_rtx_REG (Pmode, GP_ARG_FIRST); in mips_output_mi_thunk() 7902 gparg = GP_ARG_FIRST; in mips16_fp_args()
|
| /openbsd-src/gnu/gcc/gcc/config/xtensa/ |
| H A D | xtensa.c | 1466 regbase = (incoming_p ? GP_ARG_FIRST : GP_OUTGOING_ARG_FIRST); in function_arg() 2093 move_block_from_reg (GP_ARG_FIRST + arg_words, dest, gp_left); in xtensa_builtin_saveregs() 2390 for (i = GP_ARG_FIRST; i < 16 - num_arg_regs; i++) in order_regs_for_local_alloc() 2393 reg_alloc_order[nxt++] = GP_ARG_FIRST + i; in order_regs_for_local_alloc()
|
| H A D | xtensa.h | 641 #define GP_ARG_FIRST (GP_REG_FIRST + 2) macro
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/ |
| H A D | xtensa.c | 1817 regbase = (incoming_p ? GP_ARG_FIRST : GP_OUTGOING_ARG_FIRST); 2399 move_block_from_reg (GP_ARG_FIRST + arg_words, dest, gp_left, in xtensa_builtin_saveregs() 2696 for (i = GP_ARG_FIRST; i < 16 - num_arg_regs; i++) in order_regs_for_local_alloc() 2699 reg_alloc_order[nxt++] = GP_ARG_FIRST + i; in order_regs_for_local_alloc()
|
| H A D | xtensa.h | 784 #define GP_ARG_FIRST (GP_REG_FIRST + 2) macro
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.h | 1294 #define EH_RETURN_DATA_REGNO(N) ((N) < (TARGET_MIPS16 ? 2 : 4) ? (N) + GP_ARG_FIRST : INVALID_REGNU… 2633 #define GP_ARG_FIRST (GP_REG_FIRST + 4) macro 2634 #define GP_ARG_LAST (GP_ARG_FIRST + MAX_ARGS_IN_REGISTERS - 1) 2667 ((IN_RANGE((N), GP_ARG_FIRST, GP_ARG_LAST) \
|
| H A D | mips.c | 4405 rtx reg = gen_rtx_REG (word_mode, GP_ARG_FIRST + info.reg_offset); 4524 reg = gen_rtx_REG (DImode, GP_ARG_FIRST + info.reg_offset + i); 4545 GP_ARG_FIRST 4558 return gen_rtx_REG (mode, GP_ARG_FIRST + info.reg_offset); 4618 move_block_from_reg (local_cum.num_gprs + GP_ARG_FIRST, mem, 7482 regno = GP_ARG_FIRST; in mips_expand_prologue() 7518 regno = GP_ARG_FIRST + args_so_far.num_gprs; in mips_expand_prologue() 7574 int offset = (regno - GP_ARG_FIRST) * UNITS_PER_WORD; in mips_expand_prologue() 8975 gparg = GP_ARG_FIRST;
|