Searched refs:FPSR (Results 1 – 23 of 23) sorted by relevance
/linux-2.6.39/arch/m68k/fpsp040/ |
D | kernel_ex.S | 51 | set FPSR exception status dz bit, condition code 57 | set exception status bit & accrued bits in FPSR 67 bsetb #neg_bit,FPSR_CC(%a6) |set neg bit in FPSR 68 fmovel #0,%FPSR |clr status bits (Z set) 73 fmovel #0,%FPSR |clr status bits (Z set) 84 bsetb #neg_bit,FPSR_CC(%a6) |set neg bit in FPSR 97 bsetb #neg_bit,FPSR_CC(%a6) |set neg bit in FPSR 106 | set FPSR exception status operr bit, condition code 111 | set FPSR exception status operr bit, accrued operr bit 328 | and set the FPSR bits accordingly. See the MC68040 User's Manual
|
D | fpsp.h | 94 .set USER_FPSR,LV+68 | saved user FPSR 95 .set FPSR_CC,USER_FPSR+0 | FPSR condition code 96 .set FPSR_QBYTE,USER_FPSR+1 | FPSR quotient 97 .set FPSR_EXCEPT,USER_FPSR+2 | FPSR exception 98 .set FPSR_AEXCEPT,USER_FPSR+3 | FPSR accrued exception 220 | FPSR/FPCR bits 244 | FPSR individual bit masks 266 | FPSR combinations used in the FPSP
|
D | x_unimp.S | 55 | The following lines are used to ensure that the FPSR 61 fmovel #0,%FPSR |clear all user bits
|
D | gen_except.S | 86 | Or in the FPSR from the emulation with the USER_FPSR on the stack. 88 fmovel %FPSR,%d0 117 | Or in the FPSR from the emulation with the USER_FPSR on the stack. 119 fmovel %FPSR,%d0 133 | Or in the FPSR from the emulation with the USER_FPSR on the stack. 135 fmovel %FPSR,%d0
|
D | skeleton.S | 270 | This sample handler simply clears the nan bit in the FPSR. 281 fmovel %FPSR,-(%sp) 283 fmovel (%sp)+,%FPSR
|
D | do_func.S | 170 fmovel #0,%FPSR |clr N flag 480 fmovemx PONE,%fp1-%fp1 |do not allow FPSR to be affected 502 | stacked FPSR to be correctly reported.
|
D | get_op.S | 539 fmovel #0,%FPSR |clr fpsr from decbin 544 | packed cases, but we must set the FPSR condition codes properly.
|
D | decbin.S | 497 fmovel %FPSR,%d0 |get status register 499 fmovel %d0,%FPSR |return status reg w/o inex2
|
D | scale.S | 89 fmovel #0,%FPSR |clr status from above
|
D | x_operr.S | 230 fmovel #0,%FPSR
|
D | res_func.S | 1456 fmovel #0,%FPSR |clear any cc bits from res_func 1474 fmovel #0,%FPSR |clear any cc bits from res_func 2002 fmovel #0,%FPSR |clear aiop
|
D | bindec.S | 266 fmovel #0,%FPSR |zero all of fpsr - nothing needed
|
/linux-2.6.39/arch/arm/nwfpe/ |
D | fpsr.h | 41 typedef unsigned int FPSR; /* type for floating point status register */ typedef
|
D | fpa11.h | 81 /* 96 */ FPSR fpsr; /* floating point status register */
|
D | fpa11.inl | 31 static inline void writeFPSR(FPSR reg)
|
/linux-2.6.39/arch/ia64/kernel/ |
D | paravirt.c | 177 CASE_GET_AR(FPSR); in ia64_native_getreg_func() 257 CASE_SET_AR(FPSR); in ia64_native_setreg_func() 437 __DEFINE_GET_AR(FPSR, fpsr) 520 __DEFINE_SET_AR(FPSR, fpsr) 828 IA64_NATIVE_PATCH_BUNDLE_ELEM_AR(fpsr, FPSR),
|
/linux-2.6.39/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 9449 # answer is inexact, so set INEX2 and AINEX in the user's FPSR. 10126 # - Set FPSR exception status dz bit, ccode inf bit, and # 10149 # - set FPSR exception status operr bit, condition code # 11626 fmov.l &0x0,%fpsr # clear FPSR 11666 fmov.l &0x0,%fpsr # clear FPSR 12276 # now, round to extended(and don't alter the FPSR). 12297 fmov.l &0x0,%fpsr # clear FPSR 13056 # now, round to extended(and don't alter the FPSR). 13077 fmov.l &0x0,%fpsr # clear FPSR 13326 # then store the resulting FPSR bits. # [all …]
|
D | fplsp.S | 338 set FPSR_CC, USER_FPSR+0 # FPSR condition codes 339 set FPSR_QBYTE, USER_FPSR+1 # FPSR qoutient byte 340 set FPSR_EXCEPT, USER_FPSR+2 # FPSR exception status byte 341 set FPSR_AEXCEPT, USER_FPSR+3 # FPSR accrued exception byte 415 # FPSR/FPCR bits # 440 # FPSR individual bit masks # 468 # FPSR combinations used in the FPSP # 10160 # set the FPSR bits and return. #
|
/linux-2.6.39/arch/ia64/kvm/ |
D | trampoline.S | 209 st8 [r2] = r16,CTX(FPSR)-CTX(UNAT); \ 212 st8 [r2] = r16,CTX(PFS)-CTX(FPSR); \ 251 ld8 r16=[r2],CTX(FPSR)-CTX(UNAT); \ 254 ld8 r16=[r2],CTX(PFS)-CTX(FPSR); \
|
/linux-2.6.39/arch/m68k/ifpsp060/ |
D | fskeleton.S | 189 | bit in the FPSR, and does an "rte". The instruction that caused the 190 | bsun will now be re-executed but with the NaN FPSR bit cleared.
|
D | CHANGES | 38 Inexact FPSR bit. Emulation now does not set Inexact for
|
D | fplsp.doc | 91 Upon return, fp0 holds the correct result. The FPSR is
|
/linux-2.6.39/drivers/net/wireless/ |
D | adm8211.h | 81 __le32 FPSR; /* 0x108 */ member
|