Lines Matching defs:vec_eqv
7276 /*-- vec_eqv ----------------------------------------------------------------*/
7280 vec_eqv(__vector __bool char __a, __vector __bool char __b) {
7285 vec_eqv(__vector signed char __a, __vector signed char __b) {
7290 vec_eqv(__vector unsigned char __a, __vector unsigned char __b) {
7295 vec_eqv(__vector __bool short __a, __vector __bool short __b) {
7300 vec_eqv(__vector signed short __a, __vector signed short __b) {
7305 vec_eqv(__vector unsigned short __a, __vector unsigned short __b) {
7310 vec_eqv(__vector __bool int __a, __vector __bool int __b) {
7315 vec_eqv(__vector signed int __a, __vector signed int __b) {
7320 vec_eqv(__vector unsigned int __a, __vector unsigned int __b) {
7325 vec_eqv(__vector __bool long long __a, __vector __bool long long __b) {
7330 vec_eqv(__vector signed long long __a, __vector signed long long __b) {
7335 vec_eqv(__vector unsigned long long __a, __vector unsigned long long __b) {
7340 vec_eqv(__vector __bool __int128 __a, __vector __bool __int128 __b) {
7345 vec_eqv(__vector signed __int128 __a, __vector signed __int128 __b) {
7350 vec_eqv(__vector unsigned __int128 __a, __vector unsigned __int128 __b) {
7355 vec_eqv(__vector float __a, __vector float __b) {
7361 vec_eqv(__vector double __a, __vector double __b) {