Home
last modified time | relevance | path

Searched refs:vec_cp_until_zero (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c3699 vsc = vec_cp_until_zero(vsc); in test_string()
3702 vuc = vec_cp_until_zero(vuc); in test_string()
3705 vbc = vec_cp_until_zero(vbc); in test_string()
3708 vss = vec_cp_until_zero(vss); in test_string()
3711 vus = vec_cp_until_zero(vus); in test_string()
3714 vbs = vec_cp_until_zero(vbs); in test_string()
3717 vsi = vec_cp_until_zero(vsi); in test_string()
3720 vui = vec_cp_until_zero(vui); in test_string()
3723 vbi = vec_cp_until_zero(vbi); in test_string()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h9394 vec_cp_until_zero(__vector signed char __a) { in vec_cp_until_zero() function
9400 vec_cp_until_zero(__vector __bool char __a) { in vec_cp_until_zero() function
9406 vec_cp_until_zero(__vector unsigned char __a) { in vec_cp_until_zero() function
9411 vec_cp_until_zero(__vector signed short __a) { in vec_cp_until_zero() function
9417 vec_cp_until_zero(__vector __bool short __a) { in vec_cp_until_zero() function
9423 vec_cp_until_zero(__vector unsigned short __a) { in vec_cp_until_zero() function
9428 vec_cp_until_zero(__vector signed int __a) { in vec_cp_until_zero() function
9434 vec_cp_until_zero(__vector __bool int __a) { in vec_cp_until_zero() function
9440 vec_cp_until_zero(__vector unsigned int __a) { in vec_cp_until_zero() function