Home
last modified time | relevance | path

Searched refs:temp0 (Results 1 – 25 of 50) sorted by relevance

12

/external/libavc/common/x86/
Dih264_resi_trans_quant_sse42.c120 __m128i temp0, temp1, temp2, temp3; in ih264_resi_trans_quant_4x4_sse42() local
165 temp0 = _mm_unpacklo_epi16(src_r0, src_r1); //a0 b0 a1 b1 a2 b2 a3 b3 in ih264_resi_trans_quant_4x4_sse42()
167 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 b0 c0 d0 a1 b1 c1 d1 in ih264_resi_trans_quant_4x4_sse42()
168 temp3 = _mm_unpackhi_epi32(temp0, temp2); //a2 b2 c2 d2 a3 b3 c3 d3 in ih264_resi_trans_quant_4x4_sse42()
177 temp0 = _mm_add_epi16(src_r0, src_r3); in ih264_resi_trans_quant_4x4_sse42()
186 src_r0 = _mm_add_epi16(temp0, temp1); in ih264_resi_trans_quant_4x4_sse42()
191 src_r2 = _mm_sub_epi16(temp0, temp1); in ih264_resi_trans_quant_4x4_sse42()
203 temp0 = _mm_unpacklo_epi16(src_r0, src_r1); //a0 a1 b0 b1 c0 c1 d0 d1 in ih264_resi_trans_quant_4x4_sse42()
205 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 a1 a2 a3 b0 b1 b2 b3 in ih264_resi_trans_quant_4x4_sse42()
206 temp3 = _mm_unpackhi_epi32(temp0, temp2); //c0 c1 c2 c3 d0 d1 d2 d3 in ih264_resi_trans_quant_4x4_sse42()
[all …]
Dih264_ihadamard_scaling_sse42.c98 __m128i temp0, temp1, temp2, temp3; in ih264_ihadamard_scaling_4x4_sse42() local
125 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 b0 a1 b1 in ih264_ihadamard_scaling_4x4_sse42()
129 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0 in ih264_ihadamard_scaling_4x4_sse42()
130 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1 in ih264_ihadamard_scaling_4x4_sse42()
134 temp0 = _mm_add_epi32(src_r0, src_r3); in ih264_ihadamard_scaling_4x4_sse42()
139 src_r0 = _mm_add_epi32(temp0, temp1); in ih264_ihadamard_scaling_4x4_sse42()
141 src_r2 = _mm_sub_epi32(temp0, temp1); in ih264_ihadamard_scaling_4x4_sse42()
154 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 a1 b0 b1 in ih264_ihadamard_scaling_4x4_sse42()
158 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3 in ih264_ihadamard_scaling_4x4_sse42()
159 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b0 b1 b2 b3 in ih264_ihadamard_scaling_4x4_sse42()
[all …]
Dih264_ihadamard_scaling_ssse3.c98 __m128i temp0, temp1, temp2, temp3; in ih264_ihadamard_scaling_4x4_ssse3() local
127 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 b0 a1 b1 in ih264_ihadamard_scaling_4x4_ssse3()
131 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0 in ih264_ihadamard_scaling_4x4_ssse3()
132 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1 in ih264_ihadamard_scaling_4x4_ssse3()
136 temp0 = _mm_add_epi32(src_r0, src_r3); in ih264_ihadamard_scaling_4x4_ssse3()
141 src_r0 = _mm_add_epi32(temp0, temp1); in ih264_ihadamard_scaling_4x4_ssse3()
143 src_r2 = _mm_sub_epi32(temp0, temp1); in ih264_ihadamard_scaling_4x4_ssse3()
156 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 a1 b0 b1 in ih264_ihadamard_scaling_4x4_ssse3()
160 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3 in ih264_ihadamard_scaling_4x4_ssse3()
161 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b0 b1 b2 b3 in ih264_ihadamard_scaling_4x4_ssse3()
[all …]
Dih264_iquant_itrans_recon_sse42.c119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_sse42() local
136temp0 = _mm_mullo_epi16(scalemat_r0_r1, dequant_r0_r1); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 … in ih264_iquant_itrans_recon_4x4_sse42()
139 …temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_sse42()
140 …temp5 = _mm_unpackhi_epi16(temp0, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_sse42()
194 temp0 = _mm_add_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_sse42()
205 resq_r0 = _mm_add_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42()
211 resq_r3 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42()
246 temp0 = _mm_add_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_sse42()
257 temp4 = _mm_add_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42()
272 temp7 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42()
[all …]
/external/webp/src/dsp/
Ddec_mips_dsp_r2.c490 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in SimpleVFilter16() local
536 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in SimpleVFilter16()
559 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in SimpleHFilter16() local
565 LOAD_4_BYTES(temp0, temp1, temp2, temp3, -2, 0, -1, 0, 0, 0, 1, 0, p) in SimpleHFilter16()
598 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in SimpleHFilter16()
631 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in VE4() local
651 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in VE4()
660 int temp0, temp1, temp2, temp3, temp4; in DC4() local
672 STORE_8_BYTES(temp0, temp0, 0, 0, 1, dst) in DC4()
673 STORE_8_BYTES(temp0, temp0, 2, 0, 3, dst) in DC4()
[all …]
Dlossless_mips_dsp_r2.c95 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local
110 : [temp0]"=r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in MAP_COLOR_FUNCS()
120 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local
140 : [temp0]"=r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in ClampedAddSubtractHalf()
149 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local
165 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp0]"=&r"(temp0), in Select()
231 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed() local
275 : [data]"+&r"(data), [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in AddGreenToBlueAndRed()
285 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse() local
337 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in TransformColorInverse()
[all …]
Dyuv_mips32.c30 int temp0, temp1, temp2, temp3, temp4; \
36 temp0 = kYScale * y[0]; \
41 r = VP8Clip8(temp0 + temp1); \
42 g = VP8Clip8(temp0 - temp2); \
43 b = VP8Clip8(temp0 + temp4); \
44 temp0 = kYScale * y[1]; \
49 r = VP8Clip8(temp0 + temp1); \
50 g = VP8Clip8(temp0 - temp2); \
51 b = VP8Clip8(temp0 + temp4); \
66 temp0 = kYScale * y[0]; \
[all …]
Denc_mips_dsp_r2.c147 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local
154 HORIZONTAL_PASS(0, temp0, temp1, temp2, temp3) in FTransform()
159 VERTICAL_PASS(0, 8, 16, 24, temp0, temp4, temp8, temp12) in FTransform()
164 [temp0]"=&r"(temp0), [temp19]"=&r"(temp19), [temp20]"=&r"(temp20) in FTransform()
419 int temp0, temp1, temp2, temp3; \
435 : [leftY_1]"+&r"(leftY_1), [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), \
484 int temp0, temp1, temp2, temp3; in DCMode16() local
488 LOAD_WITH_OFFSET_X4(temp0, temp1, temp2, temp3, top, in DCMode16()
501 LOAD_WITH_OFFSET_X4(temp0, temp1, temp2, temp3, left, in DCMode16()
517 LOAD_WITH_OFFSET_X4(temp0, temp1, temp2, temp3, left, in DCMode16()
[all …]
Dalpha_processing_mips_dsp_r2.c23 int i, j, temp0; in DispatchAlpha() local
43 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in DispatchAlpha()
58 : [temp0]"=&r"(temp0), [palpha]"+r"(palpha), [pdst]"+r"(pdst), in DispatchAlpha()
75 : [temp0]"=&r"(temp0), [alpha_mask]"+r"(alpha_mask) in DispatchAlpha()
94 int temp0, temp1, temp2, temp3, alpha; in MultARGBRow() local
114 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in MultARGBRow()
Denc_mips32.c118 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in ITransformOne() local
125 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3) in ITransformOne()
130 HORIZONTAL_PASS(0, temp0, temp4, temp8, temp12) in ITransformOne()
135 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in ITransformOne()
192 int temp0, temp1, temp2, temp3, temp4, temp5; in QuantizeBlock() local
222 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in QuantizeBlock()
367 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in Disto4x4() local
386 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in Disto4x4()
393 return temp0; in Disto4x4()
482 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local
[all …]
Dlossless_enc_mips_dsp_r2.c23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in SubtractGreenFromBlueAndRed() local
67 : [argb_data]"+&r"(argb_data), [temp0]"=&r"(temp0), in SubtractGreenFromBlueAndRed()
83 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColor() local
139 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in TransformColor()
186 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in CollectColorBlueTransforms() local
202 : [p_argb]"+&r"(p_argb), [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in CollectColorBlueTransforms()
234 int temp0, temp1, temp2, temp3, temp4; in CollectColorRedTransforms() local
245 : [p_argb]"+&r"(p_argb), [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in CollectColorRedTransforms()
Dlossless_enc_mips32.c107 int i, temp0, temp1; in ExtraCost() local
126 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in ExtraCost()
132 return (double)((int64_t)temp0 << 32 | temp1); in ExtraCost()
153 int i, temp0, temp1, temp2, temp3; in ExtraCostCombined() local
178 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in ExtraCostCombined()
185 return (double)((int64_t)temp0 << 32 | temp1); in ExtraCostCombined()
209 [temp3]"=&r"(temp3), [temp0]"+r"(temp0) \
221 int temp0, temp1, temp2, temp3; in GetEntropyUnrefinedHelper() local
236 temp0 = (*val_prev != 0); in GetEntropyUnrefinedHelper()
282 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), \
[all …]
Dargb_mips_dsp_r2.c20 int temp0, temp1, temp2, temp3, offset; in PackARGB() local
50 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in PackARGB()
60 int temp0, temp1, temp2, offset; in PackRGB() local
88 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in PackRGB()
Drescaler_mips_dsp_r2.c34 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; in ExportRowShrink() local
97 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3), in ExportRowShrink()
148 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3), in ExportRowShrink()
171 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; in ExportRowExpand() local
208 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3), in ExportRowExpand()
276 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3), in ExportRowExpand()
Drescaler_mips32.c152 int temp0, temp1, temp3, temp4, temp5, loop_end; in ExportRowExpand() local
173 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3), in ExportRowExpand()
201 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3), in ExportRowExpand()
216 int temp0, temp1, temp3, temp4, temp5, loop_end; in ExportRowShrink() local
245 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3), in ExportRowShrink()
266 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3), in ExportRowShrink()
Dcost_mips32.c19 int temp0, temp1; in GetResidualCost() local
76 [ctx_reg]"=&r"(ctx_reg), [p_costs]"+&r"(p_costs), [temp0]"=&r"(temp0), in GetResidualCost()
102 int temp0, temp1, temp2, n, n1; in SetResidualCoeffs() local
130 : [p_coeffs]"+&r"(p_coeffs), [temp0]"=&r"(temp0), in SetResidualCoeffs()
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddct_msa.c72 v8i16 temp0, temp1; in vp8_short_fdct4x4_msa() local
81 BUTTERFLY_4(in0, in1, in2, in3, temp0, temp1, in1, in3); in vp8_short_fdct4x4_msa()
82 SLLI_4V(temp0, temp1, in1, in3, 3); in vp8_short_fdct4x4_msa()
83 in0 = temp0 + temp1; in vp8_short_fdct4x4_msa()
84 in2 = temp0 - temp1; in vp8_short_fdct4x4_msa()
86 temp0 = __msa_ilvr_h(in3, in1); in vp8_short_fdct4x4_msa()
91 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1); in vp8_short_fdct4x4_msa()
97 BUTTERFLY_4(in0, in1, in2, in3, temp0, temp1, in1, in3); in vp8_short_fdct4x4_msa()
98 in0 = temp0 + temp1 + 7; in vp8_short_fdct4x4_msa()
99 in2 = temp0 - temp1 + 7; in vp8_short_fdct4x4_msa()
[all …]
/external/libmpeg2/common/x86/
Dimpeg2_idct_recon_sse42_intr.c1854 __m128i temp0, temp1; in impeg2_idct_recon_dc_mismatch_sse42() local
1871 temp0 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42()
1878 temp0 = _mm_add_epi32(temp0, value_4x32b); in impeg2_idct_recon_dc_mismatch_sse42()
1880 temp0 = _mm_add_epi32(temp0, round_stg2); in impeg2_idct_recon_dc_mismatch_sse42()
1883 temp0 = _mm_srai_epi32(temp0, IDCT_STG2_SHIFT); in impeg2_idct_recon_dc_mismatch_sse42()
1885 temp0 = _mm_add_epi32(temp0, pred_half0); in impeg2_idct_recon_dc_mismatch_sse42()
1888 temp0 = _mm_packus_epi32(temp0, temp1); in impeg2_idct_recon_dc_mismatch_sse42()
1889 temp0 = _mm_packus_epi16(temp0, temp1); in impeg2_idct_recon_dc_mismatch_sse42()
1891 _mm_storel_epi64((__m128i *)pu1_dst, temp0); in impeg2_idct_recon_dc_mismatch_sse42()
1897 temp0 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42()
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans32_cols_dspr2.c32 int temp0, temp1, temp2, temp3; in vpx_idct32_cols_add_blk_dspr2() local
105 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2()
166 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2()
227 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2()
284 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2()
341 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2()
398 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2()
443 : [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2()
594 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2()
654 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2()
[all …]
Ditrans32_dspr2.c35 int temp0, temp1, temp2, temp3; in idct32_rows_dspr2() local
151 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2()
213 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2()
275 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2()
337 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2()
399 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2()
461 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2()
510 : [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2()
664 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2()
729 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2()
[all …]
Dfwd_dct32x32_msa.c62 v8i16 temp0, temp1; in fdct8x32_1d_column_even_store() local
76 BUTTERFLY_4(in0, in1, in2, in3, temp0, in4, in1, in0); in fdct8x32_1d_column_even_store()
77 DOTP_CONST_PAIR(temp0, in4, cospi_16_64, cospi_16_64, temp1, temp0); in fdct8x32_1d_column_even_store()
78 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store()
79 ST_SH(temp0, temp); in fdct8x32_1d_column_even_store()
82 DOTP_CONST_PAIR(in0, in1, cospi_24_64, cospi_8_64, temp1, temp0); in fdct8x32_1d_column_even_store()
83 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store()
84 ST_SH(temp0, temp + 256); in fdct8x32_1d_column_even_store()
90 DOTP_CONST_PAIR(vec1, vec0, cospi_28_64, cospi_4_64, temp1, temp0); in fdct8x32_1d_column_even_store()
91 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store()
[all …]
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c152 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in linear_gradient() local
159 ureg_MOV(ureg, ureg_writemask(temp0, TGSI_WRITEMASK_XY), pos); in linear_gradient()
161 ureg_writemask(temp0, TGSI_WRITEMASK_Z), in linear_gradient()
164 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0)); in linear_gradient()
165 ureg_DP3(ureg, temp2, matrow1, ureg_src(temp0)); in linear_gradient()
166 ureg_DP3(ureg, temp3, matrow2, ureg_src(temp0)); in linear_gradient()
174 ureg_MUL(ureg, temp0, in linear_gradient()
179 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X), ureg_src(temp0)); in linear_gradient()
185 ureg_release_temporary(ureg, temp0); in linear_gradient()
203 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in radial_gradient() local
[all …]
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa_tgsi.c130 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in linear_gradient() local
138 ureg_writemask(temp0, TGSI_WRITEMASK_XY), pos); in linear_gradient()
140 ureg_writemask(temp0, TGSI_WRITEMASK_Z), in linear_gradient()
143 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0)); in linear_gradient()
144 ureg_DP3(ureg, temp2, matrow1, ureg_src(temp0)); in linear_gradient()
145 ureg_DP3(ureg, temp3, matrow2, ureg_src(temp0)); in linear_gradient()
155 ureg_MUL(ureg, temp0, in linear_gradient()
161 ureg_src(temp0)); in linear_gradient()
170 ureg_release_temporary(ureg, temp0); in linear_gradient()
190 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in radial_gradient() local
[all …]
/external/llvm/test/Transforms/ObjCARC/
Dintrinsic-use.ll22 ; CHECK-NEXT: store i8* %y, i8** %temp0
25 ; CHECK-NEXT: [[VAL1:%.*]] = load i8*, i8** %temp0
44 %temp0 = alloca i8*, align 8
48 store i8* %y, i8** %temp0
49 call void @test0_helper(i8* %x, i8** %temp0)
50 %val1 = load i8*, i8** %temp0
70 ; CHECK-NEXT: store i8* %y, i8** %temp0
73 ; CHECK-NEXT: [[VAL1:%.*]] = load i8*, i8** %temp0
90 %temp0 = alloca i8*, align 8
94 store i8* %y, i8** %temp0
[all …]
/external/libvpx/libvpx/vp8/common/mips/msa/
Dpostproc_msa.c69 v8i16 temp0, temp1, temp2, temp3, temp4; \
73 temp0, temp1, temp2, temp3); \
74 ILVR_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \
76 ILVL_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \
79 temp0, temp1, temp2, temp3); \
80 ILVR_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \
82 ILVL_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \
101 v16u8 temp0, temp1; \
104 temp0 = __msa_aver_u_b(below2_in, below1_in); \
105 temp1 = __msa_aver_u_b(temp1, temp0); \
[all …]

12