Searched refs:__msa_copy_u_h (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-mips-msa-error.c | 108 …int_r = __msa_copy_u_h(v8u16_a, 8); // expected-error {{argument value 8 is outside… in test() 304 …int_r = __msa_copy_u_h(v8u16_a, -1); // expected-error {{argument value 4294967295 i… in test()
|
D | builtins-mips-msa.c | 279 int_r = __msa_copy_u_h(v8u16_a, 1); // CHECK: call i32 @llvm.mips.copy.u.h( in test()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 406 out0_m = __msa_copy_u_h((v8i16)in, (stidx)); \ 407 out1_m = __msa_copy_u_h((v8i16)in, (stidx + 1)); \ 408 out2_m = __msa_copy_u_h((v8i16)in, (stidx + 2)); \ 409 out3_m = __msa_copy_u_h((v8i16)in, (stidx + 3)); \
|
D | loopfilter_filters_msa.c | 204 tmp0_h = __msa_copy_u_h((v8i16)in1, in1_idx); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 355 out0_m = __msa_copy_u_h((v8i16)in, (stidx)); \ 356 out1_m = __msa_copy_u_h((v8i16)in, (stidx + 1)); \ 357 out2_m = __msa_copy_u_h((v8i16)in, (stidx + 2)); \ 358 out3_m = __msa_copy_u_h((v8i16)in, (stidx + 3)); \
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 483 out0_m = __msa_copy_u_h((v8i16)in, (stidx)); \ 484 out1_m = __msa_copy_u_h((v8i16)in, (stidx + 1)); \ 485 out2_m = __msa_copy_u_h((v8i16)in, (stidx + 2)); \ 486 out3_m = __msa_copy_u_h((v8i16)in, (stidx + 3)); \
|
/external/llvm-project/clang/lib/Headers/ |
D | msa.h | 429 #define __msa_copy_u_h __builtin_msa_copy_u_h macro
|