• 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

425 set NORM,		0x00			# operand type for STAG/DTAG
589 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
668 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
683 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
782 # the src operand is definitely a NORM(!), so tag it as such
783 mov.b &NORM,STAG(%a6) # set src optype tag
829 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
906 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
926 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1056 # the src operand is definitely a NORM(!), so tag it as such
1057 mov.b &NORM,STAG(%a6) # set src optype tag
1104 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
1267 # input is an UNNORM, then convert it to a NORM, DENORM, or ZERO.
1272 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1292 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1312 # OPERR : fsqrt(-NORM)
1837 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1857 # OPERR : fsqrt(-NORM)
2082 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
2375 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
2556 bsr.l unnorm_fix # yes; convert to NORM/DENORM/ZERO
2575 bsr.l unnorm_fix # yes; convert to NORM/DENORM/ZERO
3563 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
3650 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
3668 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
3724 mov.b &NORM,STAG(%a6) # src is a NORM
6482 # unnorm_fix(): - changes an UNNORM to one of NORM, DENORM, or ZERO #
6495 # d0 = optype tag - is corrected to one of NORM, DENORM, or ZERO #
6537 mov.b &NORM, %d0 # return new optype tag
6597 # one of: NORM, INF, QNAN, SNAN, DENORM, UNNORM, ZERO #
6617 mov.b &NORM, %d0
6677 # one of: NORM, INF, QNAN, SNAN, DENORM, ZERO #
6697 mov.b &NORM, %d0
6740 # one of: NORM, INF, QNAN, SNAN, DENORM, ZERO #
6760 mov.b &NORM, %d0
7122 # is either a DENORM or a NORM.
7168 # is either a DENORM or a NORM.
7214 # is either a DENORM or a NORM.
7261 # is either a DENORM or a NORM.
7516 fblt.w fout_sgl_exg # no; go finish NORM
7727 fblt.w fout_dbl_exg # no; go finish NORM
7860 bne.w fout_pack_not_norm # input is not NORM
8335 short fmul_norm - tbl_fmul_op # NORM x NORM
8336 short fmul_zero - tbl_fmul_op # NORM x ZERO
8337 short fmul_inf_src - tbl_fmul_op # NORM x INF
8338 short fmul_res_qnan - tbl_fmul_op # NORM x QNAN
8339 short fmul_norm - tbl_fmul_op # NORM x DENORM
8340 short fmul_res_snan - tbl_fmul_op # NORM x SNAN
8344 short fmul_zero - tbl_fmul_op # ZERO x NORM
8353 short fmul_inf_dst - tbl_fmul_op # INF x NORM
8362 short fmul_res_qnan - tbl_fmul_op # QNAN x NORM
8371 short fmul_norm - tbl_fmul_op # NORM x NORM
8372 short fmul_zero - tbl_fmul_op # NORM x ZERO
8373 short fmul_inf_src - tbl_fmul_op # NORM x INF
8374 short fmul_res_qnan - tbl_fmul_op # NORM x QNAN
8375 short fmul_norm - tbl_fmul_op # NORM x DENORM
8376 short fmul_res_snan - tbl_fmul_op # NORM x SNAN
8380 short fmul_res_snan - tbl_fmul_op # SNAN x NORM
8748 # operand is not a NORM: check its optype and branch accordingly
9103 short fdiv_norm - tbl_fdiv_op # NORM / NORM
9104 short fdiv_inf_load - tbl_fdiv_op # NORM / ZERO
9105 short fdiv_zero_load - tbl_fdiv_op # NORM / INF
9106 short fdiv_res_qnan - tbl_fdiv_op # NORM / QNAN
9107 short fdiv_norm - tbl_fdiv_op # NORM / DENORM
9108 short fdiv_res_snan - tbl_fdiv_op # NORM / SNAN
9112 short fdiv_zero_load - tbl_fdiv_op # ZERO / NORM
9121 short fdiv_inf_dst - tbl_fdiv_op # INF / NORM
9130 short fdiv_res_qnan - tbl_fdiv_op # QNAN / NORM
9139 short fdiv_norm - tbl_fdiv_op # DENORM / NORM
9148 short fdiv_res_snan - tbl_fdiv_op # SNAN / NORM
9702 # to a very small NORM and ship it to the NORM routine.
9707 mov.b &0x80,FP_SCR0_HI(%a6) # force DENORM ==> small NORM
9804 # to a very small NORM and ship it to the NORM routine.
9809 mov.b &0x80,FP_SCR0_HI(%a6) # force DENORM ==> small NORM
10218 short fcmp_norm - tbl_fcmp_op # NORM - NORM
10219 short fcmp_norm - tbl_fcmp_op # NORM - ZERO
10220 short fcmp_norm - tbl_fcmp_op # NORM - INF
10221 short fcmp_res_qnan - tbl_fcmp_op # NORM - QNAN
10222 short fcmp_nrm_dnrm - tbl_fcmp_op # NORM - DENORM
10223 short fcmp_res_snan - tbl_fcmp_op # NORM - SNAN
10227 short fcmp_norm - tbl_fcmp_op # ZERO - NORM
10236 short fcmp_norm - tbl_fcmp_op # INF - NORM
10245 short fcmp_res_qnan - tbl_fcmp_op # QNAN - NORM
10254 short fcmp_dnrm_nrm - tbl_fcmp_op # DENORM - NORM
10263 short fcmp_res_snan - tbl_fcmp_op # SNAN - NORM
10289 # If you have a DENORM and a NORM with opposite signs, then use fcmp_norm, also.
10290 # But with a DENORM and a NORM of the same sign, the neg bit is set if the
10630 short fsglmul_norm - tbl_fsglmul_op # NORM x NORM
10631 short fsglmul_zero - tbl_fsglmul_op # NORM x ZERO
10632 short fsglmul_inf_src - tbl_fsglmul_op # NORM x INF
10633 short fsglmul_res_qnan - tbl_fsglmul_op # NORM x QNAN
10634 short fsglmul_norm - tbl_fsglmul_op # NORM x DENORM
10635 short fsglmul_res_snan - tbl_fsglmul_op # NORM x SNAN
10639 short fsglmul_zero - tbl_fsglmul_op # ZERO x NORM
10648 short fsglmul_inf_dst - tbl_fsglmul_op # INF x NORM
10657 short fsglmul_res_qnan - tbl_fsglmul_op # QNAN x NORM
10666 short fsglmul_norm - tbl_fsglmul_op # NORM x NORM
10667 short fsglmul_zero - tbl_fsglmul_op # NORM x ZERO
10668 short fsglmul_inf_src - tbl_fsglmul_op # NORM x INF
10669 short fsglmul_res_qnan - tbl_fsglmul_op # NORM x QNAN
10670 short fsglmul_norm - tbl_fsglmul_op # NORM x DENORM
10671 short fsglmul_res_snan - tbl_fsglmul_op # NORM x SNAN
10675 short fsglmul_res_snan - tbl_fsglmul_op # SNAN x NORM
10965 short fsgldiv_norm - tbl_fsgldiv_op # NORM / NORM
10966 short fsgldiv_inf_load - tbl_fsgldiv_op # NORM / ZERO
10967 short fsgldiv_zero_load - tbl_fsgldiv_op # NORM / INF
10968 short fsgldiv_res_qnan - tbl_fsgldiv_op # NORM / QNAN
10969 short fsgldiv_norm - tbl_fsgldiv_op # NORM / DENORM
10970 short fsgldiv_res_snan - tbl_fsgldiv_op # NORM / SNAN
10974 short fsgldiv_zero_load - tbl_fsgldiv_op # ZERO / NORM
10983 short fsgldiv_inf_dst - tbl_fsgldiv_op # INF / NORM
10992 short fsgldiv_res_qnan - tbl_fsgldiv_op # QNAN / NORM
11001 short fsgldiv_norm - tbl_fsgldiv_op # DENORM / NORM
11010 short fsgldiv_res_snan - tbl_fsgldiv_op # SNAN / NORM
11329 short fadd_norm - tbl_fadd_op # NORM + NORM
11330 short fadd_zero_src - tbl_fadd_op # NORM + ZERO
11331 short fadd_inf_src - tbl_fadd_op # NORM + INF
11332 short fadd_res_qnan - tbl_fadd_op # NORM + QNAN
11333 short fadd_norm - tbl_fadd_op # NORM + DENORM
11334 short fadd_res_snan - tbl_fadd_op # NORM + SNAN
11338 short fadd_zero_dst - tbl_fadd_op # ZERO + NORM
11341 short fadd_res_qnan - tbl_fadd_op # NORM + QNAN
11343 short fadd_res_snan - tbl_fadd_op # NORM + SNAN
11347 short fadd_inf_dst - tbl_fadd_op # INF + NORM
11350 short fadd_res_qnan - tbl_fadd_op # NORM + QNAN
11352 short fadd_res_snan - tbl_fadd_op # NORM + SNAN
11356 short fadd_res_qnan - tbl_fadd_op # QNAN + NORM
11365 short fadd_norm - tbl_fadd_op # DENORM + NORM
11368 short fadd_res_qnan - tbl_fadd_op # NORM + QNAN
11370 short fadd_res_snan - tbl_fadd_op # NORM + SNAN
11374 short fadd_res_snan - tbl_fadd_op # SNAN + NORM
11425 # one operand is a ZERO and the other is a DENORM or NORM. scale
11426 # the DENORM or NORM and jump to the regular fadd routine.
11462 # operands are INF and one of {ZERO, INF, DENORM, NORM}
11472 # operands are INF and one of {ZERO, INF, DENORM, NORM}
11782 short fsub_norm - tbl_fsub_op # NORM - NORM
11783 short fsub_zero_src - tbl_fsub_op # NORM - ZERO
11784 short fsub_inf_src - tbl_fsub_op # NORM - INF
11785 short fsub_res_qnan - tbl_fsub_op # NORM - QNAN
11786 short fsub_norm - tbl_fsub_op # NORM - DENORM
11787 short fsub_res_snan - tbl_fsub_op # NORM - SNAN
11791 short fsub_zero_dst - tbl_fsub_op # ZERO - NORM
11794 short fsub_res_qnan - tbl_fsub_op # NORM - QNAN
11796 short fsub_res_snan - tbl_fsub_op # NORM - SNAN
11800 short fsub_inf_dst - tbl_fsub_op # INF - NORM
11803 short fsub_res_qnan - tbl_fsub_op # NORM - QNAN
11805 short fsub_res_snan - tbl_fsub_op # NORM - SNAN
11809 short fsub_res_qnan - tbl_fsub_op # QNAN - NORM
11818 short fsub_norm - tbl_fsub_op # DENORM - NORM
11821 short fsub_res_qnan - tbl_fsub_op # NORM - QNAN
11823 short fsub_res_snan - tbl_fsub_op # NORM - SNAN
11827 short fsub_res_snan - tbl_fsub_op # SNAN - NORM
11877 # one operand is a ZERO and the other is a DENORM or a NORM.
11878 # scale the DENORM or NORM and jump to the regular fsub routine.
13588 bne.w A2_str # no; input is a NORM