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

1 2 3

  /external/clang/test/CodeGen/
mips-inline-asm.c 22 int temp0; local
24 "mfhi %[temp0], $ac1 \n\t"
25 : [temp0]"=&r"(temp0)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 27 int32 *temp0, *temp1; local
34 temp0 = (int32 *)prev;
37 temp1[0] = temp0[0];
38 temp1[1] = temp0[1];
39 temp1[2] = temp0[2];
40 temp1[3] = temp0[3];
45 temp0 = (int32 *)prev;
48 temp1[0] = temp0[0];
49 temp1[1] = temp0[1];
50 temp1[2] = temp0[2]
88 int32 *temp0, *temp1; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
fdct32x32_vsx.c 227 int16x8_t temp0[32]; // Hold stages: 1, 4, 7 local
234 temp0[i] = vec_add(in[i], in[31 - i]);
242 temp1[i] = vec_add(temp0[i], temp0[15 - i]);
243 temp1[i + 8] = vec_sub(temp0[7 - i], temp0[i + 8]);
318 temp0[7] = vec_sub(temp1[0], temp1[7]);
319 temp0[4] = vec_sub(temp1[3], temp1[4]);
320 temp0[16] = vec_add(temp1[16], temp1[23]);
321 temp0[17] = vec_add(temp1[17], temp1[22])
471 int16x8_t temp0[32]; local
    [all...]
  /external/libavc/common/x86/
ih264_ihadamard_scaling_sse42.c 98 __m128i temp0, temp1, temp2, temp3; local
125 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 b0 a1 b1
129 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0
130 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1
134 temp0 = _mm_add_epi32(src_r0, src_r3);
139 src_r0 = _mm_add_epi32(temp0, temp1);
141 src_r2 = _mm_sub_epi32(temp0, temp1);
154 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 a1 b0 b1
158 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3
159 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b0 b1 b2 b
211 __m128i src, plane_0, plane_1, temp0, temp1, sign_reg; local
    [all...]
ih264_resi_trans_quant_sse42.c 120 __m128i temp0, temp1, temp2, temp3; local
165 temp0 = _mm_unpacklo_epi16(src_r0, src_r1); //a0 b0 a1 b1 a2 b2 a3 b3
167 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 b0 c0 d0 a1 b1 c1 d1
168 temp3 = _mm_unpackhi_epi32(temp0, temp2); //a2 b2 c2 d2 a3 b3 c3 d3
177 temp0 = _mm_add_epi16(src_r0, src_r3);
186 src_r0 = _mm_add_epi16(temp0, temp1);
191 src_r2 = _mm_sub_epi16(temp0, temp1);
203 temp0 = _mm_unpacklo_epi16(src_r0, src_r1); //a0 a1 b0 b1 c0 c1 d0 d1
205 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 a1 a2 a3 b0 b1 b2 b3
206 temp3 = _mm_unpackhi_epi32(temp0, temp2); //c0 c1 c2 c3 d0 d1 d2 d
394 __m128i temp0, temp1, temp2, temp3; local
678 __m128i temp0, temp1, temp2, temp3; local
904 __m128i src, plane_0, plane_1, temp0, temp1, sign_reg; local
    [all...]
ih264_ihadamard_scaling_ssse3.c 98 __m128i temp0, temp1, temp2, temp3; local
127 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 b0 a1 b1
131 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0
132 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1
136 temp0 = _mm_add_epi32(src_r0, src_r3);
141 src_r0 = _mm_add_epi32(temp0, temp1);
143 src_r2 = _mm_sub_epi32(temp0, temp1);
156 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 a1 b0 b1
160 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3
161 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b0 b1 b2 b
    [all...]
