Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dexpr.c7036 machine_mode temp_mode = GET_MODE (temp); in store_field() local
7037 if (temp_mode == BLKmode || temp_mode == VOIDmode) in store_field()
7038 temp_mode = smallest_int_mode_for_size (size * BITS_PER_UNIT); in store_field()
7039 rtx temp_target = gen_reg_rtx (temp_mode); in store_field()
7061 scalar_int_mode temp_mode; in store_field() local
7063 && is_int_mode (GET_MODE (temp), &temp_mode)) in store_field()
7065 HOST_WIDE_INT size = GET_MODE_BITSIZE (temp_mode); in store_field()
7070 temp = flip_storage_order (temp_mode, temp); in store_field()
7077 temp = expand_shift (RSHIFT_EXPR, temp_mode, temp, in store_field()
7112 scalar_int_mode temp_mode = smallest_int_mode_for_size (bitsize); in store_field() local
[all …]
H A Dcombine.c2684 scalar_int_mode dest_mode, temp_mode; in try_combine() local
2895 && is_a <scalar_int_mode> (GET_MODE (SET_DEST (temp_expr)), &temp_mode) in try_combine()
2937 else if (GET_MODE_PRECISION (temp_mode) in try_combine()
2950 wide_int o = wi::insert (rtx_mode_t (outer, temp_mode), in try_combine()
2965 immed_wide_int_const (o, temp_mode)); in try_combine()