Home
last modified time | relevance | path

Searched refs:innermode (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/gcc/
HDsimplify-rtx.c4221 enum machine_mode innermode, unsigned int byte) in simplify_immed_subreg() argument
4256 elem_bitsize = GET_MODE_BITSIZE (GET_MODE_INNER (innermode)); in simplify_immed_subreg()
4361 if (GET_MODE_SIZE (innermode) >= GET_MODE_SIZE (outermode)) in simplify_immed_subreg()
4363 unsigned ibyte = (GET_MODE_SIZE (innermode) - GET_MODE_SIZE (outermode) in simplify_immed_subreg()
4373 gcc_assert (byte < GET_MODE_SIZE (innermode)); in simplify_immed_subreg()
4484 enum machine_mode innermode, unsigned int byte) in simplify_subreg() argument
4487 gcc_assert (innermode != VOIDmode); in simplify_subreg()
4489 gcc_assert (innermode != BLKmode); in simplify_subreg()
4492 gcc_assert (GET_MODE (op) == innermode in simplify_subreg()
4496 gcc_assert (byte < GET_MODE_SIZE (innermode)); in simplify_subreg()
[all …]
HDemit-rtl.c1108 enum machine_mode innermode; in gen_lowpart_common() local
1112 innermode = GET_MODE (x); in gen_lowpart_common()
1115 innermode = mode_for_size (HOST_BITS_PER_WIDE_INT, MODE_INT, 0); in gen_lowpart_common()
1116 else if (innermode == VOIDmode) in gen_lowpart_common()
1117 innermode = mode_for_size (HOST_BITS_PER_WIDE_INT * 2, MODE_INT, 0); in gen_lowpart_common()
1119 xsize = GET_MODE_SIZE (innermode); in gen_lowpart_common()
1121 gcc_assert (innermode != VOIDmode && innermode != BLKmode); in gen_lowpart_common()
1123 if (innermode == mode) in gen_lowpart_common()
1135 offset = subreg_lowpart_offset (mode, innermode); in gen_lowpart_common()
1159 return simplify_gen_subreg (mode, x, innermode, offset); in gen_lowpart_common()
[all …]
HDstor-layout.c1620 enum machine_mode innermode = TYPE_MODE (innertype); in layout_type() local
1624 if (SCALAR_FLOAT_MODE_P (innermode)) in layout_type()
1631 && GET_MODE_INNER (mode) == innermode in layout_type()
1637 && GET_MODE_CLASS (innermode) == MODE_INT) in layout_type()
1638 mode = mode_for_size (nunits * GET_MODE_BITSIZE (innermode), in layout_type()
HDexpr.c3107 enum machine_mode innermode, innermostmode; in undefined_operand_subword_p() local
3111 innermode = GET_MODE (op); in undefined_operand_subword_p()
3119 && GET_MODE_SIZE (innermostmode) < GET_MODE_SIZE (innermode)) in undefined_operand_subword_p()
3121 int difference = (GET_MODE_SIZE (innermostmode) - GET_MODE_SIZE (innermode)); in undefined_operand_subword_p()
8121 enum machine_mode innermode in expand_expr_real_1() local
8124 if (mode == GET_MODE_WIDER_MODE (innermode)) in expand_expr_real_1()
8169 enum machine_mode innermode = TYPE_MODE (op0type); in expand_expr_real_1() local
8174 if (mode == GET_MODE_2XWIDER_MODE (innermode)) in expand_expr_real_1()
8189 && innermode == word_mode) in expand_expr_real_1()
8194 op1 = convert_modes (innermode, mode, in expand_expr_real_1()
[all …]
HDexpmed.c405 enum machine_mode innermode = GET_MODE_INNER (outermode); in store_bit_field() local
407 int pos = bitnum / GET_MODE_BITSIZE (innermode); in store_bit_field()
1139 enum machine_mode innermode = GET_MODE_INNER (outermode); in extract_bit_field() local
1141 unsigned HOST_WIDE_INT pos = bitnum / GET_MODE_BITSIZE (innermode); in extract_bit_field()
1149 if (innermode == tmode || innermode == mode) in extract_bit_field()
1153 dest = gen_reg_rtx (innermode); in extract_bit_field()
/trueos/contrib/gcc/config/i386/
HDi386.c3166 enum machine_mode innermode = TYPE_MODE (TREE_TYPE (type)); in type_natural_mode() local
3176 && GET_MODE_INNER (mode) == innermode) in type_natural_mode()