Searched refs:snan (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | x_snan.S | 59 | snan. If the inex enable bit is set in the FPCR, and either 113 | Exit snan handler by expanding the unimp frame into a busy frame 177 movel %d1,-(%a7) |move the snan onto the stack 179 movel %a7,%a0 |load src addr of snan into a0 180 bsrl mem_write |write snan to user memory 199 movel %d1,-(%a7) |move the snan onto the stack 202 bsrl mem_write |write snan to user memory 220 movel %d1,-(%a7) |move the snan onto the stack 223 bsrl mem_write |write snan to user memory 262 btstb #6,FPTEMP_HI(%a6) |check if dest nan is an snan [all …]
|
D | skeleton.S | 90 | bug, if an E1 snan, ovfl, or unfl occurred, and the process was 92 | return was inex, rather than the correct exception. The snan, ovfl, 94 | fix is to check for E1, and the existence of one of snan, ovfl, 111 btstb #snan_bit,2(%sp) |test for snan 116 bra snan 228 .global snan 229 snan: label 234 bclrb #E1,E_BYTE(%a6) |snan is always an E1 exception
|
D | get_op.S | 510 btstb #signan_bit,ETEMP_HI(%a6) |test for snan 512 orl #snaniop_mask,USER_FPSR(%a6) |always set snan if it is so 569 btstb #signan_bit,ETEMP_HI(%a6) |test for snan 571 orl #snaniop_mask,USER_FPSR(%a6) |set snan bit 572 btstb #snan_bit,FPCR_ENABLE(%a6) |test for snan enabled
|
D | gen_except.S | 16 | snan 170 | commonE1 does this for E1 exceptions, which are snan, 361 bfextu USER_FPSR(%a6){#17:#4},%d0 |get snan/operr/ovfl/unfl bits
|
D | res_func.S | 450 | ;snan handler 1341 | ;snan handler 1346 orl #neg_bit,USER_FPSR(%a6) |snan is negative; set N 1365 | ;snan handler
|
D | fpsp.h | 145 .set NMNEXC,LV-44 | NMNEXC (unsup,snan bits only)
|
/linux-2.4.37.9/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-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 1674 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just 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 4545 short src_snan - tbl_trans # $08-4 fetoxm1 snan 4554 short src_snan - tbl_trans # $09-4 ftanh snan 4563 short src_snan - tbl_trans # $0a-4 fatan snan 4581 short src_snan - tbl_trans # $0c-4 fasin snan [all …]
|
D | ftest.S | 175 ### snan
|
D | fplsp.S | 453 set snan_mask, 0x00004000 # snan exception mask 520 set SNAN_VEC, 0xd8 # snan vector offset
|
D | pfpsp.S | 1673 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just
|