Searched refs:vec_first_match_or_eos_index (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 430 #define vec_first_match_or_eos_index __builtin_vec_first_match_or_eos_index macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 2666 vec_first_match_or_eos_index(vector signed char __a, vector signed char __b) { in vec_first_match_or_eos_index() function 2689 vec_first_match_or_eos_index(vector unsigned char __a, in vec_first_match_or_eos_index() function 2709 vec_first_match_or_eos_index(vector signed short __a, vector signed short __b) { in vec_first_match_or_eos_index() function 2728 vec_first_match_or_eos_index(vector unsigned short __a, in vec_first_match_or_eos_index() function 2748 vec_first_match_or_eos_index(vector signed int __a, vector signed int __b) { in vec_first_match_or_eos_index() function 2766 vec_first_match_or_eos_index(vector unsigned int __a, vector unsigned int __b) { in vec_first_match_or_eos_index() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-overload.def | 1621 [VEC_FIRSTMATCHOREOSINDEX, vec_first_match_or_eos_index, __builtin_vec_first_match_or_eos_index]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 20069 unsigned int vec_first_match_or_eos_index (vector signed char, vector signed char); 20070 unsigned int vec_first_match_or_eos_index (vector unsigned char, vector unsigned char); 20071 unsigned int vec_first_match_or_eos_index (vector signed int, vector signed int); 20072 unsigned int vec_first_match_or_eos_index (vector unsigned int, vector unsigned int); 20073 unsigned int vec_first_match_or_eos_index (vector signed short, vector signed short); 20074 unsigned int vec_first_match_or_eos_index (vector unsigned short,
|
H A D | gcc.info | 49623 unsigned int vec_first_match_or_eos_index (vector signed char, vector signed char); 49624 unsigned int vec_first_match_or_eos_index (vector unsigned char, vector unsigned char); 49625 unsigned int vec_first_match_or_eos_index (vector signed int, vector signed int); 49626 unsigned int vec_first_match_or_eos_index (vector unsigned int, vector unsigned int); 49627 unsigned int vec_first_match_or_eos_index (vector signed short, vector signed short); 49628 unsigned int vec_first_match_or_eos_index (vector unsigned short,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 18702 @item @code{vec_first_match_or_eos_index}
|
H A D | gcc.info | 51211 'vec_first_match_or_eos_index''vec_first_mismatch_index''vec_first_mismatch_or_eos_index'
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2017 | 7033 vec_first_mismatch_index, vec_first_match_or_eos_index,
|