Home
last modified time | relevance | path

Searched refs:DZ (Results 1 – 5 of 5) sorted by relevance

/arch/m68k/fpsp040/
Dkernel_ex.S46 | DZ exception
89 orl #dzinf_mask,USER_FPSR(%a6) |set I,DZ,ADZ
99 orl #dzinf_mask,USER_FPSR(%a6) |set I,DZ,ADZ
/arch/m68k/ifpsp060/src/
Dpfpsp.S1380 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
1544 # DZ : none
1669 short tbl_fu_out - tbl_fu_out # DZ can't happen
1860 # DZ : fdiv
1958 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
2101 # DZ : no
2612 # DZ : same as OPERR
3739 # _fpsp_dz(): 060FPSP entry point for FP DZ exception. #
3742 # the FP DZ exception in an operating system. #
3747 # _real_dz() - "callout" exit point from FP DZ handler #
[all …]
Dfpsp.S1381 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
1545 # DZ : none
1670 short tbl_fu_out - tbl_fu_out # DZ can't happen
1861 # DZ : fdiv
1959 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
2102 # DZ : no
2613 # DZ : same as OPERR
3740 # _fpsp_dz(): 060FPSP entry point for FP DZ exception. #
3743 # the FP DZ exception in an operating system. #
3748 # _real_dz() - "callout" exit point from FP DZ handler #
[all …]
Dftest.S1198 fmov.l &0x00000400,%fpcr # enable DZ
/arch/cris/arch-v32/kernel/
Dkgdb.c318 DZ, EBP, ERP, SRP, enumerator
548 } else if (regno == BZ || regno == VR || regno == WZ || regno == DZ) { in write_register()