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

/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c3633 int nregs, intoffset;
3688 if (parms->intoffset != -1)
3692 intslots = (bitpos - parms->intoffset + BITS_PER_WORD - 1)
3694 this_slotno = parms->slotno + parms->intoffset
3700 parms->intoffset = -1;
3709 if (parms->intoffset == -1)
3710 parms->intoffset = bitpos;
3724 int regno, this_slotno, intslots, intoffset;
3727 if (parms->intoffset == -1)
3729 intoffset
3621 int nregs, intoffset; member in struct:function_arg_record_value_parms
3712 int regno, this_slotno, intslots, intoffset; local
[all...]
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c6450 int intoffset; /* offset of the first pending integer field. */
6519 if (parms->intoffset != -1)
6524 startbit = parms->intoffset & -BITS_PER_WORD;
6528 this_slotno = parms->slotno + parms->intoffset
6539 parms->intoffset = -1;
6554 if (parms->intoffset == -1)
6555 parms->intoffset = bitpos;
6562 structure between parms->intoffset and bitpos to integer registers. */
6571 int this_slotno, intslots, intoffset;
6574 if (parms->intoffset
6439 int intoffset; /* offset of the first pending integer field. */ member in struct:function_arg_record_value_parms
6560 int this_slotno, intslots, intoffset; local
[all...]
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c9684 int intregs, intoffset;
9693 && (cum->intoffset % 64 == 0
9694 || (cum->intoffset == -1 && final)))
9700 if (cum->intoffset == -1)
9703 intoffset = cum->intoffset;
9704 cum->intoffset = -1;
9707 if (intoffset % BITS_PER_WORD != 0)
9709 mode = mode_for_size (BITS_PER_WORD - intoffset % BITS_PER_WORD,
9715 Back intoffset bac
9666 int intregs, intoffset; local
10141 int this_regno, intregs, intoffset; local
[all...]
H A Drs6000.h1776 int intoffset; /* running offset in struct (darwin64) */
1772 int intoffset; /* running offset in struct (darwin64) */ member in struct:rs6000_args

Completed in 208 milliseconds