Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dexpr.c2721 unsigned ibitsize; in write_complex_part() local
2731 ibitsize = GET_MODE_BITSIZE (imode); in write_complex_part()
2750 if (ibitsize >= BITS_PER_WORD in write_complex_part()
2768 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in write_complex_part()
2771 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, imode, val); in write_complex_part()
2781 unsigned ibitsize; in read_complex_part() local
2788 ibitsize = GET_MODE_BITSIZE (imode); in read_complex_part()
2815 if (ibitsize >= BITS_PER_WORD in read_complex_part()
2830 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in read_complex_part()
2833 return extract_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, in read_complex_part()