Home | History | Annotate | Download | only in iq2000

Lines Matching defs:arg_words

1172 	       cum->gp_reg_found, cum->arg_number, cum->arg_words,
1189 cum->arg_words += ((GET_MODE_SIZE (arg.mode) + UNITS_PER_WORD - 1)
1195 cum->arg_words += ((int_size_in_bytes (arg.type) + UNITS_PER_WORD - 1)
1200 cum->arg_words ++;
1206 cum->arg_words += 2;
1213 cum->arg_words += 2;
1218 cum->arg_words += 4;
1225 cum->arg_words ++;
1242 unsigned int *arg_words = &cum->arg_words;
1252 cum->gp_reg_found, cum->arg_number, cum->arg_words,
1267 cum->arg_words += cum->arg_words & 1;
1279 cum->arg_words += (cum->arg_words & 1);
1291 cum->arg_words += (cum->arg_words & 1);
1296 cum->arg_words += (cum->arg_words & 3);
1301 if (*arg_words >= (unsigned) MAX_ARGS_IN_REGISTERS)
1315 ret = gen_rtx_REG (mode, regbase + *arg_words + bias);
1331 ret = gen_rtx_REG (mode, regbase + *arg_words + bias);
1343 if (chunks + *arg_words + bias > (unsigned) MAX_ARGS_IN_REGISTERS)
1344 chunks = MAX_ARGS_IN_REGISTERS - *arg_words - bias;
1351 regno = regbase + *arg_words + bias;
1381 fprintf (stderr, "%s%s\n", reg_names[regbase + *arg_words + bias],
1433 if (arg.mode == DImode && cum->arg_words == MAX_ARGS_IN_REGISTERS - 1)
1453 int_arg_words = crtl->args.info.arg_words;
2877 if ((cum->arg_words < MAX_ARGS_IN_REGISTERS - iq2000_off))
2880 = MAX_ARGS_IN_REGISTERS - cum->arg_words - iq2000_off;
2894 if (cum->arg_words < MAX_ARGS_IN_REGISTERS - iq2000_off)
2902 (cum->arg_words + GP_ARG_FIRST + iq2000_off,