Home
last modified time | relevance | path

Searched refs:dst0 (Results 1 – 25 of 62) sorted by relevance

123

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
Didct_dequant_0_2x_neon.c18 unsigned char *dst0; in idct_dequant_0_2x_neon() local
32 dst0 = dst; in idct_dequant_0_2x_neon()
33 d2s32 = vld1_lane_s32((const int32_t *)dst0, d2s32, 0); in idct_dequant_0_2x_neon()
34 dst0 += stride; in idct_dequant_0_2x_neon()
35 d2s32 = vld1_lane_s32((const int32_t *)dst0, d2s32, 1); in idct_dequant_0_2x_neon()
36 dst0 += stride; in idct_dequant_0_2x_neon()
37 d4s32 = vld1_lane_s32((const int32_t *)dst0, d4s32, 0); in idct_dequant_0_2x_neon()
38 dst0 += stride; in idct_dequant_0_2x_neon()
39 d4s32 = vld1_lane_s32((const int32_t *)dst0, d4s32, 1); in idct_dequant_0_2x_neon()
52 dst0 = dst; in idct_dequant_0_2x_neon()
[all …]
Ddequant_idct_neon.c21 unsigned char *dst0; in vp8_dequant_idct_add_neon() local
44 dst0 = dst; in vp8_dequant_idct_add_neon()
45 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 0); in vp8_dequant_idct_add_neon()
46 dst0 += stride; in vp8_dequant_idct_add_neon()
47 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 1); in vp8_dequant_idct_add_neon()
48 dst0 += stride; in vp8_dequant_idct_add_neon()
49 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 0); in vp8_dequant_idct_add_neon()
50 dst0 += stride; in vp8_dequant_idct_add_neon()
51 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 1); in vp8_dequant_idct_add_neon()
133 dst0 = dst; in vp8_dequant_idct_add_neon()
[all …]
Didct_dequant_full_2x_neon.c22 unsigned char *dst0, *dst1; in idct_dequant_full_2x_neon() local
51 dst0 = dst; in idct_dequant_full_2x_neon()
53 d28 = vld1_lane_s32((const int32_t *)dst0, d28, 0); in idct_dequant_full_2x_neon()
54 dst0 += stride; in idct_dequant_full_2x_neon()
57 d29 = vld1_lane_s32((const int32_t *)dst0, d29, 0); in idct_dequant_full_2x_neon()
58 dst0 += stride; in idct_dequant_full_2x_neon()
62 d30 = vld1_lane_s32((const int32_t *)dst0, d30, 0); in idct_dequant_full_2x_neon()
63 dst0 += stride; in idct_dequant_full_2x_neon()
66 d31 = vld1_lane_s32((const int32_t *)dst0, d31, 0); in idct_dequant_full_2x_neon()
167 dst0 = dst; in idct_dequant_full_2x_neon()
[all …]
/external/libvpx/libvpx/vp8/common/arm/neon/
Ddequant_idct_neon.c21 unsigned char *dst0; in vp8_dequant_idct_add_neon() local
44 dst0 = dst; in vp8_dequant_idct_add_neon()
45 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 0); in vp8_dequant_idct_add_neon()
46 dst0 += stride; in vp8_dequant_idct_add_neon()
47 d14 = vld1_lane_s32((const int32_t *)dst0, d14, 1); in vp8_dequant_idct_add_neon()
48 dst0 += stride; in vp8_dequant_idct_add_neon()
49 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 0); in vp8_dequant_idct_add_neon()
50 dst0 += stride; in vp8_dequant_idct_add_neon()
51 d15 = vld1_lane_s32((const int32_t *)dst0, d15, 1); in vp8_dequant_idct_add_neon()
133 dst0 = dst; in vp8_dequant_idct_add_neon()
[all …]
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
Dmemcpy_mck.S33 #define dst0 r17 macro
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
204 add dst0 = 8, dst_pre_mem // first t1 dst
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c462 LLVMValueRef dst0 = NULL; in lp_emit_instruction_aos() local
479 dst0 = bld->bld_base.base.undef; in lp_emit_instruction_aos()
485 dst0 = lp_build_floor(&bld->bld_base.base, src0); in lp_emit_instruction_aos()
489 dst0 = lp_build_emit_fetch(&bld->bld_base, inst, 0, LP_CHAN_ALL); in lp_emit_instruction_aos()
498 dst0 = lp_build_rcp(&bld->bld_base.base, src0); in lp_emit_instruction_aos()
505 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0); in lp_emit_instruction_aos()
517 dst0 = lp_build_mul(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos()
523 dst0 = lp_build_add(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos()
540 dst0 = lp_build_max(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos()
546 dst0 = lp_build_max(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c462 LLVMValueRef dst0 = NULL; in lp_emit_instruction_aos() local
479 dst0 = bld->bld_base.base.undef; in lp_emit_instruction_aos()
485 dst0 = lp_build_floor(&bld->bld_base.base, src0); in lp_emit_instruction_aos()
489 dst0 = lp_build_emit_fetch(&bld->bld_base, inst, 0, LP_CHAN_ALL); in lp_emit_instruction_aos()
498 dst0 = lp_build_rcp(&bld->bld_base.base, src0); in lp_emit_instruction_aos()
505 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0); in lp_emit_instruction_aos()
517 dst0 = lp_build_mul(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos()
523 dst0 = lp_build_add(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos()
540 dst0 = lp_build_max(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos()
546 dst0 = lp_build_max(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
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) in handleTXQ()
1493 if (!dst0[c]) in handleTXQ()
1496 tex->setDef(d++, dst0[c]); in handleTXQ()
1657 Converter::handleLIT(Value *dst0[4]) in handleLIT()
1663 loadImm(dst0[0], 1.0f); in handleLIT()
1666 loadImm(dst0[3], 1.0f); in handleLIT()
[all …]
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]) in emitTex()
1480 if (dst0[c]) in emitTex()
1498 if (!dst0[c]) in emitTex()
1504 mkCvt(OP_CVT, TYPE_F32, dst0[c], TYPE_U32, src); in emitTex()
1507 mkCvt(OP_CVT, TYPE_F32, dst0[c], TYPE_U32, src); in emitTex()
[all …]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
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) in handleTXQ()
1493 if (!dst0[c]) in handleTXQ()
1496 tex->setDef(d++, dst0[c]); in handleTXQ()
1657 Converter::handleLIT(Value *dst0[4]) in handleLIT()
1663 loadImm(dst0[0], 1.0f); in handleLIT()
1666 loadImm(dst0[3], 1.0f); in handleLIT()
[all …]
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]) in emitTex()
1480 if (dst0[c]) in emitTex()
1498 if (!dst0[c]) in emitTex()
1504 mkCvt(OP_CVT, TYPE_F32, dst0[c], TYPE_U32, src); in emitTex()
1507 mkCvt(OP_CVT, TYPE_F32, dst0[c], TYPE_U32, src); in emitTex()
[all …]
/external/pixman/pixman/
Dpixman-arm-neon-asm-bilinear.S256 .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, dst1, dst01
280 bilinear_load_dst_8888 numpix, dst0, dst1, dst01
[all …]
/external/webp/src/dsp/
Ddec_sse2.c201 __m128i dst0, dst1, dst2, dst3; in Transform() local
204 dst0 = _mm_loadl_epi64((__m128i*)(dst + 0 * BPS)); in Transform()
210 dst0 = _mm_cvtsi32_si128(*(int*)(dst + 0 * BPS)); in Transform()
216 dst0 = _mm_unpacklo_epi8(dst0, zero); in Transform()
221 dst0 = _mm_add_epi16(dst0, T0); in Transform()
226 dst0 = _mm_packus_epi16(dst0, dst0); in Transform()
233 _mm_storel_epi64((__m128i*)(dst + 0 * BPS), dst0); in Transform()
239 *(int*)(dst + 0 * BPS) = _mm_cvtsi128_si32(dst0); in Transform()
265 __m128i dst0 = _mm_cvtsi32_si128(*(int*)(dst + 0 * BPS)); in TransformAC3() local
270 dst0 = _mm_unpacklo_epi8(dst0, zero); in TransformAC3()
[all …]
/external/chromium_org/third_party/libwebp/dsp/
Ddec_sse2.c201 __m128i dst0, dst1, dst2, dst3; in Transform() local
204 dst0 = _mm_loadl_epi64((__m128i*)(dst + 0 * BPS)); in Transform()
210 dst0 = _mm_cvtsi32_si128(*(int*)(dst + 0 * BPS)); in Transform()
216 dst0 = _mm_unpacklo_epi8(dst0, zero); in Transform()
221 dst0 = _mm_add_epi16(dst0, T0); in Transform()
226 dst0 = _mm_packus_epi16(dst0, dst0); in Transform()
233 _mm_storel_epi64((__m128i*)(dst + 0 * BPS), dst0); in Transform()
239 *(int*)(dst + 0 * BPS) = _mm_cvtsi128_si32(dst0); in Transform()
265 __m128i dst0 = _mm_cvtsi32_si128(*(int*)(dst + 0 * BPS)); in TransformAC3() local
270 dst0 = _mm_unpacklo_epi8(dst0, zero); in TransformAC3()
[all …]
/external/libhevc/common/x86/
Dihevc_weighted_pred_ssse3_intr.c259 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_uni_ssse3() local
317 dst0 = _mm_cvtsi128_si32(res_temp0_4x32b); in ihevc_weighted_pred_uni_ssse3()
324 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0; in ihevc_weighted_pred_uni_ssse3()
609 WORD32 dst0, dst1; in ihevc_weighted_pred_chroma_uni_ssse3() local
649 dst0 = _mm_cvtsi128_si32(res_temp0_4x32b); in ihevc_weighted_pred_chroma_uni_ssse3()
654 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0; in ihevc_weighted_pred_chroma_uni_ssse3()
873 WORD32 dst0, dst1; in ihevc_weighted_pred_bi_ssse3() local
926 dst0 = _mm_cvtsi128_si32(res_temp1_4x32b); in ihevc_weighted_pred_bi_ssse3()
932 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0; in ihevc_weighted_pred_bi_ssse3()
1162 WORD32 dst0, dst1; in ihevc_weighted_pred_chroma_bi_ssse3() local
[all …]
Dihevc_inter_pred_filters_sse42_intr.c309 WORD32 dst0, dst1, dst2, dst3; in ihevc_inter_pred_chroma_copy_sse42() local
320 dst0 = _mm_cvtsi128_si32(src0_16x8b); in ihevc_inter_pred_chroma_copy_sse42()
326 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0; /* row =0 */ in ihevc_inter_pred_chroma_copy_sse42()
389 WORD32 dst0, dst1; in ihevc_inter_pred_chroma_copy_sse42() local
398 dst0 = _mm_cvtsi128_si32(src0_16x8b); in ihevc_inter_pred_chroma_copy_sse42()
403 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0; /* row =0 */ in ihevc_inter_pred_chroma_copy_sse42()
Dihevc_weighted_pred_sse42_intr.c123 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_uni_sse42() local
327 dst0 = _mm_cvtsi128_si32(src_temp0_4x32b); in ihevc_weighted_pred_uni_sse42()
334 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0; in ihevc_weighted_pred_uni_sse42()
819 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_chroma_uni_sse42()
881 dst0 = _mm_cvtsi128_si32(src_temp0_4x32b); in ihevc_weighted_pred_chroma_uni_sse42()
888 *(WORD32 *) (&pu1_dst[0*dst_strd]) = dst0; in ihevc_weighted_pred_chroma_uni_sse42()
1121 WORD32 dst0, dst1; in ihevc_weighted_pred_chroma_uni_sse42() local
1161 dst0 = _mm_cvtsi128_si32(src_temp0_4x32b); in ihevc_weighted_pred_chroma_uni_sse42()
1166 *(WORD32 *)(&pu1_dst[0 * dst_strd]) = dst0; in ihevc_weighted_pred_chroma_uni_sse42()
1376 WORD32 dst0, dst1; in ihevc_weighted_pred_bi_sse42() local
[all …]
/external/vixl/src/a64/
Dmacro-assembler-a64.cc769 void MacroAssembler::Pop(const CPURegister& dst0, const CPURegister& dst1, in Pop() argument
774 VIXL_ASSERT(!AreAliased(dst0, dst1, dst2, dst3)); in Pop()
775 VIXL_ASSERT(AreSameSizeAndType(dst0, dst1, dst2, dst3)); in Pop()
776 VIXL_ASSERT(dst0.IsValid()); in Pop()
779 int size = dst0.SizeInBytes(); in Pop()
782 PopHelper(count, size, dst0, dst1, dst2, dst3); in Pop()
816 const CPURegister& dst0 = registers.PopLowestIndex(); in PopCPURegList() local
821 PopHelper(count, size, dst0, dst1, dst2, dst3); in PopCPURegList()
891 const CPURegister& dst0, in PopHelper() argument
898 VIXL_ASSERT(AreSameSizeAndType(dst0, dst1, dst2, dst3)); in PopHelper()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c88 struct vertex_header *dst0, in copy_colors2() argument
96 COPY_4FV(dst0->data[attr], src->data[attr]); in copy_colors2()
102 COPY_3FV(dst0->data[attr], src->data[attr]); in copy_colors2()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c88 struct vertex_header *dst0, in copy_colors2() argument
96 COPY_4FV(dst0->data[attr], src->data[attr]); in copy_colors2()
102 COPY_3FV(dst0->data[attr], src->data[attr]); in copy_colors2()
/external/opencv/cv/src/
Dcvsegmentation.cpp352 CvMat dstub0, *dst0; in cvPyrMeanShiftFiltering() local
355 CV_CALL( dst0 = cvGetMat( dstarr, &dstub0 )); in cvPyrMeanShiftFiltering()
360 if( !CV_ARE_TYPES_EQ( src0, dst0 )) in cvPyrMeanShiftFiltering()
363 if( !CV_ARE_SIZES_EQ( src0, dst0 )) in cvPyrMeanShiftFiltering()
382 dst_pyramid[0] = dst0; in cvPyrMeanShiftFiltering()
/external/chromium_org/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc433 Operand dst0 = cgen_->ToOperand(destination); in EmitSwap() local
435 __ movsd(xmm0, dst0); // Save destination in xmm0. in EmitSwap()
437 __ mov(dst0, tmp); in EmitSwap()
/external/chromium_org/v8/src/compiler/ia32/
Dcode-generator-ia32.cc848 Operand dst0 = g.ToOperand(destination); in AssembleMove() local
850 __ mov(dst0, Immediate(lower)); in AssembleMove()
923 Operand dst0 = g.ToOperand(destination); in AssembleSwap() local
925 __ movsd(xmm0, dst0); // Save destination in xmm0. in AssembleSwap()
927 __ pop(dst0); in AssembleSwap()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c586 struct rc_dst_register dst0; in transform_SSG() local
590 dst0 = try_to_reuse_dst(c, inst); in transform_SSG()
592 dst0, in transform_SSG()
609 srcreg(RC_FILE_TEMPORARY, dst0.Index), in transform_SSG()
861 struct rc_dst_register dst0 = try_to_reuse_dst(c, inst); in transform_r300_vertex_SSG() local
865 dst0 = try_to_reuse_dst(c, inst); in transform_r300_vertex_SSG()
867 dst0, in transform_r300_vertex_SSG()
882 srcreg(RC_FILE_TEMPORARY, dst0.Index), in transform_r300_vertex_SSG()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c586 struct rc_dst_register dst0; in transform_SSG() local
590 dst0 = try_to_reuse_dst(c, inst); in transform_SSG()
592 dst0, in transform_SSG()
609 srcreg(RC_FILE_TEMPORARY, dst0.Index), in transform_SSG()
861 struct rc_dst_register dst0 = try_to_reuse_dst(c, inst); in transform_r300_vertex_SSG() local
865 dst0 = try_to_reuse_dst(c, inst); in transform_r300_vertex_SSG()
867 dst0, in transform_r300_vertex_SSG()
882 srcreg(RC_FILE_TEMPORARY, dst0.Index), in transform_r300_vertex_SSG()

123