Searched refs:arg_regs (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | tic6x-tdep.c | 98 static const int arg_regs[] = { 4, 20, 6, 22, 8, 24, 10, 26, 12, 28 }; variable 939 regcache->cooked_write_part (arg_regs[argreg], 4 - len, len, in tic6x_push_dummy_call() 942 regcache->cooked_write (arg_regs[argreg], val); in tic6x_push_dummy_call() 951 regcache_cooked_write_unsigned (regcache, arg_regs[argreg], in tic6x_push_dummy_call() 969 regcache->cooked_write (arg_regs[argreg] + 1, val); in tic6x_push_dummy_call() 970 regcache->cooked_write_part (arg_regs[argreg], 0, in tic6x_push_dummy_call() 975 regcache->cooked_write (arg_regs[argreg], val); in tic6x_push_dummy_call() 976 regcache->cooked_write_part (arg_regs[argreg] + 1, 0, in tic6x_push_dummy_call() 988 arg_regs[argreg], in tic6x_push_dummy_call() 991 arg_regs[argreg] + 1, in tic6x_push_dummy_call() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| D | mcore.cc | 2747 rtx arg_regs [NPARM_REGS]; in handle_structs_in_regs() local 2754 arg_regs [nregs] = in handle_structs_in_regs() 2761 gcc_assert (ARRAY_SIZE (arg_regs) == 6); in handle_structs_in_regs() 2762 rtvec = gen_rtvec (nregs, arg_regs[0], arg_regs[1], arg_regs[2], in handle_structs_in_regs() 2763 arg_regs[3], arg_regs[4], arg_regs[5]); in handle_structs_in_regs()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| D | bfin.cc | 86 static int arg_regs[] = FUNCTION_ARG_REGISTERS; variable 108 for (i = 0; arg_regs[i] >= 0; i++) in output_file_start() 1639 cum->arg_regs = arg_regs; in init_cumulative_args() 1669 cum->arg_regs = NULL; in bfin_function_arg_advance() 1674 cum->arg_regs++; in bfin_function_arg_advance() 1702 return gen_rtx_REG (arg.mode, *(cum->arg_regs)); in bfin_function_arg() 1766 for (i = 0; arg_regs[i] != -1; i++) in function_arg_regno_p() 1767 if (n == arg_regs[i]) in function_arg_regno_p()
|
| D | bfin.h | 708 int *arg_regs; /* array of register -1 terminated */ member
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/ |
| D | pa.cc | 6096 const char *arg_regs[4]; in pa_output_arg_descriptor() local 6108 arg_regs[i] = 0; in pa_output_arg_descriptor() 6134 arg_regs[26 - regno] = "GR"; in pa_output_arg_descriptor() 6136 arg_regs[25 - regno] = "GR"; in pa_output_arg_descriptor() 6141 arg_regs[(regno - 32) / 2] = "FR"; in pa_output_arg_descriptor() 6145 arg_regs[(regno - 34) / 2] = "FR"; in pa_output_arg_descriptor() 6146 arg_regs[(regno - 34) / 2 + 1] = "FU"; in pa_output_arg_descriptor() 6148 arg_regs[(regno - 34) / 2] = "FU"; in pa_output_arg_descriptor() 6149 arg_regs[(regno - 34) / 2 + 1] = "FR"; in pa_output_arg_descriptor() 6157 if (arg_regs[i]) in pa_output_arg_descriptor() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.cc | 18536 int i, arg_regs; in compute_not_to_clear_mask() local 18552 arg_regs = ARM_NUM_REGS (GET_MODE (reg)); in compute_not_to_clear_mask() 18553 if (arg_regs > 1) in compute_not_to_clear_mask() 18556 mask = HOST_WIDE_INT_1U << (REGNO (reg) + arg_regs); in compute_not_to_clear_mask() 18566 int arg_regs = ARM_NUM_REGS (GET_MODE (arg_rtx)); in compute_not_to_clear_mask() local 18568 if (arg_regs > 1) in compute_not_to_clear_mask() 18571 mask = HOST_WIDE_INT_1U << (REGNO (arg_rtx) + arg_regs); in compute_not_to_clear_mask()
|