Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dsparc.c4641 int intslots, this_slotno; local
4643 intslots = (bitpos - parms->intoffset + BITS_PER_WORD - 1)
4648 if (intslots > 0 && intslots > SPARC_INT_ARG_MAX - this_slotno)
4650 intslots = MAX (0, SPARC_INT_ARG_MAX - this_slotno);
4655 parms->nregs += intslots;
4685 int this_slotno, intslots, intoffset; local
4696 intslots = (endbit - startbit) / BITS_PER_WORD;
4699 intslots = MIN (intslots, SPARC_INT_ARG_MAX - this_slotno);
4700 if (intslots <= 0)
4725 intslots -= 1;
[all …]
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dsparc.c4696 int intslots, this_slotno; in function_arg_record_value_1() local
4701 intslots = (endbit - startbit) / BITS_PER_WORD; in function_arg_record_value_1()
4705 if (intslots > 0 && intslots > SPARC_INT_ARG_MAX - this_slotno) in function_arg_record_value_1()
4707 intslots = MAX (0, SPARC_INT_ARG_MAX - this_slotno); in function_arg_record_value_1()
4712 parms->nregs += intslots; in function_arg_record_value_1()
4745 int this_slotno, intslots, intoffset; in function_arg_record_value_3() local
4756 intslots = (endbit - startbit) / BITS_PER_WORD; in function_arg_record_value_3()
4759 intslots = MIN (intslots, SPARC_INT_ARG_MAX - this_slotno); in function_arg_record_value_3()
4760 if (intslots <= 0) in function_arg_record_value_3()
4786 intslots -= 1; in function_arg_record_value_3()
[all …]