Searched refs:vec_vsro (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4482 res_vsc = vec_vsro(vsc, vsc); in test6() 4486 res_vsc = vec_vsro(vsc, vuc); in test6() 4490 res_vuc = vec_vsro(vuc, vsc); in test6() 4494 res_vuc = vec_vsro(vuc, vuc); in test6() 4498 res_vs = vec_vsro(vs, vsc); in test6() 4502 res_vs = vec_vsro(vs, vuc); in test6() 4506 res_vus = vec_vsro(vus, vsc); in test6() 4510 res_vus = vec_vsro(vus, vuc); in test6() 4514 res_vp = vec_vsro(vp, vsc); in test6() 4518 res_vp = vec_vsro(vp, vuc); in test6() [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 4764 res_vsc = vec_vsro(vsc, vsc); in test6() 4768 res_vsc = vec_vsro(vsc, vuc); in test6() 4772 res_vuc = vec_vsro(vuc, vsc); in test6() 4776 res_vuc = vec_vsro(vuc, vuc); in test6() 4780 res_vs = vec_vsro(vs, vsc); in test6() 4784 res_vs = vec_vsro(vs, vuc); in test6() 4788 res_vus = vec_vsro(vus, vsc); in test6() 4792 res_vus = vec_vsro(vus, vuc); in test6() 4796 res_vp = vec_vsro(vp, vsc); in test6() 4800 res_vp = vec_vsro(vp, vuc); in test6() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 8573 vec_vsro(vector signed char __a, vector signed char __b) { in vec_vsro() function 8579 vec_vsro(vector signed char __a, vector unsigned char __b) { in vec_vsro() function 8585 vec_vsro(vector unsigned char __a, vector signed char __b) { in vec_vsro() function 8591 vec_vsro(vector unsigned char __a, vector unsigned char __b) { in vec_vsro() function 8596 static __inline__ vector short __ATTRS_o_ai vec_vsro(vector short __a, in vec_vsro() function 8601 static __inline__ vector short __ATTRS_o_ai vec_vsro(vector short __a, in vec_vsro() function 8607 vec_vsro(vector unsigned short __a, vector signed char __b) { in vec_vsro() function 8613 vec_vsro(vector unsigned short __a, vector unsigned char __b) { in vec_vsro() function 8618 static __inline__ vector pixel __ATTRS_o_ai vec_vsro(vector pixel __a, in vec_vsro() function 8623 static __inline__ vector pixel __ATTRS_o_ai vec_vsro(vector pixel __a, in vec_vsro() function [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 10509 vec_vsro(vector signed char __a, vector signed char __b) { in vec_vsro() function 10515 vec_vsro(vector signed char __a, vector unsigned char __b) { in vec_vsro() function 10521 vec_vsro(vector unsigned char __a, vector signed char __b) { in vec_vsro() function 10527 vec_vsro(vector unsigned char __a, vector unsigned char __b) { in vec_vsro() function 10532 static __inline__ vector short __ATTRS_o_ai vec_vsro(vector short __a, in vec_vsro() function 10537 static __inline__ vector short __ATTRS_o_ai vec_vsro(vector short __a, in vec_vsro() function 10543 vec_vsro(vector unsigned short __a, vector signed char __b) { in vec_vsro() function 10549 vec_vsro(vector unsigned short __a, vector unsigned char __b) { in vec_vsro() function 10554 static __inline__ vector pixel __ATTRS_o_ai vec_vsro(vector pixel __a, in vec_vsro() function 10559 static __inline__ vector pixel __ATTRS_o_ai vec_vsro(vector pixel __a, in vec_vsro() function [all …]
|