HomeSort by: relevance | last modified time | path
    Searched refs:unfl (Results 1 - 24 of 24) sorted by relevancy

  /src/sys/arch/hppa/spmath/
dfadd.c 210 Dbl_setwrapped_exponent(leftp1,result_exponent,unfl);
262 Dbl_setwrapped_exponent(resultp1,result_exponent,unfl);
426 Dbl_setwrapped_exponent(resultp1,result_exponent,unfl);
dfsub.c 213 Dbl_setwrapped_exponent(leftp1,result_exponent,unfl);
265 Dbl_setwrapped_exponent(resultp1,result_exponent,unfl);
425 Dbl_setwrapped_exponent(resultp1,result_exponent,unfl);
sfadd.c 210 Sgl_setwrapped_exponent(left,result_exponent,unfl);
259 Sgl_setwrapped_exponent(result,result_exponent,unfl);
421 Sgl_setwrapped_exponent(result,result_exponent,unfl);
sfsub.c 211 Sgl_setwrapped_exponent(left,result_exponent,unfl);
261 Sgl_setwrapped_exponent(result,result_exponent,unfl);
424 Sgl_setwrapped_exponent(result,result_exponent,unfl);
sfrem.c 275 Sgl_setwrapped_exponent(result,dest_exponent,unfl);
dfrem.c 281 Dbl_setwrapped_exponent(resultp1,dest_exponent,unfl);
fcnvff.c 285 Sgl_setwrapped_exponent(result,dest_exponent,unfl);
dfdiv.c 326 Dbl_setwrapped_exponent(resultp1,dest_exponent,unfl);
dfmpy.c 318 Dbl_setwrapped_exponent(resultp1,dest_exponent,unfl);
sfdiv.c 317 Sgl_setwrapped_exponent(result,dest_exponent,unfl);
sfmpy.c 302 Sgl_setwrapped_exponent(result,dest_exponent,unfl);
sgl_float.h 216 #define unfl + macro
dbl_float.h 341 #define unfl + macro
  /src/sys/arch/m68k/060sp/dist/
test.doc 154 0x10: FP enabled snan/operr/ovfl/unfl/dz/inex
168 FP enabled: tests enabled snan/operr/ovfl/unfl/dz/inex.
171 exercizes _fpsp_{snan,operr,ovfl,unfl,dz,inex}() and
172 _real_{snan,operr,ovfl,unfl,dz,inex}(). the test expects
pfpsp.s 546 set UNFL_VEC, 0xcc # unfl vector offset
849 # - The system stack contains the FP Unfl exception stack frame #
976 # funfl_{unfl,inex}_on() because w/ both exceptions disabled, this
1126 # _real_unfl() - "callout" for UNFL exception #
1142 # If UNFL exception (opclass 3): #
1143 # - The system stack is changed to an UNFL exception stack frame #
1324 # UNFL : all except ftst,fcmp
1383 # ((INEX2 || INEX1) && inex_enabled && UNFL && unfl_disabled)) {
1390 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
1553 # UNFL : fmove.{s,d,x
    [all...]
ftest.s 134 ### unfl non-maskable
208 ### unfl
fpsp.s 546 set UNFL_VEC, 0xcc # unfl vector offset
849 # - The system stack contains the FP Unfl exception stack frame #
976 # funfl_{unfl,inex}_on() because w/ both exceptions disabled, this
1126 # _real_unfl() - "callout" for UNFL exception #
1142 # If UNFL exception (opclass 3): #
1143 # - The system stack is changed to an UNFL exception stack frame #
1324 # UNFL : all except ftst,fcmp
1383 # ((INEX2 || INEX1) && inex_enabled && UNFL && unfl_disabled)) {
1390 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
1553 # UNFL : fmove.{s,d,x
    [all...]
fplsp.s 526 set UNFL_VEC, 0xcc # unfl vector offset
9333 # and set unfl.
9987 ori.l &unfinx_mask+neg_mask,USER_FPSR(%a6) # set N/UNFL/INEX2/AUNFL/AINEX
9998 ori.w &unfinx_mask,FPSR_EXCEPT(%a6) # set UNFL/INEX2/AUNFL/AINEX
10113 # t_catch(): Handle 060FPLSP OVFL,UNFL,or INEX2 exception during #
10115 # t_catch2(): Handle 060FPLSP OVFL,UNFL,or INEX2 exception during #
  /src/sys/arch/amiga/amiga/
vectors.s 98 ASVECTOR(unfl) /* 51: FPCP underflow */
  /src/lib/libm/arch/vax/
n_support.S 150 bleq unfl
153 bleq unfl
163 unfl: movq $0,%r0 label
  /src/sys/arch/m68k/m68k/
vectors.c 122 extern char bsun[], inex[], dz[], unfl[], operr[], ovfl[], snan[];
126 #define FP_UNFL_HANDLER40 unfl
  /src/sys/arch/mac68k/mac68k/
vectors.s 110 ASVECTOR(unfl) /* 51: FPCP underflow */
  /src/sys/arch/x68k/x68k/
vectors.s 96 ASVECTOR(unfl) /* 51: FPCP underflow */
  /src/sys/arch/atari/atari/
vectors.s 103 ASVECTOR(unfl) | 51: FPCP underflow

Completed in 56 milliseconds