Lines Matching refs:imode

1619       enum machine_mode imode = int_mode_for_mode (GET_MODE (orig_src));  in emit_group_load_1()  local
1620 if (imode == BLKmode) in emit_group_load_1()
1623 src = gen_reg_rtx (imode); in emit_group_load_1()
1624 if (imode != BLKmode) in emit_group_load_1()
1628 if (imode != BLKmode) in emit_group_load_1()
1629 src = gen_lowpart (imode, src); in emit_group_load_1()
1870 enum machine_mode imode = int_mode_for_mode (GET_MODE (orig_dst)); in emit_group_store() local
1871 if (imode == BLKmode) in emit_group_store()
1874 dst = gen_reg_rtx (imode); in emit_group_store()
1876 if (imode != BLKmode) in emit_group_store()
2720 enum machine_mode imode; in write_complex_part() local
2730 imode = GET_MODE_INNER (cmode); in write_complex_part()
2731 ibitsize = GET_MODE_BITSIZE (imode); in write_complex_part()
2740 emit_move_insn (adjust_address_nv (cplx, imode, in write_complex_part()
2741 imag_p ? GET_MODE_SIZE (imode) : 0), in write_complex_part()
2759 rtx part = simplify_gen_subreg (imode, cplx, cmode, in write_complex_part()
2760 imag_p ? GET_MODE_SIZE (imode) : 0); in write_complex_part()
2771 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, imode, val); in write_complex_part()
2780 enum machine_mode cmode, imode; in read_complex_part() local
2787 imode = GET_MODE_INNER (cmode); in read_complex_part()
2788 ibitsize = GET_MODE_BITSIZE (imode); in read_complex_part()
2798 return expand_expr (part, NULL_RTX, imode, EXPAND_NORMAL); in read_complex_part()
2808 return adjust_address_nv (cplx, imode, in read_complex_part()
2809 imag_p ? GET_MODE_SIZE (imode) : 0); in read_complex_part()
2824 rtx ret = simplify_gen_subreg (imode, cplx, cmode, in read_complex_part()
2825 imag_p ? GET_MODE_SIZE (imode) : 0); in read_complex_part()
2834 true, NULL_RTX, imode, imode); in read_complex_part()
2886 enum machine_mode imode; in emit_move_via_integer() local
2890 imode = int_mode_for_mode (mode); in emit_move_via_integer()
2891 if (imode == BLKmode) in emit_move_via_integer()
2895 code = mov_optab->handlers[imode].insn_code; in emit_move_via_integer()
2899 x = emit_move_change_mode (imode, mode, x, force); in emit_move_via_integer()
2902 y = emit_move_change_mode (imode, mode, y, force); in emit_move_via_integer()
7409 enum machine_mode imode = TYPE_MODE (TREE_TYPE (field)); in expand_expr_real_1() local
7414 op0 = expand_and (imode, op0, op1, target); in expand_expr_real_1()
7420 GET_MODE_BITSIZE (imode) - bitsize); in expand_expr_real_1()
7422 op0 = expand_shift (LSHIFT_EXPR, imode, op0, count, in expand_expr_real_1()
7424 op0 = expand_shift (RSHIFT_EXPR, imode, op0, count, in expand_expr_real_1()