/linux-3.4.99/arch/m68k/fpsp040/ |
D | skeleton.S | 89 | bug, if an E1 snan, ovfl, or unfl occurred, and the process was 92 | and unfl exception to be taken must not have been enabled. The 94 | or unfl bits set in the fpsr. If any of these are set, branch 124 btstb #unfl_bit,2(%sp) |test for unfl 129 bra unfl 201 .global unfl 202 unfl: label
|
D | scale.S | 63 | and set unfl. 132 orl #unfl_bit,USER_FPSR(%a6) |set unfl 168 blt fix_unfl |if lower, catastrophic unfl 186 | ;set unfl, aunfl, ainex
|
D | kernel_ex.S | 130 | This entry point is used by all routines requiring unfl, inex2,
|
D | gen_except.S | 19 | unfl 360 bfextu USER_FPSR(%a6){#17:#4},%d0 |get snan/operr/ovfl/unfl bits
|
D | x_unfl.S | 81 | unfl. If the inex enable bit is set in the FPCR, and either
|
D | res_func.S | 527 | Simply set unfl (not inex2 or aunfl) and write the result to 1445 | set if the result is inex and unfl is signalled. 1459 | that gen_except will have a correctly signed value for ovfl/unfl 1477 | that gen_except will have a correctly signed value for ovfl/unfl
|
D | bugfix.S | 170 | nu-generated ovfl, unfl, or inex exception. If the version
|
/linux-3.4.99/arch/parisc/math-emu/ |
D | sfadd.c | 208 Sgl_setwrapped_exponent(left,result_exponent,unfl); in sgl_fadd() 257 Sgl_setwrapped_exponent(result,result_exponent,unfl); in sgl_fadd() 419 Sgl_setwrapped_exponent(result,result_exponent,unfl); in sgl_fadd()
|
D | sfsub.c | 209 Sgl_setwrapped_exponent(left,result_exponent,unfl); in sgl_fsub() 259 Sgl_setwrapped_exponent(result,result_exponent,unfl); in sgl_fsub() 422 Sgl_setwrapped_exponent(result,result_exponent,unfl); in sgl_fsub()
|
D | dfsub.c | 211 Dbl_setwrapped_exponent(leftp1,result_exponent,unfl); in dbl_fsub() 263 Dbl_setwrapped_exponent(resultp1,result_exponent,unfl); in dbl_fsub() 427 Dbl_setwrapped_exponent(resultp1,result_exponent,unfl); in dbl_fsub()
|
D | dfadd.c | 208 Dbl_setwrapped_exponent(leftp1,result_exponent,unfl); in dbl_fadd() 260 Dbl_setwrapped_exponent(resultp1,result_exponent,unfl); in dbl_fadd() 424 Dbl_setwrapped_exponent(resultp1,result_exponent,unfl); in dbl_fadd()
|
D | fmpyfadd.c | 321 unfl); in dbl_fmpyfadd() 363 unfl); in dbl_fmpyfadd() 696 Dbl_setwrapped_exponent(resultp1,result_exponent,unfl); in dbl_fmpyfadd() 981 unfl); 1023 unfl); 1354 Dbl_setwrapped_exponent(resultp1,result_exponent,unfl); 1637 unfl); 1679 unfl); 1995 Sgl_setwrapped_exponent(resultp1,result_exponent,unfl); 2279 unfl); [all …]
|
D | sfrem.c | 272 Sgl_setwrapped_exponent(result,dest_exponent,unfl); in sgl_frem()
|
D | fcnvff.c | 286 Sgl_setwrapped_exponent(result,dest_exponent,unfl); in dbl_to_sgl_fcnvff()
|
D | dfrem.c | 278 Dbl_setwrapped_exponent(resultp1,dest_exponent,unfl); in dbl_frem()
|
D | sfmpy.c | 300 Sgl_setwrapped_exponent(result,dest_exponent,unfl); in sgl_fmpy()
|
D | sfdiv.c | 313 Sgl_setwrapped_exponent(result,dest_exponent,unfl); in sgl_fdiv()
|
D | dfmpy.c | 314 Dbl_setwrapped_exponent(resultp1,dest_exponent,unfl); in dbl_fmpy()
|
D | dfdiv.c | 319 Dbl_setwrapped_exponent(resultp1,dest_exponent,unfl); in dbl_fdiv()
|
D | sgl_float.h | 194 #define unfl + macro
|
D | dbl_float.h | 317 #define unfl + macro
|
/linux-3.4.99/arch/m68k/ifpsp060/ |
D | TEST.DOC | 145 0x10: FP enabled snan/operr/ovfl/unfl/dz/inex 159 FP enabled: tests enabled snan/operr/ovfl/unfl/dz/inex. 162 exercises _fpsp_{snan,operr,ovfl,unfl,dz,inex}() and 163 _real_{snan,operr,ovfl,unfl,dz,inex}(). the test expects
|
/linux-3.4.99/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 967 # funfl_{unfl,inex}_on() because w/ both exceptions disabled, this 1674 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just 10206 # unfl enabled # 11774 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit 13493 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit 13595 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit 13989 cmpi.l %d0,&0x3fff+0x0001 # would result unfl? 13990 beq.w fsglmul_may_unfl # result may rnd to no unfl 14423 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit 14717 long 0x0000 # ext unfl [all …]
|
D | ftest.S | 125 ### unfl non-maskable 199 ### unfl
|
D | pfpsp.S | 966 # funfl_{unfl,inex}_on() because w/ both exceptions disabled, this 1673 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just
|