Searched refs:ibitsize (Results 1 – 1 of 1) sorted by relevance
2721 unsigned ibitsize; in write_complex_part() local2731 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() local2788 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()