Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc7478 machine_mode temp_mode = GET_MODE (temp); in store_field() local
7479 if (temp_mode == BLKmode || temp_mode == VOIDmode) in store_field()
7480 temp_mode = smallest_int_mode_for_size (size * BITS_PER_UNIT); in store_field()
7481 rtx temp_target = gen_reg_rtx (temp_mode); in store_field()
7503 scalar_int_mode temp_mode; in store_field() local
7505 && is_int_mode (GET_MODE (temp), &temp_mode)) in store_field()
7507 HOST_WIDE_INT size = GET_MODE_BITSIZE (temp_mode); in store_field()
7512 temp = flip_storage_order (temp_mode, temp); in store_field()
7519 temp = expand_shift (RSHIFT_EXPR, temp_mode, temp, in store_field()
7554 temp_mode = smallest_int_mode_for_size (bitsize); in store_field()
[all …]
H A Dcombine.cc2571 scalar_int_mode dest_mode, temp_mode; in try_combine() local
2783 && is_a <scalar_int_mode> (GET_MODE (SET_DEST (temp_expr)), &temp_mode) in try_combine()
2825 else if (GET_MODE_PRECISION (temp_mode) in try_combine()
2838 wide_int o = wi::insert (rtx_mode_t (outer, temp_mode), in try_combine()
2853 immed_wide_int_const (o, temp_mode)); in try_combine()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c7117 machine_mode temp_mode = GET_MODE (temp); in store_field() local
7118 if (temp_mode == BLKmode || temp_mode == VOIDmode) in store_field()
7119 temp_mode = smallest_int_mode_for_size (size * BITS_PER_UNIT); in store_field()
7120 rtx temp_target = gen_reg_rtx (temp_mode); in store_field()
7142 scalar_int_mode temp_mode; in store_field() local
7144 && is_int_mode (GET_MODE (temp), &temp_mode)) in store_field()
7146 HOST_WIDE_INT size = GET_MODE_BITSIZE (temp_mode); in store_field()
7151 temp = flip_storage_order (temp_mode, temp); in store_field()
7158 temp = expand_shift (RSHIFT_EXPR, temp_mode, temp, in store_field()
7193 temp_mode = smallest_int_mode_for_size (bitsize); in store_field()
[all …]
H A Dcombine.c2721 scalar_int_mode dest_mode, temp_mode; in try_combine() local
2932 && is_a <scalar_int_mode> (GET_MODE (SET_DEST (temp_expr)), &temp_mode) in try_combine()
2974 else if (GET_MODE_PRECISION (temp_mode) in try_combine()
2987 wide_int o = wi::insert (rtx_mode_t (outer, temp_mode), in try_combine()
3002 immed_wide_int_const (o, temp_mode)); in try_combine()