2.9
[glibc/nacl-glibc.git] / sysdeps / sparc / sparc64 / soft-fp / sfp-machine.h
blob449e955c162b3f7e7907bf293ebfa9bf1cbf096a
1 /* Machine-dependent software floating-point definitions.
2 Sparc64 userland (_Q_* and _Qp_*) version.
3 Copyright (C) 1997, 1998, 1999, 2006 Free Software Foundation, Inc.
4 This file is part of the GNU C Library.
5 Contributed by Richard Henderson (rth@cygnus.com),
6 Jakub Jelinek (jj@ultra.linux.cz) and
7 David S. Miller (davem@redhat.com).
9 The GNU C Library is free software; you can redistribute it and/or
10 modify it under the terms of the GNU Lesser General Public
11 License as published by the Free Software Foundation; either
12 version 2.1 of the License, or (at your option) any later version.
14 The GNU C Library is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 Lesser General Public License for more details.
19 You should have received a copy of the GNU Lesser General Public
20 License along with the GNU C Library; if not, write to the Free
21 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
22 02111-1307 USA. */
24 #include <fpu_control.h>
25 #include <fenv.h>
26 #include <stdlib.h>
28 #define _FP_W_TYPE_SIZE 64
29 #define _FP_W_TYPE unsigned long
30 #define _FP_WS_TYPE signed long
31 #define _FP_I_TYPE long
33 /* Helper macros for _FP_MUL_MEAT_2_120_240_double. */
34 #define _FP_MUL_MEAT_SET_FE_TZ \
35 do { \
36 static fpu_control_t _fetz = _FPU_RC_DOWN; \
37 _FPU_SETCW(_fetz); \
38 } while (0)
39 #ifndef _FP_MUL_MEAT_RESET_FE
40 #define _FP_MUL_MEAT_RESET_FE _FPU_SETCW(_fcw)
41 #endif
43 #define _FP_MUL_MEAT_S(R,X,Y) \
44 _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y)
45 #define _FP_MUL_MEAT_D(R,X,Y) \
46 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
47 #define _FP_MUL_MEAT_Q(R,X,Y) \
48 _FP_MUL_MEAT_2_120_240_double(_FP_WFRACBITS_Q,R,X,Y, \
49 _FP_MUL_MEAT_SET_FE_TZ, \
50 _FP_MUL_MEAT_RESET_FE)
52 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm)
53 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(D,R,X,Y)
54 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y)
56 #define _FP_NANFRAC_S ((_FP_QNANBIT_S << 1) - 1)
57 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1)
58 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1
59 #define _FP_NANSIGN_S 0
60 #define _FP_NANSIGN_D 0
61 #define _FP_NANSIGN_Q 0
63 #define _FP_KEEPNANFRACP 1
65 /* If one NaN is signaling and the other is not,
66 * we choose that one, otherwise we choose Y.
68 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \
69 do { \
70 if ((_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs) \
71 && !(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \
72 { \
73 R##_s = X##_s; \
74 _FP_FRAC_COPY_##wc(R,X); \
75 } \
76 else \
77 { \
78 R##_s = Y##_s; \
79 _FP_FRAC_COPY_##wc(R,Y); \
80 } \
81 R##_c = FP_CLS_NAN; \
82 } while (0)
84 /* Obtain the current rounding mode. */
85 #ifndef FP_ROUNDMODE
86 #define FP_ROUNDMODE ((_fcw >> 30) & 0x3)
87 #endif
89 /* Exception flags. */
90 #define FP_EX_INVALID (1 << 4)
91 #define FP_EX_OVERFLOW (1 << 3)
92 #define FP_EX_UNDERFLOW (1 << 2)
93 #define FP_EX_DIVZERO (1 << 1)
94 #define FP_EX_INEXACT (1 << 0)
96 #define _FP_DECL_EX fpu_control_t _fcw
98 #define FP_INIT_ROUNDMODE \
99 do { \
100 _FPU_GETCW(_fcw); \
101 } while (0)
103 #define FP_INHIBIT_RESULTS ((_fcw >> 23) & _fex)
105 /* Simulate exceptions using double arithmetics. */
106 extern double __Qp_handle_exceptions(int exc);
108 #define FP_HANDLE_EXCEPTIONS \
109 do { \
110 if (!_fex) \
112 /* This is the common case, so we do it inline. \
113 * We need to clear cexc bits if any. \
114 */ \
115 __asm__ __volatile__("\n" \
116 " fzero %%f62\n" \
117 " faddd %%f62, %%f62, %%f62\n" \
118 " " : : : "f62"); \
120 else \
122 __Qp_handle_exceptions (_fex); \
124 } while (0)
126 #define QP_HANDLE_EXCEPTIONS(_a) \
127 do { \
128 if ((_fcw >> 23) & _fex) \
130 _a; \
132 else \
134 _fcw = (_fcw & ~0x1fL) | (_fex << 5) | _fex; \
135 _FPU_SETCW(_fcw); \
137 } while (0)
139 #define QP_NO_EXCEPTIONS \
140 __asm ("fzero %%f62\n" \
141 " faddd %%f62, %%f62, %%f62" : : : "f62")
143 #define QP_CLOBBER "memory", "f52", "f54", "f56", "f58", "f60", "f62"
144 #define QP_CLOBBER_CC QP_CLOBBER , "cc"