Searched refs:vec_cmpeq_or_0_idx (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 2462 vsc = vec_cmpeq_or_0_idx(vsc, vsc); in test_string() 2464 vuc = vec_cmpeq_or_0_idx(vuc, vuc); in test_string() 2466 vuc = vec_cmpeq_or_0_idx(vbc, vbc); in test_string() 2468 vss = vec_cmpeq_or_0_idx(vss, vss); in test_string() 2470 vus = vec_cmpeq_or_0_idx(vus, vus); in test_string() 2472 vus = vec_cmpeq_or_0_idx(vbs, vbs); in test_string() 2474 vsi = vec_cmpeq_or_0_idx(vsi, vsi); in test_string() 2476 vui = vec_cmpeq_or_0_idx(vui, vui); in test_string() 2478 vui = vec_cmpeq_or_0_idx(vbi, vbi); in test_string()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 7626 vec_cmpeq_or_0_idx(vector signed char __a, vector signed char __b) { in vec_cmpeq_or_0_idx() function 7633 vec_cmpeq_or_0_idx(vector bool char __a, vector bool char __b) { in vec_cmpeq_or_0_idx() function 7639 vec_cmpeq_or_0_idx(vector unsigned char __a, vector unsigned char __b) { in vec_cmpeq_or_0_idx() function 7644 vec_cmpeq_or_0_idx(vector signed short __a, vector signed short __b) { in vec_cmpeq_or_0_idx() function 7651 vec_cmpeq_or_0_idx(vector bool short __a, vector bool short __b) { in vec_cmpeq_or_0_idx() function 7657 vec_cmpeq_or_0_idx(vector unsigned short __a, vector unsigned short __b) { in vec_cmpeq_or_0_idx() function 7662 vec_cmpeq_or_0_idx(vector signed int __a, vector signed int __b) { in vec_cmpeq_or_0_idx() function 7669 vec_cmpeq_or_0_idx(vector bool int __a, vector bool int __b) { in vec_cmpeq_or_0_idx() function 7675 vec_cmpeq_or_0_idx(vector unsigned int __a, vector unsigned int __b) { in vec_cmpeq_or_0_idx() function
|