Lines Matching defs:imode

1622       enum machine_mode imode = int_mode_for_mode (GET_MODE (orig_src));
1623 if (imode == BLKmode)
1626 src = gen_reg_rtx (imode);
1627 if (imode != BLKmode)
1631 if (imode != BLKmode)
1632 src = gen_lowpart (imode, src);
1873 enum machine_mode imode = int_mode_for_mode (GET_MODE (orig_dst));
1874 if (imode == BLKmode)
1877 dst = gen_reg_rtx (imode);
1879 if (imode != BLKmode)
2727 enum machine_mode imode;
2737 imode = GET_MODE_INNER (cmode);
2738 ibitsize = GET_MODE_BITSIZE (imode);
2747 emit_move_insn (adjust_address_nv (cplx, imode,
2748 imag_p ? GET_MODE_SIZE (imode) : 0),
2766 rtx part = simplify_gen_subreg (imode, cplx, cmode,
2767 imag_p ? GET_MODE_SIZE (imode) : 0);
2778 store_bit_field (cplx, ibitsize, imag_p ? ibitsize : 0, imode, val);
2787 enum machine_mode cmode, imode;
2794 imode = GET_MODE_INNER (cmode);
2795 ibitsize = GET_MODE_BITSIZE (imode);
2805 return expand_expr (part, NULL_RTX, imode, EXPAND_NORMAL);
2815 return adjust_address_nv (cplx, imode,
2816 imag_p ? GET_MODE_SIZE (imode) : 0);
2831 rtx ret = simplify_gen_subreg (imode, cplx, cmode,
2832 imag_p ? GET_MODE_SIZE (imode) : 0);
2841 true, NULL_RTX, imode, imode);
2894 enum machine_mode imode;
2898 imode = int_mode_for_mode (mode);
2899 if (imode == BLKmode)
2903 code = mov_optab->handlers[imode].insn_code;
2907 x = emit_move_change_mode (imode, mode, x, force);
2910 y = emit_move_change_mode (imode, mode, y, force);
7420 enum machine_mode imode = TYPE_MODE (TREE_TYPE (field));
7425 op0 = expand_and (imode, op0, op1, target);
7431 GET_MODE_BITSIZE (imode) - bitsize);
7433 op0 = expand_shift (LSHIFT_EXPR, imode, op0, count,
7435 op0 = expand_shift (RSHIFT_EXPR, imode, op0, count,