Home | History | Annotate | Download | only in clang-include

Lines Matching defs:vec_any_eq

3394 /*-- vec_any_eq -------------------------------------------------------------*/
3397 vec_any_eq(vector signed char __a, vector signed char __b) {
3404 vec_any_eq(vector signed char __a, vector bool char __b) {
3411 vec_any_eq(vector bool char __a, vector signed char __b) {
3418 vec_any_eq(vector unsigned char __a, vector unsigned char __b) {
3426 vec_any_eq(vector unsigned char __a, vector bool char __b) {
3434 vec_any_eq(vector bool char __a, vector unsigned char __b) {
3442 vec_any_eq(vector bool char __a, vector bool char __b) {
3450 vec_any_eq(vector signed short __a, vector signed short __b) {
3457 vec_any_eq(vector signed short __a, vector bool short __b) {
3464 vec_any_eq(vector bool short __a, vector signed short __b) {
3471 vec_any_eq(vector unsigned short __a, vector unsigned short __b) {
3479 vec_any_eq(vector unsigned short __a, vector bool short __b) {
3487 vec_any_eq(vector bool short __a, vector unsigned short __b) {
3495 vec_any_eq(vector bool short __a, vector bool short __b) {
3503 vec_any_eq(vector signed int __a, vector signed int __b) {
3510 vec_any_eq(vector signed int __a, vector bool int __b) {
3517 vec_any_eq(vector bool int __a, vector signed int __b) {
3524 vec_any_eq(vector unsigned int __a, vector unsigned int __b) {
3532 vec_any_eq(vector unsigned int __a, vector bool int __b) {
3540 vec_any_eq(vector bool int __a, vector unsigned int __b) {
3548 vec_any_eq(vector bool int __a, vector bool int __b) {
3556 vec_any_eq(vector signed long long __a, vector signed long long __b) {
3563 vec_any_eq(vector signed long long __a, vector bool long long __b) {
3570 vec_any_eq(vector bool long long __a, vector signed long long __b) {
3577 vec_any_eq(vector unsigned long long __a, vector unsigned long long __b) {
3585 vec_any_eq(vector unsigned long long __a, vector bool long long __b) {
3593 vec_any_eq(vector bool long long __a, vector unsigned long long __b) {
3601 vec_any_eq(vector bool long long __a, vector bool long long __b) {
3609 vec_any_eq(vector double __a, vector double __b) {