• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/

Lines Matching refs:NORM

426 set NORM,		0x00			# operand type for STAG/DTAG
590 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
669 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
684 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
783 # the src operand is definitely a NORM(!), so tag it as such
784 mov.b &NORM,STAG(%a6) # set src optype tag
830 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
907 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
927 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1057 # the src operand is definitely a NORM(!), so tag it as such
1058 mov.b &NORM,STAG(%a6) # set src optype tag
1105 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
1268 # input is an UNNORM, then convert it to a NORM, DENORM, or ZERO.
1273 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1293 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1313 # OPERR : fsqrt(-NORM)
1838 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1858 # OPERR : fsqrt(-NORM)
2083 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
2376 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
2557 bsr.l unnorm_fix # yes; convert to NORM/DENORM/ZERO
2576 bsr.l unnorm_fix # yes; convert to NORM/DENORM/ZERO
3564 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
3651 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
3669 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
3725 mov.b &NORM,STAG(%a6) # src is a NORM
11365 mov.b &NORM,STAG(%a6)
11368 mov.b &NORM,DTAG(%a6)
11904 short fmul_norm - tbl_fmul_op # NORM x NORM
11905 short fmul_zero - tbl_fmul_op # NORM x ZERO
11906 short fmul_inf_src - tbl_fmul_op # NORM x INF
11907 short fmul_res_qnan - tbl_fmul_op # NORM x QNAN
11908 short fmul_norm - tbl_fmul_op # NORM x DENORM
11909 short fmul_res_snan - tbl_fmul_op # NORM x SNAN
11913 short fmul_zero - tbl_fmul_op # ZERO x NORM
11922 short fmul_inf_dst - tbl_fmul_op # INF x NORM
11931 short fmul_res_qnan - tbl_fmul_op # QNAN x NORM
11940 short fmul_norm - tbl_fmul_op # NORM x NORM
11941 short fmul_zero - tbl_fmul_op # NORM x ZERO
11942 short fmul_inf_src - tbl_fmul_op # NORM x INF
11943 short fmul_res_qnan - tbl_fmul_op # NORM x QNAN
11944 short fmul_norm - tbl_fmul_op # NORM x DENORM
11945 short fmul_res_snan - tbl_fmul_op # NORM x SNAN
11949 short fmul_res_snan - tbl_fmul_op # SNAN x NORM
12317 # operand is not a NORM: check its optype and branch accordingly
12672 short fdiv_norm - tbl_fdiv_op # NORM / NORM
12673 short fdiv_inf_load - tbl_fdiv_op # NORM / ZERO
12674 short fdiv_zero_load - tbl_fdiv_op # NORM / INF
12675 short fdiv_res_qnan - tbl_fdiv_op # NORM / QNAN
12676 short fdiv_norm - tbl_fdiv_op # NORM / DENORM
12677 short fdiv_res_snan - tbl_fdiv_op # NORM / SNAN
12681 short fdiv_zero_load - tbl_fdiv_op # ZERO / NORM
12690 short fdiv_inf_dst - tbl_fdiv_op # INF / NORM
12699 short fdiv_res_qnan - tbl_fdiv_op # QNAN / NORM
12708 short fdiv_norm - tbl_fdiv_op # DENORM / NORM
12717 short fdiv_res_snan - tbl_fdiv_op # SNAN / NORM
13271 # to a very small NORM and ship it to the NORM routine.
13276 mov.b &0x80,FP_SCR0_HI(%a6) # force DENORM ==> small NORM
13373 # to a very small NORM and ship it to the NORM routine.
13378 mov.b &0x80,FP_SCR0_HI(%a6) # force DENORM ==> small NORM
13787 short fcmp_norm - tbl_fcmp_op # NORM - NORM
13788 short fcmp_norm - tbl_fcmp_op # NORM - ZERO
13789 short fcmp_norm - tbl_fcmp_op # NORM - INF
13790 short fcmp_res_qnan - tbl_fcmp_op # NORM - QNAN
13791 short fcmp_nrm_dnrm - tbl_fcmp_op # NORM - DENORM
13792 short fcmp_res_snan - tbl_fcmp_op # NORM - SNAN
13796 short fcmp_norm - tbl_fcmp_op # ZERO - NORM
13805 short fcmp_norm - tbl_fcmp_op # INF - NORM
13814 short fcmp_res_qnan - tbl_fcmp_op # QNAN - NORM
13823 short fcmp_dnrm_nrm - tbl_fcmp_op # DENORM - NORM
13832 short fcmp_res_snan - tbl_fcmp_op # SNAN - NORM
13858 # If you have a DENORM and a NORM with opposite signs, then use fcmp_norm, also.
13859 # But with a DENORM and a NORM of the same sign, the neg bit is set if the
14199 short fsglmul_norm - tbl_fsglmul_op # NORM x NORM
14200 short fsglmul_zero - tbl_fsglmul_op # NORM x ZERO
14201 short fsglmul_inf_src - tbl_fsglmul_op # NORM x INF
14202 short fsglmul_res_qnan - tbl_fsglmul_op # NORM x QNAN
14203 short fsglmul_norm - tbl_fsglmul_op # NORM x DENORM
14204 short fsglmul_res_snan - tbl_fsglmul_op # NORM x SNAN
14208 short fsglmul_zero - tbl_fsglmul_op # ZERO x NORM
14217 short fsglmul_inf_dst - tbl_fsglmul_op # INF x NORM
14226 short fsglmul_res_qnan - tbl_fsglmul_op # QNAN x NORM
14235 short fsglmul_norm - tbl_fsglmul_op # NORM x NORM
14236 short fsglmul_zero - tbl_fsglmul_op # NORM x ZERO
14237 short fsglmul_inf_src - tbl_fsglmul_op # NORM x INF
14238 short fsglmul_res_qnan - tbl_fsglmul_op # NORM x QNAN
14239 short fsglmul_norm - tbl_fsglmul_op # NORM x DENORM
14240 short fsglmul_res_snan - tbl_fsglmul_op # NORM x SNAN
14244 short fsglmul_res_snan - tbl_fsglmul_op # SNAN x NORM
14534 short fsgldiv_norm - tbl_fsgldiv_op # NORM / NORM
14535 short fsgldiv_inf_load - tbl_fsgldiv_op # NORM / ZERO
14536 short fsgldiv_zero_load - tbl_fsgldiv_op # NORM / INF
14537 short fsgldiv_res_qnan - tbl_fsgldiv_op # NORM / QNAN
14538 short fsgldiv_norm - tbl_fsgldiv_op # NORM / DENORM
14539 short fsgldiv_res_snan - tbl_fsgldiv_op # NORM / SNAN
14543 short fsgldiv_zero_load - tbl_fsgldiv_op # ZERO / NORM
14552 short fsgldiv_inf_dst - tbl_fsgldiv_op # INF / NORM
14561 short fsgldiv_res_qnan - tbl_fsgldiv_op # QNAN / NORM
14570 short fsgldiv_norm - tbl_fsgldiv_op # DENORM / NORM
14579 short fsgldiv_res_snan - tbl_fsgldiv_op # SNAN / NORM
14898 short fadd_norm - tbl_fadd_op # NORM + NORM
14899 short fadd_zero_src - tbl_fadd_op # NORM + ZERO
14900 short fadd_inf_src - tbl_fadd_op # NORM + INF
14901 short fadd_res_qnan - tbl_fadd_op # NORM + QNAN
14902 short fadd_norm - tbl_fadd_op # NORM + DENORM
14903 short fadd_res_snan - tbl_fadd_op # NORM + SNAN
14907 short fadd_zero_dst - tbl_fadd_op # ZERO + NORM
14910 short fadd_res_qnan - tbl_fadd_op # NORM + QNAN
14912 short fadd_res_snan - tbl_fadd_op # NORM + SNAN
14916 short fadd_inf_dst - tbl_fadd_op # INF + NORM
14919 short fadd_res_qnan - tbl_fadd_op # NORM + QNAN
14921 short fadd_res_snan - tbl_fadd_op # NORM + SNAN
14925 short fadd_res_qnan - tbl_fadd_op # QNAN + NORM
14934 short fadd_norm - tbl_fadd_op # DENORM + NORM
14937 short fadd_res_qnan - tbl_fadd_op # NORM + QNAN
14939 short fadd_res_snan - tbl_fadd_op # NORM + SNAN
14943 short fadd_res_snan - tbl_fadd_op # SNAN + NORM
14994 # one operand is a ZERO and the other is a DENORM or NORM. scale
14995 # the DENORM or NORM and jump to the regular fadd routine.
15031 # operands are INF and one of {ZERO, INF, DENORM, NORM}
15041 # operands are INF and one of {ZERO, INF, DENORM, NORM}
15351 short fsub_norm - tbl_fsub_op # NORM - NORM
15352 short fsub_zero_src - tbl_fsub_op # NORM - ZERO
15353 short fsub_inf_src - tbl_fsub_op # NORM - INF
15354 short fsub_res_qnan - tbl_fsub_op # NORM - QNAN
15355 short fsub_norm - tbl_fsub_op # NORM - DENORM
15356 short fsub_res_snan - tbl_fsub_op # NORM - SNAN
15360 short fsub_zero_dst - tbl_fsub_op # ZERO - NORM
15363 short fsub_res_qnan - tbl_fsub_op # NORM - QNAN
15365 short fsub_res_snan - tbl_fsub_op # NORM - SNAN
15369 short fsub_inf_dst - tbl_fsub_op # INF - NORM
15372 short fsub_res_qnan - tbl_fsub_op # NORM - QNAN
15374 short fsub_res_snan - tbl_fsub_op # NORM - SNAN
15378 short fsub_res_qnan - tbl_fsub_op # QNAN - NORM
15387 short fsub_norm - tbl_fsub_op # DENORM - NORM
15390 short fsub_res_qnan - tbl_fsub_op # NORM - QNAN
15392 short fsub_res_snan - tbl_fsub_op # NORM - SNAN
15396 short fsub_res_snan - tbl_fsub_op # SNAN - NORM
15446 # one operand is a ZERO and the other is a DENORM or a NORM.
15447 # scale the DENORM or NORM and jump to the regular fsub routine.
19699 clr.b STAG(%a6) # either NORM or ZERO
19721 # LONG: can be either NORM or ZERO...
19734 # WORD: can be either NORM or ZERO...
19747 # BYTE: can be either NORM or ZERO...
19760 # SGL: can be either NORM, DENORM, ZERO, INF, QNAN or SNAN but not UNNORM
19798 clr.b STAG(%a6) # either NORM or ZERO
19986 mov.b &NORM, STAG(%a6) # fix src type tag
20072 mov.b &NORM, STAG(%a6) # fix src type tag
20221 # is either a DENORM or a NORM.
20267 # is either a DENORM or a NORM.
20313 # is either a DENORM or a NORM.
20360 # is either a DENORM or a NORM.
20615 fblt.w fout_sgl_exg # no; go finish NORM
20826 fblt.w fout_dbl_exg # no; go finish NORM
20959 bne.w fout_pack_not_norm # input is not NORM
22360 # unnorm_fix(): - changes an UNNORM to one of NORM, DENORM, or ZERO #
22373 # d0 = optype tag - is corrected to one of NORM, DENORM, or ZERO #
22415 mov.b &NORM, %d0 # return new optype tag
22475 # one of: NORM, INF, QNAN, SNAN, DENORM, UNNORM, ZERO #
22495 mov.b &NORM, %d0
22555 # one of: NORM, INF, QNAN, SNAN, DENORM, ZERO #
22575 mov.b &NORM, %d0
22618 # one of: NORM, INF, QNAN, SNAN, DENORM, ZERO #
22638 mov.b &NORM, %d0
23628 bne.w A2_str # no; input is a NORM