Home
last modified time | relevance | path

Searched refs:vec_first_mismatch_or_eos_index (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h432 #define vec_first_mismatch_or_eos_index __builtin_vec_first_mismatch_or_eos_index macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h2873 vec_first_mismatch_or_eos_index(vector signed char __a, in vec_first_mismatch_or_eos_index() function
2888 vec_first_mismatch_or_eos_index(vector unsigned char __a, in vec_first_mismatch_or_eos_index() function
2903 vec_first_mismatch_or_eos_index(vector signed short __a, in vec_first_mismatch_or_eos_index() function
2918 vec_first_mismatch_or_eos_index(vector unsigned short __a, in vec_first_mismatch_or_eos_index() function
2933 vec_first_mismatch_or_eos_index(vector signed int __a, vector signed int __b) { in vec_first_mismatch_or_eos_index() function
2947 vec_first_mismatch_or_eos_index(vector unsigned int __a, in vec_first_mismatch_or_eos_index() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-overload.def1649 [VEC_FIRSTMISMATCHOREOSINDEX, vec_first_mismatch_or_eos_index, __builtin_vec_first_mismatch_or_eos_…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi20082 unsigned int vec_first_mismatch_or_eos_index (vector signed char, vector signed char);
20083 unsigned int vec_first_mismatch_or_eos_index (vector unsigned char,
20085 unsigned int vec_first_mismatch_or_eos_index (vector signed int, vector signed int);
20086 unsigned int vec_first_mismatch_or_eos_index (vector unsigned int, vector unsigned int);
20087 unsigned int vec_first_mismatch_or_eos_index (vector signed short, vector signed short);
20088 unsigned int vec_first_mismatch_or_eos_index (vector unsigned short,
H A Dgcc.info49636 unsigned int vec_first_mismatch_or_eos_index (vector signed char, vector signed char);
49637 unsigned int vec_first_mismatch_or_eos_index (vector unsigned char,
49639 unsigned int vec_first_mismatch_or_eos_index (vector signed int, vector signed int);
49640 unsigned int vec_first_mismatch_or_eos_index (vector unsigned int, vector unsigned int);
49641 unsigned int vec_first_mismatch_or_eos_index (vector signed short, vector signed short);
49642 unsigned int vec_first_mismatch_or_eos_index (vector unsigned short,
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi18704 @tab @code{vec_first_mismatch_or_eos_index}
H A Dgcc.info51211 '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 DChangeLog-20177034 vec_first_mismatch_or_eos_index): Add #defines for the builtins.