ih264_iquant_itrans_recon_sse42.c 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
136 temp0 = _mm_mullo_epi16(scalemat_r0_r1, dequant_r0_r1); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 b11*q11 b12*q12 b13*q13 -- 16 bit result
139 temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long
140 temp5 = _mm_unpackhi_epi16(temp0, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bit long
194 temp0 = _mm_add_epi32(resq_r0, resq_r2);
205 resq_r0 = _mm_add_epi32(temp0, temp3);
211 resq_r3 = _mm_sub_epi32(temp0, temp3);
246 temp0 = _mm_add_epi32(resq_r0, resq_r2);
257 temp4 = _mm_add_epi32(temp0, temp3);
272 temp7 = _mm_sub_epi32(temp0, temp3)
368 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
  /external/webp/src/dsp/
yuv_mips32.c 29 int temp0, temp1, temp2, temp3, temp4; \
35 temp0 = MultHi(y[0], 19077); \
40 r = VP8Clip8(temp0 + temp1); \
41 g = VP8Clip8(temp0 - temp2); \
42 b = VP8Clip8(temp0 + temp4); \
43 temp0 = MultHi(y[1], 19077); \
48 r = VP8Clip8(temp0 + temp1); \
49 g = VP8Clip8(temp0 - temp2); \
50 b = VP8Clip8(temp0 + temp4); \
65 temp0 = MultHi(y[0], 19077);
    [all...]
alpha_processing_mips_dsp_r2.c 23 int i, j, temp0; local
32 "ulw %[temp0], 0(%[palpha]) \n\t"
35 "srl %[temp1], %[temp0], 8 \n\t"
36 "srl %[temp2], %[temp0], 16 \n\t"
37 "srl %[temp3], %[temp0], 24 \n\t"
38 "and %[alpha_mask], %[alpha_mask], %[temp0] \n\t"
39 "sb %[temp0], -16(%[pdst]) \n\t"
43 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
53 "lbu %[temp0], 0(%[palpha]) \n\t
95 int temp0, temp1, temp2, temp3, alpha; local
132 int temp0, temp1, temp2, temp3, offset; local
174 int temp0, temp1, temp2, offset; local
    [all...]
lossless_mips_dsp_r2.c 96 int temp0, temp1, temp2, temp3, temp4, temp5; local
103 "preceu.ph.qbl %[temp0], %[c2] \n\t"
105 "subq.ph %[temp4], %[temp4], %[temp0] \n\t"
111 : [temp0]"=r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
121 int temp0, temp1, temp2, temp3, temp4, temp5; local
131 "shrl.ph %[temp0], %[temp4], 15 \n\t"
133 "addq.ph %[temp4], %[temp0], %[temp4] \n\t"
141 : [temp0]"=r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2)
150 int temp0, temp1, temp2, temp3, temp4, temp5; local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
295 int temp0, temp1, temp2, temp3, temp4, temp5; local
365 int temp0, temp1, temp2, temp3; local
417 int temp0, temp1, temp2, temp3; local
467 int temp0, temp1, temp2, temp3, temp4, temp5; local
541 int temp0, temp1, temp2, temp3, temp4, temp5; local
619 int temp0, temp1, temp2, temp3; local
    [all...]
dec_mips_dsp_r2.c 490 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
502 "lbux %[temp0], %[temp5](%[p]) \n\t"
504 "subu %[temp6], %[temp0], %[temp3] \n\t"
521 "shll_s.w %[temp0], %[temp7], 27 \n\t"
523 "sra %[temp0], %[temp0], 27 \n\t"
525 "addu %[temp7], %[temp1], %[temp0] \n\t"
536 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
545 // TEMP0 = SRC[A + A1 * BPS
559 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
631 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
660 int temp0, temp1, temp2, temp3, temp4; local
682 int temp0, temp1, temp2, temp3, temp4; local
732 int temp0, temp1, temp2, temp3, temp4; local
779 int temp0, temp1, temp2, temp3, temp4; local
816 int temp0, temp1; local
839 int temp0, temp1, temp2, temp3, temp4; local
    [all...]
cost_mips32.c 19 int temp0, temp1; local
45 "sll %[temp0], %[n], 1 \n\t"
47 " addu %[res_coeffs], %[res_coeffs], %[temp0] \n\t"
51 "negu %[temp0], %[v_reg] \n\t"
53 "movn %[v_reg], %[temp0], %[temp1] \n\t"
54 "sltiu %[temp0], %[v_reg], 2 \n\t"
56 "movz %[ctx_reg], %[const_2], %[temp0] \n\t"
60 "slt %[temp0], %[v_reg], %[const_max_level] \n\t"
61 "movz %[v_reg], %[const_max_level], %[temp0] \n\t"
66 "lhu %[temp0], 0(%[v_reg]) \n\t
102 int temp0, temp1, temp2, n, n1; local
    [all...]
enc_mips_dsp_r2.c 50 // dpa.w.ph $ac0 temp0 ,temp1
51 // $ac += temp0[31..16] * temp1[31..16] + temp0[15..0] * temp1[15..0]
52 // dpax.w.ph $ac0 temp0 ,temp1
53 // $ac += temp0[31..16] * temp1[15..0] + temp0[15..0] * temp1[31..16]
76 // temp0..temp15 holds tmp[0]..tmp[15]
78 // TEMP0..TEMP3 - registers for corresponding tmp elements
79 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \
80 "lw %[" #TEMP0 "], 0(%[args]) \n\t"
148 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
486 int temp0, temp1, temp2, temp3; local
549 int temp0, temp1, temp2, temp3; local
592 int temp0, temp1; local
613 int a10, a32, temp0, temp1, temp2, temp3, temp4, temp5; local
668 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
699 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
735 int temp0, temp1, temp2, temp3, temp4, temp5; local
784 int temp0, temp1, temp2, temp3, temp4; local
834 int temp0, temp1, temp2, temp3, temp4, temp5; local
881 int temp0, temp1, temp2, temp3, temp4; local
930 int temp0, temp1, temp2, temp3, temp4; local
978 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
1084 int temp0, temp1, temp2, temp3; local
1114 int temp0, temp1, temp2, temp3; local
1136 int temp0, temp1, temp2, temp3; local
1154 int temp0, temp1, temp2, temp3; local
1277 int temp0, temp1, temp2, temp3, temp4, temp5,temp6; local
1364 int temp0, temp1, temp2, temp3, temp4; local
1463 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
lossless_enc_mips32.c 108 int i, temp0, temp1; local
117 "lw %[temp0], 0(%[pop]) \n\t"
121 "madd %[i], %[temp0] \n\t"
125 "mfhi %[temp0] \n\t"
127 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
133 return (double)((int64_t)temp0 << 32 | temp1);
154 int i, temp0, temp1, temp2, temp3; local
164 "lw %[temp0], 0(%[pX]) \n\t"
169 "addu %[temp0], %[temp0], %[temp1] \n\t
222 int temp0, temp1, temp2, temp3; local
349 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
360 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
cost_mips_dsp_r2.c 19 int temp0, temp1; local
48 "sll %[temp0], %[n], 1 \n\t"
49 "lhx %[v_reg], %[temp0](%[res_coeffs]) \n\t"
52 "sltiu %[temp0], %[v_reg], 2 \n\t"
54 "movz %[ctx_reg], %[const_2], %[temp0] \n\t"
57 "slt %[temp0], %[v_reg], %[const_max_level] \n\t"
58 "movz %[v_reg], %[const_max_level], %[temp0] \n\t"
62 "lhx %[temp0], %[v_reg](%[t]) \n\t"
65 "addu %[cost], %[cost], %[temp0] \n\t"
71 [ctx_reg]"=&r"(ctx_reg), [p_costs]"+&r"(p_costs), [temp0]"=&r"(temp0)
    [all...]
lossless_enc_mips_dsp_r2.c 23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
32 "lw %[temp0], 0(%[argb_data]) \n\t"
36 "ext %[temp4], %[temp0], 8, 8 \n\t"
45 "subu.qb %[temp0], %[temp0], %[temp4] \n\t"
49 "sw %[temp0], -16(%[argb_data]) \n\t"
58 "lw %[temp0], 0(%[argb_data]) \n\t"
60 "ext %[temp4], %[temp0], 8, 8 \n\t"
62 "subu.qb %[temp0], %[temp0], %[temp4] \n\t
83 int temp0, temp1, temp2, temp3, temp4, temp5; local
189 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
240 int temp0, temp1, temp2, temp3, temp4; local
    [all...]
enc_mips32.c 29 // temp0..temp15 holds tmp[0]..tmp[15]
31 // TEMP0..TEMP3 - registers for corresponding tmp elements
33 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \
40 "mul %[" #TEMP0 "], %[temp17], %[kC2] \n\t" \
44 "sra %[" #TEMP0 "], %[" #TEMP0 "], 16 \n\n" \
48 "subu %[" #TEMP2 "], %[" #TEMP0 "], %[temp18] \n\t" \
50 "addu %[" #TEMP0 "], %[" #TEMP4 "], %[" #TEMP3 "] \n\t" \
58 // temp0..temp15 holds tmp[0]..tmp[15]
60 // TEMP0, TEMP4, TEMP8 and TEMP12 - registers for corresponding tmp element
119 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
193 int temp0, temp1, temp2, temp3, temp4, temp5; local
368 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
484 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
546 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
580 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
606 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
628 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
dct_msa.c 71 v8i16 temp0, temp1; local
80 BUTTERFLY_4(in0, in1, in2, in3, temp0, temp1, in1, in3);
81 SLLI_4V(temp0, temp1, in1, in3, 3);
82 in0 = temp0 + temp1;
83 in2 = temp0 - temp1;
85 temp0 = __msa_ilvr_h(in3, in1);
90 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1);
96 BUTTERFLY_4(in0, in1, in2, in3, temp0, temp1, in1, in3);
97 in0 = temp0 + temp1 + 7
117 v8i16 temp0, temp1, tmp0, tmp1; local
170 v4i32 in0_w, in1_w, in2_w, in3_w, temp0, temp1, temp2, temp3; local
    [all...]
  /external/libaom/libaom/av1/encoder/x86/
