Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.c1212 unsigned int max_bitsize = BITS_PER_WORD; in store_fixed_bit_field() local
1214 if (op0_mode.exists (&imode) && GET_MODE_BITSIZE (imode) < max_bitsize) in store_fixed_bit_field()
1215 max_bitsize = GET_MODE_BITSIZE (imode); in store_fixed_bit_field()
1218 MEM_ALIGN (op0), max_bitsize, MEM_VOLATILE_P (op0), in store_fixed_bit_field()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpmed.cc1217 unsigned int max_bitsize = BITS_PER_WORD; in store_fixed_bit_field() local
1219 if (op0_mode.exists (&imode) && GET_MODE_BITSIZE (imode) < max_bitsize) in store_fixed_bit_field()
1220 max_bitsize = GET_MODE_BITSIZE (imode); in store_fixed_bit_field()
1223 MEM_ALIGN (op0), max_bitsize, MEM_VOLATILE_P (op0), in store_fixed_bit_field()
H A DChangeLog-20058372 up to elem_bitsize bits, not max_bitsize.