Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c4572 int intoffset; /* offset of the pending integer field. */ member
4639 if (parms->intoffset != -1)
4643 intslots = (bitpos - parms->intoffset + BITS_PER_WORD - 1)
4645 this_slotno = parms->slotno + parms->intoffset
4656 parms->intoffset = -1;
4667 if (parms->intoffset == -1)
4668 parms->intoffset = bitpos;
4685 int this_slotno, intslots, intoffset; local
4688 if (parms->intoffset == -1)
4691 intoffset = parms->intoffset;
[all …]
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.c4624 int intoffset; /* offset of the first pending integer field. */ member
4693 if (parms->intoffset != -1) in function_arg_record_value_1()
4698 startbit = parms->intoffset & -BITS_PER_WORD; in function_arg_record_value_1()
4702 this_slotno = parms->slotno + parms->intoffset in function_arg_record_value_1()
4713 parms->intoffset = -1; in function_arg_record_value_1()
4728 if (parms->intoffset == -1) in function_arg_record_value_1()
4729 parms->intoffset = bitpos; in function_arg_record_value_1()
4745 int this_slotno, intslots, intoffset; in function_arg_record_value_3() local
4748 if (parms->intoffset == -1) in function_arg_record_value_3()
4751 intoffset = parms->intoffset; in function_arg_record_value_3()
[all …]
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c4578 int intregs, intoffset; in rs6000_darwin64_record_arg_advance_flush() local
4581 if (cum->intoffset == -1) in rs6000_darwin64_record_arg_advance_flush()
4584 intoffset = cum->intoffset; in rs6000_darwin64_record_arg_advance_flush()
4585 cum->intoffset = -1; in rs6000_darwin64_record_arg_advance_flush()
4587 if (intoffset % BITS_PER_WORD != 0) in rs6000_darwin64_record_arg_advance_flush()
4589 mode = mode_for_size (BITS_PER_WORD - intoffset % BITS_PER_WORD, in rs6000_darwin64_record_arg_advance_flush()
4597 intoffset = intoffset & -BITS_PER_WORD; in rs6000_darwin64_record_arg_advance_flush()
4601 startbit = intoffset & -BITS_PER_WORD; in rs6000_darwin64_record_arg_advance_flush()
4649 else if (cum->intoffset == -1) in rs6000_darwin64_record_arg_advance_recurse()
4650 cum->intoffset = bitpos; in rs6000_darwin64_record_arg_advance_recurse()
[all …]
H A Drs6000.h1375 int intoffset; /* running offset in struct (darwin64) */ member