Searched refs:vec_cmpge (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 111 res_vbll = vec_cmpge(vd, vd); in test1() 115 res_vbi = vec_cmpge(vf, vf); in test1()
|
D | builtins-ppc-p8vector.c | 164 res_vbll = vec_cmpge(vsll, vsll); in test1() 169 res_vbll = vec_cmpge(vull, vull); in test1()
|
D | builtins-systemz-zvector.c | 730 vbc = vec_cmpge(vsc, vsc); in test_compare() 732 vbc = vec_cmpge(vuc, vuc); in test_compare() 734 vbs = vec_cmpge(vss, vss); in test_compare() 736 vbs = vec_cmpge(vus, vus); in test_compare() 738 vbi = vec_cmpge(vsi, vsi); in test_compare() 740 vbi = vec_cmpge(vui, vui); in test_compare() 742 vbl = vec_cmpge(vsl, vsl); in test_compare() 744 vbl = vec_cmpge(vul, vul); in test_compare() 746 vbl = vec_cmpge(vd, vd); in test_compare()
|
D | builtins-ppc-altivec.c | 943 res_vbc = vec_cmpge(vsc, vsc); in test2() 947 res_vbc = vec_cmpge(vuc, vuc); in test2() 951 res_vbs = vec_cmpge(vs, vs); in test2() 955 res_vbs = vec_cmpge(vus, vus); in test2() 959 res_vbi = vec_cmpge(vi, vi); in test2() 963 res_vbi = vec_cmpge(vui, vui); in test2() 967 res_vbi = vec_cmpge(vf, vf); in test2()
|
/external/clang/lib/Headers/ |
D | altivec.h | 1618 vec_cmpge (vector signed char __a, vector signed char __b) { in vec_cmpge() function 1623 vec_cmpge (vector unsigned char __a, vector unsigned char __b) { in vec_cmpge() function 1628 vec_cmpge (vector signed short __a, vector signed short __b) { in vec_cmpge() function 1633 vec_cmpge (vector unsigned short __a, vector unsigned short __b) { in vec_cmpge() function 1638 vec_cmpge (vector signed int __a, vector signed int __b) { in vec_cmpge() function 1643 vec_cmpge (vector unsigned int __a, vector unsigned int __b) { in vec_cmpge() function 1648 vec_cmpge(vector float __a, vector float __b) { in vec_cmpge() function 1658 vec_cmpge(vector double __a, vector double __b) { in vec_cmpge() function 1665 vec_cmpge(vector signed long long __a, vector signed long long __b) { in vec_cmpge() function 1670 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpge() function [all …]
|
D | vecintrin.h | 1877 vec_cmpge(vector signed char __a, vector signed char __b) { in vec_cmpge() function 1882 vec_cmpge(vector unsigned char __a, vector unsigned char __b) { in vec_cmpge() function 1887 vec_cmpge(vector signed short __a, vector signed short __b) { in vec_cmpge() function 1892 vec_cmpge(vector unsigned short __a, vector unsigned short __b) { in vec_cmpge() function 1897 vec_cmpge(vector signed int __a, vector signed int __b) { in vec_cmpge() function 1902 vec_cmpge(vector unsigned int __a, vector unsigned int __b) { in vec_cmpge() function 1907 vec_cmpge(vector signed long long __a, vector signed long long __b) { in vec_cmpge() function 1912 vec_cmpge(vector unsigned long long __a, vector unsigned long long __b) { in vec_cmpge() function 1917 vec_cmpge(vector double __a, vector double __b) { in vec_cmpge() function
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.c | 1286 BIaux1.v = vec_cmpge( Fcons1, Fcons2 ); in main()
|