Searched refs:vec_vand (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 563 res_vsll = vec_vand(vsll, vsll); in test1() 567 res_vsll = vec_vand(vbll, vsll); in test1() 571 res_vsll = vec_vand(vsll, vbll); in test1() 575 res_vull = vec_vand(vull, vull); in test1() 579 res_vull = vec_vand(vbll, vull); in test1() 583 res_vull = vec_vand(vull, vbll); in test1() 587 res_vbll = vec_vand(vbll, vbll); in test1()
|
D | builtins-ppc-altivec.c | 502 res_vsc = vec_vand(vsc, vsc); in test1() 506 res_vsc = vec_vand(vbc, vsc); in test1() 510 res_vsc = vec_vand(vsc, vbc); in test1() 514 res_vuc = vec_vand(vuc, vuc); in test1() 518 res_vuc = vec_vand(vbc, vuc); in test1() 522 res_vuc = vec_vand(vuc, vbc); in test1() 526 res_vbc = vec_vand(vbc, vbc); in test1() 530 res_vs = vec_vand(vs, vs); in test1() 534 res_vs = vec_vand(vbs, vs); in test1() 538 res_vs = vec_vand(vs, vbs); in test1() [all …]
|
/external/clang/lib/Headers/ |
D | altivec.h | 907 vec_vand(vector signed char __a, vector signed char __b) { in vec_vand() function 912 vec_vand(vector bool char __a, vector signed char __b) { in vec_vand() function 917 vec_vand(vector signed char __a, vector bool char __b) { in vec_vand() function 922 vec_vand(vector unsigned char __a, vector unsigned char __b) { in vec_vand() function 927 vec_vand(vector bool char __a, vector unsigned char __b) { in vec_vand() function 932 vec_vand(vector unsigned char __a, vector bool char __b) { in vec_vand() function 936 static __inline__ vector bool char __ATTRS_o_ai vec_vand(vector bool char __a, in vec_vand() function 941 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, in vec_vand() function 946 static __inline__ vector short __ATTRS_o_ai vec_vand(vector bool short __a, in vec_vand() function 951 static __inline__ vector short __ATTRS_o_ai vec_vand(vector short __a, in vec_vand() function [all …]
|