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

1 2 3 4 5 6 7 8 910

  /external/aac/libFDK/include/arm/
cplx_mul.h 110 LONG tmp1,tmp2; local
118 : "=&r"(tmp1), "=&r"(tmp2)
122 *c_Re = tmp1;
135 LONG tmp1, tmp2; local
139 "smlawb %0, %2, %4, %1;\n" /* tmp1 = a_Re * b_Re - a_Im * b_Im */
142 : "=&r"(tmp1), "=&r"(tmp2)
146 *c_Re = tmp1;
159 LONG tmp1, tmp2; local
166 : "=&r"(tmp1), "=&r"(tmp2)
170 *c_Re += tmp1;
184 LONG tmp1, tmp2; local
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
warped_autocorrelation_FLP.c 44 double tmp1, tmp2; local
53 tmp1 = input[ n ];
57 tmp2 = state[ i ] + warping * ( state[ i + 1 ] - tmp1 );
58 state[ i ] = tmp1;
59 C[ i ] += state[ 0 ] * tmp1;
61 tmp1 = state[ i + 1 ] + warping * ( state[ i + 2 ] - tmp2 );
65 state[ order ] = tmp1;
66 C[ order ] += state[ 0 ] * tmp1;
  /external/libopus/silk/float/
warped_autocorrelation_FLP.c 44 double tmp1, tmp2; local
53 tmp1 = input[ n ];
57 tmp2 = state[ i ] + warping * ( state[ i + 1 ] - tmp1 );
58 state[ i ] = tmp1;
59 C[ i ] += state[ 0 ] * tmp1;
61 tmp1 = state[ i + 1 ] + warping * ( state[ i + 2 ] - tmp2 );
65 state[ order ] = tmp1;
66 C[ order ] += state[ 0 ] * tmp1;
  /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
57 "lui %[tmp1], 0x4000 \n\t"
58 "slt %[tmp2], %[value], %[tmp1] \n\t"
59 "sub %[tmp3], %[value], %[tmp1] \n\t"
60 "lui %[tmp1], 0x1 \n\t"
61 "or %[tmp4], %[root], %[tmp1] \n\t"
65 "addiu %[tmp1], $0, 0x4000 \n\t"
66 "addu %[tmp1], %[tmp1], %[root] \n\t"
67 "sll %[tmp1], 14 \n\t
    [all...]
complex_bit_reverse_mips.c 67 int32_t tmp1, tmp2, tmp3, tmp4; local
88 "ulw %[tmp1], 0(%[ptr_i]) \n\t"
92 "usw %[tmp1], 0(%[ptr_j]) \n\t"
96 "lh %[tmp1], 8(%[pcoeftable_8]) \n\t"
100 "addu %[ptr_i], %[frfi], %[tmp1] \n\t"
104 "ulw %[tmp1], 0(%[ptr_i]) \n\t"
108 "usw %[tmp1], 0(%[ptr_j]) \n\t"
116 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [ptr_i] "=&r" (ptr_i),
140 "ulw %[tmp1], 0(%[ptr_i]) \n\t
    [all...]
resample_by_2_internal.c 34 int32_t tmp0, tmp1, diff; local
46 tmp1 = state[0] + diff * kResampleAllpass[1][0];
48 diff = tmp1 - state[2];
54 state[1] = tmp1;
76 tmp1 = state[4] + diff * kResampleAllpass[0][0];
78 diff = tmp1 - state[6];
84 state[5] = tmp1;
104 tmp1 = (in[(i << 1) + 2] + in[(i << 1) + 3]) >> 15;
110 if (tmp1 > (int32_t)0x00007FFF)
111 tmp1 = 0x00007FFF
129 int32_t tmp0, tmp1, diff; local
203 int32_t tmp0, tmp1, diff; local
273 int32_t tmp0, tmp1, diff; local
343 int32_t tmp0, tmp1, diff; local
422 int32_t tmp0, tmp1, diff; local
555 int32_t tmp0, tmp1, diff; local
    [all...]
resample_by_2_mips.c 151 int32_t tmp1, tmp2, diff; local
158 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0);
160 diff = tmp1 - state2;
162 state1 = tmp1;
170 tmp1 = MUL_ACCUM_1(kResampleAllpass1[0], diff, state4);
172 diff = tmp1 - state6;
174 state5 = tmp1;
187 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0);
189 diff = tmp1 - state2;
191 state1 = tmp1;
    [all...]
