Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c2364 res_vsc = vec_vnor(vsc, vsc); in test6()
2370 res_vuc = vec_vnor(vuc, vuc); in test6()
2376 res_vuc = vec_vnor(vbc, vbc); in test6()
2382 res_vs = vec_vnor(vs, vs); in test6()
2388 res_vus = vec_vnor(vus, vus); in test6()
2394 res_vus = vec_vnor(vbs, vbs); in test6()
2400 res_vi = vec_vnor(vi, vi); in test6()
2406 res_vui = vec_vnor(vui, vui); in test6()
2412 res_vui = vec_vnor(vbi, vbi); in test6()
2418 res_vf = vec_vnor(vf, vf); in test6()
/external/clang/lib/Headers/
Daltivec.h4717 static vector signed char __ATTRS_o_ai vec_vnor(vector signed char __a, in vec_vnor() function
4722 static vector unsigned char __ATTRS_o_ai vec_vnor(vector unsigned char __a, in vec_vnor() function
4727 static vector bool char __ATTRS_o_ai vec_vnor(vector bool char __a, in vec_vnor() function
4732 static vector short __ATTRS_o_ai vec_vnor(vector short __a, vector short __b) { in vec_vnor() function
4736 static vector unsigned short __ATTRS_o_ai vec_vnor(vector unsigned short __a, in vec_vnor() function
4741 static vector bool short __ATTRS_o_ai vec_vnor(vector bool short __a, in vec_vnor() function
4746 static vector int __ATTRS_o_ai vec_vnor(vector int __a, vector int __b) { in vec_vnor() function
4750 static vector unsigned int __ATTRS_o_ai vec_vnor(vector unsigned int __a, in vec_vnor() function
4755 static vector bool int __ATTRS_o_ai vec_vnor(vector bool int __a, in vec_vnor() function
4760 static vector float __ATTRS_o_ai vec_vnor(vector float __a, vector float __b) { in vec_vnor() function