Lines Matching refs:GET_MODE_BITSIZE
393 gcc_assert (GET_MODE_BITSIZE (from_mode) == GET_MODE_BITSIZE (to_mode)); in convert_move()
463 = smallest_mode_for_size (GET_MODE_BITSIZE (to_mode), MODE_INT); in convert_move()
478 = smallest_mode_for_size (GET_MODE_BITSIZE (from_mode), MODE_INT); in convert_move()
502 if (GET_MODE_BITSIZE (from_mode) < GET_MODE_BITSIZE (to_mode) in convert_move()
503 && GET_MODE_BITSIZE (to_mode) > BITS_PER_WORD) in convert_move()
527 else if (GET_MODE_BITSIZE (from_mode) < BITS_PER_WORD in convert_move()
553 if (GET_MODE_BITSIZE (from_mode) < BITS_PER_WORD) in convert_move()
583 size_int (GET_MODE_BITSIZE (lowpart_mode) - 1), in convert_move()
610 if (GET_MODE_BITSIZE (from_mode) > BITS_PER_WORD in convert_move()
611 && GET_MODE_BITSIZE (to_mode) <= BITS_PER_WORD) in convert_move()
628 if (GET_MODE_BITSIZE (to_mode) < GET_MODE_BITSIZE (from_mode) in convert_move()
629 && TRULY_NOOP_TRUNCATION (GET_MODE_BITSIZE (to_mode), in convert_move()
630 GET_MODE_BITSIZE (from_mode))) in convert_move()
647 if (GET_MODE_BITSIZE (to_mode) > GET_MODE_BITSIZE (from_mode)) in convert_move()
668 && TRULY_NOOP_TRUNCATION (GET_MODE_BITSIZE (to_mode), in convert_move()
669 GET_MODE_BITSIZE (intermediate)))) in convert_move()
681 GET_MODE_BITSIZE (to_mode) in convert_move()
682 - GET_MODE_BITSIZE (from_mode)); in convert_move()
709 if (GET_MODE_BITSIZE (to_mode) < GET_MODE_BITSIZE (from_mode)) in convert_move()
769 && GET_MODE_BITSIZE (mode) == 2 * HOST_BITS_PER_WIDE_INT in convert_modes()
775 && HOST_BITS_PER_WIDE_INT > GET_MODE_BITSIZE (oldmode)) in convert_modes()
777 int width = GET_MODE_BITSIZE (oldmode); in convert_modes()
792 && GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT) in convert_modes()
802 && TRULY_NOOP_TRUNCATION (GET_MODE_BITSIZE (mode), in convert_modes()
803 GET_MODE_BITSIZE (GET_MODE (x))))))))) in convert_modes()
812 int width = GET_MODE_BITSIZE (oldmode); in convert_modes()
831 gcc_assert (GET_MODE_BITSIZE (mode) == GET_MODE_BITSIZE (oldmode)); in convert_modes()
1300 || GET_MODE_BITSIZE (mode) >= BITS_PER_WORD) in emit_block_move_via_movmem()
2672 || GET_MODE_BITSIZE (mode) >= BITS_PER_WORD) in set_storage_via_setmem()
2731 ibitsize = GET_MODE_BITSIZE (imode); in write_complex_part()
2788 ibitsize = GET_MODE_BITSIZE (imode); in read_complex_part()
3252 if (!CONSTANT_P (y) || GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT) in emit_move_insn_1()
3881 unsigned int str_bitsize = GET_MODE_BITSIZE (str_mode); in optimize_bitfield_assignment_op()
3915 str_bitsize = GET_MODE_BITSIZE (str_mode); in optimize_bitfield_assignment_op()
3999 if (bitpos + bitsize != GET_MODE_BITSIZE (GET_MODE (str_rtx))) in optimize_bitfield_assignment_op()
4117 gcc_assert (bitpos == 0 || bitpos == GET_MODE_BITSIZE (mode1)); in expand_assignment()
5168 bitsize = GET_MODE_BITSIZE (mode); in store_constructor()
5492 if (bitsize != (HOST_WIDE_INT) GET_MODE_BITSIZE (GET_MODE (target))) in store_field()
5546 && TYPE_PRECISION (type) < GET_MODE_BITSIZE (TYPE_MODE (type)) in store_field()
5562 && bitsize < (HOST_WIDE_INT) GET_MODE_BITSIZE (GET_MODE (temp)) in store_field()
5565 size_int (GET_MODE_BITSIZE (GET_MODE (temp)) in store_field()
5683 *pbitsize = GET_MODE_BITSIZE (mode); in get_inner_reference()
6538 bitpos = GET_MODE_BITSIZE (TYPE_MODE (TREE_TYPE (exp))); in expand_expr_addr_expr_1()
7399 && (GET_MODE_BITSIZE (DECL_MODE (field)) in expand_expr_real_1()
7420 GET_MODE_BITSIZE (imode) - bitsize); in expand_expr_real_1()
7478 && bitpos + bitsize <= GET_MODE_BITSIZE (mode)) in expand_expr_real_1()
7491 || (bitpos + bitsize > GET_MODE_BITSIZE (GET_MODE (op0))) in expand_expr_real_1()
7556 && bitsize == GET_MODE_BITSIZE (GET_MODE (op0))); in expand_expr_real_1()
7643 && bitsize < (HOST_WIDE_INT) GET_MODE_BITSIZE (GET_MODE (op0))) in expand_expr_real_1()
7645 size_int (GET_MODE_BITSIZE (GET_MODE (op0)) in expand_expr_real_1()
7661 (ext_mode, GET_MODE_BITSIZE (ext_mode), 0, type); in expand_expr_real_1()
7769 (HOST_WIDE_INT) GET_MODE_BITSIZE (mode)), in expand_expr_real_1()
7951 && GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT in expand_expr_real_1()
7973 && GET_MODE_BITSIZE (mode) <= HOST_BITS_PER_WIDE_INT in expand_expr_real_1()
8150 && ((GET_MODE_BITSIZE (TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 1)))) in expand_expr_real_1()
8863 GET_MODE_BITSIZE (GET_MODE (exp)) - prec); in reduce_to_bit_field_precision()
9288 int index_bits = GET_MODE_BITSIZE (index_mode); in try_casesi()
9296 if (GET_MODE_BITSIZE (TYPE_MODE (index_type)) > GET_MODE_BITSIZE (index_mode)) in try_casesi()