HomeSort by relevance Sort by last modified time
    Searched refs:tmp4 (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
spl_sqrt_floor_mips.c 51 int32_t root = 0, tmp1, tmp2, tmp3, tmp4; local
61 "or %[tmp4], %[root], %[tmp1] \n\t"
63 "movz %[root], %[tmp4], %[tmp2] \n\t"
70 "ori %[tmp4], %[root], 0x8000 \n\t"
72 "movz %[root], %[tmp4], %[tmp2] \n\t"
79 "ori %[tmp4], %[root], 0x4000 \n\t"
81 "movz %[root], %[tmp4], %[tmp2] \n\t"
88 "ori %[tmp4], %[root], 0x2000 \n\t"
90 "movz %[root], %[tmp4], %[tmp2] \n\t"
97 "ori %[tmp4], %[root], 0x1000 \n\t
    [all...]
complex_bit_reverse_mips.c 67 int32_t tmp1, tmp2, tmp3, tmp4; local
83 "lh %[tmp4], 6(%[pcoeftable_8]) \n\t"
87 "addu %[ti], %[frfi], %[tmp4] \n\t"
91 "ulw %[tmp4], 0(%[ti]) \n\t"
94 "usw %[tmp4], 0(%[tr]) \n\t"
107 "ulw %[tmp4], 0(%[ti]) \n\t"
110 "usw %[tmp4], 0(%[tr]) \n\t"
119 [ti] "=&r" (ti), [tmp4] "=&r" (tmp4)
135 "lh %[tmp4], 6(%[pcoeftable_7]) \n\t
    [all...]
downsample_fast_mips.c 28 int32_t tmp1, tmp2, tmp3, tmp4, factor_2; local
60 "lwl %[tmp4], 7(%[p_coefs]) \n\t"
64 "lwr %[tmp4], 4(%[p_coefs]) \n\t"
68 "dpa.w.ph $ac0, %[tmp3], %[tmp4] \n\t"
95 [tmp4] "=&r" (tmp4), [p_data_in] "=&r" (p_data_in),
121 "lh %[tmp4], 2(%[p_coefs]) \n\t"
124 "mul %[tmp3], %[tmp3], %[tmp4] \n\t"
155 [tmp4] "=&r" (tmp4), [p_data_in] "=&r" (p_data_in), [k] "=&r" (k)
    [all...]
complex_fft_mips.c 33 int32_t tmp4 = 0; local
78 "lh %[tmp4], 2(%[ptr_j]) \n\t"
82 "madd %[wi], %[tmp4] \n\t"
83 "mult $ac1, %[wr], %[tmp4] \n\t"
91 "subu %[tmp4], %[tmp6], %[tmp1] \n\t"
97 "shra_r.w %[tmp4], %[tmp4], 15 \n\t"
100 "mul %[tmp2], %[wr], %[tmp4] \n\t"
102 "mul %[tmp4], %[wi], %[tmp4] \n\t
153 int32_t tmp1 = 0, tmp2 = 0, tmp3 = 0, tmp4 = 0; local
    [all...]
  /external/openssl/crypto/bf/asm/
bf-586.pl 18 $tmp4="edx";
58 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
62 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
65 &mov($tmp4,&DWP(($BF_ROUNDS+1)*4,$P,"",0));
77 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
80 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
83 &mov($tmp4,&DWP(0,$P,"",0));
86 &xor($R,$tmp4);
95 local($i,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,$enc)=@_;
97 &mov( $tmp4, &DWP(&n2a($i*4),$P,"",0)); # for next roun
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
mips_FFTInv_CCSToR_F32_real.c 41 OMX_F32 tmp3, tmp4; local
46 tmp4 = p_buf[2].Im - p_buf[3].Im;
50 pDst[1] = factor * (tmp3 - tmp4);
51 pDst[3] = factor * (tmp3 + tmp4);
64 OMX_F32 tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
72 tmp4 = p_tmp[0].Im - p_tmp[1].Im;
81 p_tmp[1].Im = tmp4 + tmp7;
82 p_tmp[3].Im = tmp4 - tmp7;
92 OMX_F32 tmp3, tmp4, tmp5, tmp6; local
97 tmp4 = p_buf[6].Im + p_buf[7].Im
136 OMX_F32 tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
199 OMX_F32 tmp3, tmp4, tmp5; local
    [all...]
mips_FFTFwd_RToCCS_F32_complex.c 30 OMX_F32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
57 tmp4 = p_src[p_bitrev[2]].Im + p_src[p_bitrev[3]].Im;
61 p_tmp[0].Im = tmp3 + tmp4;
62 p_tmp[2].Im = tmp3 - tmp4;
67 tmp4 = p_src[p_bitrev[2]].Im - p_src[p_bitrev[3]].Im;
69 p_tmp[1].Re = tmp1 + tmp4;
70 p_tmp[3].Re = tmp1 - tmp4;
89 tmp4 = p_src[p_bitrev[6]].Im + p_src[p_bitrev[7]].Im;
93 tmp2 = tmp3 + tmp4;
94 tmp3 = tmp3 - tmp4;
    [all...]
mips_FFTInv_CCSToR_F32_complex.c 30 OMX_F32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, factor; local
44 tmp4 = p_src[fft_size / 2 - n].Im;
48 tmp7 = tmp2 + tmp4;
49 tmp8 = tmp2 - tmp4;
64 tmp4 = p_src[fft_size / 4 - n].Im;
68 tmp7 = tmp2 + tmp4;
69 tmp8 = tmp2 - tmp4;
86 tmp4 = p_src[3 * fft_size / 8].Im;
90 tmp7 = tmp2 + tmp4;
91 tmp8 = tmp2 - tmp4;
    [all...]
mips_FFTFwd_RToCCS_F32_real.c 23 OMX_F32 tmp1, tmp2, tmp3, tmp4; local
35 tmp4 = pSrc[p_bitrev[2]] - pSrc[p_bitrev[3]];
42 p_dst[1].Im = -tmp4;
60 tmp4 = pSrc[p_bitrev[2]] - pSrc[p_bitrev[3]];
68 p_tmp[1].Im = -tmp4;
69 p_tmp[3].Im = tmp4;
89 tmp4 = tmp1 - tmp2;
101 p_dst[2].Im = p_tmp[2].Im - tmp4;
121 tmp4 = tmp1 - tmp2;
132 p_tmp[6].Im = p_tmp[2].Im + tmp4;
    [all...]
  /external/eigen/unsupported/test/
NumericalDiff.cpp 55 double tmp1, tmp2, tmp3, tmp4; local
61 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4;
63 fjac(i,1) = tmp1*tmp2/tmp4;
64 fjac(i,2) = tmp1*tmp3/tmp4;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator_mips.c 35 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
45 "lh %[tmp4], 6(%[tmp_in]) \n\t"
56 "mul %[tmp8], %[tmp4], %[tmp8] \n\t"
57 "mul %[tmp4], %[tmp4], %[tmp4] \n\t"
66 "srav %[tmp4], %[tmp4], %[scaling] \n\t"
73 "addu %[ysum32], %[ysum32], %[tmp4] \n\t"
80 [tmp4] "=&r" (tmp4), [tmp5] "=&r" (tmp5), [tmp6] "=&r" (tmp6)
107 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
162 tmp4 = dataptr[3] - dataptr[4];
184 * i0..i3 in the paper are tmp4..tmp7 here.
187 z1 = tmp4 + tmp7;
189 z3 = tmp4 + tmp6;
193 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
227 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
249 * i0..i3 in the paper are tmp4..tmp7 here
    [all...]
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
141 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
148 z11 = tmp4 + tmp7;
149 z12 = tmp4 - tmp7;
160 tmp4 = tmp10 + tmp5;
168 wsptr[DCTSIZE*4] = tmp3 + tmp4;
169 wsptr[DCTSIZE*3] = tmp3 - tmp4;
217 tmp4 = tmp10 + tmp5;
233 outptr[4] = range_limit[(int) DESCALE((INT32) (tmp3 + tmp4), 3)
235 outptr[3] = range_limit[(int) DESCALE((INT32) (tmp3 - tmp4), 3
    [all...]
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
78 tmp4 = dataptr[3] - dataptr[4];
96 tmp10 = tmp4 + tmp5; /* phase 2 */
128 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
146 tmp10 = tmp4 + tmp5; /* phase 2 */
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
134 tmp4 = dataptr[3] - dataptr[4];
152 tmp10 = tmp4 + tmp5; /* phase 2 */
184 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
202 tmp10 = tmp4 + tmp5; /* phase 2 */
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
242 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
249 z11 = tmp4 + tmp7;
250 z12 = tmp4 - tmp7;
261 tmp4 = tmp10 + tmp5;
269 wsptr[DCTSIZE*4] = (int) (tmp3 + tmp4);
270 wsptr[DCTSIZE*3] = (int) (tmp3 - tmp4);
343 tmp4 = tmp10 + tmp5;
359 outptr[4] = range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS+3)
361 outptr[3] = range_limit[IDESCALE(tmp3 - tmp4, PASS1_BITS+3
    [all...]
  /external/jpeg/
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
162 tmp4 = dataptr[3] - dataptr[4];
184 * i0..i3 in the paper are tmp4..tmp7 here.
187 z1 = tmp4 + tmp7;
189 z3 = tmp4 + tmp6;
193 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
227 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
249 * i0..i3 in the paper are tmp4..tmp7 here
    [all...]
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
141 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
148 z11 = tmp4 + tmp7;
149 z12 = tmp4 - tmp7;
160 tmp4 = tmp10 + tmp5;
168 wsptr[DCTSIZE*4] = tmp3 + tmp4;
169 wsptr[DCTSIZE*3] = tmp3 - tmp4;
217 tmp4 = tmp10 + tmp5;
233 outptr[4] = range_limit[(int) DESCALE((INT32) (tmp3 + tmp4), 3)
235 outptr[3] = range_limit[(int) DESCALE((INT32) (tmp3 - tmp4), 3
    [all...]
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
78 tmp4 = dataptr[3] - dataptr[4];
96 tmp10 = tmp4 + tmp5; /* phase 2 */
128 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
146 tmp10 = tmp4 + tmp5; /* phase 2 */
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
134 tmp4 = dataptr[3] - dataptr[4];
152 tmp10 = tmp4 + tmp5; /* phase 2 */
184 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4];
202 tmp10 = tmp4 + tmp5; /* phase 2 */
  /bionic/libc/arch-arm64/generic/bionic/
strnlen.S 50 #define tmp4 x11 define
96 orr tmp4, data2, #REP8_7f
98 bic has_nul2, tmp3, tmp4
148 neg tmp4, tmp1
156 lsl tmp4, tmp4, #3 /* Bytes beyond alignment -> bits. */
161 lsl tmp2, tmp2, tmp4 /* Shift (tmp1 & 63). */
164 lsr tmp2, tmp2, tmp4 /* Shift (tmp1 & 63). */
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
26 "lb %[tmp4], 3(%[left]) \n\t"
43 "replv.qb %[tmp4], %[tmp4] \n\t"
75 "sw %[tmp4], (%[dst]) \n\t"
76 "sw %[tmp4], 4(%[dst]) \n\t"
77 "sw %[tmp4], 8(%[dst]) \n\t"
78 "sw %[tmp4], 12(%[dst]) \n\t"
153 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4),
    [all...]
vp9_intrapred4_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4; local
25 "lb %[tmp4], 3(%[left]) \n\t"
29 "replv.qb %[tmp4], %[tmp4] \n\t"
36 "sw %[tmp4], (%[dst]) \n\t"
39 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
26 "lb %[tmp4], 3(%[left]) \n\t"
43 "replv.qb %[tmp4], %[tmp4] \n\t"
75 "sw %[tmp4], (%[dst]) \n\t"
76 "sw %[tmp4], 4(%[dst]) \n\t"
77 "sw %[tmp4], 8(%[dst]) \n\t"
78 "sw %[tmp4], 12(%[dst]) \n\t"
153 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4),
    [all...]
vp9_intrapred4_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4; local
25 "lb %[tmp4], 3(%[left]) \n\t"
29 "replv.qb %[tmp4], %[tmp4] \n\t"
36 "sw %[tmp4], (%[dst]) \n\t"
39 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)

Completed in 2582 milliseconds

1 2 3