Home
last modified time | relevance | path

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

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexpmed.c827 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1112 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1114 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1124 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1137 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1141 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1164 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1166 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2087 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2089 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
H A Dexpr.c3158 unsigned ibitsize; in write_complex_part() local
3168 ibitsize = GET_MODE_BITSIZE (imode); in write_complex_part()
3187 if (ibitsize >= BITS_PER_WORD in write_complex_part()
3205 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in write_complex_part()
3208 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, 0, 0, imode, val, in write_complex_part()
3220 unsigned ibitsize; in read_complex_part() local
3227 ibitsize = GET_MODE_BITSIZE (imode); in read_complex_part()
3254 if (ibitsize >= BITS_PER_WORD in read_complex_part()
3269 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in read_complex_part()
3272 return extract_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, in read_complex_part()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dexpmed.c841 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1124 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1126 if (bitsize.is_constant (&ibitsize) 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()
1153 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1176 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1178 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2103 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2105 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
H A Dexpr.c3439 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()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dexpmed.c834 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1119 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1121 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1131 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1144 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1148 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1171 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1173 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2094 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2096 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
H A Dexpr.c3181 unsigned ibitsize; in write_complex_part() local
3191 ibitsize = GET_MODE_BITSIZE (imode); in write_complex_part()
3210 if (ibitsize >= BITS_PER_WORD in write_complex_part()
3228 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in write_complex_part()
3231 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, 0, 0, imode, val, in write_complex_part()
3243 unsigned ibitsize; in read_complex_part() local
3250 ibitsize = GET_MODE_BITSIZE (imode); in read_complex_part()
3277 if (ibitsize >= BITS_PER_WORD in read_complex_part()
3292 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in read_complex_part()
3295 return extract_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, in read_complex_part()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dexpmed.c829 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1109 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1111 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1121 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1134 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1138 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1161 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1163 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2085 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2087 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dexpmed.c840 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1123 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1125 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1135 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1148 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1152 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1175 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1177 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2099 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2101 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dexpmed.c836 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1116 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1118 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1128 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1141 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1145 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1168 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1170 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2092 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2094 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dexpmed.c827 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1112 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1114 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1124 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1137 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1141 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1164 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1166 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2087 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2089 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dexpmed.c840 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1120 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1122 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1132 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1145 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1149 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1172 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1174 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2096 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2098 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dexpmed.c827 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1112 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1114 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1124 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1137 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1141 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1164 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1166 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2087 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2089 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexpmed.c827 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1112 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1114 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1124 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1137 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1141 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1164 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1166 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2087 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2089 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dexpmed.c836 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1116 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1118 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1128 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1141 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1145 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1168 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1170 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2092 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2094 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dexpmed.c834 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1119 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1121 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1131 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1144 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1148 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1171 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1173 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2094 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2096 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dexpmed.c834 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1119 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1121 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1131 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1144 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1148 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1171 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1173 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2094 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2096 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dexpmed.c840 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1120 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1122 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1132 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1145 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1149 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1172 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1174 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2096 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2098 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dexpmed.c827 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1091 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1093 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1103 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1116 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1120 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1143 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1145 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2066 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2068 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dexpmed.c827 unsigned HOST_WIDE_INT ibitsize = bitsize.to_constant (); in store_bit_field_1() local
1091 unsigned HOST_WIDE_INT ibitsize = 0, ibitnum = 0; in store_bit_field() local
1093 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1103 if (ibitsize == GET_MODE_BITSIZE (int_mode)) in store_bit_field()
1116 str_rtx = narrow_bit_field_mem (str_rtx, int_mode, ibitsize, in store_bit_field()
1120 if (!store_bit_field_1 (temp, ibitsize, ibitnum, 0, 0, in store_bit_field()
1143 if (bitsize.is_constant (&ibitsize) in store_bit_field()
1145 && get_best_mode (ibitsize, ibitnum, in store_bit_field()
2066 unsigned HOST_WIDE_INT ibitsize, ibitnum; in extract_bit_field() local
2068 if (bitsize.is_constant (&ibitsize) in extract_bit_field()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dexpr.c2680 unsigned ibitsize; in write_complex_part() local
2690 ibitsize = GET_MODE_BITSIZE (imode); in write_complex_part()
2709 if (ibitsize >= BITS_PER_WORD in write_complex_part()
2727 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in write_complex_part()
2730 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, imode, val); in write_complex_part()
2740 unsigned ibitsize; in read_complex_part() local
2747 ibitsize = GET_MODE_BITSIZE (imode); in read_complex_part()
2774 if (ibitsize >= BITS_PER_WORD in read_complex_part()
2789 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in read_complex_part()
2792 return extract_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, in read_complex_part()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dexpr.c3028 unsigned ibitsize; in write_complex_part() local
3038 ibitsize = GET_MODE_BITSIZE (imode); in write_complex_part()
3057 if (ibitsize >= BITS_PER_WORD in write_complex_part()
3075 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in write_complex_part()
3078 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, 0, 0, imode, val); in write_complex_part()
3088 unsigned ibitsize; in read_complex_part() local
3095 ibitsize = GET_MODE_BITSIZE (imode); in read_complex_part()
3122 if (ibitsize >= BITS_PER_WORD in read_complex_part()
3137 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in read_complex_part()
3140 return extract_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, in read_complex_part()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dexpr.c2963 unsigned ibitsize; in write_complex_part() local
2973 ibitsize = GET_MODE_BITSIZE (imode); in write_complex_part()
2992 if (ibitsize >= BITS_PER_WORD in write_complex_part()
3010 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in write_complex_part()
3013 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, 0, 0, imode, val, in write_complex_part()
3024 unsigned ibitsize; in read_complex_part() local
3031 ibitsize = GET_MODE_BITSIZE (imode); in read_complex_part()
3058 if (ibitsize >= BITS_PER_WORD in read_complex_part()
3073 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in read_complex_part()
3076 return extract_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, in read_complex_part()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dexpr.c2919 unsigned ibitsize; in write_complex_part() local
2929 ibitsize = GET_MODE_BITSIZE (imode); in write_complex_part()
2948 if (ibitsize >= BITS_PER_WORD in write_complex_part()
2966 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in write_complex_part()
2969 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, 0, 0, imode, val); in write_complex_part()
2979 unsigned ibitsize; in read_complex_part() local
2986 ibitsize = GET_MODE_BITSIZE (imode); in read_complex_part()
3013 if (ibitsize >= BITS_PER_WORD in read_complex_part()
3028 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in read_complex_part()
3031 return extract_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, in read_complex_part()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dexpr.c2910 unsigned ibitsize; in write_complex_part() local
2920 ibitsize = GET_MODE_BITSIZE (imode); in write_complex_part()
2939 if (ibitsize >= BITS_PER_WORD in write_complex_part()
2957 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in write_complex_part()
2960 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, 0, 0, imode, val); in write_complex_part()
2970 unsigned ibitsize; in read_complex_part() local
2977 ibitsize = GET_MODE_BITSIZE (imode); in read_complex_part()
3004 if (ibitsize >= BITS_PER_WORD in read_complex_part()
3019 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in read_complex_part()
3022 return extract_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, in read_complex_part()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dexpr.c2963 unsigned ibitsize; in write_complex_part() local
2973 ibitsize = GET_MODE_BITSIZE (imode); in write_complex_part()
2992 if (ibitsize >= BITS_PER_WORD in write_complex_part()
3010 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in write_complex_part()
3013 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, 0, 0, imode, val, in write_complex_part()
3024 unsigned ibitsize; in read_complex_part() local
3031 ibitsize = GET_MODE_BITSIZE (imode); in read_complex_part()
3058 if (ibitsize >= BITS_PER_WORD in read_complex_part()
3073 gcc_assert (MEM_P (cplx) && ibitsize < BITS_PER_WORD); in read_complex_part()
3076 return extract_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, in read_complex_part()

12