Home
last modified time | relevance | path

Searched refs:dst5 (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve_avg_msa.c84 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width16_msa() local
89 LD_UB8(dst, dst_stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7); in avg_width16_msa()
93 AVER_UB4_UB(src4, dst4, src5, dst5, src6, dst6, src7, dst7, dst4, dst5, in avg_width16_msa()
95 ST_UB8(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst, dst_stride); in avg_width16_msa()
106 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width32_msa() local
114 LD_UB4(dst_dup + 16, dst_stride, dst1, dst3, dst5, dst7); in avg_width32_msa()
125 AVER_UB4_UB(src4, dst4, src5, dst5, src6, dst6, src7, dst7, dst4, dst5, in avg_width32_msa()
133 ST_UB4(dst1, dst3, dst5, dst7, dst + 16, dst_stride); in avg_width32_msa()
147 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in avg_width64_msa() local
162 LD_UB4(dst_dup, 16, dst4, dst5, dst6, dst7); in avg_width64_msa()
[all …]
Dvpx_convolve8_avg_vert_msa.c283 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_vt_2t_and_aver_dst_4x8_msa() local
297 LD_UB8(dst, dst_stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7); in common_vt_2t_and_aver_dst_4x8_msa()
298 ILVR_W4_UB(dst1, dst0, dst3, dst2, dst5, dst4, dst7, dst6, dst0, dst1, dst2, in common_vt_2t_and_aver_dst_4x8_msa()
357 v16u8 dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8; in common_vt_2t_and_aver_dst_8x8mult_msa() local
372 LD_UB8(dst, dst_stride, dst1, dst2, dst3, dst4, dst5, dst6, dst7, dst8); in common_vt_2t_and_aver_dst_8x8mult_msa()
388 PCKEV_AVG_ST8x4_UB(tmp0, dst5, tmp1, dst6, tmp2, dst7, tmp3, dst8, dst, in common_vt_2t_and_aver_dst_8x8mult_msa()
463 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_vt_2t_and_aver_dst_32w_msa() local
481 LD_UB4(dst + 16, dst_stride, dst4, dst5, dst6, dst7); in common_vt_2t_and_aver_dst_32w_msa()
510 PCKEV_AVG_ST_UB(tmp3, tmp2, dst5, dst + 16 + dst_stride); in common_vt_2t_and_aver_dst_32w_msa()
535 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_vt_2t_and_aver_dst_64w_msa() local
[all …]
Dvpx_convolve8_avg_horiz_msa.c55 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_hz_8t_and_aver_dst_4x8_msa() local
72 LD_UB8(dst, dst_stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7); in common_hz_8t_and_aver_dst_4x8_msa()
85 ILVR_W4_UB(dst1, dst0, dst3, dst2, dst5, dst4, dst7, dst6, dst0, dst2, dst4, in common_hz_8t_and_aver_dst_4x8_msa()
339 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_hz_2t_and_aver_dst_4x8_msa() local
349 LD_UB8(dst, dst_stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7); in common_hz_2t_and_aver_dst_4x8_msa()
357 ILVR_W4_UB(dst1, dst0, dst3, dst2, dst5, dst4, dst7, dst6, dst0, dst2, dst4, in common_hz_2t_and_aver_dst_4x8_msa()
Didct16x16_msa.c332 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in vpx_iadst16_1d_columns_addblk_msa() local
418 dst5 = LD_UB(dst + 12 * dst_stride); in vpx_iadst16_1d_columns_addblk_msa()
419 ILVR_B2_SH(zero, dst4, zero, dst5, res4, res5); in vpx_iadst16_1d_columns_addblk_msa()
Dvpx_convolve8_avg_msa.c265 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_hv_2ht_2vt_and_aver_dst_4x8_msa() local
292 LD_UB8(dst, dst_stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7); in common_hv_2ht_2vt_and_aver_dst_4x8_msa()
293 ILVR_W4_UB(dst1, dst0, dst3, dst2, dst5, dst4, dst7, dst6, dst0, dst2, dst4, in common_hv_2ht_2vt_and_aver_dst_4x8_msa()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc913 const CPURegister& dst4, const CPURegister& dst5, in Pop() argument
917 DCHECK(!AreAliased(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7)); in Pop()
918 DCHECK(AreSameSizeAndType(dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7)); in Pop()
921 int count = 5 + dst5.IsValid() + dst6.IsValid() + dst7.IsValid(); in Pop()
925 PopHelper(count - 4, size, dst4, dst5, dst6, dst7); in Pop()
Dmacro-assembler-arm64.h619 const CPURegister& dst4, const CPURegister& dst5 = NoReg,
/external/valgrind/VEX/priv/
Dguest_s390_toIR.c7228 IRTemp dst5 = newTemp(Ity_D64); in s390_irgen_PFPO() local
7329 assign(dst5, binop(Iop_F64toD64, irrm, mkexpr(src5))); in s390_irgen_PFPO()
7330 put_dpr_dw0(0, mkexpr(dst5)); /* put the result in FPR 0,2 */ in s390_irgen_PFPO()