Lines Matching refs:dbl
416 set DBL_LO, 0x3c01 # min dbl prec exponent
417 set DBL_HI, 0x43fe # max dbl prec exponent
516 set dbl_thresh, 0x3c01 # minimum dbl exponent
1399 bsr.l funimp_skew # skew sgl or dbl inputs
1434 cmpi.b %d0,&0x15 # is class = 2 & fmt = dbl?
1976 # "non-skewed" operand for cases of sgl and dbl src INFs,NANs, and DENORMs.
2305 cmpi.b %d0,&0x5 # was src dbl?
3132 # denorm operand in the sgl or dbl format. NANs also become skewed, but can't
3200 short tbl_operr - tbl_operr # dbl prec shouldn't happen
3328 # denorm operand in the sgl or dbl format. NANs also become skewed and must be
3370 short fsnan_out_d - tbl_snan # dbl prec shouldn't happen
3462 or.l %d1,FP_SCR0_EX(%a6) # create dbl hi
3469 or.l %d1,FP_SCR0_HI(%a6) # create dbl lo
3791 # in the sgl or dbl format.
6143 # dbl = $0008xxxx #
6207 bgt.w add_dbl # no; it's dbl
6224 bgt.w add_dbl # no; it's dbl
6241 bgt.w add_dbl # no; it's dbl
6246 set ad_1_dbl, 0x00000800 # constant to add 1 to l-bit in dbl prec
6306 and.l &0xfffff800,FTEMP_LO(%a0) # truncate bits beyond dbl limit
6317 bgt.b dbl_done # no; it's dbl
6345 bne.b ext_grs_not_ext # no; go handle sgl or dbl
6359 bne.b ext_grs_dbl # no; go handle dbl
6387 # dbl:
6399 bfextu FTEMP_LO(%a0){&21:&2}, %d3 # dbl-prec. g-r are 2 bits right
6400 mov.l &30, %d2 # of the dbl prec. limits
6667 # set_tag_d(): return the optype of the input dbl fp number #
7054 # _round() - needed to create EXOP for sgl/dbl precision #
7056 # ovf_res() - create default overflow result for sgl/dbl precision#
7057 # unf_res() - create default underflow result for sgl/dbl prec. #
7058 # dst_dbl() - create rounded dbl precision result. #
7074 # OVFL/UNFL occurred for a sgl or dbl operand #
7084 # For sgl or dbl precision, overflow or underflow can occur. If #
7574 ori.b &d_mode*0x10,%d0 # insert dbl prec
7612 bsr.l _dmem_write # store dbl fop to memory
7653 bsr.l _dmem_write # store dbl fop to memory
7680 # call ovf_res() w/ dbl prec and the correct rnd mode to create the default
7685 mov.l L_SCR3(%a6),%d0 # pass: dbl prec,rnd mode
7693 bsr.l _dmem_write # store dbl fop to memory
7749 # dbl_exp = ext_exp - $3fff(ext bias) + $7ff(dbl bias) #
7778 lsl.l &0x4,%d0 # d0 in proper place for dbl prec exp
7977 # norms/denorms into ext/sgl/dbl precision. #
8006 ori.b &d_mode*0x10,%d0 # insert dbl prec
8133 bne.b fmul_ovfl_ena_sd # it's sgl or dbl
8244 bne.b fmul_unfl_ena_sd # no, sgl or dbl
8474 # sgl/dbl, must scale exponent and perform an "fmove". Check to see #
8491 ori.b &d_mode*0x10,%d0 # insert dbl precision
8505 bne.w fin_not_ext # no, so go handle dbl or sgl
8525 bne.w fin_not_ext # no, so go handle dbl or sgl
8562 cmpi.b %d0,&s_mode*0x10 # separate sgl/dbl prec
8794 # norms/denorms into ext/sgl/dbl precision. #
8813 long 0x3fff - 0x43fe # dbl overflow exponent
8824 ori.b &d_mode*0x10,%d0 # insert dbl prec
8946 bne.b fdiv_ovfl_ena_sd # no, do sgl or dbl
9014 bne.b fdiv_unfl_ena_sd # no, sgl or dbl
9231 # scale_to_zero_src() - scale sgl/dbl source exponent #
9247 # norms/denorms into ext/sgl/dbl precisions. Extended precision can be #
9248 # emulated by simply setting sign bit. Sgl/dbl operands must be scaled #
9265 ori.b &d_mode*0x10,%d0 # insert dbl prec
9278 bne.w fneg_not_ext # no; go handle sgl or dbl
9302 bne.b fneg_not_ext # no; go handle sgl or dbl
9342 cmpi.b %d0,&s_mode*0x10 # separate sgl/dbl prec
9888 ori.b &d_mode*0x10,%d0 # insert dbl precision
9901 bne.b fabs_not_ext # no; go handle sgl or dbl
9960 cmpi.b %d0,&s_mode*0x10 # separate sgl/dbl prec
10379 # norms/denorms into ext/sgl/dbl precision. #
10720 # norms/denorms into ext/sgl/dbl precision. #
11075 ori.b &d_mode*0x10,%d0 # insert dbl prec
11145 long 0x43ff # dbl ovfl
11150 long 0x3c01 # dbl unfl
11173 bne.b fadd_ovfl_ena_sd # no; prec = sgl or dbl
11238 bne.b fadd_unfl_ena_sd # no; sgl or dbl
11528 ori.b &d_mode*0x10,%d0 # insert dbl prec
11598 long 0x43ff # dbl ovfl
11603 long 0x3c01 # dbl unfl
11954 # norms/denorms into ext/sgl/dbl precision. #
11973 ori.b &d_mode*0x10,%d0 # insert dbl precision
11990 bne.b fsqrt_not_ext # no; go handle sgl or dbl
12007 bne.b fsqrt_not_ext # no; go handle sgl or dbl
12021 cmpi.b %d0,&s_mode*0x10 # separate sgl/dbl prec
14547 # facc_in_d(): dmem_read of dbl prec failed #
14553 # facc_out_d(): dmem_write of dbl prec failed #