Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector.c2660 vbc = vec_find_any_eq(vsc, vsc); in test_string()
2662 vbc = vec_find_any_eq(vuc, vuc); in test_string()
2664 vbc = vec_find_any_eq(vbc, vbc); in test_string()
2666 vbs = vec_find_any_eq(vss, vss); in test_string()
2668 vbs = vec_find_any_eq(vus, vus); in test_string()
2670 vbs = vec_find_any_eq(vbs, vbs); in test_string()
2672 vbi = vec_find_any_eq(vsi, vsi); in test_string()
2674 vbi = vec_find_any_eq(vui, vui); in test_string()
2676 vbi = vec_find_any_eq(vbi, vbi); in test_string()
/external/clang/lib/Headers/
Dvecintrin.h8214 vec_find_any_eq(vector signed char __a, vector signed char __b) { in vec_find_any_eq() function
8221 vec_find_any_eq(vector bool char __a, vector bool char __b) { in vec_find_any_eq() function
8228 vec_find_any_eq(vector unsigned char __a, vector unsigned char __b) { in vec_find_any_eq() function
8233 vec_find_any_eq(vector signed short __a, vector signed short __b) { in vec_find_any_eq() function
8240 vec_find_any_eq(vector bool short __a, vector bool short __b) { in vec_find_any_eq() function
8247 vec_find_any_eq(vector unsigned short __a, vector unsigned short __b) { in vec_find_any_eq() function
8252 vec_find_any_eq(vector signed int __a, vector signed int __b) { in vec_find_any_eq() function
8259 vec_find_any_eq(vector bool int __a, vector bool int __b) { in vec_find_any_eq() function
8266 vec_find_any_eq(vector unsigned int __a, vector unsigned int __b) { in vec_find_any_eq() function