| vecintrin.h | 7431 /*-- vec_srab ---------------------------------------------------------------*/ 7434 vec_srab(__vector signed char __a, __vector signed char __b) { function 7440 vec_srab(__vector signed char __a, __vector unsigned char __b) { function 7446 vec_srab(__vector unsigned char __a, __vector signed char __b) { function 7451 vec_srab(__vector unsigned char __a, __vector unsigned char __b) { function 7456 vec_srab(__vector signed short __a, __vector signed short __b) { function 7462 vec_srab(__vector signed short __a, __vector unsigned short __b) { function 7468 vec_srab(__vector unsigned short __a, __vector signed short __b) { function 7474 vec_srab(__vector unsigned short __a, __vector unsigned short __b) { function 7480 vec_srab(__vector signed int __a, __vector signed int __b) function 7486 vec_srab(__vector signed int __a, __vector unsigned int __b) { function 7492 vec_srab(__vector unsigned int __a, __vector signed int __b) { function 7498 vec_srab(__vector unsigned int __a, __vector unsigned int __b) { function 7504 vec_srab(__vector signed long long __a, __vector signed long long __b) { function 7510 vec_srab(__vector signed long long __a, __vector unsigned long long __b) { function 7516 vec_srab(__vector unsigned long long __a, __vector signed long long __b) { function 7522 vec_srab(__vector unsigned long long __a, __vector unsigned long long __b) { function 7529 vec_srab(__vector float __a, __vector signed int __b) { function 7535 vec_srab(__vector float __a, __vector unsigned int __b) { function 7542 vec_srab(__vector double __a, __vector signed long long __b) { function 7548 vec_srab(__vector double __a, __vector unsigned long long __b) { function [all...] |