Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/sparc/
Dsparc.c4693 int intslots, this_slotno; in function_arg_record_value_1() local
4699 this_slotno = parms->slotno + parms->intoffset in function_arg_record_value_1()
4702 if (intslots > 0 && intslots > SPARC_INT_ARG_MAX - this_slotno) in function_arg_record_value_1()
4704 intslots = MAX (0, SPARC_INT_ARG_MAX - this_slotno); in function_arg_record_value_1()
4742 int this_slotno, intslots, intoffset; in function_arg_record_value_3() local
4754 this_slotno = parms->slotno + intoffset / BITS_PER_WORD; in function_arg_record_value_3()
4756 intslots = MIN (intslots, SPARC_INT_ARG_MAX - this_slotno); in function_arg_record_value_3()
4774 regno = parms->regbase + this_slotno; in function_arg_record_value_3()
4779 this_slotno += 1; in function_arg_record_value_3()
4838 int this_slotno = parms->slotno + bitpos / BITS_PER_WORD; in function_arg_record_value_2() local
[all …]