av1_fwd_txfm_avx2.h 27 __m256i temp0 = _mm256_add_epi32(in0_w0, in1_w1); local
28 temp0 = _mm256_add_epi32(temp0, _r);
29 *in0 = _mm256_srai_epi32(temp0, cos_bit);
46 __m256i temp0 = _mm256_add_epi32(in0_w0, in1_w1); local
47 temp0 = _mm256_add_epi32(temp0, _r);
48 *in0 = _mm256_srai_epi32(temp0, cos_bit);
66 __m256i temp0 = _mm256_add_epi32(in0_w0, in1_w1); local
67 temp0 = _mm256_add_epi32(temp0, _r)
86 __m256i temp0 = _mm256_add_epi32(in0_w0, in1_w1); local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans32_cols_dspr2.c 31 int temp0, temp1, temp2, temp3; local
66 "extp %[temp0], $ac1, 31 \n\t"
91 "sub %[load2], %[temp0], %[temp1] \n\t"
100 "add %[step1_16], %[temp0], %[temp1] \n\t"
104 [load4] "=&r"(load4), [temp0] "=&r"(temp0), [temp1] "=&r"(temp1),
126 "extp %[temp0], $ac1, 31 \n\t"
150 "sub %[load1], %[temp1], %[temp0] \n\t"
160 "add %[step1_19], %[temp0], %[temp1] \n\t"
164 [load4] "=&r"(load4), [temp0] "=&r"(temp0), [temp1] "=&r"(temp1)
    [all...]
