Home
last modified time | relevance | path

Searched refs:denorm (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/arch/m68k/fpsp040/
H A Dtbldo.S62 .long sintd |$01-4 fint denorm inx
71 .long ssinhd |$02-4 fsinh denorm
134 .long stanhd |$09-4 ftanh denorm
143 .long satand |$0a-4 fatan denorm
161 .long sasind |$0c-4 fasin denorm
179 .long ssind |$0e-4 fsin denorm
188 .long stand |$0f-4 ftan denorm
197 .long setoxd |$10-4 fetox denorm
278 .long scoshd |$19-4 fcosh denorm
305 .long sacosd |$1c-4 facos denorm
[all …]
H A Dscale.S98 tstw %d1 |check for denorm
101 beqs denorm |if zero, result is denorm
122 denorm: label
128 blts nden_exit |if set, not denorm
148 beqs denorm |if zero, result is denorm
162 | The result exponent is below denorm value. Test for catastrophic
206 | mode is rp, and the zero is positive, return smallest denorm.
208 | negative denorm.
H A Dres_func.S37 |xref denorm
62 | ;else denorm
89 bne mon_dnrm |else denorm
91 bne normal |require normalization of denorm
650 | if(both operands are denorm)
654 | else(dest is denorm)
660 | else(dest is denorm)
664 | if(both operands are denorm)
847 movew %d0,FPTEMP_EX(%a6) |in the denorm
1022 movew %d0,FPTEMP_EX(%a6) |in the denorm
[all …]
H A Dround.S280 | would go less than 0. In that case the number becomes a denorm - the
329 subl %d0,%d5 |make op a denorm by shifting bits
383 | set (otherwise this would have been tagged a zero not a denorm).
398 | denorm --- denormalize an intermediate result
418 .global denorm
419 denorm: label
445 | ; shifted off in denorm routine)
458 | ; shifted off in denorm routine)
514 movel %d1,%d0 |copy the denorm threshold
534 movew %d0,LOCAL_EX(%a0) |exponent = denorm threshold
[all …]
H A Dx_unfl.S33 |xref denorm
160 | force the precision to extended for the denorm routine. Use
196 | WARNING: a0 and d0 are assumed to be intact between the denorm and
209 bsrl round |returns rounded denorm at (a0)
H A Dget_op.S48 | detects this and tags the number as a denorm. The routine
49 | res_func sees the denorm tag and converts the denorm to a
H A Dutil.S475 | ;smallest +ext denorm
477 | ;smallest +sgl denorm
479 | ;smallest +dbl denorm
533 leal EXT_PSML,%a1 |answer is negative smallest denorm
548 leal EXT_PSML,%a1 |answer is positive smallest denorm
H A Dslog2.S122 bsr slognd | ...log(X), X denorm.
149 bsr slognd | ...log(X), X denorm.
H A Dbindec.S172 | to signal denorm. If the input is unnormalized, normalize
178 clrb BINDEC_FLG(%a6) |clr norm/denorm flag
183 | Normalize the denorm
201 st BINDEC_FLG(%a6) |set flag for denorm
242 tstb BINDEC_FLG(%a6) |check for denorm
H A Ddo_func.S287 | ;00 = norm or denorm
436 bclrl #2,%d0 |alias denorm into norm
437 bclrl #2,%d1 |alias denorm into norm
H A Dslogn.S478 | Simply return the denorm
H A Dfpsp.h163 .set denorm_bit,7 | bit determines if denorm or unnorm
H A Dsrem_mod.S383 bra t_avoid_unsupp |check for denorm as a
H A Dgen_except.S250 | x is an extended denorm can report an underflow exception.
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S1480 bne.b fso_dbl_dnrm # it's a skewed denorm
2339 mov.w &0x3c01,%d1 # pass denorm threshold
2340 bsr.l dnrm_lp # denorm it
10067 # bra t_avoid_unsupp # check for denorm as a
10184 tst.b LOCAL_EX(%a0) # is denorm negative?
10193 tst.b LOCAL_EX(%a0) # is denorm pos or neg?
12024 # norm() - normalize mantissa for EXOP on denorm #
13418 # norm() - normalize denorm mantissa to provide EXOP #
16006 bsr.l norm # normalize denorm
16067 bsr.l norm # normalize denorm
[all …]
H A Dpfpsp.S1426 # or double precision denorm, inf, or nan, the operand needs to be
1479 bne.b fso_dbl_dnrm # it's a skewed denorm
2338 mov.w &0x3c01,%d1 # pass denorm threshold
2339 bsr.l dnrm_lp # denorm it
3328 # denorm operand in the sgl or dbl format. NANs also become skewed and must be
H A Dfplsp.S8553 # Simply return the denorm
8559 # satanhd(): computes the inverse hyperbolic tangent of a denorm input #
8759 bsr slognd # log(X), X denorm.
8804 bsr slognd # log(X), X denorm.
9269 # multiply with a denorm which will cause an unimplemented data type
9798 bsr.l unnorm_fix # convert to norm,denorm,or zero
10893 # a0 = input operand has been converted to a norm, denorm, or #
10920 cmp.w %d0, %d1 # will denorm push exp < 0?
10921 bgt.b unnorm_nrm_zero # yes; denorm only until exp = 0