diff options
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -3043,6 +3043,7 @@ const struct real_format ieee_single_format = 128, 31, 31, + 32, false, true, true, @@ -3065,6 +3066,7 @@ const struct real_format mips_single_format = 128, 31, 31, + 32, false, true, true, @@ -3087,6 +3089,7 @@ const struct real_format motorola_single_format = 128, 31, 31, + 32, false, true, true, @@ -3120,6 +3123,7 @@ const struct real_format spu_single_format = 129, 31, 31, + 0, true, false, false, @@ -3330,6 +3334,7 @@ const struct real_format ieee_double_format = 1024, 63, 63, + 64, false, true, true, @@ -3352,6 +3357,7 @@ const struct real_format mips_double_format = 1024, 63, 63, + 64, false, true, true, @@ -3374,6 +3380,7 @@ const struct real_format motorola_double_format = 1024, 63, 63, + 64, false, true, true, @@ -3719,6 +3726,7 @@ const struct real_format ieee_extended_motorola_format = 16384, 95, 95, + 0, false, true, true, @@ -3741,6 +3749,7 @@ const struct real_format ieee_extended_intel_96_format = 16384, 79, 79, + 65, false, true, true, @@ -3763,6 +3772,7 @@ const struct real_format ieee_extended_intel_128_format = 16384, 79, 79, + 65, false, true, true, @@ -3787,6 +3797,7 @@ const struct real_format ieee_extended_intel_96_round_53_format = 16384, 79, 79, + 33, false, true, true, @@ -3876,6 +3887,7 @@ const struct real_format ibm_extended_format = 1024, 127, -1, + 0, false, true, true, @@ -3898,6 +3910,7 @@ const struct real_format mips_extended_format = 1024, 127, -1, + 0, false, true, true, @@ -4162,6 +4175,7 @@ const struct real_format ieee_quad_format = 16384, 127, 127, + 128, false, true, true, @@ -4184,6 +4198,7 @@ const struct real_format mips_quad_format = 16384, 127, 127, + 128, false, true, true, @@ -4485,6 +4500,7 @@ const struct real_format vax_f_format = 127, 15, 15, + 0, false, false, false, @@ -4507,6 +4523,7 @@ const struct real_format vax_d_format = 127, 15, 15, + 0, false, false, false, @@ -4529,6 +4546,7 @@ const struct real_format vax_g_format = 1023, 15, 15, + 0, false, false, false, @@ -4606,6 +4624,7 @@ const struct real_format decimal_single_format = 97, 31, 31, + 32, false, true, true, @@ -4629,6 +4648,7 @@ const struct real_format decimal_double_format = 385, 63, 63, + 64, false, true, true, @@ -4652,6 +4672,7 @@ const struct real_format decimal_quad_format = 6145, 127, 127, + 128, false, true, true, @@ -4790,6 +4811,7 @@ const struct real_format ieee_half_format = 16, 15, 15, + 16, false, true, true, @@ -4815,6 +4837,7 @@ const struct real_format arm_half_format = 17, 15, 15, + 0, false, true, false, @@ -4861,6 +4884,7 @@ const struct real_format real_internal_format = MAX_EXP, -1, -1, + 0, false, false, true, |