Lines Matching refs:DImode

1622 	  /* We cannot use reg+reg addressing for DImode access.  */
1623 if (mode == DImode
1633 mem = gen_rtx_MEM (DImode, temp);
1648 else if (mode == DImode)
1650 /* For DImode saves, the dwarf2 version needs to be a SEQUENCE
1666 mem = gen_rtx_MEM (DImode, temp);
1696 ? gen_rtx_REG (DImode, regno)
3457 dest = gen_reg_rtx (DImode);
3815 picreg = gen_reg_rtx (DImode);
5962 else if (mode == DImode && GET_CODE (src) == MULT)
5971 op1 = gen_rtx_SIGN_EXTEND (DImode, op1);
5973 = gen_rtx_SET (dest, gen_rtx_MULT (DImode, op0, op1));
6686 if (GET_MODE (x) == VOIDmode || mode == DImode)
8507 set_optab_libfunc (add_optab, DImode, "__addll");
8508 set_optab_libfunc (sub_optab, DImode, "__subll");
8509 set_optab_libfunc (smul_optab, DImode, "__mulll");
8510 set_optab_libfunc (sdiv_optab, DImode, "__divll");
8511 set_optab_libfunc (smod_optab, DImode, "__modll");
8512 set_optab_libfunc (umod_optab, DImode, "__umodll");
8513 set_optab_libfunc (and_optab, DImode, "__andll");
8514 set_optab_libfunc (ior_optab, DImode, "__orll");
8515 set_optab_libfunc (xor_optab, DImode, "__xorll");
8516 set_optab_libfunc (one_cmpl_optab, DImode, "__notll");
8532 set_conv_libfunc (sfix_optab, DImode, SFmode, "__ftoll");
8534 set_conv_libfunc (sfix_optab, DImode, DFmode, "__dtoll");
8537 set_conv_libfunc (ufix_optab, DImode, SFmode, "__ftoull");
8539 set_conv_libfunc (ufix_optab, DImode, DFmode, "__dtoull");
8542 set_conv_libfunc (sfloat_optab, SFmode, DImode, "__lltof");
8544 set_conv_libfunc (sfloat_optab, DFmode, DImode, "__lltod");
9038 op0 = gen_reg_rtx (DImode);
9039 op1 = gen_reg_rtx (DImode);
9047 emit_move_insn (simplify_gen_subreg (HImode, op0, DImode, 2), arg1);
9048 emit_move_insn (simplify_gen_subreg (HImode, op0, DImode, 6), arg2);
9049 emit_move_insn (simplify_gen_subreg (HImode, op1, DImode, 2), arg3);
9050 emit_move_insn (simplify_gen_subreg (HImode, op1, DImode, 6), arg4);
9139 to move DImode values into and out of IACC0. */
9291 rtx src = frv_read_iacc_argument (DImode, exp, 0);
9293 target = gen_reg_rtx (DImode);
9303 rtx dest = frv_read_iacc_argument (DImode, exp, 0);
9305 frv_split_iacc_move (dest, force_reg (DImode, src));
9459 else if (mode == DImode)