Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-p10vector.c357 return vec_strir(vuca); in test_vec_strir_uc()
365 return vec_strir(vsca); in test_vec_strir_sc()
373 return vec_strir(vusa); in test_vec_strir_us()
381 return vec_strir(vssa); in test_vec_strir_ss()
433 return vec_strir(*(ptr + i)); in test_vec_strir_p_uc_2()
436 return vec_strir(*(ptr)); in test_vec_strir_p_uc_2()
456 return vec_strir(*(ptr + i)); in test_vec_strir_p_sc_2()
459 return vec_strir(*(ptr)); in test_vec_strir_p_sc_2()
479 return vec_strir(*(ptr + i)); in test_vec_strir_p_us_2()
482 return vec_strir(*(ptr)); in test_vec_strir_p_us_2()
[all …]
/external/llvm-project/clang/lib/Headers/
Daltivec.h18080 vec_strir(vector unsigned char __a) { in vec_strir() function
18089 vec_strir(vector signed char __a) { in vec_strir() function
18098 vec_strir(vector unsigned short __a) { in vec_strir() function
18107 vec_strir(vector signed short __a) { in vec_strir() function