Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p10vector.c361 return vec_strir(vuca); in test_vec_strir_uc()
369 return vec_strir(vsca); in test_vec_strir_sc()
377 return vec_strir(vusa); in test_vec_strir_us()
385 return vec_strir(vssa); in test_vec_strir_ss()
437 return vec_strir(*(ptr + i)); in test_vec_strir_p_uc_2()
440 return vec_strir(*(ptr)); in test_vec_strir_p_uc_2()
460 return vec_strir(*(ptr + i)); in test_vec_strir_p_sc_2()
463 return vec_strir(*(ptr)); in test_vec_strir_p_sc_2()
483 return vec_strir(*(ptr + i)); in test_vec_strir_p_us_2()
486 return vec_strir(*(ptr)); in test_vec_strir_p_us_2()
[all …]
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h19158 vec_strir(vector unsigned char __a) { in vec_strir() function
19169 vec_strir(vector signed char __a) { in vec_strir() function
19180 vec_strir(vector unsigned short __a) { in vec_strir() function
19191 vec_strir(vector signed short __a) { in vec_strir() function