Home
last modified time | relevance | path

Searched refs:reg_words (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc342 unsigned int reg_words; member
5958 info->reg_words = MIN (num_words, max_regs); in mips_get_arg_info()
5959 info->stack_words = num_words - info->reg_words; in mips_get_arg_info()
6047 ret = gen_rtx_PARALLEL (arg.mode, rtvec_alloc (info.reg_words)); in mips_function_arg()
6051 for (i = 0; i < info.reg_words; i++) in mips_function_arg()
6130 if (info.reg_words * UNITS_PER_WORD == GET_MODE_SIZE (inner)) in mips_function_arg()
6133 gcc_assert (info.stack_words == info.reg_words); in mips_function_arg()
6144 regno + info.reg_words / 2), in mips_function_arg()
6179 cum->num_gprs = info.reg_offset + info.reg_words; in mips_function_arg_advance()
6180 else if (info.reg_words > 0) in mips_function_arg_advance()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dreload.cc826 poly_uint64 reg_words = REG_NREGS (reg) * UNITS_PER_WORD; in complex_word_subreg_p() local
830 reg_words, UNITS_PER_WORD)); in complex_word_subreg_p()