Searched refs:vec_vsro (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 93 #define vec_vsro vec_sro macro
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 11083 vec_vsro(vector signed char __a, vector signed char __b) { in vec_vsro() function 11089 vec_vsro(vector signed char __a, vector unsigned char __b) { in vec_vsro() function 11095 vec_vsro(vector unsigned char __a, vector signed char __b) { in vec_vsro() function 11101 vec_vsro(vector unsigned char __a, vector unsigned char __b) { in vec_vsro() function 11106 static __inline__ vector short __ATTRS_o_ai vec_vsro(vector short __a, in vec_vsro() function 11117 vec_vsro(vector unsigned short __a, vector signed char __b) { in vec_vsro() function 11123 vec_vsro(vector unsigned short __a, vector unsigned char __b) { in vec_vsro() function 11138 static __inline__ vector int __ATTRS_o_ai vec_vsro(vector int __a, in vec_vsro() function 11143 static __inline__ vector int __ATTRS_o_ai vec_vsro(vector int __a, in vec_vsro() function 11149 vec_vsro(vector unsigned int __a, vector signed char __b) { in vec_vsro() function [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 110 #define vec_vsro vec_sro macro
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.7 | 10286 (vec_vsro): New.
|