Searched refs:reg_words (Results 1 – 2 of 2) sorted by relevance
342 unsigned int reg_words; member5958 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 …]
826 poly_uint64 reg_words = REG_NREGS (reg) * UNITS_PER_WORD; in complex_word_subreg_p() local830 reg_words, UNITS_PER_WORD)); in complex_word_subreg_p()