Home
last modified time | relevance | path

Searched refs:dest0 (Results 1 – 16 of 16) sorted by relevance

/external/libyuv/files/source/
Dscale_mmi.cc72 uint64_t dest, dest0, dest1; in ScaleRowDown2Linear_MMI() local
99 : [src0] "=&f"(src0), [src1] "=&f"(src1), [dest0] "=&f"(dest0), in ScaleRowDown2Linear_MMI()
114 uint64_t dest, dest0, dest1; in ScaleRowDown2Box_MMI() local
165 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest] "=&f"(dest) in ScaleRowDown2Box_MMI()
378 uint64_t dest, dest0, dest1; in ScaleRowDown2Box_16_MMI() local
430 [t_lo] "=&f"(t_lo), [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), in ScaleRowDown2Box_16_MMI()
572 uint64_t dest, dest_hi, dest_lo, dest0, dest1, dest2, dest3; in ScaleRowDown4Box_MMI() local
582 DO_SCALEROWDOWN4BOX_LOOP(%[dest0]) in ScaleRowDown4Box_MMI()
599 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest2] "=&f"(dest2), in ScaleRowDown4Box_MMI()
651 uint64_t dest, dest_hi, dest_lo, dest0, dest1, dest2, dest3; in ScaleRowDown4Box_16_MMI() local
[all …]
Drow_mmi.cc608 uint64_t dest0, dest1, dest2, dest3; in ARGBToYRow_MMI() local
677 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest2] "=&f"(dest2), in ARGBToYRow_MMI()
912 uint64_t dest0, dest1, dest2, dest3; in BGRAToYRow_MMI() local
981 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest2] "=&f"(dest2), in BGRAToYRow_MMI()
1216 uint64_t dest0, dest1, dest2, dest3; in ABGRToYRow_MMI() local
1285 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest2] "=&f"(dest2), in ABGRToYRow_MMI()
1520 uint64_t dest0, dest1, dest2, dest3; in RGBAToYRow_MMI() local
1589 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest2] "=&f"(dest2), in RGBAToYRow_MMI()
1824 uint64_t dest0, dest1, dest2, dest3; in RGB24ToYRow_MMI() local
1897 [dest0] "=&f"(dest0), [dest1] "=&f"(dest1), [dest2] "=&f"(dest2), in RGB24ToYRow_MMI()
[all …]
/external/mesa3d/src/intel/compiler/
Dtest_fs_cmod_propagation.cpp323 fs_reg dest0 = v->vgrf(glsl_type::float_type); in TEST_F() local
329 bld.ADD(dest0, src0, src1); in TEST_F()
331 bld.CMP(bld.null_reg_f(), dest0, zero, BRW_CONDITIONAL_GE); in TEST_F()
362 fs_reg dest0 = v->vgrf(glsl_type::float_type); in TEST_F() local
368 bld.ADD(dest0, src0, src1); in TEST_F()
371 bld.CMP(bld.null_reg_f(), dest0, zero, BRW_CONDITIONAL_GE); in TEST_F()
444 fs_reg dest0 = v->vgrf(glsl_type::float_type); in TEST_F() local
450 set_condmod(BRW_CONDITIONAL_GE, bld.ADD(dest0, src0, src1)); in TEST_F()
452 bld.CMP(bld.null_reg_f(), dest0, zero, BRW_CONDITIONAL_GE); in TEST_F()
1056 fs_reg dest0 = v->vgrf(glsl_type::float_type); in TEST_F() local
[all …]
Dtest_vec4_cmod_propagation.cpp327 dst_reg dest0 = dst_reg(v, glsl_type::float_type); in TEST_F() local
333 bld.ADD(dest0, src0, src1); in TEST_F()
335 bld.CMP(bld.null_reg_f(), src_reg(dest0), zero, BRW_CONDITIONAL_GE); in TEST_F()
408 dst_reg dest0 = dst_reg(v, glsl_type::float_type); in TEST_F() local
417 set_condmod(BRW_CONDITIONAL_GE, bld.ADD(dest0, src0, src1)); in TEST_F()
419 bld.CMP(dest_null, src_reg(dest0), zero, BRW_CONDITIONAL_GE); in TEST_F()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_add_neon.c325 uint8_t *dest0 = dest + 0 * stride; in idct32_bands_end_2nd_pass() local
340 store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7]); in idct32_bands_end_2nd_pass()
341 dest0 += str2; in idct32_bands_end_2nd_pass()
364 store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7]); in idct32_bands_end_2nd_pass()
365 dest0 += str2; in idct32_bands_end_2nd_pass()
388 store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7]); in idct32_bands_end_2nd_pass()
389 dest0 += str2; in idct32_bands_end_2nd_pass()
410 store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7]); in idct32_bands_end_2nd_pass()
416 uint16_t *dest0 = dest + 0 * stride; in highbd_idct32_bands_end_2nd_pass_bd8() local
432 highbd_store_combine_results_bd8(dest0, dest1, stride, q[4], q[5], q[6], in highbd_idct32_bands_end_2nd_pass_bd8()
[all …]
Dhighbd_idct32x32_1024_add_neon.c286 uint16_t *dest0 = dest + 0 * stride; in idct32_bands_end_2nd_pass() local
302 highbd_store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7], in idct32_bands_end_2nd_pass()
304 dest0 += str2; in idct32_bands_end_2nd_pass()
328 highbd_store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7], in idct32_bands_end_2nd_pass()
330 dest0 += str2; in idct32_bands_end_2nd_pass()
354 highbd_store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7], in idct32_bands_end_2nd_pass()
356 dest0 += str2; in idct32_bands_end_2nd_pass()
378 highbd_store_combine_results(dest0, dest1, stride, q[4], q[5], q[6], q[7], in idct32_bands_end_2nd_pass()
/external/lzma/Asm/x86/
DXzCrc64Opt.asm111 CRC macro op0:req, op1:req, dest0:req, dest1:req, src:req, t:req
112 op0 dest0, DWORD PTR [r5 + src * 8 + 0800h * t]
116 CRC_XOR macro dest0:req, dest1:req, src:req, t:req
117 CRC xor, xor, dest0, dest1, src, t
/external/libvpx/libvpx/vp8/common/mips/msa/
Didct_msa.c182 v16u8 dest0, dest1, dest2, dest3; in dequant_idct4x4_addblk_msa() local
199 LD_UB4(dest, dest_stride, dest0, dest1, dest2, dest3); in dequant_idct4x4_addblk_msa()
200 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, res0, res1, in dequant_idct4x4_addblk_msa()
217 v16u8 dest0, dest1, dest2, dest3; in dequant_idct4x4_addblk_2x_msa() local
243 LD_UB4(dest, dest_stride, dest0, dest1, dest2, dest3); in dequant_idct4x4_addblk_2x_msa()
244 ILVR_B4_SH(zero, dest0, zero, dest1, zero, dest2, zero, dest3, res0, res1, in dequant_idct4x4_addblk_2x_msa()
275 v16u8 dest0, dest1, dest2, dest3; in dequant_idct_addconst_2x_msa() local
284 LD_UB4(dest, dest_stride, dest0, dest1, dest2, dest3); in dequant_idct_addconst_2x_msa()
285 ILVR_B4_SH(zero, dest0, zero, dest1, zero, dest2, zero, dest3, res0, res1, in dequant_idct_addconst_2x_msa()
/external/llvm-project/llvm/test/Transforms/InferAddressSpaces/AMDGPU/
Dmem-intrinsics.ll94 ; CHECK: call void @llvm.memcpy.p0i8.p3i8.i64(i8* align 4 %dest0, i8 addrspace(3)* align 4 %src.gro…
96 define amdgpu_kernel void @multiple_memcpy_flat_to_flat_replace_src_with_group_no_md(i8* %dest0, i8…
98 …call void @llvm.memcpy.p0i8.p0i8.i64(i8* align 4 %dest0, i8* align 4 %cast.src, i64 %size, i1 fals…
/external/webp/src/dsp/
Ddec_msa.c48 v16i8 dest0, dest1, dest2, dest3; in TransformOne() local
58 LD_SB4(dst, BPS, dest0, dest1, dest2, dest3); in TransformOne()
59 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in TransformOne()
138 v16u8 dest0, dest1, dest2, dest3; in TransformAC3() local
144 LD_UB4(dst, BPS, dest0, dest1, dest2, dest3); in TransformAC3()
145 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in TransformAC3()
Denc_msa.c49 v16i8 dest0, dest1, dest2, dest3; in ITransformOne() local
60 LD_SB4(ref, BPS, dest0, dest1, dest2, dest3); in ITransformOne()
61 ILVR_B4_SW(zero, dest0, zero, dest1, zero, dest2, zero, dest3, in ITransformOne()
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
Divchain-X86.ll284 %dest0 = getelementptr inbounds i8, i8* %src, i32 %srcidx
291 %dest = phi i8* [ %dest0, %entry ], [ %incdec.ptr91.us, %for.body82.us ]
/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c184 uint8x16_t dest0 = vec_vsx_ld(0, dest); in vpx_round_store4x4_vsx() local
189 int16x8_t d_u0 = (int16x8_t)vec_mergeh(dest0, zerov); in vpx_round_store4x4_vsx()
347 uint8x16_t dest0 = vec_vsx_ld(0, dest); in vpx_round_store8x8_vsx() local
355 int16x8_t d_u0 = (int16x8_t)vec_mergeh(dest0, zerov); in vpx_round_store8x8_vsx()
380 vec_vsx_st(xxpermdi(output0, dest0, 1), 0, dest); in vpx_round_store8x8_vsx()
1186 uint8x16_t dest0 = vec_vsx_ld(0, dest); in vpx_iwht4x4_16_add_vsx() local
1190 int16x8_t d_u0 = (int16x8_t)unpack_to_u16_h(dest0); in vpx_iwht4x4_16_add_vsx()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_loopfilter_sse2.c991 uint16_t *dest0[1]; in highbd_transpose8x16() local
995 dest0[0] = out; in highbd_transpose8x16()
997 highbd_transpose(src0, in_p, dest0, out_p, 1); in highbd_transpose8x16()
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/X86/
Divchain-X86.ll556 %dest0 = getelementptr inbounds i8, i8* %src, i32 %srcidx
563 %dest = phi i8* [ %dest0, %entry ], [ %incdec.ptr91.us, %for.body82.us ]
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2048 const int32_t dest0 = (dest & 0x000000ff); in ProcessARMv6() local
2055 const int32_t patched_or3 = 0xe38cc000 | dest0; in ProcessARMv6()
2153 const int32_t dest0 = (dest & 0x000000ff); in BindARMv6() local
2160 const int32_t patched_or3 = 0xe38cc000 | dest0; in BindARMv6()