Searched refs:opnd3 (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/parisc/math-emu/
H A Dsfdiv.c40 register unsigned int opnd1, opnd2, opnd3, result; local
209 Sgl_setzero(opnd3);
212 Sgl_leftshiftby1(opnd3);
214 Sgl_setone_lowmantissa(opnd3);
220 Sgl_leftshiftby1(opnd3);
221 Sgl_setone_lowmantissa(opnd3);
222 Sgl_leftshift(opnd3,SGL_P-count);
223 if (Sgl_iszero_hidden(opnd3)) {
224 Sgl_leftshiftby1(opnd3);
229 if (Sgl_iszero_hidden(opnd3)) {
[all...]
H A Dsfmpy.c43 register unsigned int opnd1, opnd2, opnd3, result; local
195 Sgl_setzero(opnd3);
201 stickybit |= Slow4(opnd3);
202 Sgl_rightshiftby4(opnd3);
203 if (Sbit28(opnd1)) Sall(opnd3) += (Sall(opnd2) << 3);
204 if (Sbit29(opnd1)) Sall(opnd3) += (Sall(opnd2) << 2);
205 if (Sbit30(opnd1)) Sall(opnd3) += (Sall(opnd2) << 1);
206 if (Sbit31(opnd1)) Sall(opnd3) += Sall(opnd2);
210 if (Sgl_iszero_sign(opnd3)) {
211 Sgl_leftshiftby1(opnd3);
[all...]
H A Dfmpyfadd.c287 * Perform the add opnd3 with zero here.
329 * Perform the add opnd3 with zero here.
458 * Copy opnd3 to the double extended variable called right.
947 * Perform the add opnd3 with zero here.
989 * Perform the add opnd3 with zero here.
1118 * Copy opnd3 to the double extended variable called right.
1369 unsigned int opnd1, opnd2, opnd3; local
1382 Sgl_copyfromptr(src3ptr,opnd3);
1401 if (Sgl_isnotnan(opnd2) && Sgl_isnotnan(opnd3)) {
1418 if (Sgl_isinfinity(opnd3)
2010 unsigned int opnd1, opnd2, opnd3; local
[all...]

Completed in 146 milliseconds