Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c4710 parms->intoffset = -1; in function_arg_record_value_1()
4726 parms->intoffset = bitpos; in function_arg_record_value_1()
4745 if (parms->intoffset == -1) in function_arg_record_value_3()
4748 intoffset = parms->intoffset; in function_arg_record_value_3()
4749 parms->intoffset = -1; in function_arg_record_value_3()
4771 intoffset /= BITS_PER_UNIT; in function_arg_record_value_3()
4780 intoffset = (intoffset | (UNITS_PER_WORD-1)) + 1; in function_arg_record_value_3()
4880 parms->intoffset = bitpos; in function_arg_record_value_2()
4916 parms.intoffset = 0; in function_arg_record_value()
4920 if (parms.intoffset != -1) in function_arg_record_value()
[all …]
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c4611 int intregs, intoffset; in rs6000_darwin64_record_arg_advance_flush() local
4614 if (cum->intoffset == -1) in rs6000_darwin64_record_arg_advance_flush()
4617 intoffset = cum->intoffset; in rs6000_darwin64_record_arg_advance_flush()
4618 cum->intoffset = -1; in rs6000_darwin64_record_arg_advance_flush()
4630 intoffset = intoffset & -BITS_PER_WORD; in rs6000_darwin64_record_arg_advance_flush()
4782 cum->intoffset = 0; in function_arg_advance()
4961 intoffset = cum->intoffset; in rs6000_darwin64_record_arg_flush()
4962 cum->intoffset = -1; in rs6000_darwin64_record_arg_flush()
4979 intoffset = intoffset & -BITS_PER_WORD; in rs6000_darwin64_record_arg_flush()
5007 intoffset = (intoffset | (UNITS_PER_WORD-1)) + 1; in rs6000_darwin64_record_arg_flush()
[all …]
H A Drs6000.h1375 int intoffset; /* running offset in struct (darwin64) */ member
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200530550 intoffset, use_stack, named.