/llvm-project/clang/test/SemaCXX/ |
H A D | addr-of-overloaded-function-casting.cpp | 18 { bool b = (void (&)(char))f; } // expected-error{{does not match required type}} in main() local 19 { bool b = (void (*)(char))f; } // expected-error{{does not match required type}} in main() local 21 { bool b = (void (&)(int))f; } //ok in main() local 22 { bool b = (void (*)(int))f; } //ok in main() local 24 { bool b = static_cast<void (&)(char)>(f); } // expected-error{{does not match}} in main() local 25 { bool b = static_cast<void (*)(char)>(f); } // expected-error{{address of overloaded function}} in main() local 27 { bool b = static_cast<void (&)(int)>(f); } //ok in main() local 28 { bool b = static_cast<void (*)(int)>(f); } //ok in main() local 31 { bool b = reinterpret_cast<void (&)(char)>(f); } // expected-error{{cannot resolve}} in main() local 32 { bool b = reinterpret_cast<void (*)(char)>(f); } // expected-error{{cannot resolve}} in main() local [all …]
|
/llvm-project/clang/test/Analysis/ |
H A D | _Bool-increment-decrement.c | 7 bool b = true; in test__Bool_value() local 12 bool b = false; in test__Bool_value() local 17 bool b = -10; in test__Bool_value() local 22 bool b = 10; in test__Bool_value() local 27 bool b = 10; in test__Bool_value() local 33 bool b = 0; in test__Bool_value() local 41 bool b = true; in test__Bool_increment() local 47 bool b = false; in test__Bool_increment() local 53 bool b = true; in test__Bool_increment() local 59 bool b = false; in test__Bool_increment() local [all …]
|
H A D | bool-increment.cpp | 9 bool b = true; in test_bool_value() local 14 bool b = false; in test_bool_value() local 19 bool b = -10; in test_bool_value() local 24 bool b = 10; in test_bool_value() local 29 bool b = 10; in test_bool_value() local 35 bool b = 0; in test_bool_value() local 43 bool b = true; in test_bool_increment() local 49 bool b = false; in test_bool_increment() local 55 bool b = true; in test_bool_increment() local 61 bool b = false; in test_bool_increment() local [all …]
|
/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.local/ |
H A D | p4-0x.cpp | 4 int b; in f() local 7 if (bool b = true) // expected-note 2{{previous definition}} in f() local 8 bool b; // expected-error {{redefinition}} in f() local 10 int b; // expected-error {{redefinition}} in f() local 11 while (bool b = true) // expected-note {{previous definition}} in f() local 12 int b; // expected-error {{redefinition}} in f() local 21 if (bool b = true) { // expected-note 2{{previous definition}} in f() local 22 int b; // expected-error {{redefinition}} in f() local 24 int b; // expected-error {{redefinition}} in f() local 26 while (bool b = true) { // expected-note {{previous definition}} in f() local [all …]
|
/llvm-project/clang/test/CodeGen/ |
H A D | aarch64-neon-perm.c |
|
H A D | aarch64-neon-3v.c |
|
H A D | aarch64-sve-vls-arith-ops.c |
|
H A D | aarch64-sve-vls-compare-ops.c |
|
H A D | arm-neon-vst.c | 32 void test_vst1_f16_x2(float16_t *a, float16x4x2_t b) { in test_vst1_f16_x2() argument 61 void test_vst1_f16_x3(float16_t *a, float16x4x3_t b) { in test_vst1_f16_x3() argument 95 void test_vst1_f16_x4(float16_t *a, float16x4x4_t b) { in test_vst1_f16_x4() argument 119 test_vst1_f32_x2(float32_t * a,float32x2x2_t b) test_vst1_f32_x2() argument 148 test_vst1_f32_x3(float32_t * a,float32x2x3_t b) test_vst1_f32_x3() argument 182 test_vst1_f32_x4(float32_t * a,float32x2x4_t b) test_vst1_f32_x4() argument 206 test_vst1_p16_x2(poly16_t * a,poly16x4x2_t b) test_vst1_p16_x2() argument 235 test_vst1_p16_x3(poly16_t * a,poly16x4x3_t b) test_vst1_p16_x3() argument 269 test_vst1_p16_x4(poly16_t * a,poly16x4x4_t b) test_vst1_p16_x4() argument 289 test_vst1_p8_x2(poly8_t * a,poly8x8x2_t b) test_vst1_p8_x2() argument 312 test_vst1_p8_x3(poly8_t * a,poly8x8x3_t b) test_vst1_p8_x3() argument 338 test_vst1_p8_x4(poly8_t * a,poly8x8x4_t b) test_vst1_p8_x4() argument 362 test_vst1_s16_x2(int16_t * a,int16x4x2_t b) test_vst1_s16_x2() argument 391 test_vst1_s16_x3(int16_t * a,int16x4x3_t b) test_vst1_s16_x3() argument 425 test_vst1_s16_x4(int16_t * a,int16x4x4_t b) test_vst1_s16_x4() argument 449 test_vst1_s32_x2(int32_t * a,int32x2x2_t b) test_vst1_s32_x2() argument 478 test_vst1_s32_x3(int32_t * a,int32x2x3_t b) test_vst1_s32_x3() argument 512 test_vst1_s32_x4(int32_t * a,int32x2x4_t b) test_vst1_s32_x4() argument 536 test_vst1_s64_x2(int64_t * a,int64x1x2_t b) test_vst1_s64_x2() argument 565 test_vst1_s64_x3(int64_t * a,int64x1x3_t b) test_vst1_s64_x3() argument 599 test_vst1_s64_x4(int64_t * a,int64x1x4_t b) test_vst1_s64_x4() argument 619 test_vst1_s8_x2(int8_t * a,int8x8x2_t b) test_vst1_s8_x2() argument 642 test_vst1_s8_x3(int8_t * a,int8x8x3_t b) test_vst1_s8_x3() argument 668 test_vst1_s8_x4(int8_t * a,int8x8x4_t b) test_vst1_s8_x4() argument 692 test_vst1_u16_x2(uint16_t * a,uint16x4x2_t b) test_vst1_u16_x2() argument 721 test_vst1_u16_x3(uint16_t * a,uint16x4x3_t b) test_vst1_u16_x3() argument 755 test_vst1_u16_x4(uint16_t * a,uint16x4x4_t b) test_vst1_u16_x4() argument 779 test_vst1_u32_x2(uint32_t * a,uint32x2x2_t b) test_vst1_u32_x2() argument 808 test_vst1_u32_x3(uint32_t * a,uint32x2x3_t b) test_vst1_u32_x3() argument 842 test_vst1_u32_x4(uint32_t * a,uint32x2x4_t b) test_vst1_u32_x4() argument 866 test_vst1_u64_x2(uint64_t * a,uint64x1x2_t b) test_vst1_u64_x2() argument 895 test_vst1_u64_x3(uint64_t * a,uint64x1x3_t b) test_vst1_u64_x3() argument 929 test_vst1_u64_x4(uint64_t * a,uint64x1x4_t b) test_vst1_u64_x4() argument 949 test_vst1_u8_x2(uint8_t * a,uint8x8x2_t b) test_vst1_u8_x2() argument 972 test_vst1_u8_x3(uint8_t * a,uint8x8x3_t b) test_vst1_u8_x3() argument 998 test_vst1_u8_x4(uint8_t * a,uint8x8x4_t b) test_vst1_u8_x4() argument 1022 test_vst1q_f16_x2(float16_t * a,float16x8x2_t b) test_vst1q_f16_x2() argument 1051 test_vst1q_f16_x3(float16_t * a,float16x8x3_t b) test_vst1q_f16_x3() argument 1085 test_vst1q_f16_x4(float16_t * a,float16x8x4_t b) test_vst1q_f16_x4() argument 1109 test_vst1q_f32_x2(float32_t * a,float32x4x2_t b) test_vst1q_f32_x2() argument 1138 test_vst1q_f32_x3(float32_t * a,float32x4x3_t b) test_vst1q_f32_x3() argument 1172 test_vst1q_f32_x4(float32_t * a,float32x4x4_t b) test_vst1q_f32_x4() argument 1196 test_vst1q_p16_x2(poly16_t * a,poly16x8x2_t b) test_vst1q_p16_x2() argument 1225 test_vst1q_p16_x3(poly16_t * a,poly16x8x3_t b) test_vst1q_p16_x3() argument 1259 test_vst1q_p16_x4(poly16_t * a,poly16x8x4_t b) test_vst1q_p16_x4() argument 1279 test_vst1q_p8_x2(poly8_t * a,poly8x16x2_t b) test_vst1q_p8_x2() argument 1302 test_vst1q_p8_x3(poly8_t * a,poly8x16x3_t b) test_vst1q_p8_x3() argument 1328 test_vst1q_p8_x4(poly8_t * a,poly8x16x4_t b) test_vst1q_p8_x4() argument 1352 test_vst1q_s16_x2(int16_t * a,int16x8x2_t b) test_vst1q_s16_x2() argument 1381 test_vst1q_s16_x3(int16_t * a,int16x8x3_t b) test_vst1q_s16_x3() argument 1415 test_vst1q_s16_x4(int16_t * a,int16x8x4_t b) test_vst1q_s16_x4() argument 1439 test_vst1q_s32_x2(int32_t * a,int32x4x2_t b) test_vst1q_s32_x2() argument 1468 test_vst1q_s32_x3(int32_t * a,int32x4x3_t b) test_vst1q_s32_x3() argument 1502 test_vst1q_s32_x4(int32_t * a,int32x4x4_t b) test_vst1q_s32_x4() argument 1526 test_vst1q_s64_x2(int64_t * a,int64x2x2_t b) test_vst1q_s64_x2() argument 1555 test_vst1q_s64_x3(int64_t * a,int64x2x3_t b) test_vst1q_s64_x3() argument 1589 test_vst1q_s64_x4(int64_t * a,int64x2x4_t b) test_vst1q_s64_x4() argument 1609 test_vst1q_s8_x2(int8_t * a,int8x16x2_t b) test_vst1q_s8_x2() argument 1632 test_vst1q_s8_x3(int8_t * a,int8x16x3_t b) test_vst1q_s8_x3() argument 1658 test_vst1q_s8_x4(int8_t * a,int8x16x4_t b) test_vst1q_s8_x4() argument 1682 test_vst1q_u16_x2(uint16_t * a,uint16x8x2_t b) test_vst1q_u16_x2() argument 1711 test_vst1q_u16_x3(uint16_t * a,uint16x8x3_t b) test_vst1q_u16_x3() argument 1745 test_vst1q_u16_x4(uint16_t * a,uint16x8x4_t b) test_vst1q_u16_x4() argument 1769 test_vst1q_u32_x2(uint32_t * a,uint32x4x2_t b) test_vst1q_u32_x2() argument 1798 test_vst1q_u32_x3(uint32_t * a,uint32x4x3_t b) test_vst1q_u32_x3() argument 1832 test_vst1q_u32_x4(uint32_t * a,uint32x4x4_t b) test_vst1q_u32_x4() argument 1856 test_vst1q_u64_x2(uint64_t * a,uint64x2x2_t b) test_vst1q_u64_x2() argument 1885 test_vst1q_u64_x3(uint64_t * a,uint64x2x3_t b) test_vst1q_u64_x3() argument 1919 test_vst1q_u64_x4(uint64_t * a,uint64x2x4_t b) test_vst1q_u64_x4() argument 1939 test_vst1q_u8_x2(uint8_t * a,uint8x16x2_t b) test_vst1q_u8_x2() argument 1962 test_vst1q_u8_x3(uint8_t * a,uint8x16x3_t b) test_vst1q_u8_x3() argument 1988 test_vst1q_u8_x4(uint8_t * a,uint8x16x4_t b) test_vst1q_u8_x4() argument [all...] |
H A D | aarch64-sve-vector-compare-ops.c |
|
H A D | complex-math.c | 11 float _Complex add_float_rr(float a, float b) { in add_float_rr() 18 float _Complex add_float_cr(float _Complex a, float b) { in add_float_cr() 25 float _Complex add_float_rc(float a, float _Complex b) { in add_float_rc() 32 float _Complex add_float_cc(float _Complex a, float _Complex b) { in add_float_cc() 41 float _Complex sub_float_rr(float a, float b) { in sub_float_rr() 48 float _Complex sub_float_cr(float _Complex a, float b) { in sub_float_cr() 55 float _Complex sub_float_rc(float a, float _Complex b) { in sub_float_rc() 63 float _Complex sub_float_cc(float _Complex a, float _Complex b) { in sub_float_cc() 72 float _Complex mul_float_rr(float a, float b) { in mul_float_rr() 79 float _Complex mul_float_cr(float _Complex a, float b) { in mul_float_cr() [all …]
|
H A D | aarch64-sve-vector-arith-ops.c |
|
H A D | aarch64-neon-ldst-one.c |
|
H A D | aarch64-sve-vector-shift-ops.c |
|
H A D | aarch64-sve-vls-shift-ops.c |
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | avx-builtins-constrained-cmp.c | 12 test_mm256_cmp_pd_eq_oq(__m256d a,__m256d b) test_mm256_cmp_pd_eq_oq() argument 18 test_mm256_cmp_pd_lt_os(__m256d a,__m256d b) test_mm256_cmp_pd_lt_os() argument 24 test_mm256_cmp_pd_le_os(__m256d a,__m256d b) test_mm256_cmp_pd_le_os() argument 30 test_mm256_cmp_pd_unord_q(__m256d a,__m256d b) test_mm256_cmp_pd_unord_q() argument 36 test_mm256_cmp_pd_neq_uq(__m256d a,__m256d b) test_mm256_cmp_pd_neq_uq() argument 42 test_mm256_cmp_pd_nlt_us(__m256d a,__m256d b) test_mm256_cmp_pd_nlt_us() argument 48 test_mm256_cmp_pd_nle_us(__m256d a,__m256d b) test_mm256_cmp_pd_nle_us() argument 54 test_mm256_cmp_pd_ord_q(__m256d a,__m256d b) test_mm256_cmp_pd_ord_q() argument 60 test_mm256_cmp_pd_eq_uq(__m256d a,__m256d b) test_mm256_cmp_pd_eq_uq() argument 66 test_mm256_cmp_pd_nge_us(__m256d a,__m256d b) test_mm256_cmp_pd_nge_us() argument 72 test_mm256_cmp_pd_ngt_us(__m256d a,__m256d b) test_mm256_cmp_pd_ngt_us() argument 78 test_mm256_cmp_pd_false_oq(__m256d a,__m256d b) test_mm256_cmp_pd_false_oq() argument 84 test_mm256_cmp_pd_neq_oq(__m256d a,__m256d b) test_mm256_cmp_pd_neq_oq() argument 90 test_mm256_cmp_pd_ge_os(__m256d a,__m256d b) test_mm256_cmp_pd_ge_os() argument 96 test_mm256_cmp_pd_gt_os(__m256d a,__m256d b) test_mm256_cmp_pd_gt_os() argument 102 test_mm256_cmp_pd_true_uq(__m256d a,__m256d b) test_mm256_cmp_pd_true_uq() argument 108 test_mm256_cmp_pd_eq_os(__m256d a,__m256d b) test_mm256_cmp_pd_eq_os() argument 114 test_mm256_cmp_pd_lt_oq(__m256d a,__m256d b) test_mm256_cmp_pd_lt_oq() argument 120 test_mm256_cmp_pd_le_oq(__m256d a,__m256d b) test_mm256_cmp_pd_le_oq() argument 126 test_mm256_cmp_pd_unord_s(__m256d a,__m256d b) test_mm256_cmp_pd_unord_s() argument 132 test_mm256_cmp_pd_neq_us(__m256d a,__m256d b) test_mm256_cmp_pd_neq_us() argument 138 test_mm256_cmp_pd_nlt_uq(__m256d a,__m256d b) test_mm256_cmp_pd_nlt_uq() argument 144 test_mm256_cmp_pd_nle_uq(__m256d a,__m256d b) test_mm256_cmp_pd_nle_uq() argument 150 test_mm256_cmp_pd_ord_s(__m256d a,__m256d b) test_mm256_cmp_pd_ord_s() argument 156 test_mm256_cmp_pd_eq_us(__m256d a,__m256d b) test_mm256_cmp_pd_eq_us() argument 162 test_mm256_cmp_pd_nge_uq(__m256d a,__m256d b) test_mm256_cmp_pd_nge_uq() argument 168 test_mm256_cmp_pd_ngt_uq(__m256d a,__m256d b) test_mm256_cmp_pd_ngt_uq() argument 174 test_mm256_cmp_pd_false_os(__m256d a,__m256d b) test_mm256_cmp_pd_false_os() argument 180 test_mm256_cmp_pd_neq_os(__m256d a,__m256d b) test_mm256_cmp_pd_neq_os() argument 186 test_mm256_cmp_pd_ge_oq(__m256d a,__m256d b) test_mm256_cmp_pd_ge_oq() argument 192 test_mm256_cmp_pd_gt_oq(__m256d a,__m256d b) test_mm256_cmp_pd_gt_oq() argument 198 test_mm256_cmp_pd_true_us(__m256d a,__m256d b) test_mm256_cmp_pd_true_us() argument 204 test_mm256_cmp_ps_eq_oq(__m256 a,__m256 b) test_mm256_cmp_ps_eq_oq() argument 210 test_mm256_cmp_ps_lt_os(__m256 a,__m256 b) test_mm256_cmp_ps_lt_os() argument 216 test_mm256_cmp_ps_le_os(__m256 a,__m256 b) test_mm256_cmp_ps_le_os() argument 222 test_mm256_cmp_ps_unord_q(__m256 a,__m256 b) test_mm256_cmp_ps_unord_q() argument 228 test_mm256_cmp_ps_neq_uq(__m256 a,__m256 b) test_mm256_cmp_ps_neq_uq() argument 234 test_mm256_cmp_ps_nlt_us(__m256 a,__m256 b) test_mm256_cmp_ps_nlt_us() argument 240 test_mm256_cmp_ps_nle_us(__m256 a,__m256 b) test_mm256_cmp_ps_nle_us() argument 246 test_mm256_cmp_ps_ord_q(__m256 a,__m256 b) test_mm256_cmp_ps_ord_q() argument 252 test_mm256_cmp_ps_eq_uq(__m256 a,__m256 b) test_mm256_cmp_ps_eq_uq() argument 258 test_mm256_cmp_ps_nge_us(__m256 a,__m256 b) test_mm256_cmp_ps_nge_us() argument 264 test_mm256_cmp_ps_ngt_us(__m256 a,__m256 b) test_mm256_cmp_ps_ngt_us() argument 270 test_mm256_cmp_ps_false_oq(__m256 a,__m256 b) test_mm256_cmp_ps_false_oq() argument 276 test_mm256_cmp_ps_neq_oq(__m256 a,__m256 b) test_mm256_cmp_ps_neq_oq() argument 282 test_mm256_cmp_ps_ge_os(__m256 a,__m256 b) test_mm256_cmp_ps_ge_os() argument 288 test_mm256_cmp_ps_gt_os(__m256 a,__m256 b) test_mm256_cmp_ps_gt_os() argument 294 test_mm256_cmp_ps_true_uq(__m256 a,__m256 b) test_mm256_cmp_ps_true_uq() argument 300 test_mm256_cmp_ps_eq_os(__m256 a,__m256 b) test_mm256_cmp_ps_eq_os() argument 306 test_mm256_cmp_ps_lt_oq(__m256 a,__m256 b) test_mm256_cmp_ps_lt_oq() argument 312 test_mm256_cmp_ps_le_oq(__m256 a,__m256 b) test_mm256_cmp_ps_le_oq() argument 318 test_mm256_cmp_ps_unord_s(__m256 a,__m256 b) test_mm256_cmp_ps_unord_s() argument 324 test_mm256_cmp_ps_neq_us(__m256 a,__m256 b) test_mm256_cmp_ps_neq_us() argument 330 test_mm256_cmp_ps_nlt_uq(__m256 a,__m256 b) test_mm256_cmp_ps_nlt_uq() argument 336 test_mm256_cmp_ps_nle_uq(__m256 a,__m256 b) test_mm256_cmp_ps_nle_uq() argument 342 test_mm256_cmp_ps_ord_s(__m256 a,__m256 b) test_mm256_cmp_ps_ord_s() argument 348 test_mm256_cmp_ps_eq_us(__m256 a,__m256 b) test_mm256_cmp_ps_eq_us() argument 354 test_mm256_cmp_ps_nge_uq(__m256 a,__m256 b) test_mm256_cmp_ps_nge_uq() argument 360 test_mm256_cmp_ps_ngt_uq(__m256 a,__m256 b) test_mm256_cmp_ps_ngt_uq() argument 366 test_mm256_cmp_ps_false_os(__m256 a,__m256 b) test_mm256_cmp_ps_false_os() argument 372 test_mm256_cmp_ps_neq_os(__m256 a,__m256 b) test_mm256_cmp_ps_neq_os() argument 378 test_mm256_cmp_ps_ge_oq(__m256 a,__m256 b) test_mm256_cmp_ps_ge_oq() argument 384 test_mm256_cmp_ps_gt_oq(__m256 a,__m256 b) test_mm256_cmp_ps_gt_oq() argument 390 test_mm256_cmp_ps_true_us(__m256 a,__m256 b) test_mm256_cmp_ps_true_us() argument 396 test_mm_cmp_pd_eq_oq(__m128d a,__m128d b) test_mm_cmp_pd_eq_oq() argument 402 test_mm_cmp_pd_lt_os(__m128d a,__m128d b) test_mm_cmp_pd_lt_os() argument 408 test_mm_cmp_pd_le_os(__m128d a,__m128d b) test_mm_cmp_pd_le_os() argument 414 test_mm_cmp_pd_unord_q(__m128d a,__m128d b) test_mm_cmp_pd_unord_q() argument 420 test_mm_cmp_pd_neq_uq(__m128d a,__m128d b) test_mm_cmp_pd_neq_uq() argument 426 test_mm_cmp_pd_nlt_us(__m128d a,__m128d b) test_mm_cmp_pd_nlt_us() argument 432 test_mm_cmp_pd_nle_us(__m128d a,__m128d b) test_mm_cmp_pd_nle_us() argument 438 test_mm_cmp_pd_ord_q(__m128d a,__m128d b) test_mm_cmp_pd_ord_q() argument 444 test_mm_cmp_pd_eq_uq(__m128d a,__m128d b) test_mm_cmp_pd_eq_uq() argument 450 test_mm_cmp_pd_nge_us(__m128d a,__m128d b) test_mm_cmp_pd_nge_us() argument 456 test_mm_cmp_pd_ngt_us(__m128d a,__m128d b) test_mm_cmp_pd_ngt_us() argument 462 test_mm_cmp_pd_false_oq(__m128d a,__m128d b) test_mm_cmp_pd_false_oq() argument 468 test_mm_cmp_pd_neq_oq(__m128d a,__m128d b) test_mm_cmp_pd_neq_oq() argument 474 test_mm_cmp_pd_ge_os(__m128d a,__m128d b) test_mm_cmp_pd_ge_os() argument 480 test_mm_cmp_pd_gt_os(__m128d a,__m128d b) test_mm_cmp_pd_gt_os() argument 486 test_mm_cmp_pd_true_uq(__m128d a,__m128d b) test_mm_cmp_pd_true_uq() argument 492 test_mm_cmp_pd_eq_os(__m128d a,__m128d b) test_mm_cmp_pd_eq_os() argument 498 test_mm_cmp_pd_lt_oq(__m128d a,__m128d b) test_mm_cmp_pd_lt_oq() argument 504 test_mm_cmp_pd_le_oq(__m128d a,__m128d b) test_mm_cmp_pd_le_oq() argument 510 test_mm_cmp_pd_unord_s(__m128d a,__m128d b) test_mm_cmp_pd_unord_s() argument 516 test_mm_cmp_pd_neq_us(__m128d a,__m128d b) test_mm_cmp_pd_neq_us() argument 522 test_mm_cmp_pd_nlt_uq(__m128d a,__m128d b) test_mm_cmp_pd_nlt_uq() argument 528 test_mm_cmp_pd_nle_uq(__m128d a,__m128d b) test_mm_cmp_pd_nle_uq() argument 534 test_mm_cmp_pd_ord_s(__m128d a,__m128d b) test_mm_cmp_pd_ord_s() argument 540 test_mm_cmp_pd_eq_us(__m128d a,__m128d b) test_mm_cmp_pd_eq_us() argument 546 test_mm_cmp_pd_nge_uq(__m128d a,__m128d b) test_mm_cmp_pd_nge_uq() argument 552 test_mm_cmp_pd_ngt_uq(__m128d a,__m128d b) test_mm_cmp_pd_ngt_uq() argument 558 test_mm_cmp_pd_false_os(__m128d a,__m128d b) test_mm_cmp_pd_false_os() argument 564 test_mm_cmp_pd_neq_os(__m128d a,__m128d b) test_mm_cmp_pd_neq_os() argument 570 test_mm_cmp_pd_ge_oq(__m128d a,__m128d b) test_mm_cmp_pd_ge_oq() argument 576 test_mm_cmp_pd_gt_oq(__m128d a,__m128d b) test_mm_cmp_pd_gt_oq() argument 582 test_mm_cmp_pd_true_us(__m128d a,__m128d b) test_mm_cmp_pd_true_us() argument 588 test_mm_cmp_ps_eq_oq(__m128 a,__m128 b) test_mm_cmp_ps_eq_oq() argument 594 test_mm_cmp_ps_lt_os(__m128 a,__m128 b) test_mm_cmp_ps_lt_os() argument 600 test_mm_cmp_ps_le_os(__m128 a,__m128 b) test_mm_cmp_ps_le_os() argument 606 test_mm_cmp_ps_unord_q(__m128 a,__m128 b) test_mm_cmp_ps_unord_q() argument 612 test_mm_cmp_ps_neq_uq(__m128 a,__m128 b) test_mm_cmp_ps_neq_uq() argument 618 test_mm_cmp_ps_nlt_us(__m128 a,__m128 b) test_mm_cmp_ps_nlt_us() argument 624 test_mm_cmp_ps_nle_us(__m128 a,__m128 b) test_mm_cmp_ps_nle_us() argument 630 test_mm_cmp_ps_ord_q(__m128 a,__m128 b) test_mm_cmp_ps_ord_q() argument 636 test_mm_cmp_ps_eq_uq(__m128 a,__m128 b) test_mm_cmp_ps_eq_uq() argument 642 test_mm_cmp_ps_nge_us(__m128 a,__m128 b) test_mm_cmp_ps_nge_us() argument 648 test_mm_cmp_ps_ngt_us(__m128 a,__m128 b) test_mm_cmp_ps_ngt_us() argument 654 test_mm_cmp_ps_false_oq(__m128 a,__m128 b) test_mm_cmp_ps_false_oq() argument 660 test_mm_cmp_ps_neq_oq(__m128 a,__m128 b) test_mm_cmp_ps_neq_oq() argument 666 test_mm_cmp_ps_ge_os(__m128 a,__m128 b) test_mm_cmp_ps_ge_os() argument 672 test_mm_cmp_ps_gt_os(__m128 a,__m128 b) test_mm_cmp_ps_gt_os() argument 678 test_mm_cmp_ps_true_uq(__m128 a,__m128 b) test_mm_cmp_ps_true_uq() argument 684 test_mm_cmp_ps_eq_os(__m128 a,__m128 b) test_mm_cmp_ps_eq_os() argument 690 test_mm_cmp_ps_lt_oq(__m128 a,__m128 b) test_mm_cmp_ps_lt_oq() argument 696 test_mm_cmp_ps_le_oq(__m128 a,__m128 b) test_mm_cmp_ps_le_oq() argument 702 test_mm_cmp_ps_unord_s(__m128 a,__m128 b) test_mm_cmp_ps_unord_s() argument 708 test_mm_cmp_ps_neq_us(__m128 a,__m128 b) test_mm_cmp_ps_neq_us() argument 714 test_mm_cmp_ps_nlt_uq(__m128 a,__m128 b) test_mm_cmp_ps_nlt_uq() argument 720 test_mm_cmp_ps_nle_uq(__m128 a,__m128 b) test_mm_cmp_ps_nle_uq() argument 726 test_mm_cmp_ps_ord_s(__m128 a,__m128 b) test_mm_cmp_ps_ord_s() argument 732 test_mm_cmp_ps_eq_us(__m128 a,__m128 b) test_mm_cmp_ps_eq_us() argument 738 test_mm_cmp_ps_nge_uq(__m128 a,__m128 b) test_mm_cmp_ps_nge_uq() argument 744 test_mm_cmp_ps_ngt_uq(__m128 a,__m128 b) test_mm_cmp_ps_ngt_uq() argument 750 test_mm_cmp_ps_false_os(__m128 a,__m128 b) test_mm_cmp_ps_false_os() argument 756 test_mm_cmp_ps_neq_os(__m128 a,__m128 b) test_mm_cmp_ps_neq_os() argument 762 test_mm_cmp_ps_ge_oq(__m128 a,__m128 b) test_mm_cmp_ps_ge_oq() argument 768 test_mm_cmp_ps_gt_oq(__m128 a,__m128 b) test_mm_cmp_ps_gt_oq() argument 774 test_mm_cmp_ps_true_us(__m128 a,__m128 b) test_mm_cmp_ps_true_us() argument [all...] |
H A D | xop-builtins-cmp.c | 11 __m128i test_mm_comlt_epu8(__m128i a, __m128i b) { in test_mm_comlt_epu8() argument 18 __m128i test_mm_comlt_epu16(__m128i a, __m128i b) { in test_mm_comlt_epu16() argument 25 __m128i test_mm_comlt_epu32(__m128i a, __m128i b) { in test_mm_comlt_epu32() argument 32 __m128i test_mm_comlt_epu64(__m128i a, __m128i b) { in test_mm_comlt_epu64() argument 39 __m128i test_mm_comlt_epi8(__m128i a, __m128i b) { in test_mm_comlt_epi8() argument 46 test_mm_comlt_epi16(__m128i a,__m128i b) test_mm_comlt_epi16() argument 53 test_mm_comlt_epi32(__m128i a,__m128i b) test_mm_comlt_epi32() argument 60 test_mm_comlt_epi64(__m128i a,__m128i b) test_mm_comlt_epi64() argument 69 test_mm_comle_epu8(__m128i a,__m128i b) test_mm_comle_epu8() argument 76 test_mm_comle_epu16(__m128i a,__m128i b) test_mm_comle_epu16() argument 83 test_mm_comle_epu32(__m128i a,__m128i b) test_mm_comle_epu32() argument 90 test_mm_comle_epu64(__m128i a,__m128i b) test_mm_comle_epu64() argument 97 test_mm_comle_epi8(__m128i a,__m128i b) test_mm_comle_epi8() argument 104 test_mm_comle_epi16(__m128i a,__m128i b) test_mm_comle_epi16() argument 111 test_mm_comle_epi32(__m128i a,__m128i b) test_mm_comle_epi32() argument 118 test_mm_comle_epi64(__m128i a,__m128i b) test_mm_comle_epi64() argument 127 test_mm_comgt_epu8(__m128i a,__m128i b) test_mm_comgt_epu8() argument 134 test_mm_comgt_epu16(__m128i a,__m128i b) test_mm_comgt_epu16() argument 141 test_mm_comgt_epu32(__m128i a,__m128i b) test_mm_comgt_epu32() argument 148 test_mm_comgt_epu64(__m128i a,__m128i b) test_mm_comgt_epu64() argument 155 test_mm_comgt_epi8(__m128i a,__m128i b) test_mm_comgt_epi8() argument 162 test_mm_comgt_epi16(__m128i a,__m128i b) test_mm_comgt_epi16() argument 169 test_mm_comgt_epi32(__m128i a,__m128i b) test_mm_comgt_epi32() argument 176 test_mm_comgt_epi64(__m128i a,__m128i b) test_mm_comgt_epi64() argument 185 test_mm_comge_epu8(__m128i a,__m128i b) test_mm_comge_epu8() argument 192 test_mm_comge_epu16(__m128i a,__m128i b) test_mm_comge_epu16() argument 199 test_mm_comge_epu32(__m128i a,__m128i b) test_mm_comge_epu32() argument 206 test_mm_comge_epu64(__m128i a,__m128i b) test_mm_comge_epu64() argument 213 test_mm_comge_epi8(__m128i a,__m128i b) test_mm_comge_epi8() argument 220 test_mm_comge_epi16(__m128i a,__m128i b) test_mm_comge_epi16() argument 227 test_mm_comge_epi32(__m128i a,__m128i b) test_mm_comge_epi32() argument 234 test_mm_comge_epi64(__m128i a,__m128i b) test_mm_comge_epi64() argument 243 test_mm_comeq_epu8(__m128i a,__m128i b) test_mm_comeq_epu8() argument 250 test_mm_comeq_epu16(__m128i a,__m128i b) test_mm_comeq_epu16() argument 257 test_mm_comeq_epu32(__m128i a,__m128i b) test_mm_comeq_epu32() argument 264 test_mm_comeq_epu64(__m128i a,__m128i b) test_mm_comeq_epu64() argument 271 test_mm_comeq_epi8(__m128i a,__m128i b) test_mm_comeq_epi8() argument 278 test_mm_comeq_epi16(__m128i a,__m128i b) test_mm_comeq_epi16() argument 285 test_mm_comeq_epi32(__m128i a,__m128i b) test_mm_comeq_epi32() argument 292 test_mm_comeq_epi64(__m128i a,__m128i b) test_mm_comeq_epi64() argument 301 test_mm_comneq_epu8(__m128i a,__m128i b) test_mm_comneq_epu8() argument 308 test_mm_comneq_epu16(__m128i a,__m128i b) test_mm_comneq_epu16() argument 315 test_mm_comneq_epu32(__m128i a,__m128i b) test_mm_comneq_epu32() argument 322 test_mm_comneq_epu64(__m128i a,__m128i b) test_mm_comneq_epu64() argument 329 test_mm_comneq_epi8(__m128i a,__m128i b) test_mm_comneq_epi8() argument 336 test_mm_comneq_epi16(__m128i a,__m128i b) test_mm_comneq_epi16() argument 343 test_mm_comneq_epi32(__m128i a,__m128i b) test_mm_comneq_epi32() argument 350 test_mm_comneq_epi64(__m128i a,__m128i b) test_mm_comneq_epi64() argument 359 test_mm_comfalse_epu8(__m128i a,__m128i b) test_mm_comfalse_epu8() argument 365 test_mm_comfalse_epu16(__m128i a,__m128i b) test_mm_comfalse_epu16() argument 371 test_mm_comfalse_epu32(__m128i a,__m128i b) test_mm_comfalse_epu32() argument 377 test_mm_comfalse_epu64(__m128i a,__m128i b) test_mm_comfalse_epu64() argument 383 test_mm_comfalse_epi8(__m128i a,__m128i b) test_mm_comfalse_epi8() argument 389 test_mm_comfalse_epi16(__m128i a,__m128i b) test_mm_comfalse_epi16() argument 395 test_mm_comfalse_epi32(__m128i a,__m128i b) test_mm_comfalse_epi32() argument 401 test_mm_comfalse_epi64(__m128i a,__m128i b) test_mm_comfalse_epi64() argument 409 test_mm_comtrue_epu8(__m128i a,__m128i b) test_mm_comtrue_epu8() argument 415 test_mm_comtrue_epu16(__m128i a,__m128i b) test_mm_comtrue_epu16() argument 421 test_mm_comtrue_epu32(__m128i a,__m128i b) test_mm_comtrue_epu32() argument 427 test_mm_comtrue_epu64(__m128i a,__m128i b) test_mm_comtrue_epu64() argument 433 test_mm_comtrue_epi8(__m128i a,__m128i b) test_mm_comtrue_epi8() argument 439 test_mm_comtrue_epi16(__m128i a,__m128i b) test_mm_comtrue_epi16() argument 445 test_mm_comtrue_epi32(__m128i a,__m128i b) test_mm_comtrue_epi32() argument 451 test_mm_comtrue_epi64(__m128i a,__m128i b) test_mm_comtrue_epi64() argument [all...] |
H A D | avx512vl-builtins-constrained-cmp.c | 5 __mmask8 test_mm256_cmp_ps_mask_eq_oq(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_eq_oq() 11 __mmask8 test_mm256_cmp_ps_mask_lt_os(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_lt_os() 17 __mmask8 test_mm256_cmp_ps_mask_le_os(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_le_os() 23 __mmask8 test_mm256_cmp_ps_mask_unord_q(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_unord_q() 29 __mmask8 test_mm256_cmp_ps_mask_neq_uq(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_neq_uq() 35 __mmask8 test_mm256_cmp_ps_mask_nlt_us(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_nlt_us() 41 __mmask8 test_mm256_cmp_ps_mask_nle_us(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_nle_us() 47 __mmask8 test_mm256_cmp_ps_mask_ord_q(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_ord_q() 53 __mmask8 test_mm256_cmp_ps_mask_eq_uq(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_eq_uq() 59 __mmask8 test_mm256_cmp_ps_mask_nge_us(__m256 a, __m256 b) { in test_mm256_cmp_ps_mask_nge_us() [all …]
|
H A D | avx512f-builtins-constrained-cmp.c | 5 __mmask16 test_mm512_cmp_round_ps_mask(__m512 a, __m512 b) { in test_mm512_cmp_round_ps_mask() 11 __mmask16 test_mm512_mask_cmp_round_ps_mask(__mmask16 m, __m512 a, __m512 b) { in test_mm512_mask_cmp_round_ps_mask() 17 __mmask16 test_mm512_cmp_ps_mask_eq_oq(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_eq_oq() 23 __mmask16 test_mm512_cmp_ps_mask_lt_os(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_lt_os() 29 __mmask16 test_mm512_cmp_ps_mask_le_os(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_le_os() 35 __mmask16 test_mm512_cmp_ps_mask_unord_q(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_unord_q() 41 __mmask16 test_mm512_cmp_ps_mask_neq_uq(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_neq_uq() 47 __mmask16 test_mm512_cmp_ps_mask_nlt_us(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_nlt_us() 53 __mmask16 test_mm512_cmp_ps_mask_nle_us(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_nle_us() 59 __mmask16 test_mm512_cmp_ps_mask_ord_q(__m512 a, __m512 b) { in test_mm512_cmp_ps_mask_ord_q() [all …]
|
H A D | avx512fp16-builtins-constrained-cmp.c | 5 __mmask32 test_mm512_cmp_round_ph_mask(__m512h a, __m512h b) { in test_mm512_cmp_round_ph_mask() 11 __mmask32 test_mm512_mask_cmp_round_ph_mask(__mmask32 m, __m512h a, __m512h b) { in test_mm512_mask_cmp_round_ph_mask() 17 __mmask8 test_mm_cmp_ph_mask_eq_oq(__m128h a, __m128h b) { in test_mm_cmp_ph_mask_eq_oq() 23 __mmask8 test_mm_cmp_ph_mask_lt_os(__m128h a, __m128h b) { in test_mm_cmp_ph_mask_lt_os() 29 __mmask8 test_mm_cmp_ph_mask_le_os(__m128h a, __m128h b) { in test_mm_cmp_ph_mask_le_os() 35 __mmask8 test_mm_cmp_ph_mask_unord_q(__m128h a, __m128h b) { in test_mm_cmp_ph_mask_unord_q() 41 __mmask8 test_mm_cmp_ph_mask_neq_uq(__m128h a, __m128h b) { in test_mm_cmp_ph_mask_neq_uq() 47 __mmask8 test_mm_cmp_ph_mask_nlt_us(__m128h a, __m128h b) { in test_mm_cmp_ph_mask_nlt_us() 53 __mmask8 test_mm_cmp_ph_mask_nle_us(__m128h a, __m128h b) { in test_mm_cmp_ph_mask_nle_us() 59 __mmask8 test_mm_cmp_ph_mask_ord_q(__m128h a, __m128h b) { in test_mm_cmp_ph_mask_ord_q() [all …]
|
/llvm-project/clang/test/CodeGen/RISCV/ |
H A D | rvv-vls-arith-ops.c | 45 fixed_int8m1_t add_i8(fixed_int8m1_t a, fixed_int8m1_t b) { in add_i8() argument 57 fixed_int16m1_t add_i16(fixed_int16m1_t a, fixed_int16m1_t b) { in add_i16() argument 69 fixed_int32m1_t add_i32(fixed_int32m1_t a, fixed_int32m1_t b) { in add_i32() argument 81 fixed_int64m1_t add_i64(fixed_int64m1_t a, fixed_int64m1_t b) { in add_i64() argument 93 fixed_uint8m1_t add_u8(fixed_uint8m1_t a, fixed_uint8m1_t b) { in add_u8() argument 105 add_u16(fixed_uint16m1_t a,fixed_uint16m1_t b) add_u16() argument 117 add_u32(fixed_uint32m1_t a,fixed_uint32m1_t b) add_u32() argument 129 add_u64(fixed_uint64m1_t a,fixed_uint64m1_t b) add_u64() argument 141 add_f32(fixed_float32m1_t a,fixed_float32m1_t b) add_f32() argument 153 add_f64(fixed_float64m1_t a,fixed_float64m1_t b) add_f64() argument 165 add_inplace_i8(fixed_int8m1_t a,fixed_int8m1_t b) add_inplace_i8() argument 177 add_inplace_i16(fixed_int16m1_t a,fixed_int16m1_t b) add_inplace_i16() argument 189 add_inplace_i32(fixed_int32m1_t a,fixed_int32m1_t b) add_inplace_i32() argument 201 add_inplace_i64(fixed_int64m1_t a,fixed_int64m1_t b) add_inplace_i64() argument 213 add_inplace_u8(fixed_uint8m1_t a,fixed_uint8m1_t b) add_inplace_u8() argument 225 add_inplace_u16(fixed_uint16m1_t a,fixed_uint16m1_t b) add_inplace_u16() argument 237 add_inplace_u32(fixed_uint32m1_t a,fixed_uint32m1_t b) add_inplace_u32() argument 249 add_inplace_u64(fixed_uint64m1_t a,fixed_uint64m1_t b) add_inplace_u64() argument 261 add_inplace_f32(fixed_float32m1_t a,fixed_float32m1_t b) add_inplace_f32() argument 273 add_inplace_f64(fixed_float64m1_t a,fixed_float64m1_t b) add_inplace_f64() argument 286 add_scalar_i8(fixed_int8m1_t a,int8_t b) add_scalar_i8() argument 299 add_scalar_i16(fixed_int16m1_t a,int16_t b) add_scalar_i16() argument 312 add_scalar_i32(fixed_int32m1_t a,int32_t b) add_scalar_i32() argument 325 add_scalar_i64(fixed_int64m1_t a,int64_t b) add_scalar_i64() argument 338 add_scalar_u8(fixed_uint8m1_t a,uint8_t b) add_scalar_u8() argument 351 add_scalar_u16(fixed_uint16m1_t a,uint16_t b) add_scalar_u16() argument 364 add_scalar_u32(fixed_uint32m1_t a,uint32_t b) add_scalar_u32() argument 377 add_scalar_u64(fixed_uint64m1_t a,uint64_t b) add_scalar_u64() argument 390 add_scalar_f32(fixed_float32m1_t a,float b) add_scalar_f32() argument 403 add_scalar_f64(fixed_float64m1_t a,double b) add_scalar_f64() argument 417 sub_i8(fixed_int8m1_t a,fixed_int8m1_t b) sub_i8() argument 429 sub_i16(fixed_int16m1_t a,fixed_int16m1_t b) sub_i16() argument 441 sub_i32(fixed_int32m1_t a,fixed_int32m1_t b) sub_i32() argument 453 sub_i64(fixed_int64m1_t a,fixed_int64m1_t b) sub_i64() argument 465 sub_u8(fixed_uint8m1_t a,fixed_uint8m1_t b) sub_u8() argument 477 sub_u16(fixed_uint16m1_t a,fixed_uint16m1_t b) sub_u16() argument 489 sub_u32(fixed_uint32m1_t a,fixed_uint32m1_t b) sub_u32() argument 501 sub_u64(fixed_uint64m1_t a,fixed_uint64m1_t b) sub_u64() argument 513 sub_f32(fixed_float32m1_t a,fixed_float32m1_t b) sub_f32() argument 525 sub_f64(fixed_float64m1_t a,fixed_float64m1_t b) sub_f64() argument 537 sub_inplace_i8(fixed_int8m1_t a,fixed_int8m1_t b) sub_inplace_i8() argument 549 sub_inplace_i16(fixed_int16m1_t a,fixed_int16m1_t b) sub_inplace_i16() argument 561 sub_inplace_i32(fixed_int32m1_t a,fixed_int32m1_t b) sub_inplace_i32() argument 573 sub_inplace_i64(fixed_int64m1_t a,fixed_int64m1_t b) sub_inplace_i64() argument 585 sub_inplace_u8(fixed_uint8m1_t a,fixed_uint8m1_t b) sub_inplace_u8() argument 597 sub_inplace_u16(fixed_uint16m1_t a,fixed_uint16m1_t b) sub_inplace_u16() argument 609 sub_inplace_u32(fixed_uint32m1_t a,fixed_uint32m1_t b) sub_inplace_u32() argument 621 sub_inplace_u64(fixed_uint64m1_t a,fixed_uint64m1_t b) sub_inplace_u64() argument 633 sub_inplace_f32(fixed_float32m1_t a,fixed_float32m1_t b) sub_inplace_f32() argument 645 sub_inplace_f64(fixed_float64m1_t a,fixed_float64m1_t b) sub_inplace_f64() argument 658 sub_scalar_i8(fixed_int8m1_t a,int8_t b) sub_scalar_i8() argument 671 sub_scalar_i16(fixed_int16m1_t a,int16_t b) sub_scalar_i16() argument 684 sub_scalar_i32(fixed_int32m1_t a,int32_t b) sub_scalar_i32() argument 697 sub_scalar_i64(fixed_int64m1_t a,int64_t b) sub_scalar_i64() argument 710 sub_scalar_u8(fixed_uint8m1_t a,uint8_t b) sub_scalar_u8() argument 723 sub_scalar_u16(fixed_uint16m1_t a,uint16_t b) sub_scalar_u16() argument 736 sub_scalar_u32(fixed_uint32m1_t a,uint32_t b) sub_scalar_u32() argument 749 sub_scalar_u64(fixed_uint64m1_t a,uint64_t b) sub_scalar_u64() argument 762 sub_scalar_f32(fixed_float32m1_t a,float b) sub_scalar_f32() argument 775 sub_scalar_f64(fixed_float64m1_t a,double b) sub_scalar_f64() argument 789 mul_i8(fixed_int8m1_t a,fixed_int8m1_t b) mul_i8() argument 801 mul_i16(fixed_int16m1_t a,fixed_int16m1_t b) mul_i16() argument 813 mul_i32(fixed_int32m1_t a,fixed_int32m1_t b) mul_i32() argument 825 mul_i64(fixed_int64m1_t a,fixed_int64m1_t b) mul_i64() argument 837 mul_u8(fixed_uint8m1_t a,fixed_uint8m1_t b) mul_u8() argument 849 mul_u16(fixed_uint16m1_t a,fixed_uint16m1_t b) mul_u16() argument 861 mul_u32(fixed_uint32m1_t a,fixed_uint32m1_t b) mul_u32() argument 873 mul_u64(fixed_uint64m1_t a,fixed_uint64m1_t b) mul_u64() argument 885 mul_f32(fixed_float32m1_t a,fixed_float32m1_t b) mul_f32() argument 897 mul_f64(fixed_float64m1_t a,fixed_float64m1_t b) mul_f64() argument 909 mul_inplace_i8(fixed_int8m1_t a,fixed_int8m1_t b) mul_inplace_i8() argument 921 mul_inplace_i16(fixed_int16m1_t a,fixed_int16m1_t b) mul_inplace_i16() argument 933 mul_inplace_i32(fixed_int32m1_t a,fixed_int32m1_t b) mul_inplace_i32() argument 945 mul_inplace_i64(fixed_int64m1_t a,fixed_int64m1_t b) mul_inplace_i64() argument 957 mul_inplace_u8(fixed_uint8m1_t a,fixed_uint8m1_t b) mul_inplace_u8() argument 969 mul_inplace_u16(fixed_uint16m1_t a,fixed_uint16m1_t b) mul_inplace_u16() argument 981 mul_inplace_u32(fixed_uint32m1_t a,fixed_uint32m1_t b) mul_inplace_u32() argument 993 mul_inplace_u64(fixed_uint64m1_t a,fixed_uint64m1_t b) mul_inplace_u64() argument 1005 mul_inplace_f32(fixed_float32m1_t a,fixed_float32m1_t b) mul_inplace_f32() argument 1017 mul_inplace_f64(fixed_float64m1_t a,fixed_float64m1_t b) mul_inplace_f64() argument 1030 mul_scalar_i8(fixed_int8m1_t a,int8_t b) mul_scalar_i8() argument 1043 mul_scalar_i16(fixed_int16m1_t a,int16_t b) mul_scalar_i16() argument 1056 mul_scalar_i32(fixed_int32m1_t a,int32_t b) mul_scalar_i32() argument 1069 mul_scalar_i64(fixed_int64m1_t a,int64_t b) mul_scalar_i64() argument 1082 mul_scalar_u8(fixed_uint8m1_t a,uint8_t b) mul_scalar_u8() argument 1095 mul_scalar_u16(fixed_uint16m1_t a,uint16_t b) mul_scalar_u16() argument 1108 mul_scalar_u32(fixed_uint32m1_t a,uint32_t b) mul_scalar_u32() argument 1121 mul_scalar_u64(fixed_uint64m1_t a,uint64_t b) mul_scalar_u64() argument 1134 mul_scalar_f32(fixed_float32m1_t a,float b) mul_scalar_f32() argument 1147 mul_scalar_f64(fixed_float64m1_t a,double b) mul_scalar_f64() argument 1161 div_i8(fixed_int8m1_t a,fixed_int8m1_t b) div_i8() argument 1173 div_i16(fixed_int16m1_t a,fixed_int16m1_t b) div_i16() argument 1185 div_i32(fixed_int32m1_t a,fixed_int32m1_t b) div_i32() argument 1197 div_i64(fixed_int64m1_t a,fixed_int64m1_t b) div_i64() argument 1209 div_u8(fixed_uint8m1_t a,fixed_uint8m1_t b) div_u8() argument 1221 div_u16(fixed_uint16m1_t a,fixed_uint16m1_t b) div_u16() argument 1233 div_u32(fixed_uint32m1_t a,fixed_uint32m1_t b) div_u32() argument 1245 div_u64(fixed_uint64m1_t a,fixed_uint64m1_t b) div_u64() argument 1257 div_f32(fixed_float32m1_t a,fixed_float32m1_t b) div_f32() argument 1269 div_f64(fixed_float64m1_t a,fixed_float64m1_t b) div_f64() argument 1281 div_inplace_i8(fixed_int8m1_t a,fixed_int8m1_t b) div_inplace_i8() argument 1293 div_inplace_i16(fixed_int16m1_t a,fixed_int16m1_t b) div_inplace_i16() argument 1305 div_inplace_i32(fixed_int32m1_t a,fixed_int32m1_t b) div_inplace_i32() argument 1317 div_inplace_i64(fixed_int64m1_t a,fixed_int64m1_t b) div_inplace_i64() argument 1329 div_inplace_u8(fixed_uint8m1_t a,fixed_uint8m1_t b) div_inplace_u8() argument 1341 div_inplace_u16(fixed_uint16m1_t a,fixed_uint16m1_t b) div_inplace_u16() argument 1353 div_inplace_u32(fixed_uint32m1_t a,fixed_uint32m1_t b) div_inplace_u32() argument 1365 div_inplace_u64(fixed_uint64m1_t a,fixed_uint64m1_t b) div_inplace_u64() argument 1377 div_inplace_f32(fixed_float32m1_t a,fixed_float32m1_t b) div_inplace_f32() argument 1389 div_inplace_f64(fixed_float64m1_t a,fixed_float64m1_t b) div_inplace_f64() argument 1402 div_scalar_i8(fixed_int8m1_t a,int8_t b) div_scalar_i8() argument 1415 div_scalar_i16(fixed_int16m1_t a,int16_t b) div_scalar_i16() argument 1428 div_scalar_i32(fixed_int32m1_t a,int32_t b) div_scalar_i32() argument 1441 div_scalar_i64(fixed_int64m1_t a,int64_t b) div_scalar_i64() argument 1454 div_scalar_u8(fixed_uint8m1_t a,uint8_t b) div_scalar_u8() argument 1467 div_scalar_u16(fixed_uint16m1_t a,uint16_t b) div_scalar_u16() argument 1480 div_scalar_u32(fixed_uint32m1_t a,uint32_t b) div_scalar_u32() argument 1493 div_scalar_u64(fixed_uint64m1_t a,uint64_t b) div_scalar_u64() argument 1506 div_scalar_f32(fixed_float32m1_t a,float b) div_scalar_f32() argument 1519 div_scalar_f64(fixed_float64m1_t a,double b) div_scalar_f64() argument 1533 rem_i8(fixed_int8m1_t a,fixed_int8m1_t b) rem_i8() argument 1545 rem_i16(fixed_int16m1_t a,fixed_int16m1_t b) rem_i16() argument 1557 rem_i32(fixed_int32m1_t a,fixed_int32m1_t b) rem_i32() argument 1569 rem_i64(fixed_int64m1_t a,fixed_int64m1_t b) rem_i64() argument 1581 rem_u8(fixed_uint8m1_t a,fixed_uint8m1_t b) rem_u8() argument 1593 rem_u16(fixed_uint16m1_t a,fixed_uint16m1_t b) rem_u16() argument 1605 rem_u32(fixed_uint32m1_t a,fixed_uint32m1_t b) rem_u32() argument 1617 rem_u64(fixed_uint64m1_t a,fixed_uint64m1_t b) rem_u64() argument 1629 rem_inplace_i8(fixed_int8m1_t a,fixed_int8m1_t b) rem_inplace_i8() argument 1641 rem_inplace_i16(fixed_int16m1_t a,fixed_int16m1_t b) rem_inplace_i16() argument 1653 rem_inplace_i32(fixed_int32m1_t a,fixed_int32m1_t b) rem_inplace_i32() argument 1665 rem_inplace_i64(fixed_int64m1_t a,fixed_int64m1_t b) rem_inplace_i64() argument 1677 rem_inplace_u8(fixed_uint8m1_t a,fixed_uint8m1_t b) rem_inplace_u8() argument 1689 rem_inplace_u16(fixed_uint16m1_t a,fixed_uint16m1_t b) rem_inplace_u16() argument 1701 rem_inplace_u32(fixed_uint32m1_t a,fixed_uint32m1_t b) rem_inplace_u32() argument 1713 rem_inplace_u64(fixed_uint64m1_t a,fixed_uint64m1_t b) rem_inplace_u64() argument 1726 rem_scalar_i8(fixed_int8m1_t a,int8_t b) rem_scalar_i8() argument 1739 rem_scalar_i16(fixed_int16m1_t a,int16_t b) rem_scalar_i16() argument 1752 rem_scalar_i32(fixed_int32m1_t a,int32_t b) rem_scalar_i32() argument 1765 rem_scalar_i64(fixed_int64m1_t a,int64_t b) rem_scalar_i64() argument 1778 rem_scalar_u8(fixed_uint8m1_t a,uint8_t b) rem_scalar_u8() argument 1791 rem_scalar_u16(fixed_uint16m1_t a,uint16_t b) rem_scalar_u16() argument 1804 rem_scalar_u32(fixed_uint32m1_t a,uint32_t b) rem_scalar_u32() argument 1817 rem_scalar_u64(fixed_uint64m1_t a,uint64_t b) rem_scalar_u64() argument [all...] |
H A D | rvv-vls-shift-ops.c | 43 fixed_int8m1_t lshift_i8(fixed_int8m1_t a, fixed_int8m1_t b) { in lshift_i8() argument 55 fixed_int8m1_t rshift_i8(fixed_int8m1_t a, fixed_int8m1_t b) { in rshift_i8() argument 67 fixed_uint8m1_t lshift_u8(fixed_uint8m1_t a, fixed_uint8m1_t b) { in lshift_u8() argument 79 fixed_uint8m1_t rshift_u8(fixed_uint8m1_t a, fixed_uint8m1_t b) { in rshift_u8() argument 91 fixed_int16m1_t lshift_i16(fixed_int16m1_t a, fixed_int16m1_t b) { in lshift_i16() argument 103 rshift_i16(fixed_int16m1_t a,fixed_int16m1_t b) rshift_i16() argument 115 lshift_u16(fixed_uint16m1_t a,fixed_uint16m1_t b) lshift_u16() argument 127 rshift_u16(fixed_uint16m1_t a,fixed_uint16m1_t b) rshift_u16() argument 139 lshift_i32(fixed_int32m1_t a,fixed_int32m1_t b) lshift_i32() argument 151 rshift_i32(fixed_int32m1_t a,fixed_int32m1_t b) rshift_i32() argument 163 lshift_u32(fixed_uint32m1_t a,fixed_uint32m1_t b) lshift_u32() argument 175 rshift_u32(fixed_uint32m1_t a,fixed_uint32m1_t b) rshift_u32() argument 187 lshift_i64(fixed_int64m1_t a,fixed_int64m1_t b) lshift_i64() argument 199 rshift_i64(fixed_int64m1_t a,fixed_int64m1_t b) rshift_i64() argument 211 lshift_u64(fixed_uint64m1_t a,fixed_uint64m1_t b) lshift_u64() argument 223 rshift_u64(fixed_uint64m1_t a,fixed_uint64m1_t b) rshift_u64() argument 238 lshift_i8_rsplat(fixed_int8m1_t a,int8_t b) lshift_i8_rsplat() argument 251 lshift_i8_lsplat(fixed_int8m1_t a,int8_t b) lshift_i8_lsplat() argument 266 rshift_i8_rsplat(fixed_int8m1_t a,int8_t b) rshift_i8_rsplat() argument 279 rshift_i8_lsplat(fixed_int8m1_t a,int8_t b) rshift_i8_lsplat() argument 294 lshift_u8_rsplat(fixed_uint8m1_t a,uint8_t b) lshift_u8_rsplat() argument 307 lshift_u8_lsplat(fixed_uint8m1_t a,uint8_t b) lshift_u8_lsplat() argument 322 rshift_u8_rsplat(fixed_uint8m1_t a,uint8_t b) rshift_u8_rsplat() argument 335 rshift_u8_lsplat(fixed_uint8m1_t a,uint8_t b) rshift_u8_lsplat() argument 350 lshift_i16_rsplat(fixed_int16m1_t a,int16_t b) lshift_i16_rsplat() argument 363 lshift_i16_lsplat(fixed_int16m1_t a,int16_t b) lshift_i16_lsplat() argument 378 rshift_i16_rsplat(fixed_int16m1_t a,int16_t b) rshift_i16_rsplat() argument 391 rshift_i16_lsplat(fixed_int16m1_t a,int16_t b) rshift_i16_lsplat() argument 406 lshift_u16_rsplat(fixed_uint16m1_t a,uint16_t b) lshift_u16_rsplat() argument 419 lshift_u16_lsplat(fixed_uint16m1_t a,uint16_t b) lshift_u16_lsplat() argument 434 rshift_u16_rsplat(fixed_uint16m1_t a,uint16_t b) rshift_u16_rsplat() argument 447 rshift_u16_lsplat(fixed_uint16m1_t a,uint16_t b) rshift_u16_lsplat() argument 460 lshift_i32_rsplat(fixed_int32m1_t a,int32_t b) lshift_i32_rsplat() argument 473 lshift_i32_lsplat(fixed_int32m1_t a,int32_t b) lshift_i32_lsplat() argument 486 rshift_i32_rsplat(fixed_int32m1_t a,int32_t b) rshift_i32_rsplat() argument 499 rshift_i32_lsplat(fixed_int32m1_t a,int32_t b) rshift_i32_lsplat() argument 512 lshift_u32_rsplat(fixed_uint32m1_t a,uint32_t b) lshift_u32_rsplat() argument 525 lshift_u32_lsplat(fixed_uint32m1_t a,uint32_t b) lshift_u32_lsplat() argument 538 rshift_u32_rsplat(fixed_uint32m1_t a,uint32_t b) rshift_u32_rsplat() argument 551 rshift_u32_lsplat(fixed_uint32m1_t a,uint32_t b) rshift_u32_lsplat() argument 564 lshift_i64_rsplat(fixed_int64m1_t a,int64_t b) lshift_i64_rsplat() argument 577 lshift_i64_lsplat(fixed_int64m1_t a,int64_t b) lshift_i64_lsplat() argument 590 rshift_i64_rsplat(fixed_int64m1_t a,int64_t b) rshift_i64_rsplat() argument 603 rshift_i64_lsplat(fixed_int64m1_t a,int64_t b) rshift_i64_lsplat() argument 616 lshift_u64_rsplat(fixed_uint64m1_t a,uint64_t b) lshift_u64_rsplat() argument 629 lshift_u64_lsplat(fixed_uint64m1_t a,uint64_t b) lshift_u64_lsplat() argument 642 rshift_u64_rsplat(fixed_uint64m1_t a,uint64_t b) rshift_u64_rsplat() argument 655 rshift_u64_lsplat(fixed_uint64m1_t a,uint64_t b) rshift_u64_lsplat() argument [all...] |
/llvm-project/clang/test/CXX/over/over.over/ |
H A D | p2-resolve-single-template-id.cpp | 103 { bool b = (twoT<int>); } in main() local 104 { bool b = (twoT<int, int>); } in main() local 106 { bool b = &twoT<int>; //&foo<int>; } in main() local 121 { bool b = cant_resolve<int>; } // expected-error {{address of overload}} in main() local 163 …{ bool b = S::f<char>; } // expected-error {{call to non-static member function without an object … in test() local 164 …{ bool b = S::f<int>; } // expected-error {{call to non-static member function without an object a… in test() local 165 { bool b = &S::f<char>; } in test() local 166 { bool b = &S::f<int>; } in test() local 168 …{ bool b = s.f<char>; } // expected-error {{reference to non-static member function must be called… in test() local 169 …{ bool b = s.f<int>; } // expected-error {{reference to non-static member function must be called}} in test() local [all …]
|
/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/ |
H A D | compare.c | 16 mve_pred16_t test_vcmpeqq_f16(float16x8_t a, float16x8_t b) in test_vcmpeqq_f16() argument 32 mve_pred16_t test_vcmpeqq_f32(float32x4_t a, float32x4_t b) in test_vcmpeqq_f32() argument 48 mve_pred16_t test_vcmpeqq_s8(int8x16_t a, int8x16_t b) in test_vcmpeqq_s8() argument 64 mve_pred16_t test_vcmpeqq_s16(int16x8_t a, int16x8_t b) in test_vcmpeqq_s16() argument 80 test_vcmpeqq_s32(int32x4_t a,int32x4_t b) test_vcmpeqq_s32() argument 96 test_vcmpeqq_u8(uint8x16_t a,uint8x16_t b) test_vcmpeqq_u8() argument 112 test_vcmpeqq_u16(uint16x8_t a,uint16x8_t b) test_vcmpeqq_u16() argument 128 test_vcmpeqq_u32(uint32x4_t a,uint32x4_t b) test_vcmpeqq_u32() argument 146 test_vcmpeqq_n_f16(float16x8_t a,float16_t b) test_vcmpeqq_n_f16() argument 164 test_vcmpeqq_n_f32(float32x4_t a,float32_t b) test_vcmpeqq_n_f32() argument 182 test_vcmpeqq_n_s8(int8x16_t a,int8_t b) test_vcmpeqq_n_s8() argument 200 test_vcmpeqq_n_s16(int16x8_t a,int16_t b) test_vcmpeqq_n_s16() argument 218 test_vcmpeqq_n_s32(int32x4_t a,int32_t b) test_vcmpeqq_n_s32() argument 236 test_vcmpeqq_n_u8(uint8x16_t a,uint8_t b) test_vcmpeqq_n_u8() argument 254 test_vcmpeqq_n_u16(uint16x8_t a,uint16_t b) test_vcmpeqq_n_u16() argument 272 test_vcmpeqq_n_u32(uint32x4_t a,uint32_t b) test_vcmpeqq_n_u32() argument 291 test_vcmpeqq_m_f16(float16x8_t a,float16x8_t b,mve_pred16_t p) test_vcmpeqq_m_f16() argument 310 test_vcmpeqq_m_f32(float32x4_t a,float32x4_t b,mve_pred16_t p) test_vcmpeqq_m_f32() argument 329 test_vcmpeqq_m_s8(int8x16_t a,int8x16_t b,mve_pred16_t p) test_vcmpeqq_m_s8() argument 348 test_vcmpeqq_m_s16(int16x8_t a,int16x8_t b,mve_pred16_t p) test_vcmpeqq_m_s16() argument 367 test_vcmpeqq_m_s32(int32x4_t a,int32x4_t b,mve_pred16_t p) test_vcmpeqq_m_s32() argument 386 test_vcmpeqq_m_u8(uint8x16_t a,uint8x16_t b,mve_pred16_t p) test_vcmpeqq_m_u8() argument 405 test_vcmpeqq_m_u16(uint16x8_t a,uint16x8_t b,mve_pred16_t p) test_vcmpeqq_m_u16() argument 424 test_vcmpeqq_m_u32(uint32x4_t a,uint32x4_t b,mve_pred16_t p) test_vcmpeqq_m_u32() argument 445 test_vcmpeqq_m_n_f16(float16x8_t a,float16_t b,mve_pred16_t p) test_vcmpeqq_m_n_f16() argument 466 test_vcmpeqq_m_n_f32(float32x4_t a,float32_t b,mve_pred16_t p) test_vcmpeqq_m_n_f32() argument 487 test_vcmpeqq_m_n_s8(int8x16_t a,int8_t b,mve_pred16_t p) test_vcmpeqq_m_n_s8() argument 508 test_vcmpeqq_m_n_s16(int16x8_t a,int16_t b,mve_pred16_t p) test_vcmpeqq_m_n_s16() argument 529 test_vcmpeqq_m_n_s32(int32x4_t a,int32_t b,mve_pred16_t p) test_vcmpeqq_m_n_s32() argument 550 test_vcmpeqq_m_n_u8(uint8x16_t a,uint8_t b,mve_pred16_t p) test_vcmpeqq_m_n_u8() argument 571 test_vcmpeqq_m_n_u16(uint16x8_t a,uint16_t b,mve_pred16_t p) test_vcmpeqq_m_n_u16() argument 592 test_vcmpeqq_m_n_u32(uint32x4_t a,uint32_t b,mve_pred16_t p) test_vcmpeqq_m_n_u32() argument 608 test_vcmpneq_f16(float16x8_t a,float16x8_t b) test_vcmpneq_f16() argument 624 test_vcmpneq_f32(float32x4_t a,float32x4_t b) test_vcmpneq_f32() argument 640 test_vcmpneq_s8(int8x16_t a,int8x16_t b) test_vcmpneq_s8() argument 656 test_vcmpneq_s16(int16x8_t a,int16x8_t b) test_vcmpneq_s16() argument 672 test_vcmpneq_s32(int32x4_t a,int32x4_t b) test_vcmpneq_s32() argument 688 test_vcmpneq_u8(uint8x16_t a,uint8x16_t b) test_vcmpneq_u8() argument 704 test_vcmpneq_u16(uint16x8_t a,uint16x8_t b) test_vcmpneq_u16() argument 720 test_vcmpneq_u32(uint32x4_t a,uint32x4_t b) test_vcmpneq_u32() argument 738 test_vcmpneq_n_f16(float16x8_t a,float16_t b) test_vcmpneq_n_f16() argument 756 test_vcmpneq_n_f32(float32x4_t a,float32_t b) test_vcmpneq_n_f32() argument 774 test_vcmpneq_n_s8(int8x16_t a,int8_t b) test_vcmpneq_n_s8() argument 792 test_vcmpneq_n_s16(int16x8_t a,int16_t b) test_vcmpneq_n_s16() argument 810 test_vcmpneq_n_s32(int32x4_t a,int32_t b) test_vcmpneq_n_s32() argument 828 test_vcmpneq_n_u8(uint8x16_t a,uint8_t b) test_vcmpneq_n_u8() argument 846 test_vcmpneq_n_u16(uint16x8_t a,uint16_t b) test_vcmpneq_n_u16() argument 864 test_vcmpneq_n_u32(uint32x4_t a,uint32_t b) test_vcmpneq_n_u32() argument 883 test_vcmpneq_m_f16(float16x8_t a,float16x8_t b,mve_pred16_t p) test_vcmpneq_m_f16() argument 902 test_vcmpneq_m_f32(float32x4_t a,float32x4_t b,mve_pred16_t p) test_vcmpneq_m_f32() argument 921 test_vcmpneq_m_s8(int8x16_t a,int8x16_t b,mve_pred16_t p) test_vcmpneq_m_s8() argument 940 test_vcmpneq_m_s16(int16x8_t a,int16x8_t b,mve_pred16_t p) test_vcmpneq_m_s16() argument 959 test_vcmpneq_m_s32(int32x4_t a,int32x4_t b,mve_pred16_t p) test_vcmpneq_m_s32() argument 978 test_vcmpneq_m_u8(uint8x16_t a,uint8x16_t b,mve_pred16_t p) test_vcmpneq_m_u8() argument 997 test_vcmpneq_m_u16(uint16x8_t a,uint16x8_t b,mve_pred16_t p) test_vcmpneq_m_u16() argument 1016 test_vcmpneq_m_u32(uint32x4_t a,uint32x4_t b,mve_pred16_t p) test_vcmpneq_m_u32() argument 1037 test_vcmpneq_m_n_f16(float16x8_t a,float16_t b,mve_pred16_t p) test_vcmpneq_m_n_f16() argument 1058 test_vcmpneq_m_n_f32(float32x4_t a,float32_t b,mve_pred16_t p) test_vcmpneq_m_n_f32() argument 1079 test_vcmpneq_m_n_s8(int8x16_t a,int8_t b,mve_pred16_t p) test_vcmpneq_m_n_s8() argument 1100 test_vcmpneq_m_n_s16(int16x8_t a,int16_t b,mve_pred16_t p) test_vcmpneq_m_n_s16() argument 1121 test_vcmpneq_m_n_s32(int32x4_t a,int32_t b,mve_pred16_t p) test_vcmpneq_m_n_s32() argument 1142 test_vcmpneq_m_n_u8(uint8x16_t a,uint8_t b,mve_pred16_t p) test_vcmpneq_m_n_u8() argument 1163 test_vcmpneq_m_n_u16(uint16x8_t a,uint16_t b,mve_pred16_t p) test_vcmpneq_m_n_u16() argument 1184 test_vcmpneq_m_n_u32(uint32x4_t a,uint32_t b,mve_pred16_t p) test_vcmpneq_m_n_u32() argument 1200 test_vcmpgeq_f16(float16x8_t a,float16x8_t b) test_vcmpgeq_f16() argument 1216 test_vcmpgeq_f32(float32x4_t a,float32x4_t b) test_vcmpgeq_f32() argument 1232 test_vcmpgeq_s8(int8x16_t a,int8x16_t b) test_vcmpgeq_s8() argument 1248 test_vcmpgeq_s16(int16x8_t a,int16x8_t b) test_vcmpgeq_s16() argument 1264 test_vcmpgeq_s32(int32x4_t a,int32x4_t b) test_vcmpgeq_s32() argument 1280 test_vcmpcsq_u8(uint8x16_t a,uint8x16_t b) test_vcmpcsq_u8() argument 1296 test_vcmpcsq_u16(uint16x8_t a,uint16x8_t b) test_vcmpcsq_u16() argument 1312 test_vcmpcsq_u32(uint32x4_t a,uint32x4_t b) test_vcmpcsq_u32() argument 1330 test_vcmpgeq_n_f16(float16x8_t a,float16_t b) test_vcmpgeq_n_f16() argument 1348 test_vcmpgeq_n_f32(float32x4_t a,float32_t b) test_vcmpgeq_n_f32() argument 1366 test_vcmpgeq_n_s8(int8x16_t a,int8_t b) test_vcmpgeq_n_s8() argument 1384 test_vcmpgeq_n_s16(int16x8_t a,int16_t b) test_vcmpgeq_n_s16() argument 1402 test_vcmpgeq_n_s32(int32x4_t a,int32_t b) test_vcmpgeq_n_s32() argument 1420 test_vcmpcsq_n_u8(uint8x16_t a,uint8_t b) test_vcmpcsq_n_u8() argument 1438 test_vcmpcsq_n_u16(uint16x8_t a,uint16_t b) test_vcmpcsq_n_u16() argument 1456 test_vcmpcsq_n_u32(uint32x4_t a,uint32_t b) test_vcmpcsq_n_u32() argument 1475 test_vcmpgeq_m_f16(float16x8_t a,float16x8_t b,mve_pred16_t p) test_vcmpgeq_m_f16() argument 1494 test_vcmpgeq_m_f32(float32x4_t a,float32x4_t b,mve_pred16_t p) test_vcmpgeq_m_f32() argument 1513 test_vcmpgeq_m_s8(int8x16_t a,int8x16_t b,mve_pred16_t p) test_vcmpgeq_m_s8() argument 1532 test_vcmpgeq_m_s16(int16x8_t a,int16x8_t b,mve_pred16_t p) test_vcmpgeq_m_s16() argument 1551 test_vcmpgeq_m_s32(int32x4_t a,int32x4_t b,mve_pred16_t p) test_vcmpgeq_m_s32() argument 1570 test_vcmpcsq_m_u8(uint8x16_t a,uint8x16_t b,mve_pred16_t p) test_vcmpcsq_m_u8() argument 1589 test_vcmpcsq_m_u16(uint16x8_t a,uint16x8_t b,mve_pred16_t p) test_vcmpcsq_m_u16() argument 1608 test_vcmpcsq_m_u32(uint32x4_t a,uint32x4_t b,mve_pred16_t p) test_vcmpcsq_m_u32() argument 1629 test_vcmpgeq_m_n_f16(float16x8_t a,float16_t b,mve_pred16_t p) test_vcmpgeq_m_n_f16() argument 1650 test_vcmpgeq_m_n_f32(float32x4_t a,float32_t b,mve_pred16_t p) test_vcmpgeq_m_n_f32() argument 1671 test_vcmpgeq_m_n_s8(int8x16_t a,int8_t b,mve_pred16_t p) test_vcmpgeq_m_n_s8() argument 1692 test_vcmpgeq_m_n_s16(int16x8_t a,int16_t b,mve_pred16_t p) test_vcmpgeq_m_n_s16() argument 1713 test_vcmpgeq_m_n_s32(int32x4_t a,int32_t b,mve_pred16_t p) test_vcmpgeq_m_n_s32() argument 1734 test_vcmpcsq_m_n_u8(uint8x16_t a,uint8_t b,mve_pred16_t p) test_vcmpcsq_m_n_u8() argument 1755 test_vcmpcsq_m_n_u16(uint16x8_t a,uint16_t b,mve_pred16_t p) test_vcmpcsq_m_n_u16() argument 1776 test_vcmpcsq_m_n_u32(uint32x4_t a,uint32_t b,mve_pred16_t p) test_vcmpcsq_m_n_u32() argument 1792 test_vcmpgtq_f16(float16x8_t a,float16x8_t b) test_vcmpgtq_f16() argument 1808 test_vcmpgtq_f32(float32x4_t a,float32x4_t b) test_vcmpgtq_f32() argument 1824 test_vcmpgtq_s8(int8x16_t a,int8x16_t b) test_vcmpgtq_s8() argument 1840 test_vcmpgtq_s16(int16x8_t a,int16x8_t b) test_vcmpgtq_s16() argument 1856 test_vcmpgtq_s32(int32x4_t a,int32x4_t b) test_vcmpgtq_s32() argument 1872 test_vcmphiq_u8(uint8x16_t a,uint8x16_t b) test_vcmphiq_u8() argument 1888 test_vcmphiq_u16(uint16x8_t a,uint16x8_t b) test_vcmphiq_u16() argument 1904 test_vcmphiq_u32(uint32x4_t a,uint32x4_t b) test_vcmphiq_u32() argument 1922 test_vcmpgtq_n_f16(float16x8_t a,float16_t b) test_vcmpgtq_n_f16() argument 1940 test_vcmpgtq_n_f32(float32x4_t a,float32_t b) test_vcmpgtq_n_f32() argument 1958 test_vcmpgtq_n_s8(int8x16_t a,int8_t b) test_vcmpgtq_n_s8() argument 1976 test_vcmpgtq_n_s16(int16x8_t a,int16_t b) test_vcmpgtq_n_s16() argument 1994 test_vcmpgtq_n_s32(int32x4_t a,int32_t b) test_vcmpgtq_n_s32() argument 2012 test_vcmphiq_n_u8(uint8x16_t a,uint8_t b) test_vcmphiq_n_u8() argument 2030 test_vcmphiq_n_u16(uint16x8_t a,uint16_t b) test_vcmphiq_n_u16() argument 2048 test_vcmphiq_n_u32(uint32x4_t a,uint32_t b) test_vcmphiq_n_u32() argument 2067 test_vcmpgtq_m_f16(float16x8_t a,float16x8_t b,mve_pred16_t p) test_vcmpgtq_m_f16() argument 2086 test_vcmpgtq_m_f32(float32x4_t a,float32x4_t b,mve_pred16_t p) test_vcmpgtq_m_f32() argument 2105 test_vcmpgtq_m_s8(int8x16_t a,int8x16_t b,mve_pred16_t p) test_vcmpgtq_m_s8() argument 2124 test_vcmpgtq_m_s16(int16x8_t a,int16x8_t b,mve_pred16_t p) test_vcmpgtq_m_s16() argument 2143 test_vcmpgtq_m_s32(int32x4_t a,int32x4_t b,mve_pred16_t p) test_vcmpgtq_m_s32() argument 2162 test_vcmphiq_m_u8(uint8x16_t a,uint8x16_t b,mve_pred16_t p) test_vcmphiq_m_u8() argument 2181 test_vcmphiq_m_u16(uint16x8_t a,uint16x8_t b,mve_pred16_t p) test_vcmphiq_m_u16() argument 2200 test_vcmphiq_m_u32(uint32x4_t a,uint32x4_t b,mve_pred16_t p) test_vcmphiq_m_u32() argument 2221 test_vcmpgtq_m_n_f16(float16x8_t a,float16_t b,mve_pred16_t p) test_vcmpgtq_m_n_f16() argument 2242 test_vcmpgtq_m_n_f32(float32x4_t a,float32_t b,mve_pred16_t p) test_vcmpgtq_m_n_f32() argument 2263 test_vcmpgtq_m_n_s8(int8x16_t a,int8_t b,mve_pred16_t p) test_vcmpgtq_m_n_s8() argument 2284 test_vcmpgtq_m_n_s16(int16x8_t a,int16_t b,mve_pred16_t p) test_vcmpgtq_m_n_s16() argument 2305 test_vcmpgtq_m_n_s32(int32x4_t a,int32_t b,mve_pred16_t p) test_vcmpgtq_m_n_s32() argument 2326 test_vcmphiq_m_n_u8(uint8x16_t a,uint8_t b,mve_pred16_t p) test_vcmphiq_m_n_u8() argument 2347 test_vcmphiq_m_n_u16(uint16x8_t a,uint16_t b,mve_pred16_t p) test_vcmphiq_m_n_u16() argument 2368 test_vcmphiq_m_n_u32(uint32x4_t a,uint32_t b,mve_pred16_t p) test_vcmphiq_m_n_u32() argument 2384 test_vcmpleq_f16(float16x8_t a,float16x8_t b) test_vcmpleq_f16() argument 2400 test_vcmpleq_f32(float32x4_t a,float32x4_t b) test_vcmpleq_f32() argument 2416 test_vcmpleq_s8(int8x16_t a,int8x16_t b) test_vcmpleq_s8() argument 2432 test_vcmpleq_s16(int16x8_t a,int16x8_t b) test_vcmpleq_s16() argument 2448 test_vcmpleq_s32(int32x4_t a,int32x4_t b) test_vcmpleq_s32() argument 2466 test_vcmpleq_n_f16(float16x8_t a,float16_t b) test_vcmpleq_n_f16() argument 2484 test_vcmpleq_n_f32(float32x4_t a,float32_t b) test_vcmpleq_n_f32() argument 2502 test_vcmpleq_n_s8(int8x16_t a,int8_t b) test_vcmpleq_n_s8() argument 2520 test_vcmpleq_n_s16(int16x8_t a,int16_t b) test_vcmpleq_n_s16() argument 2538 test_vcmpleq_n_s32(int32x4_t a,int32_t b) test_vcmpleq_n_s32() argument 2557 test_vcmpleq_m_f16(float16x8_t a,float16x8_t b,mve_pred16_t p) test_vcmpleq_m_f16() argument 2576 test_vcmpleq_m_f32(float32x4_t a,float32x4_t b,mve_pred16_t p) test_vcmpleq_m_f32() argument 2595 test_vcmpleq_m_s8(int8x16_t a,int8x16_t b,mve_pred16_t p) test_vcmpleq_m_s8() argument 2614 test_vcmpleq_m_s16(int16x8_t a,int16x8_t b,mve_pred16_t p) test_vcmpleq_m_s16() argument 2633 test_vcmpleq_m_s32(int32x4_t a,int32x4_t b,mve_pred16_t p) test_vcmpleq_m_s32() argument 2654 test_vcmpleq_m_n_f16(float16x8_t a,float16_t b,mve_pred16_t p) test_vcmpleq_m_n_f16() argument 2675 test_vcmpleq_m_n_f32(float32x4_t a,float32_t b,mve_pred16_t p) test_vcmpleq_m_n_f32() argument 2696 test_vcmpleq_m_n_s8(int8x16_t a,int8_t b,mve_pred16_t p) test_vcmpleq_m_n_s8() argument 2717 test_vcmpleq_m_n_s16(int16x8_t a,int16_t b,mve_pred16_t p) test_vcmpleq_m_n_s16() argument 2738 test_vcmpleq_m_n_s32(int32x4_t a,int32_t b,mve_pred16_t p) test_vcmpleq_m_n_s32() argument 2754 test_vcmpltq_f16(float16x8_t a,float16x8_t b) test_vcmpltq_f16() argument 2770 test_vcmpltq_f32(float32x4_t a,float32x4_t b) test_vcmpltq_f32() argument 2786 test_vcmpltq_s8(int8x16_t a,int8x16_t b) test_vcmpltq_s8() argument 2802 test_vcmpltq_s16(int16x8_t a,int16x8_t b) test_vcmpltq_s16() argument 2818 test_vcmpltq_s32(int32x4_t a,int32x4_t b) test_vcmpltq_s32() argument 2836 test_vcmpltq_n_f16(float16x8_t a,float16_t b) test_vcmpltq_n_f16() argument 2854 test_vcmpltq_n_f32(float32x4_t a,float32_t b) test_vcmpltq_n_f32() argument 2872 test_vcmpltq_n_s8(int8x16_t a,int8_t b) test_vcmpltq_n_s8() argument 2890 test_vcmpltq_n_s16(int16x8_t a,int16_t b) test_vcmpltq_n_s16() argument 2908 test_vcmpltq_n_s32(int32x4_t a,int32_t b) test_vcmpltq_n_s32() argument 2927 test_vcmpltq_m_f16(float16x8_t a,float16x8_t b,mve_pred16_t p) test_vcmpltq_m_f16() argument 2946 test_vcmpltq_m_f32(float32x4_t a,float32x4_t b,mve_pred16_t p) test_vcmpltq_m_f32() argument 2965 test_vcmpltq_m_s8(int8x16_t a,int8x16_t b,mve_pred16_t p) test_vcmpltq_m_s8() argument 2984 test_vcmpltq_m_s16(int16x8_t a,int16x8_t b,mve_pred16_t p) test_vcmpltq_m_s16() argument 3003 test_vcmpltq_m_s32(int32x4_t a,int32x4_t b,mve_pred16_t p) test_vcmpltq_m_s32() argument 3024 test_vcmpltq_m_n_f16(float16x8_t a,float16_t b,mve_pred16_t p) test_vcmpltq_m_n_f16() argument 3045 test_vcmpltq_m_n_f32(float32x4_t a,float32_t b,mve_pred16_t p) test_vcmpltq_m_n_f32() argument 3066 test_vcmpltq_m_n_s8(int8x16_t a,int8_t b,mve_pred16_t p) test_vcmpltq_m_n_s8() argument 3087 test_vcmpltq_m_n_s16(int16x8_t a,int16_t b,mve_pred16_t p) test_vcmpltq_m_n_s16() argument 3108 test_vcmpltq_m_n_s32(int32x4_t a,int32_t b,mve_pred16_t p) test_vcmpltq_m_n_s32() argument [all...] |
H A D | vector-shift-imm-dyadic.c | 14 int8x16_t test_vshrnbq_n_s16(int8x16_t a, int16x8_t b) in test_vshrnbq_n_s16() 28 int16x8_t test_vshrnbq_n_s32(int16x8_t a, int32x4_t b) in test_vshrnbq_n_s32() 42 uint8x16_t test_vshrnbq_n_u16(uint8x16_t a, uint16x8_t b) in test_vshrnbq_n_u16() 56 uint16x8_t test_vshrnbq_n_u32(uint16x8_t a, uint32x4_t b) in test_vshrnbq_n_u32() 70 int8x16_t test_vshrntq_n_s16(int8x16_t a, int16x8_t b) in test_vshrntq_n_s16() 84 int16x8_t test_vshrntq_n_s32(int16x8_t a, int32x4_t b) in test_vshrntq_n_s32() 98 uint8x16_t test_vshrntq_n_u16(uint8x16_t a, uint16x8_t b) in test_vshrntq_n_u16() 112 uint16x8_t test_vshrntq_n_u32(uint16x8_t a, uint32x4_t b) in test_vshrntq_n_u32() 128 int8x16_t test_vshrnbq_m_n_s16(int8x16_t a, int16x8_t b, mve_pred16_t p) in test_vshrnbq_m_n_s16() 144 int16x8_t test_vshrnbq_m_n_s32(int16x8_t a, int32x4_t b, mve_pred16_t p) in test_vshrnbq_m_n_s32() [all …]
|