Searched refs:bestmode (Results 1 – 1 of 1) sorted by relevance
660 enum machine_mode bestmode; in store_bit_field() local669 bestmode in store_bit_field()673 bestmode = GET_MODE (op0); in store_bit_field()675 if (bestmode == VOIDmode in store_bit_field()676 || GET_MODE_SIZE (bestmode) < GET_MODE_SIZE (fieldmode) in store_bit_field()677 || (SLOW_UNALIGNED_ACCESS (bestmode, MEM_ALIGN (op0)) in store_bit_field()678 && GET_MODE_BITSIZE (bestmode) > MEM_ALIGN (op0))) in store_bit_field()683 unit = GET_MODE_BITSIZE (bestmode); in store_bit_field()684 offset = (bitnum / unit) * GET_MODE_SIZE (bestmode); in store_bit_field()686 op0 = adjust_address (op0, bestmode, offset); in store_bit_field()[all …]