min_max_operations_mips.c 230 int tmp1 = 0, max_value = 0x7fffffff; local
244 "slt %[tmp1], %[maximum], %[absolute] \n\t"
245 "movn %[maximum], %[absolute], %[tmp1] \n\t"
248 "slt %[tmp1], %[max_value], %[maximum] \n\t"
249 "movn %[maximum], %[max_value], %[tmp1] \n\t"
253 : [tmp1] "=&r" (tmp1), [maximum] "+r" (maximum), [absolute] "+r" (absolute)
265 int tmp1; local
279 "slt %[tmp1], %[maximum], %[value] \n\t"
280 "movn %[maximum], %[value], %[tmp1] \n\t
296 int tmp1, value; local
327 int tmp1; local
359 int tmp1, value; local
    [all...]
  /external/openssl/crypto/bn/asm/x86/
add.pl 15 $tmp1="ecx";
33 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
35 &add($tmp1,$c);
38 &add($tmp1,$tmp2);
40 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
58 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
60 &add($tmp1,$c);
63 &add($tmp1,$tmp2);
66 &mov(&DWP($i*4,$r,"",0),$tmp1); # *a
sub.pl 15 $tmp1="ecx";
33 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
35 &sub($tmp1,$c);
38 &sub($tmp1,$tmp2);
40 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
58 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
60 &sub($tmp1,$c);
63 &sub($tmp1,$tmp2);
66 &mov(&DWP($i*4,$r,"",0),$tmp1); # *a
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
state_construct.c 36 int16_t *tmp1, *tmp2, *tmp3; local
56 tmp1 = sampleVal;
63 (*tmp1) = (int16_t) ((WEBRTC_SPL_MUL_16_16(maxVal,WebRtcIlbcfix_kStateSq3[(*tmp2)])+(int32_t)2097152) >> 22);
64 tmp1++;
71 (*tmp1) = (int16_t) ((WEBRTC_SPL_MUL_16_16(maxVal,WebRtcIlbcfix_kStateSq3[(*tmp2)])+(int32_t)262144) >> 19);
72 tmp1++;
79 (*tmp1) = (int16_t) ((WEBRTC_SPL_MUL_16_16(maxVal,WebRtcIlbcfix_kStateSq3[(*tmp2)])+(int32_t)65536) >> 17);
80 tmp1++;
102 tmp1 = &sampleAr[len-1];
106 (*tmp3) = (*tmp1) + (*tmp2)
    [all...]
  /external/aac/libFDK/src/arm/
scale_arm.cpp 117 FIXP_DBL tmp1 = mySpec[1]; local
121 tmp1 = fMultDiv2(tmp1, factor);
125 tmp1 <<= shift;
129 *mySpec++ = tmp1;
147 FIXP_DBL tmp1 = mySpec[1]; local
151 tmp1 = fMultDiv2(tmp1, factor);
155 tmp1 >>= shift;
159 *mySpec++ = tmp1;
    [all...]
  /external/openssl/crypto/bf/asm/
bf-586.pl 15 $tmp1="eax";
44 &xor( $tmp1, $tmp1);
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);
64 # &mov($tmp1,&wparam(0)); In last loop
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);
82 # &mov($tmp1,&wparam(0)); In last loop
87 &mov(&DWP(4,$tmp1,"",0),$L)
    [all...]
