Lines Matching refs:DImode

648 /* Generate three-operand multiply instructions for both SImode and DImode.  */
1415 #define POINTER_SIZE (Pmode == DImode ? 64 : 32)
1419 #define POINTER_BOUNDARY (Pmode == DImode ? 64 : 32)
1529 want to promote to DImode when in 64 bit mode, because that would
1656 MODE. In 32 bit mode, require that DImode and DFmode be in even
1657 registers. For DImode, this makes some of the insns easier to
1658 write, since you don't have to worry about a DImode value in
2634 Pmode == DImode ? 16 : 8); \
2664 if (Pmode == DImode) \
2677 if (Pmode == DImode) \
2692 #define TRAMPOLINE_SIZE (32 + (Pmode == DImode ? 16 : 8))
2696 #define TRAMPOLINE_ALIGNMENT (Pmode == DImode ? 64 : 32)
2714 if (Pmode == DImode) \
2716 emit_move_insn (gen_rtx (MEM, DImode, plus_constant (addr, 32)), FUNC); \
2717 emit_move_insn (gen_rtx (MEM, DImode, plus_constant (addr, 40)), CHAIN);\
2875 loading SImode or DImode values. */ \
2903 when loading SImode or DImode values. */ \
3285 (TARGET_MIPS16 ? HImode : Pmode == DImode ? DImode : SImode)
3349 #define Pmode ((TARGET_LONG64 && TARGET_64BIT) ? DImode : SImode)
3356 #define FUNCTION_MODE (Pmode == DImode ? DImode : SImode)
3515 return COSTS_N_INSNS ((GET_MODE (X) == DImode && !TARGET_64BIT) ? 2 : 1); \
3520 if (GET_MODE (X) == DImode && !TARGET_64BIT) \
3528 if (GET_MODE (X) == DImode && !TARGET_64BIT) \
3557 if (xmode == DImode && !TARGET_64BIT) \
3564 if (GET_MODE (X) == DImode && !TARGET_64BIT) \
3649 /* A sign extend from SImode to DImode in 64 bit mode is often \
3652 if (TARGET_64BIT && GET_MODE (X) == DImode \
3659 if (TARGET_64BIT && GET_MODE (X) == DImode \
3731 could solve the DImode LO reg problem by using a multiply, just like
4360 assemble_integer (operand_subword ((VALUE), 0, 0, DImode), \
4362 assemble_integer (operand_subword ((VALUE), 1, 0, DImode), \
4390 Pmode == DImode ? ".dword" : ".word", \
4405 Pmode == DImode ? ".dword" : ".word", \
4409 Pmode == DImode ? ".gpdword" : ".gpword", \
4413 Pmode == DImode ? ".dword" : ".word", \
4657 #define SIZE_TYPE (Pmode == DImode ? "long unsigned int" : "unsigned int")
4662 #define PTRDIFF_TYPE (Pmode == DImode ? "long int" : "int")