Searched refs:dst0 (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Didct_dequant_0_2x_neon.c18 unsigned char *dst0; local
32 dst0 = dst;
33 d2s32 = vld1_lane_s32((const int32_t *)dst0, d2s32, 0);
34 dst0 += stride;
35 d2s32 = vld1_lane_s32((const int32_t *)dst0, d2s32, 1);
36 dst0 += stride;
37 d4s32 = vld1_lane_s32((const int32_t *)dst0, d4s32, 0);
38 dst0 += stride;
39 d4s32 = vld1_lane_s32((const int32_t *)dst0, d4s32, 1);
52 dst0
[all...]
H A Ddequant_idct_neon.c21 unsigned char *dst0; local
44 dst0 = dst;
45 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 0);
46 dst0 += stride;
47 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 1);
48 dst0 += stride;
49 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 0);
50 dst0 += stride;
51 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 1);
133 dst0
[all...]
H A Didct_dequant_full_2x_neon.c22 unsigned char *dst0, *dst1; local
51 dst0 = dst;
53 d28 = vld1_lane_s32((const int32_t *)dst0, d28, 0);
54 dst0 += stride;
57 d29 = vld1_lane_s32((const int32_t *)dst0, d29, 0);
58 dst0 += stride;
62 d30 = vld1_lane_s32((const int32_t *)dst0, d30, 0);
63 dst0 += stride;
66 d31 = vld1_lane_s32((const int32_t *)dst0, d31, 0);
167 dst0
[all...]
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Ddequant_idct_neon.c21 unsigned char *dst0; local
44 dst0 = dst;
45 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 0);
46 dst0 += stride;
47 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 1);
48 dst0 += stride;
49 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 0);
50 dst0 += stride;
51 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 1);
133 dst0
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
H A Dmemcpy_mck.S33 #define dst0 r17 define
99 add dst0=0,in0
139 add dst1=8,dst0 // 2nd dest pointer
156 EX(.ex_handler, (p17) st8 [dst0]=r33,16)
161 EX(.ex_handler, (p16) st8 [dst0]=r34,16)
175 EX(.ex_handler, (p6) st8 [dst0]=t1) // store byte 1
179 add dst0=dst0,r21 // setting up dest pointer
195 mov dst_pre_mem = dst0
198 add dst_pre_l2 = 8*8, dst0
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c462 LLVMValueRef dst0 = NULL; local
479 dst0 = bld->bld_base.base.undef;
485 dst0 = lp_build_floor(&bld->bld_base.base, src0);
489 dst0 = lp_build_emit_fetch(&bld->bld_base, inst, 0, LP_CHAN_ALL);
498 dst0 = lp_build_rcp(&bld->bld_base.base, src0);
505 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0);
517 dst0 = lp_build_mul(&bld->bld_base.base, src0, src1);
523 dst0 = lp_build_add(&bld->bld_base.base, src0, src1);
540 dst0 = lp_build_max(&bld->bld_base.base, src0, src1);
546 dst0
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c462 LLVMValueRef dst0 = NULL; local
479 dst0 = bld->bld_base.base.undef;
485 dst0 = lp_build_floor(&bld->bld_base.base, src0);
489 dst0 = lp_build_emit_fetch(&bld->bld_base, inst, 0, LP_CHAN_ALL);
498 dst0 = lp_build_rcp(&bld->bld_base.base, src0);
505 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0);
517 dst0 = lp_build_mul(&bld->bld_base.base, src0, src1);
523 dst0 = lp_build_add(&bld->bld_base.base, src0, src1);
540 dst0 = lp_build_max(&bld->bld_base.base, src0, src1);
546 dst0
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp1066 void handleTEX(Value *dst0[4], int R, int S, int L, int C, int Dx, int Dy);
1067 void handleTXF(Value *dst0[4], int R);
1068 void handleTXQ(Value *dst0[4], enum TexQuery);
1069 void handleLIT(Value *dst0[4]);
1486 Converter::handleTXQ(Value *dst0[4], enum TexQuery query)
1493 if (!dst0[c])
1496 tex->setDef(d++, dst0[c]);
1657 Converter::handleLIT(Value *dst0[4])
1663 loadImm(dst0[0], 1.0f);
1666 loadImm(dst0[
[all...]
H A Dnv50_ir_from_sm4.cpp111 void emitTex(Value *dst0[4], TexInstruction *, const uint8_t swizzle[4]);
112 void handleLOAD(Value *dst0[4]);
113 void handleSAMPLE(operation, Value *dst0[4]);
114 void handleQUERY(Value *dst0[4], enum TexQuery query);
115 void handleDP(Value *dst0[4], int dim);
1474 Converter::emitTex(Value *dst0[4], TexInstruction *tex, const uint8_t swz[4])
1480 if (dst0[c])
1498 if (!dst0[c])
1504 mkCvt(OP_CVT, TYPE_F32, dst0[c], TYPE_U32, src);
1507 mkCvt(OP_CVT, TYPE_F32, dst0[
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp1066 void handleTEX(Value *dst0[4], int R, int S, int L, int C, int Dx, int Dy);
1067 void handleTXF(Value *dst0[4], int R);
1068 void handleTXQ(Value *dst0[4], enum TexQuery);
1069 void handleLIT(Value *dst0[4]);
1486 Converter::handleTXQ(Value *dst0[4], enum TexQuery query)
1493 if (!dst0[c])
1496 tex->setDef(d++, dst0[c]);
1657 Converter::handleLIT(Value *dst0[4])
1663 loadImm(dst0[0], 1.0f);
1666 loadImm(dst0[
[all...]
H A Dnv50_ir_from_sm4.cpp111 void emitTex(Value *dst0[4], TexInstruction *, const uint8_t swizzle[4]);
112 void handleLOAD(Value *dst0[4]);
113 void handleSAMPLE(operation, Value *dst0[4]);
114 void handleQUERY(Value *dst0[4], enum TexQuery query);
115 void handleDP(Value *dst0[4], int dim);
1474 Converter::emitTex(Value *dst0[4], TexInstruction *tex, const uint8_t swz[4])
1480 if (dst0[c])
1498 if (!dst0[c])
1504 mkCvt(OP_CVT, TYPE_F32, dst0[c], TYPE_U32, src);
1507 mkCvt(OP_CVT, TYPE_F32, dst0[
[all...]
/external/pixman/pixman/
H A Dpixman-arm-neon-asm-bilinear.S253 * Macros for loading destination pixels into register 'dst0' and 'dst1'.
256 .macro bilinear_load_dst_0565_src numpix, dst0, dst1, dst01
259 .macro bilinear_load_dst_8888_src numpix, dst0, dst1, dst01
262 .macro bilinear_load_dst_8888 numpix, dst0, dst1, dst01
264 vld1.32 {dst0, dst1}, [OUT]
266 vld1.32 {dst0}, [OUT]
268 vld1.32 {dst0[0]}, [OUT]
275 .macro bilinear_load_dst_8888_over numpix, dst0, dst1, dst01
276 bilinear_load_dst_8888 numpix, dst0, dst1, dst01
279 .macro bilinear_load_dst_8888_add numpix, dst0, dst
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_sse2.c201 __m128i dst0, dst1, dst2, dst3; local
204 dst0 = _mm_loadl_epi64((__m128i*)(dst + 0 * BPS));
210 dst0 = _mm_cvtsi32_si128(*(int*)(dst + 0 * BPS));
216 dst0 = _mm_unpacklo_epi8(dst0, zero);
221 dst0 = _mm_add_epi16(dst0, T0);
226 dst0 = _mm_packus_epi16(dst0, dst0);
265 __m128i dst0 = _mm_cvtsi32_si128(*(int*)(dst + 0 * BPS)); local
[all...]
/external/webp/src/dsp/
H A Ddec_sse2.c201 __m128i dst0, dst1, dst2, dst3; local
204 dst0 = _mm_loadl_epi64((__m128i*)(dst + 0 * BPS));
210 dst0 = _mm_cvtsi32_si128(*(int*)(dst + 0 * BPS));
216 dst0 = _mm_unpacklo_epi8(dst0, zero);
221 dst0 = _mm_add_epi16(dst0, T0);
226 dst0 = _mm_packus_epi16(dst0, dst0);
265 __m128i dst0 = _mm_cvtsi32_si128(*(int*)(dst + 0 * BPS)); local
[all...]
/external/libhevc/common/x86/
H A Dihevc_inter_pred_filters_sse42_intr.c309 WORD32 dst0, dst1, dst2, dst3; local
320 dst0 = _mm_cvtsi128_si32(src0_16x8b);
326 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0; /* row =0 */
389 WORD32 dst0, dst1; local
398 dst0 = _mm_cvtsi128_si32(src0_16x8b);
403 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0; /* row =0 */
H A Dihevc_weighted_pred_ssse3_intr.c259 WORD32 dst0, dst1, dst2, dst3; local
317 dst0 = _mm_cvtsi128_si32(res_temp0_4x32b);
324 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0;
609 WORD32 dst0, dst1; local
649 dst0 = _mm_cvtsi128_si32(res_temp0_4x32b);
654 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0;
873 WORD32 dst0, dst1; local
926 dst0 = _mm_cvtsi128_si32(res_temp1_4x32b);
932 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0;
1162 WORD32 dst0, dst local
1492 WORD32 dst0, dst1, dst2, dst3; local
1570 WORD32 dst0, dst1; local
1891 WORD32 dst0, dst1, dst2, dst3; local
2091 WORD32 dst0, dst1; local
[all...]
H A Dihevc_weighted_pred_sse42_intr.c123 WORD32 dst0, dst1, dst2, dst3; local
327 dst0 = _mm_cvtsi128_si32(src_temp0_4x32b);
334 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0;
819 WORD32 dst0, dst1, dst2, dst3;
881 dst0 = _mm_cvtsi128_si32(src_temp0_4x32b);
888 *(WORD32 *) (&pu1_dst[0*dst_strd]) = dst0;
1121 WORD32 dst0, dst1; local
1161 dst0 = _mm_cvtsi128_si32(src_temp0_4x32b);
1166 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0;
1376 WORD32 dst0, dst local
1653 WORD32 dst0, dst1; local
1978 WORD32 dst0, dst1, dst2, dst3; local
2056 WORD32 dst0, dst1; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c86 /** Copy all the color attributes from src vertex to dst0 & dst1 vertices */
88 struct vertex_header *dst0,
96 COPY_4FV(dst0->data[attr], src->data[attr]);
102 COPY_3FV(dst0->data[attr], src->data[attr]);
87 copy_colors2( struct draw_stage *stage, struct vertex_header *dst0, struct vertex_header *dst1, const struct vertex_header *src ) argument
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c86 /** Copy all the color attributes from src vertex to dst0 & dst1 vertices */
88 struct vertex_header *dst0,
96 COPY_4FV(dst0->data[attr], src->data[attr]);
102 COPY_3FV(dst0->data[attr], src->data[attr]);
87 copy_colors2( struct draw_stage *stage, struct vertex_header *dst0, struct vertex_header *dst1, const struct vertex_header *src ) argument
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc769 void MacroAssembler::Pop(const CPURegister& dst0, const CPURegister& dst1, argument
774 VIXL_ASSERT(!AreAliased(dst0, dst1, dst2, dst3));
775 VIXL_ASSERT(AreSameSizeAndType(dst0, dst1, dst2, dst3));
776 VIXL_ASSERT(dst0.IsValid());
779 int size = dst0.SizeInBytes();
782 PopHelper(count, size, dst0, dst1, dst2, dst3);
816 const CPURegister& dst0 = registers.PopLowestIndex(); local
821 PopHelper(count, size, dst0, dst1, dst2, dst3);
891 const CPURegister& dst0,
898 VIXL_ASSERT(AreSameSizeAndType(dst0, dst
890 PopHelper(int count, int size, const CPURegister& dst0, const CPURegister& dst1, const CPURegister& dst2, const CPURegister& dst3) argument
[all...]
/external/opencv/cv/src/
H A Dcvsegmentation.cpp352 CvMat dstub0, *dst0; local
355 CV_CALL( dst0 = cvGetMat( dstarr, &dstub0 ));
360 if( !CV_ARE_TYPES_EQ( src0, dst0 ))
363 if( !CV_ARE_SIZES_EQ( src0, dst0 ))
382 dst_pyramid[0] = dst0;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h147 void setup(GLuint src0, GLuint dst0, GLuint dst1,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h147 void setup(GLuint src0, GLuint dst0, GLuint dst1,
/external/chromium_org/v8/src/compiler/arm/
H A Dcode-generator-arm.cc832 MemOperand dst0 = g.ToMemOperand(destination); local
833 MemOperand dst1(dst0.rn(), dst0.offset() + kPointerSize);
834 __ vldr(temp_1, dst0); // Save destination in temp_1.
836 __ str(temp_0, dst0);
/external/chromium_org/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc848 Operand dst0 = g.ToOperand(destination); local
850 __ mov(dst0, Immediate(lower));
923 Operand dst0 = g.ToOperand(destination); local
925 __ movsd(xmm0, dst0); // Save destination in xmm0.
927 __ pop(dst0);

Completed in 6283 milliseconds

123