/external/llvm-project/clang/test/Sema/ |
D | vector-gcc-compat.cpp | 12 typedef unsigned long long v2u64 __attribute__((vector_size(16))); // expected-warning {{'long long… typedef 35 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a); 241 v2u64 v2u64_a = {1, 2}; in uintTestType() 269 v2u64 v2u64_a = {1, 2}; in uintTestTypeUnsigned() 295 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
|
D | vector-gcc-compat.c | 10 typedef unsigned long long v2u64 __attribute__((vector_size(16))); typedef 33 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, v2u8 v2u8_a); 243 v2u64 v2u64_a = {1, 2}; in uintTestType() 271 v2u64 v2u64_a = {1, 2}; in uintTestTypeUnsigned() 297 void uintTestConstant(v2u64 v2u64_a, v2u32 v2u32_a, v2u16 v2u16_a, in uintTestConstant()
|
/external/libaom/libaom/aom_dsp/mips/ |
D | intrapred_msa.c | 162 v2u64 sum_d; in intra_predict_dc_4x4_msa() 212 v2u64 sum_d; in intra_predict_dc_8x8_msa() 238 v2u64 sum_d; in intra_predict_dc_tl_8x8_msa() 271 v2u64 sum_d; in intra_predict_dc_16x16_msa() 294 v2u64 sum_d; in intra_predict_dc_tl_16x16_msa() 325 v2u64 sum_d; in intra_predict_dc_32x32_msa() 354 v2u64 sum_d; in intra_predict_dc_tl_32x32_msa()
|
D | macros_msa.h | 924 v2u64 res0_m, res1_m; \ 929 res1_m = (v2u64)__msa_splati_d((v2i64)res0_m, 1); \
|
/external/webp/src/dsp/ |
D | rescaler_msa.c | 30 v2u64 out0, out1, out2, out3; \ 50 v2u64 out0, out1; \ 63 v2u64 out0, out1, out2, out3; \ 80 v2u64 out0, out1; \ 90 v2u64 out0, out1, out2, out3; \ 104 v2u64 out0, out1; \
|
D | msa_macro.h | 507 #define DOTP_UW2_UD(...) DOTP_UW2(v2u64, __VA_ARGS__) 624 v2u64 res0_m = __msa_hadd_u_d(res_m, res_m); in func_hadd_uh_u32() 625 v2u64 res1_m = (v2u64)__msa_splati_d((v2i64)res0_m, 1); in func_hadd_uh_u32() 1117 #define SRAR_D2_UD(...) SRAR_D2(v2u64, __VA_ARGS__) 1124 #define SRAR_D4_UD(...) SRAR_D4(v2u64, __VA_ARGS__)
|
D | dec_msa.c | 883 const v2u64 temp2 = __msa_hadd_u_d(temp1, temp1); in DC8uv() 945 const v2u64 temp2 = __msa_hadd_u_d(temp1, temp1); in DC8uvNoLeft()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | intrapred_msa.c | 160 v2u64 sum_d; in intra_predict_dc_4x4_msa() 210 v2u64 sum_d; in intra_predict_dc_8x8_msa() 236 v2u64 sum_d; in intra_predict_dc_tl_8x8_msa() 269 v2u64 sum_d; in intra_predict_dc_16x16_msa() 292 v2u64 sum_d; in intra_predict_dc_tl_16x16_msa() 323 v2u64 sum_d; in intra_predict_dc_32x32_msa() 352 v2u64 sum_d; in intra_predict_dc_tl_32x32_msa()
|
D | macros_msa.h | 796 v2u64 res0_m, res1_m; \ 800 res1_m = (v2u64)__msa_splati_d((v2i64)res0_m, 1); \
|
D | avg_msa.c | 44 v2u64 sum2; in vpx_avg_4x4_msa()
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-mips-msa-error.c | 28 v2u64 v2u64_a = (v2u64) {0, 1}; in test() 29 v2u64 v2u64_r; in test()
|
D | builtins-mips-msa.c | 33 v2u64 v2u64_a = (v2u64) {0, 1}; in test() 34 v2u64 v2u64_b = (v2u64) {1, 2}; in test() 35 v2u64 v2u64_r; in test()
|
/external/clang/test/CodeGen/ |
D | builtins-mips-msa.c | 12 typedef unsigned long long v2u64 __attribute__ ((vector_size(16))); typedef 40 v2u64 v2u64_a = (v2u64) {0, 1}; in test() 41 v2u64 v2u64_b = (v2u64) {1, 2}; in test() 42 v2u64 v2u64_r; in test()
|
/external/llvm-project/clang/lib/Headers/ |
D | msa.h | 28 typedef unsigned long long v2u64 __attribute__((vector_size(16), aligned(16))); typedef
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 809 v2u64 res0_m, res1_m; \ 814 res1_m = (v2u64)__msa_splati_d((v2i64)res0_m, 1); \
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingDataSpillTests.cpp | 1391 using v2u64 = tcu::Vector<deUint64, 2>; typedef 1509 else if (dataType == DataType::UINT64) GEN_V2_FILL(v2u64); in fillInputBuffer()
|