Home | History | Annotate | Download | only in microblaze

Lines Matching defs:arg_words

1562       cum->arg_words += ((GET_MODE_SIZE (arg.mode) + UNITS_PER_WORD - 1)
1568 cum->arg_words += ((int_size_in_bytes (arg.type) + UNITS_PER_WORD - 1)
1573 cum->arg_words++;
1579 cum->arg_words += 2;
1586 cum->arg_words += 2;
1594 cum->arg_words++;
1609 int *arg_words = &cum->arg_words;
1633 if (*arg_words >= MAX_ARGS_IN_REGISTERS)
1639 ret = gen_rtx_REG (arg.mode, regbase + *arg_words);
1662 && cum->arg_words < MAX_ARGS_IN_REGISTERS)
1666 if (words + cum->arg_words <= MAX_ARGS_IN_REGISTERS)
1669 return (MAX_ARGS_IN_REGISTERS - cum->arg_words) * UNITS_PER_WORD;
1672 else if (arg.mode == DImode && cum->arg_words == MAX_ARGS_IN_REGISTERS - 1)