Home
last modified time | relevance | path

Searched refs:tmp0 (Results 1 – 25 of 30) sorted by relevance

12

/external/openssl/crypto/sha/asm/
Dsha512-sparcv9.pl108 $tmp0="%g3";
177 add $tmp31,32,$tmp0
178 sllx @pair[0],$tmp0,$tmp1
194 add $tmp31,32,$tmp0
196 sllx @pair[0],$tmp0,$tmp1
226 $SRL $e,@Sigma1[1],$tmp0
229 xor $tmp0,$h,$h
230 $SRL $e,@Sigma1[2],$tmp0
233 xor $tmp0,$h,$h
235 xor $tmp1,$h,$tmp0 ! Sigma1(e)
[all …]
Dsha1-sparcv9a.pl49 $tmp0="%i3";
150 sll $a,5,$tmp0 !! $i
155 add $tmp0,$e,$e
169 sll $a,5,$tmp0 !! $i
174 add $tmp0,$e,$e
203 sll $a,5,$tmp0 !! $i
207 add $tmp0,$e,$e
209 xor $c,$b,$tmp0
212 xor $d,$tmp0,$tmp1
221 sll $a,5,$tmp0 !! $i
[all …]
Dsha1-sparcv9.pl48 $tmp0="%i3";
57 sll $a,5,$tmp0 !! $i
60 add $tmp0,$e,$e
61 and $c,$b,$tmp0
66 or $tmp1,$tmp0,$tmp1
85 sll $a,5,$tmp0 !! $i
95 sll $a,5,$tmp0 !! $i
120 add $tmp0,$e,$e !!
121 and $c,$b,$tmp0
127 or $tmp1,$tmp0,$tmp1
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Deas_wtengine.c80 EAS_I32 tmp0; in WT_VoiceGain() local
109 tmp0 = *pInputBuffer++; in WT_VoiceGain()
115 tmp2 *= tmp0; in WT_VoiceGain()
127 tmp0 = tmp2 * gainLeft; in WT_VoiceGain()
129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS; in WT_VoiceGain()
130 tmp1 += tmp0; in WT_VoiceGain()
137 tmp0 = tmp2 * gainRight; in WT_VoiceGain()
139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS; in WT_VoiceGain()
140 tmp1 += tmp0; in WT_VoiceGain()
422 EAS_I32 tmp0; in WT_NoiseGenerator() local
[all …]
DARM-E_voice_gain_gnu.s45 tmp0 .req r4 label
85 LDR tmp0, [pWTFrame, #m_prevGain]
92 SMULBB gainLeft, tmp0, gainLeft
100 SMULBB gainRight, tmp0, gainRight
107 LDRSH tmp0, [pInputBuffer], #2
114 SMLAWB tmp1, gainLeft, tmp0, tmp1
122 SMLAWB tmp2, gainRight, tmp0, tmp2
126 LDRGTSH tmp0, [pInputBuffer], #2
146 LDRSH tmp0, [pInputBuffer], #NEXT_OUTPUT_PCM @ fetch voice output
150 SMULWB tmp0, gain, tmp0 @ sample * local gain
[all …]
DARM-E_interpolate_loop_gnu.s45 tmp0 .req r1 @reuse register label
81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end
82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start
85 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
88 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
107 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
110 ADD tmp1, tmp0, tmp1, ASR #(NUM_EG1_FRAC_BITS-6) @ tmp1 = tmp0 + (tmp1 >> (15-6))
DARM-E_interpolate_noloop_gnu.s49 tmp0 .req r1 @ reuse register label
77 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
80 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
99 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
102 ADD tmp1, tmp0, tmp1, ASR #(NUM_EG1_FRAC_BITS-6) @ tmp1 = tmp0 + (tmp1 >> (15-6))
DARM-E_filter_gnu.s49 tmp0 .req r1 @ reuse register label
88 LDRSH tmp0, [pBuffer] @ fetch sample
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
100 MOV z1, tmp0, ASR #14 @ shift result to low word
115 LDRGTSH tmp0, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_wtengine.c80 EAS_I32 tmp0; in WT_VoiceGain() local
109 tmp0 = *pInputBuffer++; in WT_VoiceGain()
115 tmp2 *= tmp0; in WT_VoiceGain()
127 tmp0 = tmp2 * gainLeft; in WT_VoiceGain()
129 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS; in WT_VoiceGain()
130 tmp1 += tmp0; in WT_VoiceGain()
137 tmp0 = tmp2 * gainRight; in WT_VoiceGain()
139 tmp0 = tmp0 >> NUM_MIXER_GUARD_BITS; in WT_VoiceGain()
140 tmp1 += tmp0; in WT_VoiceGain()
422 EAS_I32 tmp0; in WT_NoiseGenerator() local
[all …]
DARM-E_interpolate_loop_gnu.s45 tmp0 .req r1 @reuse register label
81 SUBS tmp0, pPhaseAccum, pLoopEnd @ check for loop end
82 ADDGE pPhaseAccum, pLoopStart, tmp0 @ loop back to start
85 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
88 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0
94 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
105 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
107 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
110 ADD tmp1, tmp0, tmp1, ASR #(NUM_EG1_FRAC_BITS-6) @ tmp1 = tmp0 + (tmp1 >> (15-6))
DARM-E_voice_gain_gnu.s45 tmp0 .req r4 label
85 LDR tmp0, [pWTFrame, #m_prevGain]
92 SMULBB gainLeft, tmp0, gainLeft
100 SMULBB gainRight, tmp0, gainRight
107 LDRSH tmp0, [pInputBuffer], #2
114 SMLAWB tmp1, gainLeft, tmp0, tmp1
122 SMLAWB tmp2, gainRight, tmp0, tmp2
126 LDRGTSH tmp0, [pInputBuffer], #2
146 LDRSH tmp0, [pInputBuffer], #NEXT_OUTPUT_PCM @ fetch voice output
150 SMULWB tmp0, gain, tmp0 @ sample * local gain
[all …]
DARM-E_interpolate_noloop_gnu.s49 tmp0 .req r1 @ reuse register label
77 LDRSB tmp0, [pPhaseAccum] @ tmp0 = x0
80 LDRSH tmp0, [pPhaseAccum] @ tmp0 = x0
86 SUB tmp1, tmp1, tmp0 @ tmp1 = x1 - x0
97 MOV tmp0, tmp0, LSL #6 @ boost 8-bit signal by 36dB
99 MOV tmp0, tmp0, ASR #2 @ reduce 16-bit signal by 12dB
102 ADD tmp1, tmp0, tmp1, ASR #(NUM_EG1_FRAC_BITS-6) @ tmp1 = tmp0 + (tmp1 >> (15-6))
DARM-E_filter_gnu.s49 tmp0 .req r1 @ reuse register label
88 LDRSH tmp0, [pBuffer] @ fetch sample
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
100 MOV z1, tmp0, ASR #14 @ shift result to low word
115 LDRGTSH tmp0, [pBuffer, #NEXT_OUTPUT_PCM] @ fetch next sample
/external/jpeg/
Djidctred.c122 INT32 tmp0, tmp2, tmp10, tmp12; variable
158 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
159 tmp0 <<= (CONST_BITS+1);
166 tmp10 = tmp0 + tmp2;
167 tmp12 = tmp0 - tmp2;
176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1);
191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1);
220 tmp0 = ((INT32) wsptr[0]) << (CONST_BITS+1);
225 tmp10 = tmp0 + tmp2;
[all …]
Djidctint.c152 INT32 tmp0, tmp1, tmp2, tmp3; variable
216 tmp0 = (z2 + z3) << CONST_BITS;
219 tmp10 = tmp0 + tmp3;
220 tmp13 = tmp0 - tmp3;
228 tmp0 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
233 z1 = tmp0 + tmp3;
235 z3 = tmp0 + tmp2;
239 tmp0 = MULTIPLY(tmp0, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
251 tmp0 += z1 + z3;
264 wsptr[DCTSIZE*3] = (int) DESCALE(tmp13 + tmp0, CONST_BITS-PASS1_BITS);
[all …]
Djidctflt.c72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
123 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
128 tmp10 = tmp0 + tmp2; /* phase 3 */
129 tmp11 = tmp0 - tmp2;
134 tmp0 = tmp10 + tmp13; /* phase 2 */
162 wsptr[DCTSIZE*0] = tmp0 + tmp7;
163 wsptr[DCTSIZE*7] = tmp0 - tmp7;
196 tmp0 = tmp10 + tmp13;
221 outptr[0] = range_limit[(int) DESCALE((INT32) (tmp0 + tmp7), 3)
223 outptr[7] = range_limit[(int) DESCALE((INT32) (tmp0 - tmp7), 3)
Djfdctflt.c61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
71 tmp0 = dataptr[0] + dataptr[7];
82 tmp10 = tmp0 + tmp3; /* phase 2 */
83 tmp13 = tmp0 - tmp3;
121 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
132 tmp10 = tmp0 + tmp3; /* phase 2 */
133 tmp13 = tmp0 - tmp3;
Djfdctfst.c116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
127 tmp0 = dataptr[0] + dataptr[7];
138 tmp10 = tmp0 + tmp3; /* phase 2 */
139 tmp13 = tmp0 - tmp3;
177 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
188 tmp10 = tmp0 + tmp3; /* phase 2 */
189 tmp13 = tmp0 - tmp3;
Djidctfst.c172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
224 tmp0 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
229 tmp10 = tmp0 + tmp2; /* phase 3 */
230 tmp11 = tmp0 - tmp2;
235 tmp0 = tmp10 + tmp13; /* phase 2 */
263 wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7);
264 wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7);
322 tmp0 = tmp10 + tmp13;
347 outptr[0] = range_limit[IDESCALE(tmp0 + tmp7, PASS1_BITS+3)
349 outptr[7] = range_limit[IDESCALE(tmp0 - tmp7, PASS1_BITS+3)
Djfdctint.c142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; variable
155 tmp0 = dataptr[0] + dataptr[7];
168 tmp10 = tmp0 + tmp3;
169 tmp13 = tmp0 - tmp3;
220 tmp0 = dataptr[DCTSIZE*0] + dataptr[DCTSIZE*7];
233 tmp10 = tmp0 + tmp3;
234 tmp13 = tmp0 - tmp3;
/external/openssl/crypto/bn/asm/
Dsparcv9-mont.pl64 $tmp0="%g4";
112 mulx $apj,$mul0,$tmp0 !prologue! ap[1]*bp[0]
126 mov $tmp0,$acc0 !prologue!
129 mulx $apj,$mul0,$tmp0
139 mov $tmp0,$acc0
148 mulx $apj,$mul0,$tmp0 !epilogue!
158 add $tmp0,$car0,$car0
183 mulx $apj,$mul0,$tmp0 !prologue!
197 mov $tmp0,$acc0 !prologue!
200 mulx $apj,$mul0,$tmp0
[all …]
/external/skia/src/core/
DSkPathMeasure.cpp295 SkPoint tmp0[7], tmp1[7]; in seg_to() local
317 SkChopQuadAt(pts, tmp0, stopT); in seg_to()
318 dst->quadTo(tmp0[1], tmp0[2]); in seg_to()
321 SkChopQuadAt(pts, tmp0, startT); in seg_to()
323 dst->quadTo(tmp0[3], tmp0[4]); in seg_to()
325 SkChopQuadAt(&tmp0[2], tmp1, SkScalarDiv(stopT - startT, in seg_to()
336 SkChopCubicAt(pts, tmp0, stopT); in seg_to()
337 dst->cubicTo(tmp0[1], tmp0[2], tmp0[3]); in seg_to()
340 SkChopCubicAt(pts, tmp0, startT); in seg_to()
342 dst->cubicTo(tmp0[4], tmp0[5], tmp0[6]); in seg_to()
[all …]
/external/bluetooth/bluez/sbc/
Dsbc_primitives.c450 int32_t tmp0, tmp1; in sbc_calc_scalefactors_j() local
458 tmp0 = fabs(sb_sample_f[blk][0][sb]); in sbc_calc_scalefactors_j()
460 if (tmp0 != 0) in sbc_calc_scalefactors_j()
461 x |= tmp0 - 1; in sbc_calc_scalefactors_j()
474 tmp0 = sb_sample_f[blk][0][sb]; in sbc_calc_scalefactors_j()
476 sb_sample_j[blk][0] = ASR(tmp0, 1) + ASR(tmp1, 1); in sbc_calc_scalefactors_j()
477 sb_sample_j[blk][1] = ASR(tmp0, 1) - ASR(tmp1, 1); in sbc_calc_scalefactors_j()
478 tmp0 = fabs(tmp0); in sbc_calc_scalefactors_j()
480 if (tmp0 != 0) in sbc_calc_scalefactors_j()
481 x |= tmp0 - 1; in sbc_calc_scalefactors_j()
[all …]
/external/v8/test/mjsunit/
Ddelete-vars-from-eval.js32 assertEquals(0, tmp0);
33 assertTrue(delete tmp0);
34 assertTrue(typeof(tmp0) == 'undefined');
/external/skia/src/utils/
DSkCullPoints.cpp26 Sk64 tmp0, tmp1; in cross_product_is_neg() local
28 tmp0.setMul(v.fX, dy); in cross_product_is_neg()
30 tmp0.sub(tmp1); in cross_product_is_neg()
31 return tmp0.isNeg(); in cross_product_is_neg()

12