Searched refs:snan (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_snan.S58 | snan. If the inex enable bit is set in the FPCR, and either
112 | Exit snan handler by expanding the unimp frame into a busy frame
176 movel %d1,-(%a7) |move the snan onto the stack
178 movel %a7,%a0 |load src addr of snan into a0
179 bsrl mem_write |write snan to user memory
198 movel %d1,-(%a7) |move the snan onto the stack
201 bsrl mem_write |write snan to user memory
219 movel %d1,-(%a7) |move the snan onto the stack
222 bsrl mem_write |write snan to user memory
261 btstb #6,FPTEMP_HI(%a6) |check if dest nan is an snan
[all...]
H A Dskeleton.S89 | 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,
110 btstb #snan_bit,2(%sp) |test for snan
115 bra snan
227 .global snan
228 snan: label
233 bclrb #E1,E_BYTE(%a6) |snan is always an E1 exception
H A Dget_op.S483 | If the input is an snan, the snan bit is not set.
509 btstb #signan_bit,ETEMP_HI(%a6) |test for snan
511 orl #snaniop_mask,USER_FPSR(%a6) |always set snan if it is so
568 btstb #signan_bit,ETEMP_HI(%a6) |test for snan
570 orl #snaniop_mask,USER_FPSR(%a6) |set snan bit
571 btstb #snan_bit,FPCR_ENABLE(%a6) |test for snan enabled
H A Dgen_except.S16 | snan
169 | commonE1 does this for E1 exceptions, which are snan,
360 bfextu USER_FPSR(%a6){#17:#4},%d0 |get snan/operr/ovfl/unfl bits
H A Dres_func.S146 | ;snan handler
449 | ;snan handler
1329 | A check is made on enabled and signalled snan exceptions,
1335 btstb #snan_bit,FPSR_EXCEPT(%a6) |if snan is set, and
1340 | ;snan handler
1345 orl #neg_bit,USER_FPSR(%a6) |snan is negative; set N
1364 | ;snan handler
H A Dfpsp.h144 .set NMNEXC,LV-44 | NMNEXC (unsup,snan bits only)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dpfpsp.S472 set snan_mask, 0x00004000 # snan exception mask
539 set SNAN_VEC, 0xd8 # snan vector offset
1673 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just
3347 # snan exceptions. we do this here before passing control to
3348 # the user snan handler.
7949 bset &0x6,FP_SRC_HI(%a6) # set snan bit
H A Dftest.S175 ### snan
H A Dfpsp.S473 set snan_mask, 0x00004000 # snan exception mask
540 set SNAN_VEC, 0xd8 # snan vector offset
1674 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just
3348 # snan exceptions. we do this here before passing control to
3349 # the user snan handler.
4482 short tbl_trans - tbl_trans # $01-4 fint snan
4491 short src_snan - tbl_trans # $02-4 fsinh snan
4500 short tbl_trans - tbl_trans # $03-4 fintrz snan
4509 short tbl_trans - tbl_trans # $04-4 fsqrt snan
4527 short src_snan - tbl_trans # $06-4 flognp1 snan
[all...]
H A Dfplsp.S453 set snan_mask, 0x00004000 # snan exception mask
520 set SNAN_VEC, 0xd8 # snan vector offset

Completed in 153 milliseconds