bf-686.pl 15 $tmp1="eax";
43 &xor( $tmp1, $tmp1);
55 &BF_ENCRYPT($i+1,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
59 &BF_ENCRYPT($i+2,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
75 &BF_ENCRYPT($i,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
78 &BF_ENCRYPT($i-1,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
93 local($i,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3)=@_;
98 &movb( &LB($tmp1), &HB($R));
104 &mov( $tot, &DWP(&n2a($BF_OFF+0x0000),$P,$tmp1,4))
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
strlen.S 46 #define tmp1 x7 define
61 ands tmp1, srcin, #15
73 sub tmp1, data1, zeroones
77 bic has_nul1, tmp1, tmp2
97 sub tmp1, data2, zeroones
99 bic has_nul2, tmp1, tmp2
108 cmp tmp1, #8
109 neg tmp1, tmp1
111 lsl tmp1, tmp1, #3 /* Bytes beyond alignment -> bits. *
    [all...]
string_copy.S 87 #define tmp1 x7 define
108 ands tmp1, src, #15
119 sub tmp1, data1, zeroones
121 bic has_nul1, tmp1, tmp2
134 add tmp1, pos, #0x8
136 tbz tmp1, #6, 1f
144 tbz tmp1, #5, 1f
148 tbz tmp1, #4, 1f
152 tbz tmp1, #3, 1f
168 add tmp1, pos, #0x
    [all...]
strcmp.S 52 #define tmp1 x7 define
60 eor tmp1, src1, src2
62 tst tmp1, #7
64 ands tmp1, src1, #7
73 sub tmp1, data1, zeroones
76 bic has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
112 sub tmp1, tmp3, zeroones
114 bic has_nul, tmp1, tmp2
137 lsl tmp1, tmp1, #3 /* Bytes beyond alignment -> bits. *
    [all...]
  /external/libunwind/src/dwarf/
Gexpr.c 193 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; local
296 &tmp1)) < 0)
298 push (tmp1 + operand1);
305 dwarf_to_unw_regnum (operand1), &tmp1)) < 0)
307 push (tmp1 + operand2);
367 tmp1 = pop ();
368 if ((ret = dwarf_readw (as, a, &tmp1, &tmp2, arg)) < 0)
375 tmp1 = pop ();
384 if ((ret = dwarf_readu8 (as, a, &tmp1, &u8, arg)) < 0)
390 if ((ret = dwarf_readu16 (as, a, &tmp1, &u16, arg)) < 0
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
mips_FFTFwd_RToCCS_F32_real.c 23 OMX_F32 tmp1, tmp2, tmp3, tmp4; local
32 tmp1 = pSrc[p_bitrev[0]] + pSrc[p_bitrev[1]];
37 p_dst[0].Re = tmp1 + tmp2;
38 p_dst[2].Re = tmp1 - tmp2;
57 tmp1 = pSrc[p_bitrev[0]] + pSrc[p_bitrev[1]];
62 p_tmp[0].Re = tmp1 + tmp2;
63 p_tmp[2].Re = tmp1 - tmp2;
86 tmp1 = pSrc[p_bitrev[4]] + pSrc[p_bitrev[5]];
88 tmp3 = tmp1 + tmp2;
89 tmp4 = tmp1 - tmp2
    [all...]
mips_FFTFwd_RToCCS_F32_complex.c 30 OMX_F32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
54 tmp1 = p_src[p_bitrev[0]].Re + p_src[p_bitrev[1]].Re;
59 p_tmp[0].Re = tmp1 + tmp2;
60 p_tmp[2].Re = tmp1 - tmp2;
64 tmp1 = p_src[p_bitrev[0]].Re - p_src[p_bitrev[1]].Re;
69 p_tmp[1].Re = tmp1 + tmp4;
70 p_tmp[3].Re = tmp1 - tmp4;
86 tmp1 = p_src[p_bitrev[4]].Re + p_src[p_bitrev[5]].Re;
91 tmp5 = tmp1 + tmp2;
92 tmp1 = tmp1 - tmp2
    [all...]
  /external/aac/libAACdec/src/arm/
block_arm.cpp 120 FIXP_DBL tmp0, tmp1, tmp2, tmp3; local
122 tmp1 = pSpectrum[1];
126 tmp1 >>= scale;
130 *pSpectrum++ = tmp1;
  /external/chromium_org/third_party/boringssl/src/crypto/md5/asm/
md5-586.pl 20 $tmp1="edi";
47 &mov($tmp1,$C) if $pos < 0;
53 &xor($tmp1,$d); # F function - part 2
55 &and($tmp1,$b); # F function - part 3
58 &xor($tmp1,$d); # F function - part 4
60 &add($a,$tmp1);
61 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
62 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R
    [all...]
  /external/openssl/crypto/md5/asm/
md5-586.pl 20 $tmp1="edi";
47 &mov($tmp1,$C) if $pos < 0;
53 &xor($tmp1,$d); # F function - part 2
55 &and($tmp1,$b); # F function - part 3
58 &xor($tmp1,$d); # F function - part 4
60 &add($a,$tmp1);
61 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
62 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R
    [all...]
  /art/runtime/arch/arm64/
memcmp16_arm64.S 41 #define tmp1 x8 define
53 eor tmp1, src1, src2
54 tst tmp1, #7
56 ands tmp1, src1, #7
111 add limit, limit, tmp1 /* Adjust the limit for the extra. */
112 lsl tmp1, tmp1, #3 /* Bytes beyond alignment -> bits. */
114 neg tmp1, tmp1 /* Bits to alignment -64. */
118 lsr tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). *
    [all...]
  /external/openssl/crypto/des/asm/
crypt586.pl 79 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
90 &mov( $tmp1, $u);
91 &shl( $tmp1, 16); # 1
94 &xor( $u, $tmp1); # 2
96 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
97 &xor( $u, $tmp1);
104 &xor( $tmp1, $tmp1); # 1
107 &movb( &LB($tmp1), &LB($u) );
111 &xor( $L, &DWP(" ",$trans,$tmp1,0))
    [all...]

Completed in 2095 milliseconds

1 2 3 4 5 6 7 8 910