Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-altivec.c4289 res_vsc = vec_vspltb(vsc, 0); in test6()
4293 res_vuc = vec_vspltb(vuc, 0); in test6()
4297 res_vbc = vec_vspltb(vbc, 0); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Daltivec.h8915 vec_vspltb(vector unsigned char __a, unsigned char __b);
8929 (vector signed int)vec_vspltb((vector unsigned char)__b, 0)); in vec_sl()
8933 (vector signed int)vec_vspltb((vector unsigned char)__b, 15)); in vec_sl()
8943 (vector signed int)vec_vspltb((vector unsigned char)__b, 0)); in vec_sl()
8949 (vector signed int)vec_vspltb((vector unsigned char)__b, 15)); in vec_sl()
10205 #define __builtin_altivec_vspltb vec_vspltb
10208 vec_vspltb(vector signed char __a, unsigned char __b) { in vec_vspltb() function
10213 vec_vspltb(vector unsigned char __a, unsigned char __b) { in vec_vspltb() function
10441 (vector signed int)vec_vspltb((vector unsigned char)__swapshift, 0)); in vec_sr()
10454 (vector signed int)vec_vspltb((vector unsigned char)__b, 0)); in vec_sr()
[all …]