Searched refs:DImode (Results 76 - 100 of 270) sorted by relevance

1234567891011

/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/riscv64/
H A Dinsn-modes.h65 #define DImode E_DImode macro
67 #define DImode (scalar_int_mode ((scalar_int_mode::from_int) E_DImode))
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/m68k/
H A Dinsn-modes.h65 #define DImode E_DImode macro
67 #define DImode (scalar_int_mode ((scalar_int_mode::from_int) E_DImode))
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/alpha/
H A Dinsn-modes.h65 #define DImode E_DImode macro
67 #define DImode (scalar_int_mode ((scalar_int_mode::from_int) E_DImode))
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/m68000/
H A Dinsn-modes.h65 #define DImode E_DImode macro
67 #define DImode (scalar_int_mode ((scalar_int_mode::from_int) E_DImode))
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/
H A Dinsn-modes.h65 #define DImode E_DImode macro
67 #define DImode (scalar_int_mode ((scalar_int_mode::from_int) E_DImode))
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/riscv32/
H A Dinsn-modes.h65 #define DImode E_DImode macro
67 #define DImode (scalar_int_mode ((scalar_int_mode::from_int) E_DImode))
/netbsd-current/external/gpl3/gcc/usr.bin/gcc/arch/vax/
H A Dinsn-modes.h86 #define DImode E_DImode macro
88 #define DImode (scalar_int_mode ((scalar_int_mode::from_int) E_DImode))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c1129 /* MULT DImode */
1232 /* MULT DImode */
1336 /* MULT DImode */
1441 /* MULT DImode */
1544 /* MULT DImode */
1647 /* MULT DImode */
1750 /* MULT DImode */
2579 set_conv_libfunc (sfix_optab, DImode, DFmode, "__aeabi_d2lz");
2580 set_conv_libfunc (ufix_optab, DImode, DFmode, "__aeabi_d2ulz");
2583 set_conv_libfunc (sfix_optab, DImode, SFmod
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dbpf.cc466 mem = gen_frame_mem (DImode,
467 plus_constant (DImode,
470 insn = emit_move_insn (mem, gen_rtx_REG (DImode, regno));
526 mem = gen_frame_mem (DImode,
527 plus_constant (DImode,
530 insn = emit_move_insn (gen_rtx_REG (DImode, regno), mem);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-builtins.c314 a DImode pointer to the location to store to, so we must use
1698 rtx temp2 = gen_reg_rtx (DImode);
1744 target = gen_reg_rtx (DImode);
1749 target = gen_reg_rtx (DImode);
1792 rtx rand = gen_reg_rtx (DImode);
1800 rtx res_mem = gen_rtx_MEM (DImode, res_addr);
1830 op0 = force_reg (mode0 == VOIDmode ? DImode : mode0, op0);
1831 op0 = convert_to_mode (DImode, op0, true);
1841 || GET_MODE (target) != DImode
1842 || ! (*insn_data[icode].operand[0].predicate) (target, DImode))
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc336 /* For DImode conversion, mark register defined by DEF as requiring
507 /* We have separate costs for SImode and DImode, use SImode costs
509 return ix86_cost->sse_load[smode == DImode ? 1 : 0];
525 /* SSE costs distinguish between SImode and DImode loads/stores, for
529 unsigned sse_cost_idx = smode == DImode ? 1 : 0;
530 unsigned m = smode == DImode ? (TARGET_64BIT ? 1 : 2) : 1;
635 /* DImode can be immediate for TARGET_64BIT
737 if (smode == DImode && !TARGET_64BIT)
749 else if (!TARGET_64BIT && smode == DImode)
763 rtx tmp = gen_reg_rtx (DImode);
[all...]
H A Di386-expand.cc114 half_mode = DImode;
246 && ix86_broadcast (val, GET_MODE_BITSIZE (DImode),
248 broadcast_mode = DImode;
413 else if (!(TARGET_64BIT && x86_64_movabs_operand (op1, DImode)))
438 && (mode == DImode) && TARGET_64BIT
495 || GET_MODE_INNER (mode) == DImode))
503 if (GET_MODE_INNER (mode) == DImode && !TARGET_64BIT
603 || (!TARGET_64BIT && GET_MODE_INNER (mode) == DImode))
645 rtx lo = gen_reg_rtx (DImode);
646 rtx hi = gen_reg_rtx (DImode);
[all...]
H A Di386.h123 in SImode and DImode */
125 in SImode and DImode */
132 in SImode, DImode and TImode. */
149 in QImode, HImode, SImode, DImode, TImode*/
152 in QImode, HImode, SImode, DImode, TImode*/
653 IMODE (HImode, SImode or DImode) to MODE. */
1026 ((MODE) == DImode || (MODE) == DFmode || (MODE) == SImode \
1067 ((MODE) == V1DImode || (MODE) == DImode \
1074 #define VALID_MASK_AVX512BW_MODE(MODE) ((MODE) == SImode || (MODE) == DImode)
1082 || (MODE) == SImode || (MODE) == DImode \
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.c1500 The machine mode of X is known to be SImode or DImode. */
1573 else if (mode == DImode)
1601 if (mode == DImode)
1611 else if (mode == DImode)
1635 if (mode == DImode)
1661 if (mode == DImode)
1687 if (mode == DImode)
1935 this is only necessary for SImode and DImode.
2336 /* We don't directly split DImode constants on 32-bit targets
2393 if (mode == DImode)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa.cc1513 The machine mode of X is known to be SImode or DImode. */
1586 else if (mode == DImode)
1614 if (mode == DImode)
1624 else if (mode == DImode)
1648 if (mode == DImode)
1682 if (mode == DImode)
1716 if (mode == DImode)
1969 this is only necessary for SImode and DImode.
2370 /* We don't directly split DImode constants on 32-bit targets
2427 if (mode == DImode)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc1898 modes and DImode. */
2237 DImode,
2994 rs6000_constraints[RS6000_CONSTRAINT_wx] = FLOAT_REGS; /* DImode */
3146 reg_addr[DImode].reload_fpr_gpr = CODE_FOR_reload_fpr_from_gprdi;
3153 reg_addr[DImode].scalar_in_vmx_p = true;
3298 "DImode multipliciation cost = %d\n"
3300 "DImode division cost = %d\n"
3706 rs6000_pmode = DImode;
6010 except when TARGET_POWERPC64 and mode is DImode or
6011 wider, so the register mode must be DImode
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.c1561 /* For a DImode load / store SET, make a SImode set for a
1567 rtx src = simplify_gen_subreg (SImode, SET_SRC (set), DImode, offset);
1568 rtx dst = simplify_gen_subreg (SImode, SET_DEST (set), DImode, offset);
1586 if (GET_MODE (SET_DEST (part)) == DImode)
1611 else if (GET_CODE (x) == SET && GET_MODE (SET_DEST (x)) == DImode)
1679 mode = DImode;
1712 mode = DImode;
1728 mode = DImode;
1735 if (mode != DImode && skipped_mem)
1742 we only need to test n, even if mode is DImode
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Depiphany.cc1563 /* For a DImode load / store SET, make a SImode set for a
1569 rtx src = simplify_gen_subreg (SImode, SET_SRC (set), DImode, offset);
1570 rtx dst = simplify_gen_subreg (SImode, SET_DEST (set), DImode, offset);
1588 if (GET_MODE (SET_DEST (part)) == DImode)
1613 else if (GET_CODE (x) == SET && GET_MODE (SET_DEST (x)) == DImode)
1681 mode = DImode;
1714 mode = DImode;
1730 mode = DImode;
1737 if (mode != DImode && skipped_mem)
1744 we only need to test n, even if mode is DImode
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc3988 return mode == DImode;
4126 return DImode;
4141 /* Use vectors of DImode for registers that need frame
4546 /* In ILP32, the mode of dest can be either SImode or DImode. */
4613 if (mode == DImode)
4664 from SImode (ptr_mode) to DImode (Pmode). */
4697 /* In ILP32, the mode of dest can be either SImode or DImode,
4701 DImode if dest is dereferenced to access the memeory.
4710 if (mode == DImode)
4744 emit_insn ((mode == DImode
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c1622 /* 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
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc1610 /* We cannot use reg+reg addressing for DImode access. */
1611 if (mode == DImode
1621 mem = gen_rtx_MEM (DImode, temp);
1636 else if (mode == DImode)
1638 /* For DImode saves, the dwarf2 version needs to be a SEQUENCE
1654 mem = gen_rtx_MEM (DImode, temp);
1684 ? gen_rtx_REG (DImode, regno)
3445 dest = gen_reg_rtx (DImode);
3803 picreg = gen_reg_rtx (DImode);
5950 else if (mode == DImode
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c336 /* For DImode conversion, mark register defined by DEF as requiring
507 /* We have separate costs for SImode and DImode, use SImode costs
509 return ix86_cost->sse_load[smode == DImode ? 1 : 0];
525 /* SSE costs distinguish between SImode and DImode loads/stores, for
529 unsigned sse_cost_idx = smode == DImode ? 1 : 0;
530 unsigned m = smode == DImode ? (TARGET_64BIT ? 1 : 2) : 1;
602 /* DImode can be immediate for TARGET_64BIT and SImode always. */
696 if (smode == DImode && !TARGET_64BIT)
708 else if (!TARGET_64BIT && smode == DImode)
722 rtx tmp = gen_reg_rtx (DImode);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c1887 modes and DImode. */
2226 DImode,
2987 rs6000_constraints[RS6000_CONSTRAINT_wx] = FLOAT_REGS; /* DImode */
3139 reg_addr[DImode].reload_fpr_gpr = CODE_FOR_reload_fpr_from_gprdi;
3146 reg_addr[DImode].scalar_in_vmx_p = true;
3291 "DImode multipliciation cost = %d\n"
3293 "DImode division cost = %d\n"
3590 rs6000_pmode = DImode;
5810 except when TARGET_POWERPC64 and mode is DImode or
5811 wider, so the register mode must be DImode
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.cc2482 gen_rtx_IOR (DImode,
2484 DImode, gen_rtx_SUBREG (SImode, x, 0)),
2493 gen_rtx_SET (gen_rtx_ZERO_EXTRACT (DImode, x, GEN_INT (20),
2495 gen_rtx_REG (DImode, 0)));
2892 if (TARGET_64BIT && mode == DImode && CONST_INT_P (XEXP (x, 1))
2977 if ((mode == SImode || (TARGET_64BIT && mode == DImode))
3010 else if (mode == DImode && !TARGET_64BIT)
3016 else if (mode == DImode)
3054 else if (mode == DImode)
3078 && GET_MODE (XEXP (x, 0)) == DImode)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.h834 #define MAX_FIXED_MODE_SIZE GET_MODE_BITSIZE (TARGET_64BIT ? TImode : DImode)
984 #define CASE_VECTOR_MODE (TARGET_64BIT ? DImode : SImode)
989 #define Pmode (TARGET_64BIT ? DImode : SImode)

Completed in 356 milliseconds

1234567891011