itrans32_dspr2.c 35 int temp0, temp1, temp2, temp3; local
110 "extp %[temp0], $ac1, 31 \n\t"
135 "sub %[load2], %[temp0], %[temp1] \n\t"
144 "add %[step1_16], %[temp0], %[temp1] \n\t"
148 [load4] "=&r"(load4), [temp0] "=&r"(temp0), [temp1] "=&r"(temp1),
170 "extp %[temp0], $ac1, 31 \n\t"
194 "sub %[load1], %[temp1], %[temp0] \n\t"
204 "add %[step1_19], %[temp0], %[temp1] \n\t"
208 [load4] "=&r"(load4), [temp0] "=&r"(temp0), [temp1] "=&r"(temp1)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
subpel_variance_neon.c 104 uint8_t temp0[n * (m + (n == 4 ? 2 : 1))]; \
108 var_filter_block2d_bil_w4(src_ptr, temp0, src_stride, 1, (m + 2), \
110 var_filter_block2d_bil_w4(temp0, temp1, n, n, m, \
113 var_filter_block2d_bil_w8(src_ptr, temp0, src_stride, 1, (m + 1), \
115 var_filter_block2d_bil_w8(temp0, temp1, n, n, m, \
118 var_filter_block2d_bil_w16(src_ptr, temp0, src_stride, 1, (m + 1), n, \
120 var_filter_block2d_bil_w16(temp0, temp1, n, n, m, n, \
147 uint8_t temp0[n * (m + (n == 4 ? 2 : 1))]; \
151 var_filter_block2d_bil_w4(src_ptr, temp0, src_stride, 1, (m + 2), \
153 var_filter_block2d_bil_w4(temp0, temp1, n, n, m,
    [all...]
  /external/libmpeg2/common/x86/
impeg2_idct_recon_sse42_intr.c 1854 __m128i temp0, temp1; local
2087 __m128i value_4x32b, pred_r0, pred_r1, temp0, temp1, temp2, temp3; local
    [all...]
  /external/mesa3d/src/intel/compiler/
brw_fs_lower_conversions.cpp 84 fs_reg temp0 = ibld.vgrf(get_exec_type(inst)); local
87 inst->dst = temp0;
97 ibld.at(block, inst->next).MOV(dst, temp0)->saturate = saturate;
  /external/python/cpython3/Modules/_sha3/kcp/
KeccakP-1600-inplace32BI.c 32 #define prepareToBitInterleaving(low, high, temp, temp0, temp1) \
33 temp0 = (low); \
34 temp = (temp0 ^ (temp0 >> 1)) & 0x22222222UL; temp0 = temp0 ^ temp ^ (temp << 1); \
35 temp = (temp0 ^ (temp0 >> 2)) & 0x0C0C0C0CUL; temp0 = temp0 ^ temp ^ (temp << 2);
90 UINT32 temp, temp0, temp1; local
126 UINT32 temp, temp0, temp1; local
146 UINT32 temp, temp0, temp1; local
291 UINT32 low, high, temp, temp0, temp1; local
363 UINT32 low, high, temp, temp0, temp1; local
    [all...]

Completed in 662 milliseconds

1 2 3