/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | skeleton.S | 89 | bug, if an E1 snan, ovfl, or unfl occurred, and the process was 91 | return was inex, rather than the correct exception. The snan, ovfl, 93 | fix is to check for E1, and the existence of one of snan, ovfl, 117 btstb #ovfl_bit,2(%sp) |test for ovfl 122 bra ovfl 175 .global ovfl 176 ovfl: label
|
A D | gen_except.S | 18 | ovfl 25 | reported if ovfl occurs and the ovfl enable bit is not 210 | the case of the ovfl exc without the ovfl enabled, but with 214 btstb #inex2_bit,FPCR_ENABLE(%a6) |check for ovfl/inex2 case 216 btstb #ovfl_bit,FPSR_EXCEPT(%a6) |now check ovfl 360 bfextu USER_FPSR(%a6){#17:#4},%d0 |get snan/operr/ovfl/unfl bits
|
A D | scale.S | 103 bges ovfl 112 ovfl: label
|
A D | res_func.S | 962 | The result has overflowed to $7fff exponent. Set I, ovfl, 1143 | The result has overflowed to $7fff exponent. Set I, ovfl, 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
|
A D | bugfix.S | 170 | nu-generated ovfl, unfl, or inex exception. If the version
|
/linux-6.3-rc2/arch/m68k/ifpsp060/ |
A 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-6.3-rc2/arch/parisc/math-emu/ |
A D | fcnvff.c | 246 Sgl_setwrapped_exponent(result,dest_exponent,ovfl); in dbl_to_sgl_fcnvff()
|
A D | sfmpy.c | 265 Sgl_setwrapped_exponent(result,dest_exponent,ovfl); in sgl_fmpy()
|
A D | sfadd.c | 484 Sgl_setwrapped_exponent(result,result_exponent,ovfl); in sgl_fadd()
|
A D | sfdiv.c | 278 Sgl_setwrapped_exponent(result,dest_exponent,ovfl); in sgl_fdiv()
|
A D | sfsub.c | 487 Sgl_setwrapped_exponent(result,result_exponent,ovfl); in sgl_fsub()
|
A D | dfmpy.c | 279 Dbl_setwrapped_exponent(resultp1,dest_exponent,ovfl); in dbl_fmpy()
|
A D | dfdiv.c | 284 Dbl_setwrapped_exponent(resultp1,dest_exponent,ovfl); in dbl_fdiv()
|
A D | dfadd.c | 489 Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl); in dbl_fadd()
|
A D | dfsub.c | 492 Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl); in dbl_fsub()
|
A D | fmpyfadd.c | 664 Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl); in dbl_fmpyfadd() 1324 Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl); 1965 Sgl_setwrapped_exponent(resultp1,result_exponent,ovfl); 2607 Sgl_setwrapped_exponent(resultp1,result_exponent,ovfl);
|
A D | sgl_float.h | 180 #define ovfl - macro
|
A D | dbl_float.h | 303 #define ovfl - macro
|
/linux-6.3-rc2/arch/m68k/ifpsp060/src/ |
A D | fpsp.S | 1674 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just 11677 or.l &ovfl_inx_mask,USER_FPSR(%a6) # set ovfl/aovfl/ainex 13649 or.l &ovfl_inx_mask,USER_FPSR(%a6) # set ovfl/aovfl/ainex 13985 cmpi.l %d0,&0x3fff-0x7ffe # would result ovfl? 14712 long 0x7fff # ext ovfl 14713 long 0x407f # sgl ovfl 14714 long 0x43ff # dbl ovfl 14722 or.l &ovfl_inx_mask,USER_FPSR(%a6) # set ovfl/aovfl/ainex 15165 long 0x7fff # ext ovfl 15166 long 0x407f # sgl ovfl [all …]
|
A D | ftest.S | 117 ### ovfl non-maskable 191 ### ovfl
|
A D | pfpsp.S | 1673 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just
|
A D | fplsp.S | 519 set OVFL_VEC, 0xd4 # ovfl vector offset
|