Searched refs:vec_mhadd (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 2256 vsc = vec_mhadd(vsc, vsc, vsc); in test_integer() 2258 vuc = vec_mhadd(vuc, vuc, vuc); in test_integer() 2260 vss = vec_mhadd(vss, vss, vss); in test_integer() 2262 vus = vec_mhadd(vus, vus, vus); in test_integer() 2264 vsi = vec_mhadd(vsi, vsi, vsi); in test_integer() 2266 vui = vec_mhadd(vui, vui, vui); in test_integer()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 6922 vec_mhadd(vector signed char __a, vector signed char __b, in vec_mhadd() function 6928 vec_mhadd(vector unsigned char __a, vector unsigned char __b, in vec_mhadd() function 6934 vec_mhadd(vector signed short __a, vector signed short __b, in vec_mhadd() function 6940 vec_mhadd(vector unsigned short __a, vector unsigned short __b, in vec_mhadd() function 6946 vec_mhadd(vector signed int __a, vector signed int __b, in vec_mhadd() function 6952 vec_mhadd(vector unsigned int __a, vector unsigned int __b, in vec_mhadd() function
|