Searched refs:__msa_adds_s_b (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_msa.h | 31 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 32 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 33 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 35 t1 = __msa_adds_s_b(filt, cnst4b); \ 37 t2 = __msa_adds_s_b(filt, cnst3b); \ 41 p0_m = __msa_adds_s_b(p0_m, t2); \ 48 p1_m = __msa_adds_s_b(p1_m, filt); \
|
/external/libaom/libaom/aom_dsp/mips/ |
D | loopfilter_msa.h | 46 filt1 = __msa_adds_s_b(filt, cnst4b); \ 50 filt2 = __msa_adds_s_b(filt, cnst3b); \ 55 p0_m = __msa_adds_s_b(p0_m, filt2); \ 64 p1_m = __msa_adds_s_b(p1_m, filt); \ 104 filt1 = __msa_adds_s_b(filt, cnst4b); \ 108 filt2 = __msa_adds_s_b(filt, cnst3b); \ 113 p0_m = __msa_adds_s_b(p0_m, filt2); \ 122 p1_m = __msa_adds_s_b(p1_m, filt); \
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | loopfilter_filters_msa.c | 41 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 42 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 43 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 45 t1 = __msa_adds_s_b(filt, cnst4b); \ 47 t2 = __msa_adds_s_b(filt, cnst3b); \ 51 p0_m = __msa_adds_s_b(p0_m, t2); \ 58 p1_m = __msa_adds_s_b(p1_m, filt); \ 76 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 77 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 78 filt = __msa_adds_s_b(filt, q0_sub_p0); \ [all …]
|
/external/webp/src/dsp/ |
D | dec_msa.c | 172 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 173 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 174 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 185 p_m = __msa_adds_s_b(p_m, u); \ 200 t1 = __msa_adds_s_b(filt, cnst4b); \ 202 t2 = __msa_adds_s_b(filt, cnst3b); \ 206 p0_m = __msa_adds_s_b(p0_m, t2); \ 213 p1_m = __msa_adds_s_b(p1_m, filt); \ 235 t1 = __msa_adds_s_b(t2, cnst4b); \ 237 t2 = __msa_adds_s_b(t2, cnst3b); \ [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | msa.h | 239 #define __msa_adds_s_b __builtin_msa_adds_s_b macro
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-mips-msa.c | 61 v16i8_r = __msa_adds_s_b(v16i8_a, v16i8_b); // CHECK: call <16 x i8> @llvm.mips.adds.s.b( in test()
|