Searched refs:tmp2 (Results 126 - 150 of 320) sorted by relevance

1234567891011>>

/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_64.c48 sljit_uw tmp2; local
84 tmp2 = imm & ((1ul << (63 - shift)) - 1);
86 if (tmp2 <= 0xffff) {
89 return push_inst(compiler, ORI | S(reg) | A(reg) | tmp2);
92 if (tmp2 <= 0xffffffff) {
95 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | (tmp2 >> 16)));
96 return (imm & 0xffff) ? push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp2)) : SLJIT_SUCCESS;
99 ASM_SLJIT_CLZ(tmp2, shift2);
100 tmp2 <<= shift2;
102 if ((tmp2
[all...]
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dsixtap_filter_msa.c396 v16u8 tmp0, tmp1, tmp2, tmp3; local
435 tmp0, tmp1, tmp2, tmp3);
436 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3);
437 ST_UB4(tmp0, tmp1, tmp2, tmp3, dst, dst_stride);
536 v8i16 tmp0, tmp1, tmp2, tmp3; local
586 tmp2 = DPADD_SH3_SH(out1, out2, out7, filt_vt0, filt_vt1, filt_vt2);
593 SRARI_H4_SH(tmp0, tmp1, tmp2, tmp3, 7);
594 SAT_SH4_SH(tmp0, tmp1, tmp2, tmp3, 7);
596 vec1 = PCKEV_XORI128_UB(tmp2, tmp3);
865 v16u8 tmp0, tmp1, tmp2, tmp local
980 v8i16 filt, filt_vt0, filt_vt1, tmp0, tmp1, tmp2, tmp3; local
1123 v8i16 tmp0, tmp1, tmp2, tmp3, vec0, vec1, vec2, vec3; local
1269 v8i16 filt, filt_vt0, filt_vt1, filt_vt2, tmp0, tmp1, tmp2, tmp3; local
[all...]
H A Didct_msa.c138 v8i16 input0, input1, tmp0, tmp1, tmp2, tmp3, out0, out1; local
148 VSHF_H2_SH(tmp0, tmp1, tmp0, tmp1, mask0, mask1, tmp2, tmp3);
149 out0 = tmp2 + tmp3;
150 out1 = tmp2 - tmp3;
154 VSHF_H2_SH(tmp0, tmp1, tmp0, tmp1, mask0, mask1, tmp2, tmp3);
155 tmp0 = tmp2 + tmp3;
156 tmp1 = tmp2 - tmp3;
/external/webp/src/dsp/
H A Ddec_msa.c83 v8i16 tmp0, tmp1, tmp2, tmp3; local
90 VSHF_H2_SH(tmp0, tmp1, tmp0, tmp1, mask0, mask1, tmp2, tmp3);
91 out0 = tmp2 + tmp3;
92 out1 = tmp2 - tmp3;
96 VSHF_H2_SH(tmp0, tmp1, tmp0, tmp1, mask0, mask1, tmp2, tmp3);
97 tmp0 = tmp2 + tmp3;
98 tmp1 = tmp2 - tmp3;
365 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
383 ILVRL_B2_SH(q2, q1, tmp2, tmp5);
385 ST6x1_UB(tmp3, 0, tmp2,
447 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local
531 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
596 v4i32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local
[all...]
H A Dlossless_mips_dsp_r2.c31 int tmp1, tmp2, tmp3, tmp4; \
35 "lbu %[tmp2], 1(%[src]) \n\t" \
42 "lw %[tmp2], 4(%[src]) \n\t" \
46 "ext %[tmp2], %[tmp2], 8, 8 \n\t" \
52 "sll %[tmp2], %[tmp2], 2 \n\t" \
56 "lwx %[tmp2], %[tmp2](%[color_map]) \n\t" \
61 "ext %[tmp2],
[all...]
H A Dupsampling_msa.c162 v16u8 out0, out1, out2, tmp0, tmp1, tmp2; \
165 tmp2 = SLDI_UB(tmp1, tmp0, 11); \
166 out1 = VSHF_UB(tmp2, a2, mask1); \
167 tmp2 = SLDI_UB(tmp1, tmp1, 6); \
168 out2 = VSHF_UB(tmp2, a2, mask2); \
189 v16u8 tmp0, tmp1, tmp2, tmp3; \
192 ILVRL_B2_UB(a3, a2, tmp2, tmp3); \
193 ILVRL_H2_UB(tmp2, tmp0, out0, out1); \
202 v16u8 tmp0, tmp1, tmp2, tmp3; \
204 ILVRL_H2_UB(tmp1, tmp0, tmp2, tmp
[all...]
H A Dfilters_msa.c109 const v16u8 tmp2 = LD_UB(ppred - stride - 1); local
113 ILVRL_B2_SH(zero, tmp2, c0, c1);
/external/eigen/Eigen/src/Core/arch/NEON/
H A DPacketMath.h506 float32x4x2_t tmp2 = vzipq_f32(kernel.packet[2], kernel.packet[3]); local
508 kernel.packet[0] = vcombine_f32(vget_low_f32(tmp1.val[0]), vget_low_f32(tmp2.val[0]));
509 kernel.packet[1] = vcombine_f32(vget_high_f32(tmp1.val[0]), vget_high_f32(tmp2.val[0]));
510 kernel.packet[2] = vcombine_f32(vget_low_f32(tmp1.val[1]), vget_low_f32(tmp2.val[1]));
511 kernel.packet[3] = vcombine_f32(vget_high_f32(tmp1.val[1]), vget_high_f32(tmp2.val[1]));
517 int32x4x2_t tmp2 = vzipq_s32(kernel.packet[2], kernel.packet[3]); local
518 kernel.packet[0] = vcombine_s32(vget_low_s32(tmp1.val[0]), vget_low_s32(tmp2.val[0]));
519 kernel.packet[1] = vcombine_s32(vget_high_s32(tmp1.val[0]), vget_high_s32(tmp2.val[0]));
520 kernel.packet[2] = vcombine_s32(vget_low_s32(tmp1.val[1]), vget_low_s32(tmp2.val[1]));
521 kernel.packet[3] = vcombine_s32(vget_high_s32(tmp1.val[1]), vget_high_s32(tmp2
[all...]
/external/libjpeg-turbo/simd/
H A Djidctint-mmx.asm198 ; tmp2 = z1 + z3 * -1.847759065;
202 ; tmp2 = z2 * 0.541196100 + z3 * (0.541196100 - 1.847759065);
298 ; z1 = tmp0 + tmp3; z2 = tmp1 + tmp2;
300 ; tmp2 = tmp2 * 3.072711026; tmp3 = tmp3 * 1.501321110;
303 ; tmp2 += z2 + z3; tmp3 += z1 + z4;
307 ; tmp1 = tmp1 * (2.053119869 - 2.562915447) + tmp2 * -2.562915447;
308 ; tmp2 = tmp1 * -2.562915447 + tmp2 * (3.072711026 - 2.562915447);
311 ; tmp2
[all...]
H A Djidctint-sse2-64.asm185 ; tmp2 = z1 + z3 * -1.847759065;
189 ; tmp2 = z2 * 0.541196100 + z3 * (0.541196100 - 1.847759065);
285 ; z1 = tmp0 + tmp3; z2 = tmp1 + tmp2;
287 ; tmp2 = tmp2 * 3.072711026; tmp3 = tmp3 * 1.501321110;
290 ; tmp2 += z2 + z3; tmp3 += z1 + z4;
294 ; tmp1 = tmp1 * (2.053119869 - 2.562915447) + tmp2 * -2.562915447;
295 ; tmp2 = tmp1 * -2.562915447 + tmp2 * (3.072711026 - 2.562915447);
298 ; tmp2
[all...]
H A Djidctint-sse2.asm192 ; tmp2 = z1 + z3 * -1.847759065;
196 ; tmp2 = z2 * 0.541196100 + z3 * (0.541196100 - 1.847759065);
292 ; z1 = tmp0 + tmp3; z2 = tmp1 + tmp2;
294 ; tmp2 = tmp2 * 3.072711026; tmp3 = tmp3 * 1.501321110;
297 ; tmp2 += z2 + z3; tmp3 += z1 + z4;
301 ; tmp1 = tmp1 * (2.053119869 - 2.562915447) + tmp2 * -2.562915447;
302 ; tmp2 = tmp1 * -2.562915447 + tmp2 * (3.072711026 - 2.562915447);
305 ; tmp2
[all...]
/external/boringssl/src/crypto/fipsmodule/bn/
H A Dsqrt.c434 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; local
490 tmp2 = last_delta;
492 delta = tmp2;
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dloopfilter_4_msa.c111 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5; local
137 ILVRL_H2_SH(tmp1, tmp0, tmp2, tmp3);
143 ST4x8_UB(tmp2, tmp3, src, pitch);
H A Dsub_pixel_variance_msa.c598 v8u16 tmp0, tmp1, tmp2, tmp3; local
619 tmp2, tmp3);
620 SRARI_H4_UH(tmp0, tmp1, tmp2, tmp3, FILTER_BITS);
621 PCKEV_B2_UB(tmp1, tmp0, tmp3, tmp2, src0, src1);
642 v8u16 tmp0, tmp1, tmp2, tmp3; local
667 DOTP_UB2_UH(vec2, vec3, filt0, filt0, tmp2, tmp3);
668 SRARI_H2_UH(tmp2, tmp3, FILTER_BITS);
669 out1 = (v16u8)__msa_pckev_b((v16i8)tmp3, (v16i8)tmp2);
674 DOTP_UB2_UH(vec6, vec7, filt0, filt0, tmp2, tmp3);
675 SRARI_H2_UH(tmp2, tmp
788 v8u16 tmp0, tmp1, tmp2, tmp3; local
1051 v16u8 tmp0, tmp1, tmp2, tmp3; local
1205 v8u16 tmp0, tmp1, tmp2, tmp3; local
1253 v8u16 tmp0, tmp1, tmp2, tmp3; local
1420 v8u16 hz_out0, hz_out1, tmp0, tmp1, tmp2, tmp3; local
[all...]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dpa_avx.cpp887 __m256 tmp0, tmp1, tmp2; local
904 tmp2 = _mm256_blend_ps(v1[i], tmp1, 0xF0); // tmp2 = { v1, v2, *, *, v7, *, v4, v5 }
905 tmp1 = _mm256_permute2f128_ps(tmp2, tmp2, 0x1); // tmp1 = { v7, *, v4, v5, * *, *, * }
907 v1[i] = _mm256_blend_ps(tmp2, v1[i], 0xE0); // v1 = { v1, v2, *, *, v7, v8, v10, v11 }
913 tmp1 = _mm256_permute_ps(tmp2, 0x31); // tmp1 = { v2, *, v5, *, *, *, *, * }
917 tmp2 = _mm256_sub_ps(v0[i], v1[i]);
918 tmp2 = _mm256_add_ps(tmp2, v
[all...]
/external/libopus/celt/
H A Dcelt_lpc.c66 opus_val32 tmp1, tmp2; local
68 tmp2 = lpc[i-1-j];
69 lpc[j] = tmp1 + MULT32_32_Q31(r,tmp2);
70 lpc[i-1-j] = tmp2 + MULT32_32_Q31(r,tmp1);
/external/libvpx/libvpx/vpx_dsp/
H A Dquantize.c203 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; local
205 (uint32_t)((tmp2 * quant_shift_ptr[rc != 0]) >> 16);
310 const int64_t tmp2 = ((tmp1 * quant_ptr[rc != 0]) >> 16) + tmp1; local
312 (uint32_t)((tmp2 * quant_shift_ptr[rc != 0]) >> 15);
/external/valgrind/callgrind/
H A Dcallgrind_annotate.in652 my $tmp2 = $called_funcs->{$curr_name};
653 $tmp2 = {} unless defined $tmp2;
654 $$tmp2{$curr_cname} = 1;
655 $called_funcs->{$curr_name} = $tmp2;
942 my $tmp2 = $called_funcs->{$fn_name};
943 if (defined $tmp2) {
944 foreach my $called (keys %$tmp2) {
/external/eigen/Eigen/src/Core/arch/AVX/
H A DPacketMath.h459 Packet8f tmp2 = _mm256_permute2f128_ps (tmp1, tmp1, 1); local
460 first = _mm256_blend_ps(tmp1, tmp2, 0x88);
466 Packet8f tmp2 = _mm256_permute2f128_ps (tmp1, tmp1, 1); local
467 first = _mm256_blend_ps(tmp1, tmp2, 0xcc);
473 Packet8f tmp2 = _mm256_permute2f128_ps (tmp1, tmp1, 1); local
474 first = _mm256_blend_ps(tmp1, tmp2, 0xee);
480 Packet8f tmp2 = _mm256_permute2f128_ps (tmp1, tmp1, 1); local
481 first = _mm256_permute_ps(tmp2, _MM_SHUFFLE(3,2,1,0));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationKanaTest.java182 char[] tmp2 = { 0x3057, 0x3099, 0x30B7, 0x3099 };
186 String string2 = new String(tmp2);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationKanaTest.java181 char[] tmp2 = { 0x3057, 0x3099, 0x30B7, 0x3099 };
185 String string2 = new String(tmp2);
/external/libvpx/libvpx/vp8/encoder/
H A Dtokenize.c198 int tmp1, tmp2; local
205 tmp2 = vp8_block2left[block];
208 l = (ENTROPY_CONTEXT *)xd->left_context + tmp2;
276 tmp2 = vp8_block2left[block];
279 l = (ENTROPY_CONTEXT *)xd->left_context + tmp2;
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h516 Packet4f tmp0, tmp1, tmp2; local
519 tmp2 = _mm_unpackhi_ps(vecs[2], vecs[3]);
522 tmp1 = _mm_add_ps(tmp1, tmp2);
523 tmp2 = _mm_movehl_ps(tmp1, tmp0);
525 return _mm_add_ps(tmp0, tmp2);
577 Packet4i tmp0, tmp1, tmp2; local
580 tmp2 = _mm_unpackhi_epi32(vecs[2], vecs[3]);
583 tmp1 = _mm_add_epi32(tmp1, tmp2);
584 tmp2 = _mm_unpacklo_epi64(tmp0, tmp1);
586 return _mm_add_epi32(tmp0, tmp2);
[all...]
/external/libopus/silk/x86/
H A DNSQ_sse.c269 opus_int32 tmp1, tmp2, sLF_AR_shp_Q14; local
478 tmp2 = silk_SUB32( LTP_pred_Q13, n_LTP_Q13 ); /* Q13 */
479 tmp1 = silk_ADD_LSHIFT32( tmp2, tmp1, 1 ); /* Q13 */
491 tmp2 = -r_Q10;
492 if ( NSQ->rand_seed < 0 ) r_Q10 = tmp2;
513 tmp2 = -exc_Q14;
514 if ( NSQ->rand_seed < 0 ) exc_Q14 = tmp2;
/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c367 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
387 in12, in13, in14, in15, tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6,
391 FDCT8x16_EVEN(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp0, tmp1,
392 tmp2, tmp3, tmp4, tmp5, tmp6, tmp7);
397 TRANSPOSE8x8_SH_SH(tmp0, in0, tmp1, in1, tmp2, in2, tmp3, in3, tmp0, in0,
398 tmp1, in1, tmp2, in2, tmp3, in3);
399 ST_SH8(tmp0, in0, tmp1, in1, tmp2, in2, tmp3, in3, out, 16);

Completed in 832 milliseconds

1234567891011>>