Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h459 #define vec_extract_exp __builtin_vec_extract_exp macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h13511 vec_extract_exp(vector float __a) { in vec_extract_exp() function
13516 vec_extract_exp(vector double __a) { in vec_extract_exp() function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-overload.def4431 [VEC_VEE, vec_extract_exp, __builtin_vec_extract_exp]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi20357 __vector unsigned int vec_extract_exp (__vector float source);
20358 __vector unsigned long long int vec_extract_exp (__vector double source);
20377 The @code{vec_extract_sig} and @code{vec_extract_exp} built-in
H A Dgcc.info49889 __vector unsigned int vec_extract_exp (__vector float source);
49890 __vector unsigned long long int vec_extract_exp (__vector double source);
49908 The 'vec_extract_sig' and 'vec_extract_exp' built-in functions return
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi18696 @item @code{vec_extract_exp}
H A Dgcc.info51209 'vec_extract_exp' 'vec_extract_fp32_from_shorth''vec_extract_fp32_from_shortl'
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201615941 * config/rs6000/altivec.h (vec_extract_exp): New macro.