Searched refs:__msa_ilvev_w (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 918 out0 = (RTYPE)__msa_ilvev_w((v4i32)in1, (v4i32)in0); \ 919 out1 = (RTYPE)__msa_ilvev_w((v4i32)in3, (v4i32)in2); \ 1628 out0 = (v16u8)__msa_ilvev_w((v4i32)tmp3_m, (v4i32)tmp2_m); \ 1633 out2 = (v16u8)__msa_ilvev_w((v4i32)tmp3_m, (v4i32)tmp2_m); \ 1637 out1 = (v16u8)__msa_ilvev_w((v4i32)tmp3_m, (v4i32)tmp2_m); \ 1644 out3 = (v16u8)__msa_ilvev_w((v4i32)tmp3_m, (v4i32)tmp2_m); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 969 out0 = (RTYPE)__msa_ilvev_w((v4i32)in1, (v4i32)in0); \ 970 out1 = (RTYPE)__msa_ilvev_w((v4i32)in3, (v4i32)in2); \ 1764 out0 = (v16u8)__msa_ilvev_w((v4i32)tmp3_m, (v4i32)tmp2_m); \ 1769 out2 = (v16u8)__msa_ilvev_w((v4i32)tmp3_m, (v4i32)tmp2_m); \ 1773 out1 = (v16u8)__msa_ilvev_w((v4i32)tmp3_m, (v4i32)tmp2_m); \ 1778 out3 = (v16u8)__msa_ilvev_w((v4i32)tmp3_m, (v4i32)tmp2_m); \
|
D | loopfilter_16_msa.c | 736 q0 = (v16u8)__msa_ilvev_w(tmp3, tmp2); in transpose_16x16() 741 q2 = (v16u8)__msa_ilvev_w(tmp3, tmp2); in transpose_16x16() 745 q1 = (v16u8)__msa_ilvev_w(tmp3, tmp2); in transpose_16x16() 750 q3 = (v16u8)__msa_ilvev_w(tmp3, tmp2); in transpose_16x16()
|
D | fwd_txfm_msa.h | 335 k0_m = __msa_ilvev_w(s0_m, k0_m); \
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 1080 out0 = (RTYPE)__msa_ilvev_w((v4i32)in1, (v4i32)in0); \ 1081 out1 = (RTYPE)__msa_ilvev_w((v4i32)in3, (v4i32)in2); \ 1849 out0 = (v16u8)__msa_ilvev_w((v4i32)tmp3_m, (v4i32)tmp2_m); \ 1854 out2 = (v16u8)__msa_ilvev_w((v4i32)tmp3_m, (v4i32)tmp2_m); \ 1858 out1 = (v16u8)__msa_ilvev_w((v4i32)tmp3_m, (v4i32)tmp2_m); \ 1865 out3 = (v16u8)__msa_ilvev_w((v4i32)tmp3_m, (v4i32)tmp2_m); \
|
D | loopfilter_16_msa.c | 735 q0 = (v16u8)__msa_ilvev_w(tmp3, tmp2); in transpose_16x16() 740 q2 = (v16u8)__msa_ilvev_w(tmp3, tmp2); in transpose_16x16() 744 q1 = (v16u8)__msa_ilvev_w(tmp3, tmp2); in transpose_16x16() 749 q3 = (v16u8)__msa_ilvev_w(tmp3, tmp2); in transpose_16x16()
|
/external/libpng/mips/ |
D | filter_msa_intrinsics.c | 331 out0 = (RTYPE) __msa_ilvev_w((v4i32) in1, (v4i32) in0); \ 332 out1 = (RTYPE) __msa_ilvev_w((v4i32) in3, (v4i32) in2); \
|
/external/webp/src/dsp/ |
D | msa_macro.h | 779 out0 = (RTYPE)__msa_ilvev_w((v4i32)in1, (v4i32)in0); \ 780 out1 = (RTYPE)__msa_ilvev_w((v4i32)in3, (v4i32)in2); \ 797 out0 = (RTYPE)__msa_ilvev_w((v4i32)in1, (v4i32)in0); \
|
/external/llvm-project/clang/lib/Headers/ |
D | msa.h | 379 #define __msa_ilvev_w __builtin_msa_ilvev_w macro
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-mips-msa.c | 495 v4i32_r = __msa_ilvev_w(v4i32_a, v4i32_b); // CHECK: call <4 x i32> @llvm.mips.ilvev.w( in test()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_msa.cc | 93 reg5_m = __msa_ilvev_w(reg2_m, reg2_m); \ 94 reg6_m = __msa_ilvev_w(reg3_m, reg3_m); \
|
/external/libyuv/files/source/ |
D | row_msa.cc | 93 reg5_m = __msa_ilvev_w(reg2_m, reg2_m); \ 94 reg6_m = __msa_ilvev_w(reg3_m, reg3_m); \
|