Searched refs:startbit (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c4704 unsigned int startbit, endbit;
4707 startbit = parms->intoffset & -BITS_PER_WORD;
4710 intslots = (endbit - startbit) / BITS_PER_WORD;
4753 unsigned int startbit, endbit;
4763 startbit = intoffset & -BITS_PER_WORD;
4765 intslots = (endbit - startbit) / BITS_PER_WORD;
4934 unsigned int startbit, endbit;
4937 startbit = parms.intoffset & -BITS_PER_WORD;
4939 intslots = (endbit - startbit) / BITS_PER_WORD;
4692 unsigned int startbit, endbit; local
4741 unsigned int startbit, endbit; local
4922 unsigned int startbit, endbit; local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c4623 unsigned int startbit, endbit;
4647 startbit = intoffset & -BITS_PER_WORD;
4649 intregs = (endbit - startbit) / BITS_PER_WORD;
4967 unsigned int startbit, endbit;
4999 startbit = intoffset & -BITS_PER_WORD;
5001 intregs = (endbit - startbit) / BITS_PER_WORD;
4610 unsigned int startbit, endbit; local
4954 unsigned int startbit, endbit; local

Completed in 118 milliseconds