Searched refs:FPSR (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dfpa11.h71 /* 96 */ FPSR fpsr; /* floating point status register */
H A Dfpsr.h26 The FPSR is a 32 bit register consisting of 4 parts, each exactly
41 typedef unsigned int FPSR; /* type for floating point status register */ typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dkernel_ex.S51 | 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
266 | the inex2 exception bits set in the FPSR
[all...]
H A Dx_unimp.S55 | The following lines are used to ensure that the FPSR
61 fmovel #0,%FPSR |clear all user bits
H A Dfpsp.h94 .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
H A Dgen_except.S86 | 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
H A Dskeleton.S270 | This sample handler simply clears the nan bit in the FPSR.
281 fmovel %FPSR,-(%sp)
283 fmovel (%sp)+,%FPSR
H A Ddecbin.S497 fmovel %FPSR,%d0 |get status register
499 fmovel %d0,%FPSR |return status reg w/o inex2
H A Dget_op.S539 fmovel #0,%FPSR |clr fpsr from decbin
544 | packed cases, but we must set the FPSR condition codes properly.
H A Ddo_func.S170 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.
H A Dscale.S89 fmovel #0,%FPSR |clr status from above
H A Dx_operr.S230 fmovel #0,%FPSR
H A Dres_func.S1456 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
H A Dbindec.S266 fmovel #0,%FPSR |zero all of fpsr - nothing needed
446 fmovel #0,%FPSR |clr INEX
525 | d0: FPCR with RZ mode/FPSR with INEX2 isolated
540 fmovel %FPSR,%d0 |get FPSR
566 | d0: FPSR with AINEX cleared/FPCR with size set to ext
914 fmovel #0,%FPSR |clear possible inex2/ainex bits
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dfpa11.h81 /* 96 */ FPSR fpsr; /* floating point status register */
H A Dfpsr.h26 The FPSR is a 32 bit register consisting of 4 parts, each exactly
41 typedef unsigned int FPSR; /* type for floating point status register */ typedef
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dfskeleton.S189 | 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.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc-stub.c145 Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR }; enumerator in enum:regnames
578 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
594 /* Y, PSR, WIM, TBR, PC, NPC, FPSR, CPSR */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S358 set FPSR_CC, USER_FPSR+0 # FPSR condition codes
359 set FPSR_QBYTE, USER_FPSR+1 # FPSR qoutient byte
360 set FPSR_EXCEPT, USER_FPSR+2 # FPSR exception status byte
361 set FPSR_AEXCEPT, USER_FPSR+3 # FPSR accrued exception byte
435 # FPSR/FPCR bits #
460 # FPSR individual bit masks #
488 # FPSR combinations used in the FPSP #
1253 # I'm not sure at this point what FPSR bits are valid for this instruction.
1507 # I'm not sure at this point what FPSR bits are valid for this instruction.
1809 # I'm not sure at this point what FPSR bit
[all...]
H A Dfplsp.S338 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. #

Completed in 115 milliseconds