/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A 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 266 | the inex2 exception bits set in the FPSR [all...] |
H A D | x_unimp.S | 55 | The following lines are used to ensure that the FPSR 61 fmovel #0,%FPSR |clear all user bits
|
H A 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
|
H A 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
|
H A D | skeleton.S | 270 | This sample handler simply clears the nan bit in the FPSR. 281 fmovel %FPSR,-(%sp) 283 fmovel (%sp)+,%FPSR
|
H A D | get_op.S | 539 fmovel #0,%FPSR |clr fpsr from decbin 544 | packed cases, but we must set the FPSR condition codes properly.
|
H A 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.
|
H A D | decbin.S | 497 fmovel %FPSR,%d0 |get status register 499 fmovel %d0,%FPSR |return status reg w/o inex2
|
H A D | x_operr.S | 230 fmovel #0,%FPSR
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A 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 266 | the inex2 exception bits set in the FPSR [all...] |
H A D | x_unimp.S | 55 | The following lines are used to ensure that the FPSR 61 fmovel #0,%FPSR |clear all user bits
|
H A 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
|
H A 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
|
H A D | skeleton.S | 270 | This sample handler simply clears the nan bit in the FPSR. 281 fmovel %FPSR,-(%sp) 283 fmovel (%sp)+,%FPSR
|
H A D | get_op.S | 539 fmovel #0,%FPSR |clr fpsr from decbin 544 | packed cases, but we must set the FPSR condition codes properly.
|
H A 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.
|
H A D | decbin.S | 497 fmovel %FPSR,%d0 |get status register 499 fmovel %d0,%FPSR |return status reg w/o inex2
|
/kernel/linux/linux-5.10/arch/arm/nwfpe/ |
H A D | fpa11.h | 69 /* 96 */ FPSR fpsr; /* floating point status register */
|
H A D | fpsr.h | 14 The FPSR is a 32 bit register consisting of 4 parts, each exactly 29 typedef unsigned int FPSR; /* type for floating point status register */ typedef
|
/kernel/linux/linux-6.6/arch/arm/nwfpe/ |
H A D | fpsr.h | 14 The FPSR is a 32 bit register consisting of 4 parts, each exactly 29 typedef unsigned int FPSR; /* type for floating point status register */ typedef
|
H A D | fpa11.h | 69 /* 96 */ FPSR fpsr; /* floating point status register */
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
H A 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.
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/ |
H A 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.
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 358 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...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 358 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...] |