Home
last modified time | relevance | path

Searched refs:v2u64 (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/stdarch-verify/
H A Dmips-msa.h19 v2u64 __builtin_msa_adds_u_d (v2u64, v2u64);
43 v2u64 __builtin_msa_asub_u_d (v2u64, v2u64);
53 v2u64 __builtin_msa_ave_u_d (v2u64, v2u64);
63 v2u64 __builtin_msa_aver_u_d (v2u64, v2u64);
68 v2u64 __builtin_msa_bclr_d (v2u64, v2u64);
78 v2u64 __builtin_msa_binsl_d (v2u64, v2u64, v2u64);
88 v2u64 __builtin_msa_binsr_d (v2u64, v2u64, v2u64);
106 v2u64 __builtin_msa_bneg_d (v2u64, v2u64);
127 v2u64 __builtin_msa_bset_d (v2u64, v2u64);
213 v2u64 __builtin_msa_div_u_d (v2u64, v2u64);
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dmsa_macros.h164 #define msa_movl_u32(__a) ((v2u64){(__a)[0], (__a)[1]})
374 v2u64 __d = __builtin_msa_sat_u_d((v2u64)__builtin_msa_srlri_d((v2i64)(__a), (int)(__b)), 31); \
422 …builtin_msa_pckev_w((v4i32)__builtin_msa_sat_u_d((v2u64)(__b), 31), (v4i32)__builtin_msa_sat_u_d((
502 …_builtin_msa_pckev_w((v4i32)__builtin_msa_sat_u_d((v2u64)__e, 31), (v4i32)__builtin_msa_sat_u_d((v…
709 v2u64 _c; \
729 v2u64 _b; \
870 #define msa_cltq_u64(__a, __b) ((v2u64)__builtin_msa_clt_u_d((v2u64)(__a), (v2u64)(__b)))
882 #define msa_cgtq_u64(__a, __b) ((v2u64)__builtin_msa_clt_u_d((v2u64)(__b), (v2u64)(__a)))
894 #define msa_cleq_u64(__a, __b) ((v2u64)__builtin_msa_cle_u_d((v2u64)(__a), (v2u64)(__b)))
906 #define msa_cgeq_u64(__a, __b) ((v2u64)__builtin_msa_cle_u_d((v2u64)(__b), (v2u64)(__a)))
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dvector-gcc-compat.c10 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()
H A Dvector-gcc-compat.cpp12 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dvector-gcc-compat.c10 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()
H A Dvector-gcc-compat.cpp12 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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c10 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()
H A Dvector-gcc-compat.cpp12 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()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.c10 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()
H A Dvector-gcc-compat.cpp12 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.c10 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()
H A Dvector-gcc-compat.cpp12 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()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.c10 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()
H A Dvector-gcc-compat.cpp12 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dvector-gcc-compat.c10 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()
H A Dvector-gcc-compat.cpp12 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()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dvector-gcc-compat.cpp12 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()
H A Dvector-gcc-compat.c10 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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dvector-gcc-compat.c10 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()
H A Dvector-gcc-compat.cpp12 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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dvector-gcc-compat.c10 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()
H A Dvector-gcc-compat.cpp12 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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dvector-gcc-compat.cpp12 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()
H A Dvector-gcc-compat.c10 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()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dvector-gcc-compat.cpp12 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()

12345678910>>...15