• 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:multiply

961 # multiply operation is the smallest possible normalized number
994 # multiply operation is the smallest possible normalized number
1022 # multiply operation is the smallest possible normalized number
6982 lsl.b &0x1,%d1 # multiply d1 by 2
7978 # For norms/denorms, scale the exponents such that a multiply #
8047 # - the result of the multiply operation will neither overflow nor underflow.
8048 # - do the multiply to the proper precision and rounding mode.
8059 fmul.x FP_SCR0(%a6),%fp0 # execute multiply
8082 # - the result of the multiply operation is an overflow.
8083 # - do the multiply to the proper precision and rounding mode in order to
8086 # - if overflow or inexact is enabled, we need a multiply result rounded to
8089 # multiply using extended precision and the correct rounding mode. the result
8099 fmul.x FP_SCR0(%a6),%fp0 # execute multiply
8159 fmul.x FP_SCR0(%a6),%fp0 # execute multiply
8166 # - the result of the multiply operation MAY overflow.
8167 # - do the multiply to the proper precision and rounding mode in order to
8177 fmul.x FP_SCR0(%a6),%fp0 # execute multiply
8193 # - the result of the multiply operation is an underflow.
8194 # - do the multiply to the proper precision and rounding mode in order to
8197 # - if overflow or inexact is enabled, we need a multiply result rounded to
8200 # multiply using extended precision and the correct rounding mode. the result
8215 fmul.x FP_SCR0(%a6),%fp0 # execute multiply
8253 fmul.x FP_SCR0(%a6),%fp1 # execute multiply
8288 fmul.x FP_SCR0(%a6),%fp0 # execute multiply
8316 fmul.x FP_SCR0(%a6),%fp1 # execute multiply
10380 # For norms/denorms, scale the exponents such that a multiply #
10430 fsglmul.x FP_SCR0(%a6),%fp0 # execute sgl multiply
10457 fsglmul.x FP_SCR0(%a6),%fp0 # execute sgl multiply
10506 fsglmul.x FP_SCR0(%a6),%fp0 # execute sgl multiply
10528 fsglmul.x FP_SCR0(%a6),%fp0 # execute sgl multiply
10558 fsglmul.x FP_SCR0(%a6),%fp1 # execute sgl multiply
10583 fsglmul.x FP_SCR0(%a6),%fp0 # execute sgl multiply
10611 fsglmul.x FP_SCR0(%a6),%fp1 # execute sgl multiply
11245 fadd.x FP_SCR0(%a6),%fp1 # execute multiply
13384 # same sign. If the exp was pos then multiply fp1*fp0;
13395 beq.b mul # if clear, go to multiply
13400 fmul.x %fp1,%fp0 # exp is positive, so multiply by exp
13861 # multiply by 10^(d2), which is now only allowed to be 24,
13862 # with a multiply by 10^8 and 10^16, which is exact since
13865 # two operands, and allow the fpu to complete the multiply.
13901 # since the input operand is a DENORM, we can't multiply it directly.
13928 # fmul.x 36(%a1),%fp0 # multiply fp0 by 10^8
13929 # fmul.x 48(%a1),%fp0 # multiply fp0 by 10^16
13936 fmul.x (%sp)+,%fp0 # multiply fp0 by 10^8
13937 fmul.x (%sp)+,%fp0 # multiply fp0 by 10^16
13946 fmul.x 36(%a1),%fp0 # multiply fp0 by 10^8
13947 fmul.x 48(%a1),%fp0 # multiply fp0 by 10^16