Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexpmed.cc841 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
858 && known_eq (ibitsize, GET_MODE_BITSIZE (GET_MODE (op0))) in store_bit_field_1()
880 return store_integral_bit_field (op0, op0_mode, ibitsize, ibitnum, in store_bit_field_1()
1124 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1126 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1129 && strict_volatile_bitfield_p (str_rtx, ibitsize, ibitnum, int_mode, in store_bit_field()
1136 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1149 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1151 gcc_assert (ibitnum + ibitsize <= GET_MODE_BITSIZE (int_mode)); in store_bit_field()
1153 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
[all …]
Dexpr.cc3439 unsigned ibitsize; in write_complex_part() local
3449 ibitsize = GET_MODE_BITSIZE (imode); in write_complex_part()
3468 if (ibitsize >= BITS_PER_WORD in write_complex_part()
3486 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in write_complex_part()
3489 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, 0, 0, imode, val, in write_complex_part()
3501 unsigned ibitsize; in read_complex_part() local
3508 ibitsize = GET_MODE_BITSIZE (imode); in read_complex_part()
3535 if (ibitsize >= BITS_PER_WORD in read_complex_part()
3550 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in read_complex_part()
3553 return extract_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, in read_complex_part()