Searched refs:TARGET_E500_DOUBLE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Deabi.h53 #undef TARGET_E500_DOUBLE macro
61 #define TARGET_E500_DOUBLE (TARGET_HARD_FLOAT && rs6000_float_gprs == 2) macro
H A Dlinuxspe.h36 #undef TARGET_E500_DOUBLE macro
44 #define TARGET_E500_DOUBLE (TARGET_HARD_FLOAT && rs6000_float_gprs == 2) macro
H A Drs6000.h331 #define TARGET_E500_DOUBLE 0 macro
509 (TARGET_E500_DOUBLE && TYPE_MODE (TYPE) == DFmode) ? 64 : \
533 || (TARGET_E500_DOUBLE && (MODE) == DFmode))
551 : (TARGET_E500_DOUBLE && TYPE_MODE (TYPE) == DFmode) ? 64 \
1134 : (TARGET_E500_DOUBLE && (CLASS) == GENERAL_REGS && (MODE) == DFmode) \
1145 : (((TARGET_E500_DOUBLE \
H A Drs6000.c2618 if (TARGET_E500_DOUBLE)
2842 if (TARGET_E500_DOUBLE)
2851 if (TARGET_E500_DOUBLE)
2939 if (TARGET_E500_DOUBLE && (mode == DFmode || mode == DImode))
3016 || (((mode != DImode && mode != DFmode) || TARGET_E500_DOUBLE)
3037 || (TARGET_E500_DOUBLE && (mode == DFmode
3443 && !(TARGET_E500_DOUBLE && (mode == DFmode
3580 && !(TARGET_E500_DOUBLE && (mode == DFmode || mode == DImode))
3602 || ((mode != DFmode || TARGET_E500_DOUBLE) && mode != TFmode))
3706 if (TARGET_E500_DOUBLE
[all...]

Completed in 126 milliseconds