Searched defs:vec_vsro (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 93 #define vec_vsro vec_sro macro
|
/openbsd-src/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 11111 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 11128 static __inline__ vector pixel __ATTRS_o_ai vec_vsro(vector pixel __a, in vec_vsro() function 11133 static __inline__ vector pixel __ATTRS_o_ai vec_vsro(vector pixel __a, in vec_vsro() function [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 110 #define vec_vsro vec_sro macro
|