Searched refs:vec_cp_until_zero_cc (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 2405 vsc = vec_cp_until_zero_cc(vsc, &cc); in test_string() 2407 vuc = vec_cp_until_zero_cc(vuc, &cc); in test_string() 2409 vbc = vec_cp_until_zero_cc(vbc, &cc); in test_string() 2411 vss = vec_cp_until_zero_cc(vss, &cc); in test_string() 2413 vus = vec_cp_until_zero_cc(vus, &cc); in test_string() 2415 vbs = vec_cp_until_zero_cc(vbs, &cc); in test_string() 2417 vsi = vec_cp_until_zero_cc(vsi, &cc); in test_string() 2419 vui = vec_cp_until_zero_cc(vui, &cc); in test_string() 2421 vbi = vec_cp_until_zero_cc(vbi, &cc); in test_string()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 7459 vec_cp_until_zero_cc(vector signed char __a, int *__cc) { in vec_cp_until_zero_cc() function 7465 vec_cp_until_zero_cc(vector bool char __a, int *__cc) { in vec_cp_until_zero_cc() function 7471 vec_cp_until_zero_cc(vector unsigned char __a, int *__cc) { in vec_cp_until_zero_cc() function 7476 vec_cp_until_zero_cc(vector signed short __a, int *__cc) { in vec_cp_until_zero_cc() function 7482 vec_cp_until_zero_cc(vector bool short __a, int *__cc) { in vec_cp_until_zero_cc() function 7488 vec_cp_until_zero_cc(vector unsigned short __a, int *__cc) { in vec_cp_until_zero_cc() function 7493 vec_cp_until_zero_cc(vector signed int __a, int *__cc) { in vec_cp_until_zero_cc() function 7499 vec_cp_until_zero_cc(vector bool int __a, int *__cc) { in vec_cp_until_zero_cc() function 7505 vec_cp_until_zero_cc(vector unsigned int __a, int *__cc) { in vec_cp_until_zero_cc() function
|