Searched refs:mul (Results 226 - 250 of 327) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/mips/
H A Dmips32-dsp2.s3826 writemsg "[17] Test mul.ph"
3827 dspck_dstio mul.ph, 0x00007f5b, 0x000000a5, 0x00007fff, 0x0, 0x00200000
3828 dspck_dstio mul.ph, 0x00008001, 0x0000ffff, 0x0f0f7fff, 0x00200000, 0x00200000
3829 dspck_dstio mul.ph, 0x3ff90000, 0xffff7fff, 0xc0070000, 0x00200000, 0x00200000
3830 dspck_dstio mul.ph, 0x00007fff, 0x00040001, 0x00007fff, 0x00200000, 0x00200000
3831 dspck_dstio mul.ph, 0x00008000, 0x80008000, 0x800000f5, 0x00200000, 0x00200000
3832 dspck_dstio mul.ph, 0x7fc1fb98, 0xffff7fff, 0x803f0468, 0x00200000, 0x00200000
3833 dspck_dstio mul.ph, 0x00000000, 0xffe00000, 0x00000000, 0x00200000, 0x00200000
3834 dspck_dstio mul.ph, 0x0000ff60, 0x80000014, 0x0000fff8, 0x00200000, 0x00200000
3835 dspck_dstio mul
[all...]
H A Dfpu64-ps.s137 writemsg "mul.ps"
139 mul.ps $f8, $f20, $f22
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/mips/
H A Dmips32-dsp2.s3826 writemsg "[17] Test mul.ph"
3827 dspck_dstio mul.ph, 0x00007f5b, 0x000000a5, 0x00007fff, 0x0, 0x00200000
3828 dspck_dstio mul.ph, 0x00008001, 0x0000ffff, 0x0f0f7fff, 0x00200000, 0x00200000
3829 dspck_dstio mul.ph, 0x3ff90000, 0xffff7fff, 0xc0070000, 0x00200000, 0x00200000
3830 dspck_dstio mul.ph, 0x00007fff, 0x00040001, 0x00007fff, 0x00200000, 0x00200000
3831 dspck_dstio mul.ph, 0x00008000, 0x80008000, 0x800000f5, 0x00200000, 0x00200000
3832 dspck_dstio mul.ph, 0x7fc1fb98, 0xffff7fff, 0x803f0468, 0x00200000, 0x00200000
3833 dspck_dstio mul.ph, 0x00000000, 0xffe00000, 0x00000000, 0x00200000, 0x00200000
3834 dspck_dstio mul.ph, 0x0000ff60, 0x80000014, 0x0000fff8, 0x00200000, 0x00200000
3835 dspck_dstio mul
[all...]
H A Dfpu64-ps.s137 writemsg "mul.ps"
139 mul.ps $f8, $f20, $f22
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/mips/
H A Dmips32-dsp2.s3826 writemsg "[17] Test mul.ph"
3827 dspck_dstio mul.ph, 0x00007f5b, 0x000000a5, 0x00007fff, 0x0, 0x00200000
3828 dspck_dstio mul.ph, 0x00008001, 0x0000ffff, 0x0f0f7fff, 0x00200000, 0x00200000
3829 dspck_dstio mul.ph, 0x3ff90000, 0xffff7fff, 0xc0070000, 0x00200000, 0x00200000
3830 dspck_dstio mul.ph, 0x00007fff, 0x00040001, 0x00007fff, 0x00200000, 0x00200000
3831 dspck_dstio mul.ph, 0x00008000, 0x80008000, 0x800000f5, 0x00200000, 0x00200000
3832 dspck_dstio mul.ph, 0x7fc1fb98, 0xffff7fff, 0x803f0468, 0x00200000, 0x00200000
3833 dspck_dstio mul.ph, 0x00000000, 0xffe00000, 0x00000000, 0x00200000, 0x00200000
3834 dspck_dstio mul.ph, 0x0000ff60, 0x80000014, 0x0000fff8, 0x00200000, 0x00200000
3835 dspck_dstio mul
[all...]
H A Dfpu64-ps.s137 writemsg "mul.ps"
139 mul.ps $f8, $f20, $f22
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Ddsputil.c3834 static void vector_fmul_scalar_c(float *dst, const float *src, float mul, argument
3839 dst[i] = src[i] * mul;
3843 const float **sv, float mul, int len)
3847 dst[i ] = src[i ] * sv[0][0] * mul;
3848 dst[i+1] = src[i+1] * sv[0][1] * mul;
3853 const float **sv, float mul, int len)
3857 dst[i ] = src[i ] * sv[0][0] * mul;
3858 dst[i+1] = src[i+1] * sv[0][1] * mul;
3859 dst[i+2] = src[i+2] * sv[0][2] * mul;
3860 dst[i+3] = src[i+3] * sv[0][3] * mul;
3842 vector_fmul_sv_scalar_2_c(float *dst, const float *src, const float **sv, float mul, int len) argument
3852 vector_fmul_sv_scalar_4_c(float *dst, const float *src, const float **sv, float mul, int len) argument
3864 sv_fmul_scalar_2_c(float *dst, const float **sv, float mul, int len) argument
3874 sv_fmul_scalar_4_c(float *dst, const float **sv, float mul, int len) argument
3908 int32_to_float_fmul_scalar_c(float *dst, const int *src, float mul, int len) argument
4000 scalarproduct_and_madd_int16_c(int16_t *v1, int16_t *v2, int16_t *v3, int order, int mul) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Ddsputil.c3834 static void vector_fmul_scalar_c(float *dst, const float *src, float mul, argument
3839 dst[i] = src[i] * mul;
3843 const float **sv, float mul, int len)
3847 dst[i ] = src[i ] * sv[0][0] * mul;
3848 dst[i+1] = src[i+1] * sv[0][1] * mul;
3853 const float **sv, float mul, int len)
3857 dst[i ] = src[i ] * sv[0][0] * mul;
3858 dst[i+1] = src[i+1] * sv[0][1] * mul;
3859 dst[i+2] = src[i+2] * sv[0][2] * mul;
3860 dst[i+3] = src[i+3] * sv[0][3] * mul;
3842 vector_fmul_sv_scalar_2_c(float *dst, const float *src, const float **sv, float mul, int len) argument
3852 vector_fmul_sv_scalar_4_c(float *dst, const float *src, const float **sv, float mul, int len) argument
3864 sv_fmul_scalar_2_c(float *dst, const float **sv, float mul, int len) argument
3874 sv_fmul_scalar_4_c(float *dst, const float **sv, float mul, int len) argument
3908 int32_to_float_fmul_scalar_c(float *dst, const int *src, float mul, int len) argument
4000 scalarproduct_and_madd_int16_c(int16_t *v1, int16_t *v2, int16_t *v3, int order, int mul) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Ddsputil.c3834 static void vector_fmul_scalar_c(float *dst, const float *src, float mul, argument
3839 dst[i] = src[i] * mul;
3843 const float **sv, float mul, int len)
3847 dst[i ] = src[i ] * sv[0][0] * mul;
3848 dst[i+1] = src[i+1] * sv[0][1] * mul;
3853 const float **sv, float mul, int len)
3857 dst[i ] = src[i ] * sv[0][0] * mul;
3858 dst[i+1] = src[i+1] * sv[0][1] * mul;
3859 dst[i+2] = src[i+2] * sv[0][2] * mul;
3860 dst[i+3] = src[i+3] * sv[0][3] * mul;
3842 vector_fmul_sv_scalar_2_c(float *dst, const float *src, const float **sv, float mul, int len) argument
3852 vector_fmul_sv_scalar_4_c(float *dst, const float *src, const float **sv, float mul, int len) argument
3864 sv_fmul_scalar_2_c(float *dst, const float **sv, float mul, int len) argument
3874 sv_fmul_scalar_4_c(float *dst, const float **sv, float mul, int len) argument
3908 int32_to_float_fmul_scalar_c(float *dst, const int *src, float mul, int len) argument
4000 scalarproduct_and_madd_int16_c(int16_t *v1, int16_t *v2, int16_t *v3, int order, int mul) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-spxx-defs.h213 uint64_t mul:1; member in struct:cvmx_spxx_int_dat::cvmx_spxx_int_dat_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/octeon/
H A Dcvmx-spxx-defs.h213 uint64_t mul:1; member in struct:cvmx_spxx_int_dat::cvmx_spxx_int_dat_s
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbindec.S254 fmulx LOG2UP1,%fp0 |if neg, mul by LOG2UP1
258 fmulx LOG2,%fp0 |if pos, mul by LOG2
429 bccs e_next |if zero, skip the mul
430 fmulx (%a1,%d3),%fp1 |mul by 10**(d3_bit_no)
452 | digits. The excess digits are collected in INEX2. If mul,
459 | create a busy stack frame with the mul command and the
486 bne sc_mul |if neg (LAMBDA = 1), scale by mul
492 beqs A9_norm |if norm, continue with mul
504 movew #0x0023,0x40(%a7) |load cmdreg1b with mul command
650 bccs l_next |if zero, skip the mul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dbindec.S254 fmulx LOG2UP1,%fp0 |if neg, mul by LOG2UP1
258 fmulx LOG2,%fp0 |if pos, mul by LOG2
429 bccs e_next |if zero, skip the mul
430 fmulx (%a1,%d3),%fp1 |mul by 10**(d3_bit_no)
452 | digits. The excess digits are collected in INEX2. If mul,
459 | create a busy stack frame with the mul command and the
486 bne sc_mul |if neg (LAMBDA = 1), scale by mul
492 beqs A9_norm |if norm, continue with mul
504 movew #0x0023,0x40(%a7) |load cmdreg1b with mul command
650 bccs l_next |if zero, skip the mul
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.disasm/
H A Dmn10300.s255 mul d1,d2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/opcode/
H A Davr.h163 AVR_INSN (mul, "r,r", "100111rdddddrrrr", 1, AVR_ISA_MUL, 0x9c00)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.disasm/
H A Dmn10300.s255 mul d1,d2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/opcode/
H A Davr.h163 AVR_INSN (mul, "r,r", "100111rdddddrrrr", 1, AVR_ISA_MUL, 0x9c00)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.disasm/
H A Dmn10300.s255 mul d1,d2
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/opcode/
H A Davr.h163 AVR_INSN (mul, "r,r", "100111rdddddrrrr", 1, AVR_ISA_MUL, 0x9c00)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Dadm9240.c82 static inline int SCALE(long val, int mul, int div) argument
85 return (val * mul - div / 2) / div;
87 return (val * mul + div / 2) / div;
H A Dsmsc47m192.c60 static inline int SCALE(long val, int mul, int div) argument
63 return (val * mul - div / 2) / div;
65 return (val * mul + div / 2) / div;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/p54/
H A Dfwio.c501 rssi->mul = cpu_to_le16(priv->rssical_db[band].mul);
506 rssi->mul = cpu_to_le16(priv->rssical_db[band].longbow_unkn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Dsmsc47m192.c60 static inline int SCALE(long val, int mul, int div) argument
63 return (val * mul - div / 2) / div;
65 return (val * mul + div / 2) / div;
H A Dadm9240.c82 static inline int SCALE(long val, int mul, int div) argument
85 return (val * mul - div / 2) / div;
87 return (val * mul + div / 2) / div;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dfwio.c501 rssi->mul = cpu_to_le16(priv->rssical_db[band].mul);
506 rssi->mul = cpu_to_le16(priv->rssical_db[band].longbow_unkn);

Completed in 431 milliseconds

1234567891011>>