Searched refs:vec_cp_until_zero_cc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | builtins-systemz-zvector.c | 3727 vsc = vec_cp_until_zero_cc(vsc, &cc); in test_string() 3730 vuc = vec_cp_until_zero_cc(vuc, &cc); in test_string() 3733 vbc = vec_cp_until_zero_cc(vbc, &cc); in test_string() 3736 vss = vec_cp_until_zero_cc(vss, &cc); in test_string() 3739 vus = vec_cp_until_zero_cc(vus, &cc); in test_string() 3742 vbs = vec_cp_until_zero_cc(vbs, &cc); in test_string() 3745 vsi = vec_cp_until_zero_cc(vsi, &cc); in test_string() 3748 vui = vec_cp_until_zero_cc(vui, &cc); in test_string() 3751 vbi = vec_cp_until_zero_cc(vbi, &cc); in test_string()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 9447 vec_cp_until_zero_cc(__vector signed char __a, int *__cc) { in vec_cp_until_zero_cc() function 9453 vec_cp_until_zero_cc(__vector __bool char __a, int *__cc) { in vec_cp_until_zero_cc() function 9459 vec_cp_until_zero_cc(__vector unsigned char __a, int *__cc) { in vec_cp_until_zero_cc() function 9464 vec_cp_until_zero_cc(__vector signed short __a, int *__cc) { in vec_cp_until_zero_cc() function 9470 vec_cp_until_zero_cc(__vector __bool short __a, int *__cc) { in vec_cp_until_zero_cc() function 9476 vec_cp_until_zero_cc(__vector unsigned short __a, int *__cc) { in vec_cp_until_zero_cc() function 9481 vec_cp_until_zero_cc(__vector signed int __a, int *__cc) { in vec_cp_until_zero_cc() function 9487 vec_cp_until_zero_cc(__vector __bool int __a, int *__cc) { in vec_cp_until_zero_cc() function 9493 vec_cp_until_zero_cc(__vector unsigned int __a, int *__cc) { in vec_cp_until_zero_cc() function
|