Searched refs:__msa_subv_h (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dsp/ |
D | lossless_enc_msa.c | 27 t0 = __msa_subv_h((v8i16)src0, t0); \ 28 t1 = __msa_subv_h((v8i16)src1, t1); \ 43 t0 = __msa_subv_h((v8i16)src, t0); \
|
/external/llvm-project/clang/lib/Headers/ |
D | msa.h | 124 #define __msa_subv_h __builtin_msa_subv_h macro
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_msa.cc | 2105 reg0 = __msa_subv_h((v8i16)vec3, (v8i16)vec4); in RGB24ToUVRow_MSA() 2106 reg1 = __msa_subv_h((v8i16)const_0x8080, (v8i16)vec5); in RGB24ToUVRow_MSA() 2107 reg2 = __msa_subv_h((v8i16)vec2, (v8i16)vec1); in RGB24ToUVRow_MSA() 2108 reg3 = __msa_subv_h((v8i16)const_0x8080, (v8i16)vec0); in RGB24ToUVRow_MSA() 2210 reg0 = __msa_subv_h((v8i16)vec3, (v8i16)vec4); in RAWToUVRow_MSA() 2211 reg1 = __msa_subv_h((v8i16)const_0x8080, (v8i16)vec5); in RAWToUVRow_MSA() 2212 reg2 = __msa_subv_h((v8i16)vec2, (v8i16)vec1); in RAWToUVRow_MSA() 2213 reg3 = __msa_subv_h((v8i16)const_0x8080, (v8i16)vec0); in RAWToUVRow_MSA()
|
/external/libyuv/files/source/ |
D | row_msa.cc | 2105 reg0 = __msa_subv_h((v8i16)vec3, (v8i16)vec4); in RGB24ToUVRow_MSA() 2106 reg1 = __msa_subv_h((v8i16)const_0x8080, (v8i16)vec5); in RGB24ToUVRow_MSA() 2107 reg2 = __msa_subv_h((v8i16)vec2, (v8i16)vec1); in RGB24ToUVRow_MSA() 2108 reg3 = __msa_subv_h((v8i16)const_0x8080, (v8i16)vec0); in RGB24ToUVRow_MSA() 2210 reg0 = __msa_subv_h((v8i16)vec3, (v8i16)vec4); in RAWToUVRow_MSA() 2211 reg1 = __msa_subv_h((v8i16)const_0x8080, (v8i16)vec5); in RAWToUVRow_MSA() 2212 reg2 = __msa_subv_h((v8i16)vec2, (v8i16)vec1); in RAWToUVRow_MSA() 2213 reg3 = __msa_subv_h((v8i16)const_0x8080, (v8i16)vec0); in RAWToUVRow_MSA()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-mips-msa.c | 800 v8i16_r = __msa_subv_h(v8i16_a, v8i16_b); // CHECK: call <8 x i16> @llvm.mips.subv.h( in test()
|