Home
last modified time | relevance | path

Searched refs:__msa_hadd_s_d (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dsum_squares_msa.c31 res0 = __msa_hadd_s_d(mul0, mul0); in vpx_sum_squares_2d_i16_msa()
43 res0 = __msa_hadd_s_d(mul0, mul0); in vpx_sum_squares_2d_i16_msa()
71 res0 += __msa_hadd_s_d(mul0, mul0); in vpx_sum_squares_2d_i16_msa()
107 res0 += __msa_hadd_s_d(mul0, mul0); in vpx_sum_squares_2d_i16_msa()
Dmacros_msa.h780 res0_m = __msa_hadd_s_d((v4i32)in, (v4i32)in); \
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddenoising_msa.c178 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_msa()
281 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_msa()
361 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_uv_msa()
464 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_uv_msa()
546 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_uv_msa()
/external/libyuv/files/source/
Dcompare_msa.cc86 tmp0 = __msa_hadd_s_d(reg0, reg0); in SumSquareError_MSA()
/external/libvpx/libvpx/third_party/libyuv/source/
Dcompare_msa.cc86 tmp0 = __msa_hadd_s_d(reg0, reg0); in SumSquareError_MSA()
/external/llvm-project/clang/lib/Headers/
Dmsa.h309 #define __msa_hadd_s_d __builtin_msa_hadd_s_d macro
/external/webp/src/dsp/
Dmsa_macro.h589 const v2i64 res0_m = __msa_hadd_s_d((v4i32)in, (v4i32)in); in func_hadd_sw_s32()
606 const v2i64 res0 = __msa_hadd_s_d(res, res); in func_hadd_sh_s32()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-mips-msa.c479 v2i64_r = __msa_hadd_s_d(v4i32_a, v4i32_b); // CHECK: call <2 x i64> @llvm.mips.hadd.s.d( in test()
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h792 res0_m = __msa_hadd_s_d((v4i32)in, (v4i32)in); \
/external/libaom/libaom/aom_dsp/mips/
Dmacros_msa.h907 res0_m = __msa_hadd_s_d((v4i32)in, (v4i32)in); \