Searched refs:vec_vsro (Results 1 – 2 of 2) 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/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 …]
|