clang  10.0.0git
Macros | Typedefs | Functions | Variables
altivec.h File Reference

Go to the source code of this file.

Macros

#define __CR6_EQ   0
 
#define __CR6_EQ_REV   1
 
#define __CR6_LT   2
 
#define __CR6_LT_REV   3
 
#define __VEC_CLASS_FP_SUBNORMAL_N   (1 << 0)
 
#define __VEC_CLASS_FP_SUBNORMAL_P   (1 << 1)
 
#define __VEC_CLASS_FP_SUBNORMAL
 
#define __VEC_CLASS_FP_ZERO_N   (1<<2)
 
#define __VEC_CLASS_FP_ZERO_P   (1<<3)
 
#define __VEC_CLASS_FP_ZERO
 
#define __VEC_CLASS_FP_INFINITY_N   (1<<4)
 
#define __VEC_CLASS_FP_INFINITY_P   (1<<5)
 
#define __VEC_CLASS_FP_INFINITY
 
#define __VEC_CLASS_FP_NAN   (1<<6)
 
#define __VEC_CLASS_FP_NOT_NORMAL
 
#define __ATTRS_o_ai   __attribute__((__overloadable__, __always_inline__))
 
#define __builtin_altivec_abs_v16qi   vec_abs
 
#define __builtin_altivec_abs_v8hi   vec_abs
 
#define __builtin_altivec_abs_v4si   vec_abs
 
#define __builtin_altivec_abss_v16qi   vec_abss
 
#define __builtin_altivec_abss_v8hi   vec_abss
 
#define __builtin_altivec_abss_v4si   vec_abss
 
#define __builtin_altivec_vaddubm   vec_vaddubm
 
#define __builtin_altivec_vadduhm   vec_vadduhm
 
#define __builtin_altivec_vadduwm   vec_vadduwm
 
#define __builtin_altivec_vaddfp   vec_vaddfp
 
#define __builtin_altivec_vand   vec_and
 
#define __builtin_altivec_vandc   vec_andc
 
#define vec_ctf(__a, __b)
 
#define vec_vcfux   __builtin_altivec_vcfux
 
#define vec_vcfsx(__a, __b)   __builtin_altivec_vcfsx((vector int)(__a), (__b))
 
#define vec_cts   __builtin_altivec_vctsxs
 
#define vec_vctsxs   __builtin_altivec_vctsxs
 
#define vec_ctu   __builtin_altivec_vctuxs
 
#define vec_vctuxs   __builtin_altivec_vctuxs
 
#define vec_dss   __builtin_altivec_dss
 
#define vec_dst(__PTR, __CW, __STR)
 
#define vec_dstst(__PTR, __CW, __STR)
 
#define vec_dststt(__PTR, __CW, __STR)
 
#define vec_dstt(__PTR, __CW, __STR)
 
#define __builtin_altivec_vmrghb   vec_vmrghb
 
#define __builtin_altivec_vmrghh   vec_vmrghh
 
#define __builtin_altivec_vmrghw   vec_vmrghw
 
#define __builtin_altivec_vmrglb   vec_vmrglb
 
#define __builtin_altivec_vmrglh   vec_vmrglh
 
#define __builtin_altivec_vmrglw   vec_vmrglw
 
#define __builtin_altivec_vmladduhm   vec_mladd
 
#define __builtin_altivec_vnor   vec_nor
 
#define __builtin_altivec_vor   vec_or
 
#define __builtin_altivec_vpkuhum   vec_vpkuhum
 
#define __builtin_altivec_vpkuwum   vec_vpkuwum
 
#define __builtin_altivec_vsel_4si   vec_sel
 
#define __builtin_altivec_vslb   vec_vslb
 
#define __builtin_altivec_vslh   vec_vslh
 
#define __builtin_altivec_vslw   vec_vslw
 
#define __builtin_altivec_vsldoi_4si   vec_sld
 
#define __builtin_altivec_vspltb   vec_vspltb
 
#define __builtin_altivec_vsplth   vec_vsplth
 
#define __builtin_altivec_vspltw   vec_vspltw
 
#define __builtin_altivec_vspltisb   vec_splat_s8
 
#define __builtin_altivec_vspltish   vec_splat_s16
 
#define __builtin_altivec_vspltisw   vec_splat_s32
 
#define __builtin_altivec_vsrb   vec_vsrb
 
#define __builtin_altivec_vsrh   vec_vsrh
 
#define __builtin_altivec_vsrw   vec_vsrw
 
#define __builtin_altivec_vsububm   vec_vsububm
 
#define __builtin_altivec_vsubuhm   vec_vsubuhm
 
#define __builtin_altivec_vsubuwm   vec_vsubuwm
 
#define __builtin_altivec_vsubfp   vec_vsubfp
 
#define __builtin_altivec_vxor   vec_xor
 
#define vec_xl_be   vec_xl
 
#define vec_xst_be   vec_xst
 

Typedefs

typedef vector signed char unaligned_vec_schar __attribute__((aligned(1)))
 Zeroes the upper 128 bits (bits 255:128) of all YMM registers. More...
 

Functions

static __inline__ vector signed char __ATTRS_o_ai vec_perm (vector signed char __a, vector signed char __b, vector unsigned char __c)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_perm (vector unsigned char __a, vector unsigned char __b, vector unsigned char __c)
 
static __inline__ vector bool char __ATTRS_o_ai vec_perm (vector bool char __a, vector bool char __b, vector unsigned char __c)
 
static __inline__ vector short __ATTRS_o_ai vec_perm (vector signed short __a, vector signed short __b, vector unsigned char __c)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_perm (vector unsigned short __a, vector unsigned short __b, vector unsigned char __c)
 
static __inline__ vector bool short __ATTRS_o_ai vec_perm (vector bool short __a, vector bool short __b, vector unsigned char __c)
 
static __inline__ vector pixel __ATTRS_o_ai vec_perm (vector pixel __a, vector pixel __b, vector unsigned char __c)
 
static __inline__ vector int __ATTRS_o_ai vec_perm (vector signed int __a, vector signed int __b, vector unsigned char __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_perm (vector unsigned int __a, vector unsigned int __b, vector unsigned char __c)
 
static __inline__ vector bool int __ATTRS_o_ai vec_perm (vector bool int __a, vector bool int __b, vector unsigned char __c)
 
static __inline__ vector float __ATTRS_o_ai vec_perm (vector float __a, vector float __b, vector unsigned char __c)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_xor (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_abs (vector signed char __a)
 
static __inline__ vector signed short __ATTRS_o_ai vec_abs (vector signed short __a)
 
static __inline__ vector signed int __ATTRS_o_ai vec_abs (vector signed int __a)
 
static __inline__ vector float __ATTRS_o_ai vec_abs (vector float __a)
 
static __inline__ vector signed char __ATTRS_o_ai vec_abss (vector signed char __a)
 
static __inline__ vector signed short __ATTRS_o_ai vec_abss (vector signed short __a)
 
static __inline__ vector signed int __ATTRS_o_ai vec_abss (vector signed int __a)
 
static __inline__ vector signed char __ATTRS_o_ai vec_add (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_add (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_add (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_add (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_add (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_add (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_add (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_add (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_add (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_add (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_add (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_add (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_add (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_add (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_add (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_add (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_add (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_add (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_add (vector float __a, vector float __b)
 
static __inline__ vector signed int __ATTRS_o_ai vec_adde (vector signed int __a, vector signed int __b, vector signed int __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_adde (vector unsigned int __a, vector unsigned int __b, vector unsigned int __c)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vaddubm (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vaddubm (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vaddubm (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vadduhm (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vadduhm (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vadduhm (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vadduwm (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vadduwm (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vadduwm (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector float __attribute__ ((__always_inline__)) vec_vaddfp(vector float __a
 
static __inline__ vector signed int __ATTRS_o_ai vec_addc (vector signed int __a, vector signed int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_addc (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_adds (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_adds (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_adds (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_adds (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_adds (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_adds (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_adds (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_adds (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_adds (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_adds (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_adds (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_adds (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_adds (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_adds (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_adds (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_adds (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_adds (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_adds (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vaddsbs (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vaddsbs (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vaddsbs (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vaddshs (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vaddshs (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vaddshs (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vaddsws (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vaddsws (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vaddsws (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduws (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduws (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduws (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_and (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_and (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_and (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_and (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_and (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_and (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_and (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_and (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_and (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_and (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_and (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_and (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_and (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_and (vector bool short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_and (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_and (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_and (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_and (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_and (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_and (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_and (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_and (vector float __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_and (vector bool int __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_and (vector float __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vand (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vand (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vand (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vand (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vand (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vand (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vand (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vand (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vand (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vand (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vand (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vand (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vand (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vand (vector bool short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vand (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vand (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vand (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vand (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vand (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vand (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vand (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vand (vector float __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vand (vector bool int __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vand (vector float __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_andc (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_andc (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_andc (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_andc (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_andc (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_andc (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_andc (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_andc (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_andc (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_andc (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_andc (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_andc (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_andc (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_andc (vector bool short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_andc (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_andc (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_andc (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_andc (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_andc (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_andc (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_andc (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_andc (vector float __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_andc (vector bool int __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_andc (vector float __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vandc (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vandc (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vandc (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vandc (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vandc (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vandc (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vandc (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vandc (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vandc (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vandc (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vandc (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vandc (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vandc (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vandc (vector bool short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vandc (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vandc (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vandc (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vandc (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vandc (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vandc (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vandc (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vandc (vector float __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vandc (vector bool int __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vandc (vector float __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_avg (vector signed char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_avg (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_avg (vector short __a, vector short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_avg (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_avg (vector int __a, vector int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_avg (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_ceil (vector float __a)
 
static __inline__ vector bool char __ATTRS_o_ai vec_cmpeq (vector signed char __a, vector signed char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_cmpeq (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_cmpeq (vector bool char __a, vector bool char __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq (vector short __a, vector short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq (vector bool short __a, vector bool short __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq (vector int __a, vector int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq (vector bool int __a, vector bool int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq (vector float __a, vector float __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_cmpgt (vector signed char __a, vector signed char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_cmpgt (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt (vector short __a, vector short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt (vector int __a, vector int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt (vector float __a, vector float __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_cmpge (vector signed char __a, vector signed char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_cmpge (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_cmpge (vector signed short __a, vector signed short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_cmpge (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmpge (vector signed int __a, vector signed int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmpge (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmpge (vector float __a, vector float __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_cmple (vector signed char __a, vector signed char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_cmple (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_cmple (vector signed short __a, vector signed short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_cmple (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmple (vector signed int __a, vector signed int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmple (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmple (vector float __a, vector float __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_cmplt (vector signed char __a, vector signed char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_cmplt (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_cmplt (vector short __a, vector short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_cmplt (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmplt (vector int __a, vector int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmplt (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_cmplt (vector float __a, vector float __b)
 
static __inline__ vector signed int __ATTRS_o_ai vec_sld (vector signed int, vector signed int, unsigned const int __c)
 
static __inline__ vector signed int __ATTRS_o_ai vec_signed (vector float __a)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sld (vector unsigned int, vector unsigned int, unsigned const int __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_unsigned (vector float __a)
 
static __inline__ vector float __ATTRS_o_ai vec_sld (vector float, vector float, unsigned const int __c)
 
static __inline__ vector float __ATTRS_o_ai vec_float (vector signed int __a)
 
static __inline__ vector float __ATTRS_o_ai vec_float (vector unsigned int __a)
 
static __inline__ vector signed char __ATTRS_o_ai vec_div (vector signed char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_div (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector signed short __ATTRS_o_ai vec_div (vector signed short __a, vector signed short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_div (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector signed int __ATTRS_o_ai vec_div (vector signed int __a, vector signed int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_div (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_floor (vector float __a)
 
static __inline__ vector signed char __ATTRS_o_ai vec_ld (int __a, const vector signed char *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_ld (int __a, const signed char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_ld (int __a, const vector unsigned char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_ld (int __a, const unsigned char *__b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_ld (int __a, const vector bool char *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_ld (int __a, const vector short *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_ld (int __a, const short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_ld (int __a, const vector unsigned short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_ld (int __a, const unsigned short *__b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_ld (int __a, const vector bool short *__b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_ld (int __a, const vector pixel *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_ld (int __a, const vector int *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_ld (int __a, const int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_ld (int __a, const vector unsigned int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_ld (int __a, const unsigned int *__b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_ld (int __a, const vector bool int *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_ld (int __a, const vector float *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_ld (int __a, const float *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvx (int __a, const vector signed char *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvx (int __a, const signed char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvx (int __a, const vector unsigned char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvx (int __a, const unsigned char *__b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_lvx (int __a, const vector bool char *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvx (int __a, const vector short *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvx (int __a, const short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvx (int __a, const vector unsigned short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvx (int __a, const unsigned short *__b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_lvx (int __a, const vector bool short *__b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_lvx (int __a, const vector pixel *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvx (int __a, const vector int *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvx (int __a, const int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvx (int __a, const vector unsigned int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvx (int __a, const unsigned int *__b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_lvx (int __a, const vector bool int *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvx (int __a, const vector float *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvx (int __a, const float *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lde (int __a, const signed char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lde (int __a, const unsigned char *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lde (int __a, const short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lde (int __a, const unsigned short *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lde (int __a, const int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lde (int __a, const unsigned int *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lde (int __a, const float *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvebx (int __a, const signed char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvebx (int __a, const unsigned char *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvehx (int __a, const short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvehx (int __a, const unsigned short *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvewx (int __a, const int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvewx (int __a, const unsigned int *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvewx (int __a, const float *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_ldl (int __a, const vector signed char *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_ldl (int __a, const signed char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_ldl (int __a, const vector unsigned char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_ldl (int __a, const unsigned char *__b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_ldl (int __a, const vector bool char *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_ldl (int __a, const vector short *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_ldl (int __a, const short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_ldl (int __a, const vector unsigned short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_ldl (int __a, const unsigned short *__b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_ldl (int __a, const vector bool short *__b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_ldl (int __a, const vector pixel *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_ldl (int __a, const vector int *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_ldl (int __a, const int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_ldl (int __a, const vector unsigned int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_ldl (int __a, const unsigned int *__b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_ldl (int __a, const vector bool int *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_ldl (int __a, const vector float *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_ldl (int __a, const float *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvxl (int __a, const vector signed char *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvxl (int __a, const signed char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvxl (int __a, const vector unsigned char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvxl (int __a, const unsigned char *__b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_lvxl (int __a, const vector bool char *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvxl (int __a, const vector short *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvxl (int __a, const short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvxl (int __a, const vector unsigned short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvxl (int __a, const unsigned short *__b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_lvxl (int __a, const vector bool short *__b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_lvxl (int __a, const vector pixel *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvxl (int __a, const vector int *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvxl (int __a, const int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvxl (int __a, const vector unsigned int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvxl (int __a, const unsigned int *__b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_lvxl (int __a, const vector bool int *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvxl (int __a, const vector float *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvxl (int __a, const float *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const signed char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const unsigned char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const short *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const unsigned short *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const int *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const unsigned int *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl (int __a, const float *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const signed char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const unsigned char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const short *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const unsigned short *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const int *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const unsigned int *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr (int __a, const float *__b)
 
static __inline__ vector signed short __ATTRS_o_ai vec_mladd (vector signed short, vector signed short, vector signed short)
 
static __inline__ vector signed short __ATTRS_o_ai vec_mladd (vector signed short, vector unsigned short, vector unsigned short)
 
static __inline__ vector signed short __ATTRS_o_ai vec_mladd (vector unsigned short, vector signed short, vector signed short)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_mladd (vector unsigned short, vector unsigned short, vector unsigned short)
 
static __inline__ vector signed short __ATTRS_o_ai vec_madd (vector signed short __a, vector signed short __b, vector signed short __c)
 
static __inline__ vector signed short __ATTRS_o_ai vec_madd (vector signed short __a, vector unsigned short __b, vector unsigned short __c)
 
static __inline__ vector signed short __ATTRS_o_ai vec_madd (vector unsigned short __a, vector signed short __b, vector signed short __c)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_madd (vector unsigned short __a, vector unsigned short __b, vector unsigned short __c)
 
static __inline__ vector float __ATTRS_o_ai vec_madd (vector float __a, vector float __b, vector float __c)
 
static __inline__ vector signed char __ATTRS_o_ai vec_max (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_max (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_max (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_max (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_max (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_max (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_max (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_max (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_max (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_max (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_max (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_max (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_max (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_max (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_max (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_max (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_max (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_max (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_max (vector float __a, vector float __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vmaxsb (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vmaxsb (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vmaxsb (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vmaxsh (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vmaxsh (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vmaxsh (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vmaxsw (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vmaxsw (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vmaxsw (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_mergeh (vector signed char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_mergeh (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_mergeh (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_mergeh (vector short __a, vector short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_mergeh (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_mergeh (vector bool short __a, vector bool short __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_mergeh (vector pixel __a, vector pixel __b)
 
static __inline__ vector int __ATTRS_o_ai vec_mergeh (vector int __a, vector int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_mergeh (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_mergeh (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_mergeh (vector float __a, vector float __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vmrghb (vector signed char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vmrghb (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vmrghb (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vmrghh (vector short __a, vector short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vmrghh (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vmrghh (vector bool short __a, vector bool short __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vmrghh (vector pixel __a, vector pixel __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vmrghw (vector int __a, vector int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vmrghw (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vmrghw (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vmrghw (vector float __a, vector float __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_mergel (vector signed char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_mergel (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_mergel (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_mergel (vector short __a, vector short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_mergel (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_mergel (vector bool short __a, vector bool short __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_mergel (vector pixel __a, vector pixel __b)
 
static __inline__ vector int __ATTRS_o_ai vec_mergel (vector int __a, vector int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_mergel (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_mergel (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_mergel (vector float __a, vector float __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vmrglb (vector signed char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vmrglb (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vmrglb (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vmrglh (vector short __a, vector short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vmrglh (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vmrglh (vector bool short __a, vector bool short __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vmrglh (vector pixel __a, vector pixel __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vmrglw (vector int __a, vector int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vmrglw (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vmrglw (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vmrglw (vector float __a, vector float __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_min (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_min (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_min (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_min (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_min (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_min (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_min (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_min (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_min (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_min (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_min (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_min (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_min (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_min (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_min (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_min (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_min (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_min (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_min (vector float __a, vector float __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vminsb (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vminsb (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vminsb (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vminub (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vminub (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vminub (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vminsh (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vminsh (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vminsh (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vminuh (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vminuh (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vminuh (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vminsw (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vminsw (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vminsw (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vminuw (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vminuw (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vminuw (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector short __ATTRS_o_ai vec_mladd (vector short __a, vector short __b, vector short __c)
 
static __inline__ vector short __ATTRS_o_ai vec_mladd (vector short __a, vector unsigned short __b, vector unsigned short __c)
 
static __inline__ vector short __ATTRS_o_ai vec_mladd (vector unsigned short __a, vector short __b, vector short __c)
 
static __inline__ vector short __ATTRS_o_ai vec_vmladduhm (vector short __a, vector short __b, vector short __c)
 
static __inline__ vector short __ATTRS_o_ai vec_vmladduhm (vector short __a, vector unsigned short __b, vector unsigned short __c)
 
static __inline__ vector short __ATTRS_o_ai vec_vmladduhm (vector unsigned short __a, vector short __b, vector short __c)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vmladduhm (vector unsigned short __a, vector unsigned short __b, vector unsigned short __c)
 
static __inline__ vector int __ATTRS_o_ai vec_msum (vector signed char __a, vector unsigned char __b, vector int __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_msum (vector unsigned char __a, vector unsigned char __b, vector unsigned int __c)
 
static __inline__ vector int __ATTRS_o_ai vec_msum (vector short __a, vector short __b, vector int __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_msum (vector unsigned short __a, vector unsigned short __b, vector unsigned int __c)
 
static __inline__ vector int __ATTRS_o_ai vec_msums (vector short __a, vector short __b, vector int __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_msums (vector unsigned short __a, vector unsigned short __b, vector unsigned int __c)
 
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector signed char __a)
 
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector unsigned char __a)
 
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector bool char __a)
 
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector short __a)
 
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector unsigned short __a)
 
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector bool short __a)
 
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector pixel __a)
 
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector int __a)
 
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector unsigned int __a)
 
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector bool int __a)
 
static __inline__ void __ATTRS_o_ai vec_mtvscr (vector float __a)
 
static __inline__ vector signed char __ATTRS_o_ai vec_mul (vector signed char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_mul (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector signed short __ATTRS_o_ai vec_mul (vector signed short __a, vector signed short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_mul (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector signed int __ATTRS_o_ai vec_mul (vector signed int __a, vector signed int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_mul (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_mul (vector float __a, vector float __b)
 
static __inline__ vector short __ATTRS_o_ai vec_mule (vector signed char __a, vector signed char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_mule (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_mule (vector short __a, vector short __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_mule (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_mulo (vector signed char __a, vector signed char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_mulo (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_mulo (vector short __a, vector short __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_mulo (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector float __ATTRS_o_ai vec_nmsub (vector float __a, vector float __b, vector float __c)
 
static __inline__ vector signed char __ATTRS_o_ai vec_nor (vector signed char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_nor (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_nor (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_nor (vector short __a, vector short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_nor (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_nor (vector bool short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_nor (vector int __a, vector int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_nor (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_nor (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_nor (vector float __a, vector float __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vnor (vector signed char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vnor (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vnor (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vnor (vector short __a, vector short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vnor (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vnor (vector bool short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vnor (vector int __a, vector int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vnor (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vnor (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vnor (vector float __a, vector float __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_or (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_or (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_or (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_or (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_or (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_or (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_or (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_or (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_or (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_or (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_or (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_or (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_or (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_or (vector bool short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_or (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_or (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_or (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_or (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_or (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_or (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_or (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_or (vector float __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_or (vector bool int __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_or (vector float __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vor (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vor (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vor (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vor (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vor (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vor (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vor (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vor (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vor (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vor (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vor (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vor (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vor (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vor (vector bool short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vor (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vor (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vor (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vor (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vor (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vor (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vor (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vor (vector float __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vor (vector bool int __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vor (vector float __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_pack (vector signed short __a, vector signed short __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_pack (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_pack (vector bool short __a, vector bool short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_pack (vector int __a, vector int __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_pack (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_pack (vector bool int __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vpkuhum (vector signed short __a, vector signed short __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vpkuhum (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vpkuhum (vector bool short __a, vector bool short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vpkuwum (vector int __a, vector int __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vpkuwum (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vpkuwum (vector bool int __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_packs (vector short __a, vector short __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_packs (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector signed short __ATTRS_o_ai vec_packs (vector int __a, vector int __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_packs (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_packsu (vector short __a, vector short __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_packsu (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_packsu (vector int __a, vector int __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_packsu (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vpkshus (vector short __a, vector short __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vpkshus (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vpkswus (vector int __a, vector int __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vpkswus (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vperm (vector signed char __a, vector signed char __b, vector unsigned char __c)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vperm (vector unsigned char __a, vector unsigned char __b, vector unsigned char __c)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vperm (vector bool char __a, vector bool char __b, vector unsigned char __c)
 
static __inline__ vector short __ATTRS_o_ai vec_vperm (vector short __a, vector short __b, vector unsigned char __c)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vperm (vector unsigned short __a, vector unsigned short __b, vector unsigned char __c)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vperm (vector bool short __a, vector bool short __b, vector unsigned char __c)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vperm (vector pixel __a, vector pixel __b, vector unsigned char __c)
 
static __inline__ vector int __ATTRS_o_ai vec_vperm (vector int __a, vector int __b, vector unsigned char __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vperm (vector unsigned int __a, vector unsigned int __b, vector unsigned char __c)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vperm (vector bool int __a, vector bool int __b, vector unsigned char __c)
 
static __inline__ vector float __ATTRS_o_ai vec_vperm (vector float __a, vector float __b, vector unsigned char __c)
 
static __inline__ vector float __ATTRS_o_ai vec_re (vector float __a)
 
static __inline__ vector signed char __ATTRS_o_ai vec_rl (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_rl (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_rl (vector short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_rl (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_rl (vector int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_rl (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vrlb (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vrlb (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vrlh (vector short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vrlh (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vrlw (vector int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vrlw (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_round (vector float __a)
 
static __inline__ vector float __ATTRS_o_ai vec_rsqrte (vector float __a)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sel (vector signed char __a, vector signed char __b, vector unsigned char __c)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sel (vector signed char __a, vector signed char __b, vector bool char __c)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sel (vector unsigned char __a, vector unsigned char __b, vector unsigned char __c)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sel (vector unsigned char __a, vector unsigned char __b, vector bool char __c)
 
static __inline__ vector bool char __ATTRS_o_ai vec_sel (vector bool char __a, vector bool char __b, vector unsigned char __c)
 
static __inline__ vector bool char __ATTRS_o_ai vec_sel (vector bool char __a, vector bool char __b, vector bool char __c)
 
static __inline__ vector short __ATTRS_o_ai vec_sel (vector short __a, vector short __b, vector unsigned short __c)
 
static __inline__ vector short __ATTRS_o_ai vec_sel (vector short __a, vector short __b, vector bool short __c)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sel (vector unsigned short __a, vector unsigned short __b, vector unsigned short __c)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sel (vector unsigned short __a, vector unsigned short __b, vector bool short __c)
 
static __inline__ vector bool short __ATTRS_o_ai vec_sel (vector bool short __a, vector bool short __b, vector unsigned short __c)
 
static __inline__ vector bool short __ATTRS_o_ai vec_sel (vector bool short __a, vector bool short __b, vector bool short __c)
 
static __inline__ vector int __ATTRS_o_ai vec_sel (vector int __a, vector int __b, vector unsigned int __c)
 
static __inline__ vector int __ATTRS_o_ai vec_sel (vector int __a, vector int __b, vector bool int __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sel (vector unsigned int __a, vector unsigned int __b, vector unsigned int __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sel (vector unsigned int __a, vector unsigned int __b, vector bool int __c)
 
static __inline__ vector bool int __ATTRS_o_ai vec_sel (vector bool int __a, vector bool int __b, vector unsigned int __c)
 
static __inline__ vector bool int __ATTRS_o_ai vec_sel (vector bool int __a, vector bool int __b, vector bool int __c)
 
static __inline__ vector float __ATTRS_o_ai vec_sel (vector float __a, vector float __b, vector unsigned int __c)
 
static __inline__ vector float __ATTRS_o_ai vec_sel (vector float __a, vector float __b, vector bool int __c)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsel (vector signed char __a, vector signed char __b, vector unsigned char __c)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsel (vector signed char __a, vector signed char __b, vector bool char __c)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsel (vector unsigned char __a, vector unsigned char __b, vector unsigned char __c)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsel (vector unsigned char __a, vector unsigned char __b, vector bool char __c)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vsel (vector bool char __a, vector bool char __b, vector unsigned char __c)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vsel (vector bool char __a, vector bool char __b, vector bool char __c)
 
static __inline__ vector short __ATTRS_o_ai vec_vsel (vector short __a, vector short __b, vector unsigned short __c)
 
static __inline__ vector short __ATTRS_o_ai vec_vsel (vector short __a, vector short __b, vector bool short __c)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsel (vector unsigned short __a, vector unsigned short __b, vector unsigned short __c)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsel (vector unsigned short __a, vector unsigned short __b, vector bool short __c)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vsel (vector bool short __a, vector bool short __b, vector unsigned short __c)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vsel (vector bool short __a, vector bool short __b, vector bool short __c)
 
static __inline__ vector int __ATTRS_o_ai vec_vsel (vector int __a, vector int __b, vector unsigned int __c)
 
static __inline__ vector int __ATTRS_o_ai vec_vsel (vector int __a, vector int __b, vector bool int __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel (vector unsigned int __a, vector unsigned int __b, vector unsigned int __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel (vector unsigned int __a, vector unsigned int __b, vector bool int __c)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vsel (vector bool int __a, vector bool int __b, vector unsigned int __c)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vsel (vector bool int __a, vector bool int __b, vector bool int __c)
 
static __inline__ vector float __ATTRS_o_ai vec_vsel (vector float __a, vector float __b, vector unsigned int __c)
 
static __inline__ vector float __ATTRS_o_ai vec_vsel (vector float __a, vector float __b, vector bool int __c)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sl (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sl (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sl (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_sl (vector short __a, vector unsigned short __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sl (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_sl (vector int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vslb (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vslb (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vslh (vector short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vslh (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vslw (vector int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vslw (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sld (vector signed char __a, vector signed char __b, unsigned const int __c)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sld (vector unsigned char __a, vector unsigned char __b, unsigned const int __c)
 
static __inline__ vector bool char __ATTRS_o_ai vec_sld (vector bool char __a, vector bool char __b, unsigned const int __c)
 
static __inline__ vector signed short __ATTRS_o_ai vec_sld (vector signed short __a, vector signed short __b, unsigned const int __c)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sld (vector unsigned short __a, vector unsigned short __b, unsigned const int __c)
 
static __inline__ vector bool short __ATTRS_o_ai vec_sld (vector bool short __a, vector bool short __b, unsigned const int __c)
 
static __inline__ vector pixel __ATTRS_o_ai vec_sld (vector pixel __a, vector pixel __b, unsigned const int __c)
 
static __inline__ vector bool int __ATTRS_o_ai vec_sld (vector bool int __a, vector bool int __b, unsigned const int __c)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sldw (vector signed char __a, vector signed char __b, unsigned const int __c)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sldw (vector unsigned char __a, vector unsigned char __b, unsigned const int __c)
 
static __inline__ vector signed short __ATTRS_o_ai vec_sldw (vector signed short __a, vector signed short __b, unsigned const int __c)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sldw (vector unsigned short __a, vector unsigned short __b, unsigned const int __c)
 
static __inline__ vector signed int __ATTRS_o_ai vec_sldw (vector signed int __a, vector signed int __b, unsigned const int __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sldw (vector unsigned int __a, vector unsigned int __b, unsigned const int __c)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsldoi (vector signed char __a, vector signed char __b, unsigned char __c)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsldoi (vector unsigned char __a, vector unsigned char __b, unsigned char __c)
 
static __inline__ vector short __ATTRS_o_ai vec_vsldoi (vector short __a, vector short __b, unsigned char __c)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsldoi (vector unsigned short __a, vector unsigned short __b, unsigned char __c)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vsldoi (vector pixel __a, vector pixel __b, unsigned char __c)
 
static __inline__ vector int __ATTRS_o_ai vec_vsldoi (vector int __a, vector int __b, unsigned char __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsldoi (vector unsigned int __a, vector unsigned int __b, unsigned char __c)
 
static __inline__ vector float __ATTRS_o_ai vec_vsldoi (vector float __a, vector float __b, unsigned char __c)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sll (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sll (vector signed char __a, vector unsigned short __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sll (vector signed char __a, vector unsigned int __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sll (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sll (vector unsigned char __a, vector unsigned short __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sll (vector unsigned char __a, vector unsigned int __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_sll (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_sll (vector bool char __a, vector unsigned short __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_sll (vector bool char __a, vector unsigned int __b)
 
static __inline__ vector short __ATTRS_o_ai vec_sll (vector short __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_sll (vector short __a, vector unsigned short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_sll (vector short __a, vector unsigned int __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sll (vector unsigned short __a, vector unsigned char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sll (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sll (vector unsigned short __a, vector unsigned int __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_sll (vector bool short __a, vector unsigned char __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_sll (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_sll (vector bool short __a, vector unsigned int __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_sll (vector pixel __a, vector unsigned char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_sll (vector pixel __a, vector unsigned short __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_sll (vector pixel __a, vector unsigned int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_sll (vector int __a, vector unsigned char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_sll (vector int __a, vector unsigned short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_sll (vector int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sll (vector unsigned int __a, vector unsigned char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sll (vector unsigned int __a, vector unsigned short __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sll (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_sll (vector bool int __a, vector unsigned char __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_sll (vector bool int __a, vector unsigned short __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_sll (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsl (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsl (vector signed char __a, vector unsigned short __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsl (vector signed char __a, vector unsigned int __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsl (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsl (vector unsigned char __a, vector unsigned short __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsl (vector unsigned char __a, vector unsigned int __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vsl (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vsl (vector bool char __a, vector unsigned short __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vsl (vector bool char __a, vector unsigned int __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsl (vector short __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsl (vector short __a, vector unsigned short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsl (vector short __a, vector unsigned int __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsl (vector unsigned short __a, vector unsigned char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsl (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsl (vector unsigned short __a, vector unsigned int __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vsl (vector bool short __a, vector unsigned char __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vsl (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vsl (vector bool short __a, vector unsigned int __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vsl (vector pixel __a, vector unsigned char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vsl (vector pixel __a, vector unsigned short __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vsl (vector pixel __a, vector unsigned int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsl (vector int __a, vector unsigned char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsl (vector int __a, vector unsigned short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsl (vector int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsl (vector unsigned int __a, vector unsigned char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsl (vector unsigned int __a, vector unsigned short __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsl (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vsl (vector bool int __a, vector unsigned char __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vsl (vector bool int __a, vector unsigned short __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vsl (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_slo (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_slo (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_slo (vector unsigned char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_slo (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_slo (vector short __a, vector signed char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_slo (vector short __a, vector unsigned char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_slo (vector unsigned short __a, vector signed char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_slo (vector unsigned short __a, vector unsigned char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_slo (vector pixel __a, vector signed char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_slo (vector pixel __a, vector unsigned char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_slo (vector int __a, vector signed char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_slo (vector int __a, vector unsigned char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_slo (vector unsigned int __a, vector signed char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_slo (vector unsigned int __a, vector unsigned char __b)
 
static __inline__ vector float __ATTRS_o_ai vec_slo (vector float __a, vector signed char __b)
 
static __inline__ vector float __ATTRS_o_ai vec_slo (vector float __a, vector unsigned char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vslo (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vslo (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vslo (vector unsigned char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vslo (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vslo (vector short __a, vector signed char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vslo (vector short __a, vector unsigned char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vslo (vector unsigned short __a, vector signed char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vslo (vector unsigned short __a, vector unsigned char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vslo (vector pixel __a, vector signed char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vslo (vector pixel __a, vector unsigned char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vslo (vector int __a, vector signed char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vslo (vector int __a, vector unsigned char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vslo (vector unsigned int __a, vector signed char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vslo (vector unsigned int __a, vector unsigned char __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vslo (vector float __a, vector signed char __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vslo (vector float __a, vector unsigned char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_splat (vector signed char __a, unsigned const int __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_splat (vector unsigned char __a, unsigned const int __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_splat (vector bool char __a, unsigned const int __b)
 
static __inline__ vector signed short __ATTRS_o_ai vec_splat (vector signed short __a, unsigned const int __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_splat (vector unsigned short __a, unsigned const int __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_splat (vector bool short __a, unsigned const int __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_splat (vector pixel __a, unsigned const int __b)
 
static __inline__ vector signed int __ATTRS_o_ai vec_splat (vector signed int __a, unsigned const int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_splat (vector unsigned int __a, unsigned const int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_splat (vector bool int __a, unsigned const int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_splat (vector float __a, unsigned const int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vspltb (vector signed char __a, unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vspltb (vector unsigned char __a, unsigned char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vspltb (vector bool char __a, unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsplth (vector short __a, unsigned char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsplth (vector unsigned short __a, unsigned char __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vsplth (vector bool short __a, unsigned char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vsplth (vector pixel __a, unsigned char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vspltw (vector int __a, unsigned char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vspltw (vector unsigned int __a, unsigned char __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vspltw (vector bool int __a, unsigned char __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vspltw (vector float __a, unsigned char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_splat_s8 (signed char __a)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vspltisb (signed char __a)
 
static __inline__ vector short __ATTRS_o_ai vec_splat_s16 (signed char __a)
 
static __inline__ vector short __ATTRS_o_ai vec_vspltish (signed char __a)
 
static __inline__ vector int __ATTRS_o_ai vec_splat_s32 (signed char __a)
 
static __inline__ vector int __ATTRS_o_ai vec_vspltisw (signed char __a)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_splat_u8 (unsigned char __a)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_splat_u16 (signed char __a)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_splat_u32 (signed char __a)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sr (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sr (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sr (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_sr (vector short __a, vector unsigned short __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sr (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_sr (vector int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsrb (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsrb (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsrh (vector short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsrh (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsrw (vector int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsrw (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sra (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sra (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_sra (vector short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sra (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_sra (vector int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sra (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsrab (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsrab (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsrah (vector short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsrah (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsraw (vector int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsraw (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_srl (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_srl (vector signed char __a, vector unsigned short __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_srl (vector signed char __a, vector unsigned int __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_srl (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_srl (vector unsigned char __a, vector unsigned short __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_srl (vector unsigned char __a, vector unsigned int __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_srl (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_srl (vector bool char __a, vector unsigned short __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_srl (vector bool char __a, vector unsigned int __b)
 
static __inline__ vector short __ATTRS_o_ai vec_srl (vector short __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_srl (vector short __a, vector unsigned short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_srl (vector short __a, vector unsigned int __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_srl (vector unsigned short __a, vector unsigned char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_srl (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_srl (vector unsigned short __a, vector unsigned int __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_srl (vector bool short __a, vector unsigned char __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_srl (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_srl (vector bool short __a, vector unsigned int __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_srl (vector pixel __a, vector unsigned char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_srl (vector pixel __a, vector unsigned short __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_srl (vector pixel __a, vector unsigned int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_srl (vector int __a, vector unsigned char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_srl (vector int __a, vector unsigned short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_srl (vector int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_srl (vector unsigned int __a, vector unsigned char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_srl (vector unsigned int __a, vector unsigned short __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_srl (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_srl (vector bool int __a, vector unsigned char __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_srl (vector bool int __a, vector unsigned short __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_srl (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsr (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsr (vector signed char __a, vector unsigned short __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsr (vector signed char __a, vector unsigned int __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsr (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsr (vector unsigned char __a, vector unsigned short __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsr (vector unsigned char __a, vector unsigned int __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vsr (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vsr (vector bool char __a, vector unsigned short __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vsr (vector bool char __a, vector unsigned int __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsr (vector short __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsr (vector short __a, vector unsigned short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsr (vector short __a, vector unsigned int __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsr (vector unsigned short __a, vector unsigned char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsr (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsr (vector unsigned short __a, vector unsigned int __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vsr (vector bool short __a, vector unsigned char __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vsr (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vsr (vector bool short __a, vector unsigned int __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vsr (vector pixel __a, vector unsigned char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vsr (vector pixel __a, vector unsigned short __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vsr (vector pixel __a, vector unsigned int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsr (vector int __a, vector unsigned char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsr (vector int __a, vector unsigned short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsr (vector int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsr (vector unsigned int __a, vector unsigned char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsr (vector unsigned int __a, vector unsigned short __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsr (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vsr (vector bool int __a, vector unsigned char __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vsr (vector bool int __a, vector unsigned short __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vsr (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sro (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sro (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sro (vector unsigned char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sro (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_sro (vector short __a, vector signed char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_sro (vector short __a, vector unsigned char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sro (vector unsigned short __a, vector signed char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sro (vector unsigned short __a, vector unsigned char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_sro (vector pixel __a, vector signed char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_sro (vector pixel __a, vector unsigned char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_sro (vector int __a, vector signed char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_sro (vector int __a, vector unsigned char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sro (vector unsigned int __a, vector signed char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sro (vector unsigned int __a, vector unsigned char __b)
 
static __inline__ vector float __ATTRS_o_ai vec_sro (vector float __a, vector signed char __b)
 
static __inline__ vector float __ATTRS_o_ai vec_sro (vector float __a, vector unsigned char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsro (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsro (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsro (vector unsigned char __a, vector signed char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsro (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsro (vector short __a, vector signed char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsro (vector short __a, vector unsigned char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsro (vector unsigned short __a, vector signed char __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsro (vector unsigned short __a, vector unsigned char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vsro (vector pixel __a, vector signed char __b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_vsro (vector pixel __a, vector unsigned char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsro (vector int __a, vector signed char __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsro (vector int __a, vector unsigned char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsro (vector unsigned int __a, vector signed char __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsro (vector unsigned int __a, vector unsigned char __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vsro (vector float __a, vector signed char __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vsro (vector float __a, vector unsigned char __b)
 
static __inline__ void __ATTRS_o_ai vec_st (vector signed char __a, int __b, vector signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector signed char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector unsigned char __a, int __b, vector unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector unsigned char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector bool char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector bool char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector bool char __a, int __b, vector bool char *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector short __a, int __b, vector short *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector unsigned short __a, int __b, vector unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector unsigned short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector bool short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector bool short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector bool short __a, int __b, vector bool short *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector pixel __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector pixel __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector pixel __a, int __b, vector pixel *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector int __a, int __b, vector int *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector unsigned int __a, int __b, vector unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector unsigned int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector bool int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector bool int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector bool int __a, int __b, vector bool int *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector float __a, int __b, vector float *__c)
 
static __inline__ void __ATTRS_o_ai vec_st (vector float __a, int __b, float *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector signed char __a, int __b, vector signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector signed char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector unsigned char __a, int __b, vector unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector unsigned char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool char __a, int __b, vector bool char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector short __a, int __b, vector short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector unsigned short __a, int __b, vector unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector unsigned short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool short __a, int __b, vector bool short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector pixel __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector pixel __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector pixel __a, int __b, vector pixel *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector int __a, int __b, vector int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector unsigned int __a, int __b, vector unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector unsigned int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector bool int __a, int __b, vector bool int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector float __a, int __b, vector float *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvx (vector float __a, int __b, float *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector signed char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector unsigned char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector bool char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector bool char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector unsigned short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector bool short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector bool short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector pixel __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector pixel __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector unsigned int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector bool int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector bool int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_ste (vector float __a, int __b, float *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvebx (vector signed char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvebx (vector unsigned char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvebx (vector bool char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvebx (vector bool char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvehx (vector short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvehx (vector unsigned short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvehx (vector bool short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvehx (vector bool short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvehx (vector pixel __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvehx (vector pixel __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvewx (vector int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvewx (vector unsigned int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvewx (vector bool int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvewx (vector bool int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvewx (vector float __a, int __b, float *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector signed char __a, int __b, vector signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector signed char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector unsigned char __a, int __b, vector unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector unsigned char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector bool char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector bool char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector bool char __a, int __b, vector bool char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector short __a, int __b, vector short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector unsigned short __a, int __b, vector unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector unsigned short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector bool short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector bool short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector bool short __a, int __b, vector bool short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector pixel __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector pixel __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector pixel __a, int __b, vector pixel *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector int __a, int __b, vector int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector unsigned int __a, int __b, vector unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector unsigned int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector bool int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector bool int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector bool int __a, int __b, vector bool int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector float __a, int __b, vector float *__c)
 
static __inline__ void __ATTRS_o_ai vec_stl (vector float __a, int __b, float *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector signed char __a, int __b, vector signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector signed char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector unsigned char __a, int __b, vector unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector unsigned char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool char __a, int __b, vector bool char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector short __a, int __b, vector short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector unsigned short __a, int __b, vector unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector unsigned short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool short __a, int __b, vector bool short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector pixel __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector pixel __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector pixel __a, int __b, vector pixel *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector int __a, int __b, vector int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector unsigned int __a, int __b, vector unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector unsigned int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector bool int __a, int __b, vector bool int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector float __a, int __b, vector float *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvxl (vector float __a, int __b, float *__c)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sub (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sub (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_sub (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sub (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sub (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_sub (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_sub (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_sub (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_sub (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sub (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sub (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_sub (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_sub (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_sub (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_sub (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sub (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sub (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sub (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_sub (vector float __a, vector float __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsububm (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsububm (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsububm (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububm (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububm (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububm (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsubuhm (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsubuhm (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsubuhm (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsubuwm (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsubuwm (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsubuwm (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector signed int __ATTRS_o_ai vec_subc (vector signed int __a, vector signed int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_subc (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_subs (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_subs (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_subs (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_subs (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_subs (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_subs (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_subs (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_subs (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_subs (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_subs (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_subs (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_subs (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_subs (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_subs (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_subs (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_subs (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_subs (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_subs (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsubsbs (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsubsbs (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vsubsbs (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububs (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububs (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububs (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsubshs (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsubshs (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vsubshs (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsubsws (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsubsws (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vsubsws (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector signed int __ATTRS_o_ai vec_sube (vector signed int __a, vector signed int __b, vector signed int __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sube (vector unsigned int __a, vector unsigned int __b, vector unsigned int __c)
 
static __inline__ vector int __ATTRS_o_ai vec_sum4s (vector signed char __a, vector int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_sum4s (vector unsigned char __a, vector unsigned int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_sum4s (vector signed short __a, vector int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_trunc (vector float __a)
 
static __inline__ vector short __ATTRS_o_ai vec_unpackh (vector signed char __a)
 
static __inline__ vector bool short __ATTRS_o_ai vec_unpackh (vector bool char __a)
 
static __inline__ vector int __ATTRS_o_ai vec_unpackh (vector short __a)
 
static __inline__ vector bool int __ATTRS_o_ai vec_unpackh (vector bool short __a)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_unpackh (vector pixel __a)
 
static __inline__ vector short __ATTRS_o_ai vec_vupkhsb (vector signed char __a)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vupkhsb (vector bool char __a)
 
static __inline__ vector int __ATTRS_o_ai vec_vupkhsh (vector short __a)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vupkhsh (vector bool short __a)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vupkhsh (vector pixel __a)
 
static __inline__ vector short __ATTRS_o_ai vec_unpackl (vector signed char __a)
 
static __inline__ vector bool short __ATTRS_o_ai vec_unpackl (vector bool char __a)
 
static __inline__ vector int __ATTRS_o_ai vec_unpackl (vector short __a)
 
static __inline__ vector bool int __ATTRS_o_ai vec_unpackl (vector bool short __a)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_unpackl (vector pixel __a)
 
static __inline__ vector short __ATTRS_o_ai vec_vupklsb (vector signed char __a)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vupklsb (vector bool char __a)
 
static __inline__ vector int __ATTRS_o_ai vec_vupklsh (vector short __a)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vupklsh (vector bool short __a)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vupklsh (vector pixel __a)
 
static __inline__ vector signed char __ATTRS_o_ai vec_xor (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_xor (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_xor (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_xor (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_xor (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_xor (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_xor (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_xor (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_xor (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_xor (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_xor (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_xor (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_xor (vector bool short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_xor (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_xor (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_xor (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_xor (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_xor (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_xor (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_xor (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_xor (vector float __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_xor (vector bool int __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_xor (vector float __a, vector bool int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vxor (vector signed char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vxor (vector bool char __a, vector signed char __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_vxor (vector signed char __a, vector bool char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vxor (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vxor (vector bool char __a, vector unsigned char __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_vxor (vector unsigned char __a, vector bool char __b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_vxor (vector bool char __a, vector bool char __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vxor (vector short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vxor (vector bool short __a, vector short __b)
 
static __inline__ vector short __ATTRS_o_ai vec_vxor (vector short __a, vector bool short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vxor (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vxor (vector bool short __a, vector unsigned short __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_vxor (vector unsigned short __a, vector bool short __b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_vxor (vector bool short __a, vector bool short __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vxor (vector int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vxor (vector bool int __a, vector int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_vxor (vector int __a, vector bool int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vxor (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vxor (vector bool int __a, vector unsigned int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_vxor (vector unsigned int __a, vector bool int __b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_vxor (vector bool int __a, vector bool int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vxor (vector float __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vxor (vector bool int __a, vector float __b)
 
static __inline__ vector float __ATTRS_o_ai vec_vxor (vector float __a, vector bool int __b)
 
static __inline__ signed char __ATTRS_o_ai vec_extract (vector signed char __a, int __b)
 
static __inline__ unsigned char __ATTRS_o_ai vec_extract (vector unsigned char __a, int __b)
 
static __inline__ unsigned char __ATTRS_o_ai vec_extract (vector bool char __a, int __b)
 
static __inline__ signed short __ATTRS_o_ai vec_extract (vector signed short __a, int __b)
 
static __inline__ unsigned short __ATTRS_o_ai vec_extract (vector unsigned short __a, int __b)
 
static __inline__ unsigned short __ATTRS_o_ai vec_extract (vector bool short __a, int __b)
 
static __inline__ signed int __ATTRS_o_ai vec_extract (vector signed int __a, int __b)
 
static __inline__ unsigned int __ATTRS_o_ai vec_extract (vector unsigned int __a, int __b)
 
static __inline__ unsigned int __ATTRS_o_ai vec_extract (vector bool int __a, int __b)
 
static __inline__ float __ATTRS_o_ai vec_extract (vector float __a, int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_insert (signed char __a, vector signed char __b, int __c)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_insert (unsigned char __a, vector unsigned char __b, int __c)
 
static __inline__ vector bool char __ATTRS_o_ai vec_insert (unsigned char __a, vector bool char __b, int __c)
 
static __inline__ vector signed short __ATTRS_o_ai vec_insert (signed short __a, vector signed short __b, int __c)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_insert (unsigned short __a, vector unsigned short __b, int __c)
 
static __inline__ vector bool short __ATTRS_o_ai vec_insert (unsigned short __a, vector bool short __b, int __c)
 
static __inline__ vector signed int __ATTRS_o_ai vec_insert (signed int __a, vector signed int __b, int __c)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_insert (unsigned int __a, vector unsigned int __b, int __c)
 
static __inline__ vector bool int __ATTRS_o_ai vec_insert (unsigned int __a, vector bool int __b, int __c)
 
static __inline__ vector float __ATTRS_o_ai vec_insert (float __a, vector float __b, int __c)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvlx (int __a, const signed char *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvlx (int __a, const vector signed char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvlx (int __a, const unsigned char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvlx (int __a, const vector unsigned char *__b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_lvlx (int __a, const vector bool char *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvlx (int __a, const short *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvlx (int __a, const vector short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvlx (int __a, const unsigned short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvlx (int __a, const vector unsigned short *__b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_lvlx (int __a, const vector bool short *__b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_lvlx (int __a, const vector pixel *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvlx (int __a, const int *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvlx (int __a, const vector int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvlx (int __a, const unsigned int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvlx (int __a, const vector unsigned int *__b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_lvlx (int __a, const vector bool int *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvlx (int __a, const float *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvlx (int __a, const vector float *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvlxl (int __a, const signed char *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvlxl (int __a, const vector signed char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvlxl (int __a, const unsigned char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvlxl (int __a, const vector unsigned char *__b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_lvlxl (int __a, const vector bool char *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvlxl (int __a, const short *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvlxl (int __a, const vector short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvlxl (int __a, const unsigned short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvlxl (int __a, const vector unsigned short *__b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_lvlxl (int __a, const vector bool short *__b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_lvlxl (int __a, const vector pixel *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvlxl (int __a, const int *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvlxl (int __a, const vector int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvlxl (int __a, const unsigned int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvlxl (int __a, const vector unsigned int *__b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_lvlxl (int __a, const vector bool int *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvlxl (int __a, const float *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvlxl (int __a, vector float *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvrx (int __a, const signed char *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvrx (int __a, const vector signed char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvrx (int __a, const unsigned char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvrx (int __a, const vector unsigned char *__b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_lvrx (int __a, const vector bool char *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvrx (int __a, const short *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvrx (int __a, const vector short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvrx (int __a, const unsigned short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvrx (int __a, const vector unsigned short *__b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_lvrx (int __a, const vector bool short *__b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_lvrx (int __a, const vector pixel *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvrx (int __a, const int *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvrx (int __a, const vector int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvrx (int __a, const unsigned int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvrx (int __a, const vector unsigned int *__b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_lvrx (int __a, const vector bool int *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvrx (int __a, const float *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvrx (int __a, const vector float *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvrxl (int __a, const signed char *__b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_lvrxl (int __a, const vector signed char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvrxl (int __a, const unsigned char *__b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_lvrxl (int __a, const vector unsigned char *__b)
 
static __inline__ vector bool char __ATTRS_o_ai vec_lvrxl (int __a, const vector bool char *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvrxl (int __a, const short *__b)
 
static __inline__ vector short __ATTRS_o_ai vec_lvrxl (int __a, const vector short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvrxl (int __a, const unsigned short *__b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_lvrxl (int __a, const vector unsigned short *__b)
 
static __inline__ vector bool short __ATTRS_o_ai vec_lvrxl (int __a, const vector bool short *__b)
 
static __inline__ vector pixel __ATTRS_o_ai vec_lvrxl (int __a, const vector pixel *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvrxl (int __a, const int *__b)
 
static __inline__ vector int __ATTRS_o_ai vec_lvrxl (int __a, const vector int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvrxl (int __a, const unsigned int *__b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_lvrxl (int __a, const vector unsigned int *__b)
 
static __inline__ vector bool int __ATTRS_o_ai vec_lvrxl (int __a, const vector bool int *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvrxl (int __a, const float *__b)
 
static __inline__ vector float __ATTRS_o_ai vec_lvrxl (int __a, const vector float *__b)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector signed char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector signed char __a, int __b, vector signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector unsigned char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector unsigned char __a, int __b, vector unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector bool char __a, int __b, vector bool char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector short __a, int __b, vector short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector unsigned short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector unsigned short __a, int __b, vector unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector bool short __a, int __b, vector bool short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector pixel __a, int __b, vector pixel *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector int __a, int __b, vector int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector unsigned int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector unsigned int __a, int __b, vector unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector bool int __a, int __b, vector bool int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlx (vector float __a, int __b, vector float *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector signed char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector signed char __a, int __b, vector signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector unsigned char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector unsigned char __a, int __b, vector unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector bool char __a, int __b, vector bool char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector short __a, int __b, vector short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector unsigned short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector unsigned short __a, int __b, vector unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector bool short __a, int __b, vector bool short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector pixel __a, int __b, vector pixel *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector int __a, int __b, vector int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector unsigned int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector unsigned int __a, int __b, vector unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector bool int __a, int __b, vector bool int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvlxl (vector float __a, int __b, vector float *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector signed char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector signed char __a, int __b, vector signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector unsigned char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector unsigned char __a, int __b, vector unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector bool char __a, int __b, vector bool char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector short __a, int __b, vector short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector unsigned short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector unsigned short __a, int __b, vector unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector bool short __a, int __b, vector bool short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector pixel __a, int __b, vector pixel *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector int __a, int __b, vector int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector unsigned int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector unsigned int __a, int __b, vector unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector bool int __a, int __b, vector bool int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrx (vector float __a, int __b, vector float *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector signed char __a, int __b, signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector signed char __a, int __b, vector signed char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector unsigned char __a, int __b, unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector unsigned char __a, int __b, vector unsigned char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector bool char __a, int __b, vector bool char *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector short __a, int __b, short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector short __a, int __b, vector short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector unsigned short __a, int __b, unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector unsigned short __a, int __b, vector unsigned short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector bool short __a, int __b, vector bool short *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector pixel __a, int __b, vector pixel *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector int __a, int __b, int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector int __a, int __b, vector int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector unsigned int __a, int __b, unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector unsigned int __a, int __b, vector unsigned int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector bool int __a, int __b, vector bool int *__c)
 
static __inline__ void __ATTRS_o_ai vec_stvrxl (vector float __a, int __b, vector float *__c)
 
static __inline__ vector signed char __ATTRS_o_ai vec_promote (signed char __a, int __b)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_promote (unsigned char __a, int __b)
 
static __inline__ vector short __ATTRS_o_ai vec_promote (short __a, int __b)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_promote (unsigned short __a, int __b)
 
static __inline__ vector int __ATTRS_o_ai vec_promote (int __a, int __b)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_promote (unsigned int __a, int __b)
 
static __inline__ vector float __ATTRS_o_ai vec_promote (float __a, int __b)
 
static __inline__ vector signed char __ATTRS_o_ai vec_splats (signed char __a)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_splats (unsigned char __a)
 
static __inline__ vector short __ATTRS_o_ai vec_splats (short __a)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_splats (unsigned short __a)
 
static __inline__ vector int __ATTRS_o_ai vec_splats (int __a)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_splats (unsigned int __a)
 
static __inline__ vector float __ATTRS_o_ai vec_splats (float __a)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector signed char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector signed char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector unsigned char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector unsigned short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector pixel __a, vector pixel __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector unsigned int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector bool int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_eq (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector signed char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector signed char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector unsigned char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector unsigned short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector unsigned int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector bool int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ge (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector signed char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector signed char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector unsigned char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector unsigned short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector unsigned int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector bool int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_gt (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector signed char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector signed char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector unsigned char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector unsigned short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector unsigned int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector bool int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_le (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector signed char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector signed char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector unsigned char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector unsigned short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector unsigned int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector bool int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_lt (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_all_nan (vector float __a)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector signed char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector signed char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector unsigned char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector unsigned short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector pixel __a, vector pixel __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector unsigned int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector bool int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ne (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_all_nge (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_all_ngt (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector signed char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector signed char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector unsigned char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector unsigned short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector pixel __a, vector pixel __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector unsigned int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector bool int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_eq (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector signed char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector signed char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector unsigned char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector unsigned short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector unsigned int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector bool int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ge (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector signed char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector signed char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector unsigned char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector unsigned short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector unsigned int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector bool int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_gt (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector signed char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector signed char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector unsigned char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector unsigned short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector unsigned int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector bool int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_le (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector signed char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector signed char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector unsigned char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector unsigned short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector unsigned int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector bool int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_lt (vector float __a, vector float __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector signed char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector signed char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector unsigned char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool char __a, vector signed char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool char __a, vector unsigned char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool char __a, vector bool char __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector unsigned short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool short __a, vector short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool short __a, vector unsigned short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool short __a, vector bool short __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector pixel __a, vector pixel __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector unsigned int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector unsigned int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool int __a, vector int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool int __a, vector unsigned int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector bool int __a, vector bool int __b)
 
static __inline__ int __ATTRS_o_ai vec_any_ne (vector float __a, vector float __b)
 
static __ATTRS_o_ai vector bool char vec_reve (vector bool char __a)
 
static __ATTRS_o_ai vector signed char vec_reve (vector signed char __a)
 
static __ATTRS_o_ai vector unsigned char vec_reve (vector unsigned char __a)
 
static __ATTRS_o_ai vector bool int vec_reve (vector bool int __a)
 
static __ATTRS_o_ai vector signed int vec_reve (vector signed int __a)
 
static __ATTRS_o_ai vector unsigned int vec_reve (vector unsigned int __a)
 
static __ATTRS_o_ai vector bool short vec_reve (vector bool short __a)
 
static __ATTRS_o_ai vector signed short vec_reve (vector signed short __a)
 
static __ATTRS_o_ai vector unsigned short vec_reve (vector unsigned short __a)
 
static __ATTRS_o_ai vector float vec_reve (vector float __a)
 
static __inline__ vector bool char __ATTRS_o_ai vec_revb (vector bool char __a)
 
static __inline__ vector signed char __ATTRS_o_ai vec_revb (vector signed char __a)
 
static __inline__ vector unsigned char __ATTRS_o_ai vec_revb (vector unsigned char __a)
 
static __inline__ vector bool short __ATTRS_o_ai vec_revb (vector bool short __a)
 
static __inline__ vector signed short __ATTRS_o_ai vec_revb (vector signed short __a)
 
static __inline__ vector unsigned short __ATTRS_o_ai vec_revb (vector unsigned short __a)
 
static __inline__ vector bool int __ATTRS_o_ai vec_revb (vector bool int __a)
 
static __inline__ vector signed int __ATTRS_o_ai vec_revb (vector signed int __a)
 
static __inline__ vector unsigned int __ATTRS_o_ai vec_revb (vector unsigned int __a)
 
static __inline__ vector float __ATTRS_o_ai vec_revb (vector float __a)
 
static __ATTRS_o_ai vector signed char vec_xl (signed long long __offset, signed char *__ptr)
 
static __ATTRS_o_ai vector unsigned char vec_xl (signed long long __offset, unsigned char *__ptr)
 
static __ATTRS_o_ai vector signed short vec_xl (signed long long __offset, signed short *__ptr)
 
static __ATTRS_o_ai vector unsigned short vec_xl (signed long long __offset, unsigned short *__ptr)
 
static __ATTRS_o_ai vector signed int vec_xl (signed long long __offset, signed int *__ptr)
 
static __ATTRS_o_ai vector unsigned int vec_xl (signed long long __offset, unsigned int *__ptr)
 
static __ATTRS_o_ai vector float vec_xl (signed long long __offset, float *__ptr)
 
static __ATTRS_o_ai void vec_xst (vector signed char __vec, signed long long __offset, signed char *__ptr)
 
static __ATTRS_o_ai void vec_xst (vector unsigned char __vec, signed long long __offset, unsigned char *__ptr)
 
static __ATTRS_o_ai void vec_xst (vector signed short __vec, signed long long __offset, signed short *__ptr)
 
static __ATTRS_o_ai void vec_xst (vector unsigned short __vec, signed long long __offset, unsigned short *__ptr)
 
static __ATTRS_o_ai void vec_xst (vector signed int __vec, signed long long __offset, signed int *__ptr)
 
static __ATTRS_o_ai void vec_xst (vector unsigned int __vec, signed long long __offset, unsigned int *__ptr)
 
static __ATTRS_o_ai void vec_xst (vector float __vec, signed long long __offset, float *__ptr)
 
static vector float __ATTRS_o_ai vec_neg (vector float __a)
 
static vector signed int __ATTRS_o_ai vec_neg (vector signed int __a)
 
static vector signed short __ATTRS_o_ai vec_neg (vector signed short __a)
 
static vector signed char __ATTRS_o_ai vec_neg (vector signed char __a)
 
static vector float __ATTRS_o_ai vec_nabs (vector float __a)
 
static vector signed int __ATTRS_o_ai vec_nabs (vector signed int __a)
 
static vector signed short __ATTRS_o_ai vec_nabs (vector signed short __a)
 
static vector signed char __ATTRS_o_ai vec_nabs (vector signed char __a)
 

Variables

static __inline__ vector float vector float __b
 
static __inline__ vector float vector float vector float __c
 

Macro Definition Documentation

◆ __ATTRS_o_ai

#define __ATTRS_o_ai   __attribute__((__overloadable__, __always_inline__))

Definition at line 42 of file altivec.h.

Referenced by __attribute__(), vec_abs(), vec_abss(), vec_add(), vec_addc(), vec_adde(), vec_adds(), vec_all_eq(), vec_all_ge(), vec_all_gt(), vec_all_le(), vec_all_lt(), vec_all_nan(), vec_all_ne(), vec_all_nge(), vec_all_ngt(), vec_and(), vec_andc(), vec_any_eq(), vec_any_ge(), vec_any_gt(), vec_any_le(), vec_any_lt(), vec_any_ne(), vec_avg(), vec_ceil(), vec_cmpeq(), vec_cmpge(), vec_cmpgt(), vec_cmple(), vec_cmplt(), vec_div(), vec_extract(), vec_float(), vec_floor(), vec_insert(), vec_ld(), vec_lde(), vec_ldl(), vec_lvebx(), vec_lvehx(), vec_lvewx(), vec_lvlx(), vec_lvlxl(), vec_lvrx(), vec_lvrxl(), vec_lvsl(), vec_lvsr(), vec_lvx(), vec_lvxl(), vec_madd(), vec_max(), vec_mergeh(), vec_mergel(), vec_min(), vec_mladd(), vec_msum(), vec_msums(), vec_mtvscr(), vec_mul(), vec_mule(), vec_mulo(), vec_nabs(), vec_neg(), vec_nmsub(), vec_nor(), vec_or(), vec_pack(), vec_packs(), vec_packsu(), vec_perm(), vec_promote(), vec_re(), vec_revb(), vec_reve(), vec_rl(), vec_round(), vec_rsqrte(), vec_sel(), vec_signed(), vec_sl(), vec_sld(), vec_sldw(), vec_sll(), vec_slo(), vec_splat(), vec_splat_s8(), vec_splat_u16(), vec_splat_u32(), vec_splat_u8(), vec_splats(), vec_sr(), vec_sra(), vec_srl(), vec_sro(), vec_stvxl(), vec_sub(), vec_subc(), vec_sube(), vec_subs(), vec_sum4s(), vec_trunc(), vec_unpackh(), vec_unpackl(), vec_unsigned(), vec_vaddsbs(), vec_vaddshs(), vec_vaddsws(), vec_vaddubm(), vec_vaddubs(), vec_vadduhm(), vec_vadduhs(), vec_vadduwm(), vec_vadduws(), vec_vand(), vec_vandc(), vec_vmaxsb(), vec_vmaxsh(), vec_vmaxsw(), vec_vmaxub(), vec_vmaxuh(), vec_vmaxuw(), vec_vminsb(), vec_vminsh(), vec_vminsw(), vec_vminub(), vec_vminuh(), vec_vminuw(), vec_vmladduhm(), vec_vmrghb(), vec_vmrghh(), vec_vmrghw(), vec_vmrglb(), vec_vmrglh(), vec_vmrglw(), vec_vnor(), vec_vor(), vec_vperm(), vec_vpkshus(), vec_vpkswus(), vec_vpkuhum(), vec_vpkuwum(), vec_vrlb(), vec_vrlh(), vec_vrlw(), vec_vsel(), vec_vsl(), vec_vslb(), vec_vsldoi(), vec_vslh(), vec_vslo(), vec_vslw(), vec_vspltb(), vec_vsplth(), vec_vspltisw(), vec_vspltw(), vec_vsr(), vec_vsrab(), vec_vsrah(), vec_vsraw(), vec_vsrb(), vec_vsrh(), vec_vsro(), vec_vsrw(), vec_vsubsbs(), vec_vsubshs(), vec_vsubsws(), vec_vsububm(), vec_vsububs(), vec_vsubuhm(), vec_vsubuhs(), vec_vsubuwm(), vec_vsubuws(), vec_vupkhsb(), vec_vupkhsh(), vec_vupklsb(), vec_vupklsh(), vec_vxor(), vec_xl(), vec_xor(), and vec_xst().

◆ __builtin_altivec_abs_v16qi

#define __builtin_altivec_abs_v16qi   vec_abs

Definition at line 110 of file altivec.h.

◆ __builtin_altivec_abs_v4si

#define __builtin_altivec_abs_v4si   vec_abs

Definition at line 112 of file altivec.h.

◆ __builtin_altivec_abs_v8hi

#define __builtin_altivec_abs_v8hi   vec_abs

Definition at line 111 of file altivec.h.

◆ __builtin_altivec_abss_v16qi

#define __builtin_altivec_abss_v16qi   vec_abss

Definition at line 153 of file altivec.h.

◆ __builtin_altivec_abss_v4si

#define __builtin_altivec_abss_v4si   vec_abss

Definition at line 155 of file altivec.h.

◆ __builtin_altivec_abss_v8hi

#define __builtin_altivec_abss_v8hi   vec_abss

Definition at line 154 of file altivec.h.

◆ __builtin_altivec_vaddfp

#define __builtin_altivec_vaddfp   vec_vaddfp

Definition at line 517 of file altivec.h.

◆ __builtin_altivec_vaddubm

#define __builtin_altivec_vaddubm   vec_vaddubm

Definition at line 415 of file altivec.h.

◆ __builtin_altivec_vadduhm

#define __builtin_altivec_vadduhm   vec_vadduhm

Definition at line 449 of file altivec.h.

◆ __builtin_altivec_vadduwm

#define __builtin_altivec_vadduwm   vec_vadduwm

Definition at line 483 of file altivec.h.

◆ __builtin_altivec_vand

#define __builtin_altivec_vand   vec_and

Definition at line 807 of file altivec.h.

◆ __builtin_altivec_vandc

#define __builtin_altivec_vandc   vec_andc

Definition at line 1160 of file altivec.h.

◆ __builtin_altivec_vmladduhm

#define __builtin_altivec_vmladduhm   vec_mladd

Definition at line 5381 of file altivec.h.

◆ __builtin_altivec_vmrghb

#define __builtin_altivec_vmrghb   vec_vmrghb

Definition at line 4647 of file altivec.h.

◆ __builtin_altivec_vmrghh

#define __builtin_altivec_vmrghh   vec_vmrghh

Definition at line 4675 of file altivec.h.

◆ __builtin_altivec_vmrghw

#define __builtin_altivec_vmrghw   vec_vmrghw

Definition at line 4711 of file altivec.h.

◆ __builtin_altivec_vmrglb

#define __builtin_altivec_vmrglb   vec_vmrglb

Definition at line 4910 of file altivec.h.

◆ __builtin_altivec_vmrglh

#define __builtin_altivec_vmrglh   vec_vmrglh

Definition at line 4938 of file altivec.h.

◆ __builtin_altivec_vmrglw

#define __builtin_altivec_vmrglw   vec_vmrglw

Definition at line 4974 of file altivec.h.

◆ __builtin_altivec_vnor

#define __builtin_altivec_vnor   vec_nor

Definition at line 6039 of file altivec.h.

◆ __builtin_altivec_vor

#define __builtin_altivec_vor   vec_or

Definition at line 6175 of file altivec.h.

◆ __builtin_altivec_vpkuhum

#define __builtin_altivec_vpkuhum   vec_vpkuhum

Definition at line 6846 of file altivec.h.

◆ __builtin_altivec_vpkuwum

#define __builtin_altivec_vpkuwum   vec_vpkuwum

Definition at line 6895 of file altivec.h.

◆ __builtin_altivec_vsel_4si

#define __builtin_altivec_vsel_4si   vec_sel

Definition at line 7776 of file altivec.h.

◆ __builtin_altivec_vslb

#define __builtin_altivec_vslb   vec_vslb

Definition at line 8079 of file altivec.h.

◆ __builtin_altivec_vsldoi_4si

#define __builtin_altivec_vsldoi_4si   vec_sld

Definition at line 8121 of file altivec.h.

◆ __builtin_altivec_vslh

#define __builtin_altivec_vslh   vec_vslh

Definition at line 8093 of file altivec.h.

◆ __builtin_altivec_vslw

#define __builtin_altivec_vslw   vec_vslw

Definition at line 8107 of file altivec.h.

◆ __builtin_altivec_vspltb

#define __builtin_altivec_vspltb   vec_vspltb

Definition at line 9311 of file altivec.h.

◆ __builtin_altivec_vsplth

#define __builtin_altivec_vsplth   vec_vsplth

Definition at line 9330 of file altivec.h.

◆ __builtin_altivec_vspltisb

#define __builtin_altivec_vspltisb   vec_splat_s8

Definition at line 9410 of file altivec.h.

◆ __builtin_altivec_vspltish

#define __builtin_altivec_vspltish   vec_splat_s16

Definition at line 9428 of file altivec.h.

◆ __builtin_altivec_vspltisw

#define __builtin_altivec_vspltisw   vec_splat_s32

Definition at line 9444 of file altivec.h.

◆ __builtin_altivec_vspltw

#define __builtin_altivec_vspltw   vec_vspltw

Definition at line 9370 of file altivec.h.

◆ __builtin_altivec_vsrb

#define __builtin_altivec_vsrb   vec_vsrb

Definition at line 9534 of file altivec.h.

◆ __builtin_altivec_vsrh

#define __builtin_altivec_vsrh   vec_vsrh

Definition at line 9548 of file altivec.h.

◆ __builtin_altivec_vsrw

#define __builtin_altivec_vsrw   vec_vsrw

Definition at line 9562 of file altivec.h.

◆ __builtin_altivec_vsubfp

#define __builtin_altivec_vsubfp   vec_vsubfp

Definition at line 11134 of file altivec.h.

◆ __builtin_altivec_vsububm

#define __builtin_altivec_vsububm   vec_vsububm

Definition at line 11032 of file altivec.h.

◆ __builtin_altivec_vsubuhm

#define __builtin_altivec_vsubuhm   vec_vsubuhm

Definition at line 11066 of file altivec.h.

◆ __builtin_altivec_vsubuwm

#define __builtin_altivec_vsubuwm   vec_vsubuwm

Definition at line 11100 of file altivec.h.

◆ __builtin_altivec_vxor

#define __builtin_altivec_vxor   vec_xor

Definition at line 12149 of file altivec.h.

◆ __CR6_EQ

#define __CR6_EQ   0

◆ __CR6_EQ_REV

#define __CR6_EQ_REV   1

Definition at line 19 of file altivec.h.

Referenced by vec_any_eq(), vec_any_ge(), vec_any_gt(), vec_any_le(), vec_any_lt(), and vec_any_ne().

◆ __CR6_LT

#define __CR6_LT   2

Definition at line 20 of file altivec.h.

Referenced by vec_all_eq(), vec_all_ge(), vec_all_gt(), vec_all_le(), vec_all_lt(), and vec_all_ngt().

◆ __CR6_LT_REV

#define __CR6_LT_REV   3

Definition at line 21 of file altivec.h.

Referenced by vec_any_ge(), vec_any_le(), vec_any_lt(), and vec_any_ne().

◆ __VEC_CLASS_FP_INFINITY

#define __VEC_CLASS_FP_INFINITY
Value:
__VEC_CLASS_FP_INFINITY_N)
#define __VEC_CLASS_FP_INFINITY_P
Definition: altivec.h:33

Definition at line 34 of file altivec.h.

◆ __VEC_CLASS_FP_INFINITY_N

#define __VEC_CLASS_FP_INFINITY_N   (1<<4)

Definition at line 32 of file altivec.h.

◆ __VEC_CLASS_FP_INFINITY_P

#define __VEC_CLASS_FP_INFINITY_P   (1<<5)

Definition at line 33 of file altivec.h.

◆ __VEC_CLASS_FP_NAN

#define __VEC_CLASS_FP_NAN   (1<<6)

Definition at line 36 of file altivec.h.

◆ __VEC_CLASS_FP_NOT_NORMAL

#define __VEC_CLASS_FP_NOT_NORMAL
Value:
__VEC_CLASS_FP_SUBNORMAL | \
__VEC_CLASS_FP_ZERO | \
__VEC_CLASS_FP_INFINITY)
#define __VEC_CLASS_FP_NAN
Definition: altivec.h:36

Definition at line 37 of file altivec.h.

◆ __VEC_CLASS_FP_SUBNORMAL

#define __VEC_CLASS_FP_SUBNORMAL
Value:
__VEC_CLASS_FP_SUBNORMAL_N)
#define __VEC_CLASS_FP_SUBNORMAL_P
Definition: altivec.h:25

Definition at line 26 of file altivec.h.

◆ __VEC_CLASS_FP_SUBNORMAL_N

#define __VEC_CLASS_FP_SUBNORMAL_N   (1 << 0)

Definition at line 24 of file altivec.h.

◆ __VEC_CLASS_FP_SUBNORMAL_P

#define __VEC_CLASS_FP_SUBNORMAL_P   (1 << 1)

Definition at line 25 of file altivec.h.

◆ __VEC_CLASS_FP_ZERO

#define __VEC_CLASS_FP_ZERO
Value:
__VEC_CLASS_FP_ZERO_N)
#define __VEC_CLASS_FP_ZERO_P
Definition: altivec.h:29

Definition at line 30 of file altivec.h.

◆ __VEC_CLASS_FP_ZERO_N

#define __VEC_CLASS_FP_ZERO_N   (1<<2)

Definition at line 28 of file altivec.h.

◆ __VEC_CLASS_FP_ZERO_P

#define __VEC_CLASS_FP_ZERO_P   (1<<3)

Definition at line 29 of file altivec.h.

◆ vec_ctf

#define vec_ctf (   __a,
  __b 
)
Value:
_Generic((__a), vector int \
: (vector float)__builtin_altivec_vcfsx((vector int)(__a), (__b)), \
vector unsigned int \
: (vector float)__builtin_altivec_vcfux((vector unsigned int)(__a), \
(__b)))
static __inline__ void int __a
Definition: emmintrin.h:4185
static __inline__ vector float vector float __b
Definition: altivec.h:520

Definition at line 2894 of file altivec.h.

◆ vec_cts

#define vec_cts   __builtin_altivec_vctsxs

Definition at line 2925 of file altivec.h.

◆ vec_ctu

#define vec_ctu   __builtin_altivec_vctuxs

Definition at line 2947 of file altivec.h.

◆ vec_dss

#define vec_dss   __builtin_altivec_dss

Definition at line 3293 of file altivec.h.

◆ vec_dst

#define vec_dst (   __PTR,
  __CW,
  __STR 
)
Value:
__extension__( \
{ __builtin_altivec_dst((const void *)(__PTR), (__CW), (__STR)); })

Definition at line 3302 of file altivec.h.

◆ vec_dstst

#define vec_dstst (   __PTR,
  __CW,
  __STR 
)
Value:
__extension__( \
{ __builtin_altivec_dstst((const void *)(__PTR), (__CW), (__STR)); })

Definition at line 3307 of file altivec.h.

◆ vec_dststt

#define vec_dststt (   __PTR,
  __CW,
  __STR 
)
Value:
__extension__( \
{ __builtin_altivec_dststt((const void *)(__PTR), (__CW), (__STR)); })

Definition at line 3312 of file altivec.h.

◆ vec_dstt

#define vec_dstt (   __PTR,
  __CW,
  __STR 
)
Value:
__extension__( \
{ __builtin_altivec_dstt((const void *)(__PTR), (__CW), (__STR)); })

Definition at line 3317 of file altivec.h.

◆ vec_vcfsx

#define vec_vcfsx (   __a,
  __b 
)    __builtin_altivec_vcfsx((vector int)(__a), (__b))

Definition at line 2908 of file altivec.h.

◆ vec_vcfux

#define vec_vcfux   __builtin_altivec_vcfux

Definition at line 2904 of file altivec.h.

◆ vec_vctsxs

#define vec_vctsxs   __builtin_altivec_vctsxs

Definition at line 2930 of file altivec.h.

◆ vec_vctuxs

#define vec_vctuxs   __builtin_altivec_vctuxs

Definition at line 2952 of file altivec.h.

◆ vec_xl_be

#define vec_xl_be   vec_xl

Definition at line 16509 of file altivec.h.

Referenced by vec_xl().

◆ vec_xst_be

#define vec_xst_be   vec_xst

Definition at line 16693 of file altivec.h.

Referenced by vec_xst().

Typedef Documentation

◆ __attribute__

typedef unsigned int __v4su __attribute__((__vector_size__(16)))

Zeroes the upper 128 bits (bits 255:128) of all YMM registers.

Loads a memory sequence containing the specified memory address into the L1 data cache and sets the cache-coherency to modified.

Adds the unsigned integer operand to the CRC-32C checksum of the second unsigned integer operand.

Adds the unsigned integer operand to the CRC-32C checksum of the unsigned short operand.

Cast a 64-bit unsigned integer value to a 64-bit float value.

Cast a 32-bit unsigned integer value to a 32-bit float value.

Cast a 64-bit float value to a 64-bit unsigned integer value.

Counts the number of bits in the source operand having a value of 1.

Swaps the bytes in the input.

Find the first set bit starting from the msb.

This intrinsic corresponds to the VZEROUPPER instruction.

Result is undefined if input is 0.

This intrinsic corresponds to the BSR instruction or the LZCNT instruction and an XOR .

Parameters
__AA 32-bit integer operand.
Returns
A 32-bit integer containing the bit number.

Converting little endian to big endian or vice versa.

This intrinsic corresponds to the BSWAP instruction.

Parameters
__AA 32-bit integer operand.
Returns
A 32-bit integer containing the swapped bytes.

This intrinsic corresponds to the POPCNT instruction or a a sequence of arithmetic and logic ops to calculate it.

Parameters
__AAn unsigned 32-bit integer operand.
Returns
A 32-bit integer containing the number of bits with value 1 in the source operand.

This intrinsic corresponds to the VMOVQ / MOVQ instruction in x86_64, and corresponds to the VMOVL / MOVL instruction in ia32.

Parameters
__AA 64-bit float value.
Returns
a 64-bit unsigned integer containing the converted value.

This intrinsic corresponds to the VMOVQ / MOVQ instruction in x86_64, and corresponds to the FLDS instruction in ia32.

Parameters
__AA 32-bit unsigned integer value.
Returns
a 32-bit float value containing the converted value.

This intrinsic corresponds to the VMOVQ / MOVQ instruction in x86_64, and corresponds to the FLDL instruction in ia32.

Parameters
__AA 64-bit unsigned integer value.
Returns
a 64-bit float value containing the converted value.

This intrinsic corresponds to the CRC32W instruction.

Parameters
__CAn unsigned integer operand to add to the CRC-32C checksum of operand __D.
__DAn unsigned 16-bit integer operand used to compute the CRC-32C checksum.
Returns
The result of adding operand __C to the CRC-32C checksum of operand __D.

This intrinsic corresponds to the CRC32D instruction.

Parameters
__CAn unsigned integer operand to add to the CRC-32C checksum of operand __D.
__DAn unsigned 32-bit integer operand used to compute the CRC-32C checksum.
Returns
The result of adding operand __C to the CRC-32C checksum of operand __D.

This provides a hint to the processor that the cache line will be modified. It is intended for use when the cache line will be written to shortly after the prefetch is performed.

Note that the effect of this intrinsic is dependent on the processor implementation.

This intrinsic corresponds to the PREFETCHW instruction.

Parameters
__PA pointer specifying the memory address to be prefetched.

Definition at line 16347 of file altivec.h.

Function Documentation

◆ __attribute__()

static __inline__ vector float __attribute__ ( (__always_inline__)  )
static

Definition at line 1603 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_abs() [1/4]

static __inline__ vector signed char __ATTRS_o_ai vec_abs ( vector signed char  __a)
static

Definition at line 115 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_abs(), and vec_nabs().

◆ vec_abs() [2/4]

static __inline__ vector signed short __ATTRS_o_ai vec_abs ( vector signed short  __a)
static

Definition at line 120 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_abs() [3/4]

static __inline__ vector signed int __ATTRS_o_ai vec_abs ( vector signed int  __a)
static

Definition at line 125 of file altivec.h.

References __a, __ATTRS_o_ai, and vec_abs().

◆ vec_abs() [4/4]

static __inline__ vector float __ATTRS_o_ai vec_abs ( vector float  __a)
static

Definition at line 136 of file altivec.h.

References __a, __ATTRS_o_ai, and vec_abs().

◆ vec_abss() [1/3]

static __inline__ vector signed char __ATTRS_o_ai vec_abss ( vector signed char  __a)
static

Definition at line 158 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_abss() [2/3]

static __inline__ vector signed short __ATTRS_o_ai vec_abss ( vector signed short  __a)
static

Definition at line 164 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_abss() [3/3]

static __inline__ vector signed int __ATTRS_o_ai vec_abss ( vector signed int  __a)
static

Definition at line 170 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_add() [1/19]

static __inline__ vector signed char __ATTRS_o_ai vec_add ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 198 of file altivec.h.

References __ATTRS_o_ai, and __b.

Referenced by vec_add(), and vec_adde().

◆ vec_add() [2/19]

static __inline__ vector signed char __ATTRS_o_ai vec_add ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 203 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_add() [3/19]

static __inline__ vector signed char __ATTRS_o_ai vec_add ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 208 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_add() [4/19]

static __inline__ vector unsigned char __ATTRS_o_ai vec_add ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 213 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_add() [5/19]

static __inline__ vector unsigned char __ATTRS_o_ai vec_add ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 218 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_add() [6/19]

static __inline__ vector unsigned char __ATTRS_o_ai vec_add ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 223 of file altivec.h.

◆ vec_add() [7/19]

static __inline__ vector short __ATTRS_o_ai vec_add ( vector short  __a,
vector short  __b 
)
static

Definition at line 227 of file altivec.h.

References __b.

◆ vec_add() [8/19]

static __inline__ vector short __ATTRS_o_ai vec_add ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 232 of file altivec.h.

References __b.

◆ vec_add() [9/19]

static __inline__ vector short __ATTRS_o_ai vec_add ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 237 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_add() [10/19]

static __inline__ vector unsigned short __ATTRS_o_ai vec_add ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 243 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_add() [11/19]

static __inline__ vector unsigned short __ATTRS_o_ai vec_add ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 248 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_add() [12/19]

static __inline__ vector unsigned short __ATTRS_o_ai vec_add ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 253 of file altivec.h.

◆ vec_add() [13/19]

static __inline__ vector int __ATTRS_o_ai vec_add ( vector int  __a,
vector int  __b 
)
static

Definition at line 257 of file altivec.h.

References __b.

◆ vec_add() [14/19]

static __inline__ vector int __ATTRS_o_ai vec_add ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 262 of file altivec.h.

References __b.

◆ vec_add() [15/19]

static __inline__ vector int __ATTRS_o_ai vec_add ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 267 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_add() [16/19]

static __inline__ vector unsigned int __ATTRS_o_ai vec_add ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 273 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_add() [17/19]

static __inline__ vector unsigned int __ATTRS_o_ai vec_add ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 278 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_add() [18/19]

static __inline__ vector unsigned int __ATTRS_o_ai vec_add ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 283 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_add().

◆ vec_add() [19/19]

static __inline__ vector float __ATTRS_o_ai vec_add ( vector float  __a,
vector float  __b 
)
static

Definition at line 309 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, vec_add(), and vec_adde().

◆ vec_addc() [1/2]

static __inline__ vector signed int __ATTRS_o_ai vec_addc ( vector signed int  __a,
vector signed int  __b 
)
static

Definition at line 527 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_addc().

◆ vec_addc() [2/2]

static __inline__ vector unsigned int __ATTRS_o_ai vec_addc ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 533 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and vec_addc().

◆ vec_adde() [1/2]

static __inline__ vector signed int __ATTRS_o_ai vec_adde ( vector signed int  __a,
vector signed int  __b,
vector signed int  __c 
)
static

Definition at line 338 of file altivec.h.

References __ATTRS_o_ai, and vec_add().

Referenced by vec_add(), and vec_sube().

◆ vec_adde() [2/2]

static __inline__ vector unsigned int __ATTRS_o_ai vec_adde ( vector unsigned int  __a,
vector unsigned int  __b,
vector unsigned int  __c 
)
static

Definition at line 346 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_add().

◆ vec_adds() [1/18]

static __inline__ vector signed char __ATTRS_o_ai vec_adds ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 560 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_adds() [2/18]

static __inline__ vector signed char __ATTRS_o_ai vec_adds ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 565 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_adds() [3/18]

static __inline__ vector signed char __ATTRS_o_ai vec_adds ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 570 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_adds() [4/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_adds ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 575 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_adds() [5/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_adds ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 580 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_adds() [6/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_adds ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 585 of file altivec.h.

◆ vec_adds() [7/18]

static __inline__ vector short __ATTRS_o_ai vec_adds ( vector short  __a,
vector short  __b 
)
static

Definition at line 589 of file altivec.h.

◆ vec_adds() [8/18]

static __inline__ vector short __ATTRS_o_ai vec_adds ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 594 of file altivec.h.

◆ vec_adds() [9/18]

static __inline__ vector short __ATTRS_o_ai vec_adds ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 599 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_adds() [10/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_adds ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 605 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_adds() [11/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_adds ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 610 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_adds() [12/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_adds ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 615 of file altivec.h.

◆ vec_adds() [13/18]

static __inline__ vector int __ATTRS_o_ai vec_adds ( vector int  __a,
vector int  __b 
)
static

Definition at line 619 of file altivec.h.

◆ vec_adds() [14/18]

static __inline__ vector int __ATTRS_o_ai vec_adds ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 624 of file altivec.h.

◆ vec_adds() [15/18]

static __inline__ vector int __ATTRS_o_ai vec_adds ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 629 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_adds() [16/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_adds ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 635 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_adds() [17/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_adds ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 640 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_adds() [18/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_adds ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 645 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_all_eq() [1/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 13718 of file altivec.h.

References __CR6_LT.

Referenced by vec_all_eq().

◆ vec_all_eq() [2/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 13724 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [3/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 13730 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [4/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 13736 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [5/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 13742 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [6/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 13748 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [7/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 13754 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [8/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector short  __a,
vector short  __b 
)
static

Definition at line 13760 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [9/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 13765 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [10/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 13770 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [11/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 13776 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [12/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 13782 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [13/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 13788 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [14/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 13794 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [15/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector pixel  __a,
vector pixel  __b 
)
static

Definition at line 13800 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [16/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector int  __a,
vector int  __b 
)
static

Definition at line 13806 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [17/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 13810 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [18/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 13815 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [19/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 13821 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [20/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 13827 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [21/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 13833 of file altivec.h.

References __CR6_LT.

◆ vec_all_eq() [22/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 13839 of file altivec.h.

References __ATTRS_o_ai, __CR6_LT, and vec_all_eq().

◆ vec_all_eq() [23/23]

static __inline__ int __ATTRS_o_ai vec_all_eq ( vector float  __a,
vector float  __b 
)
static

Definition at line 13887 of file altivec.h.

References __ATTRS_o_ai, __CR6_LT, and vec_all_eq().

◆ vec_all_ge() [1/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 13905 of file altivec.h.

References __CR6_EQ.

Referenced by vec_all_ge().

◆ vec_all_ge() [2/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 13910 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [3/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 13915 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [4/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 13920 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [5/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 13925 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [6/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 13931 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [7/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 13936 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [8/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector short  __a,
vector short  __b 
)
static

Definition at line 13942 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [9/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 13947 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [10/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 13952 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [11/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 13957 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [12/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 13963 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [13/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 13969 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [14/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 13975 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [15/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector int  __a,
vector int  __b 
)
static

Definition at line 13981 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [16/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 13985 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [17/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 13990 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [18/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 13995 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [19/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 14000 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [20/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 14006 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ge() [21/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 14011 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ, and vec_all_ge().

◆ vec_all_ge() [22/22]

static __inline__ int __ATTRS_o_ai vec_all_ge ( vector float  __a,
vector float  __b 
)
static

Definition at line 14058 of file altivec.h.

References __ATTRS_o_ai, __CR6_LT, and vec_all_ge().

◆ vec_all_gt() [1/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 14076 of file altivec.h.

References __CR6_LT.

Referenced by vec_all_gt().

◆ vec_all_gt() [2/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 14081 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [3/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 14086 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [4/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 14091 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [5/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 14096 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [6/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 14102 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [7/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 14107 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [8/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector short  __a,
vector short  __b 
)
static

Definition at line 14113 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [9/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 14118 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [10/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 14123 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [11/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 14128 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [12/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 14134 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [13/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 14140 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [14/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 14146 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [15/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector int  __a,
vector int  __b 
)
static

Definition at line 14152 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [16/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 14156 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [17/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 14161 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [18/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 14166 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [19/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 14171 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [20/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 14177 of file altivec.h.

References __CR6_LT.

◆ vec_all_gt() [21/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 14182 of file altivec.h.

References __ATTRS_o_ai, __CR6_LT, and vec_all_gt().

◆ vec_all_gt() [22/22]

static __inline__ int __ATTRS_o_ai vec_all_gt ( vector float  __a,
vector float  __b 
)
static

Definition at line 14229 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ, __CR6_LT, and vec_all_gt().

◆ vec_all_le() [1/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 14254 of file altivec.h.

References __CR6_EQ.

Referenced by vec_all_le().

◆ vec_all_le() [2/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 14259 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [3/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 14264 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [4/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 14269 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [5/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 14274 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [6/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 14280 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [7/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 14285 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [8/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector short  __a,
vector short  __b 
)
static

Definition at line 14291 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [9/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 14296 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [10/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 14301 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [11/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 14306 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [12/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 14312 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [13/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 14318 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [14/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 14324 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [15/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector int  __a,
vector int  __b 
)
static

Definition at line 14330 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [16/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 14334 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [17/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 14339 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [18/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 14344 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [19/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 14349 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [20/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 14355 of file altivec.h.

References __CR6_EQ.

◆ vec_all_le() [21/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 14360 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ, and vec_all_le().

◆ vec_all_le() [22/22]

static __inline__ int __ATTRS_o_ai vec_all_le ( vector float  __a,
vector float  __b 
)
static

Definition at line 14408 of file altivec.h.

References __ATTRS_o_ai, __CR6_LT, and vec_all_le().

◆ vec_all_lt() [1/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 14426 of file altivec.h.

References __CR6_LT.

Referenced by vec_all_lt().

◆ vec_all_lt() [2/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 14431 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [3/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 14436 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [4/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 14441 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [5/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 14446 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [6/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 14452 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [7/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 14457 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [8/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector short  __a,
vector short  __b 
)
static

Definition at line 14463 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [9/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 14468 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [10/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 14473 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [11/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 14478 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [12/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 14484 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [13/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 14490 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [14/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 14496 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [15/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector int  __a,
vector int  __b 
)
static

Definition at line 14502 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [16/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 14506 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [17/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 14511 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [18/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 14516 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [19/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 14521 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [20/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 14527 of file altivec.h.

References __CR6_LT.

◆ vec_all_lt() [21/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 14532 of file altivec.h.

References __ATTRS_o_ai, __CR6_LT, and vec_all_lt().

◆ vec_all_lt() [22/22]

static __inline__ int __ATTRS_o_ai vec_all_lt ( vector float  __a,
vector float  __b 
)
static

Definition at line 14580 of file altivec.h.

References __ATTRS_o_ai, __CR6_LT, and vec_all_lt().

◆ vec_all_nan()

static __inline__ int __ATTRS_o_ai vec_all_nan ( vector float  __a)
static

Definition at line 14598 of file altivec.h.

References __ATTRS_o_ai, and __CR6_EQ.

◆ vec_all_ne() [1/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 14614 of file altivec.h.

References __CR6_EQ.

Referenced by vec_all_ne().

◆ vec_all_ne() [2/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 14620 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [3/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 14626 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [4/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 14632 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [5/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 14638 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [6/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 14644 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [7/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 14650 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [8/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector short  __a,
vector short  __b 
)
static

Definition at line 14656 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [9/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 14661 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [10/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 14666 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [11/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 14672 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [12/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 14678 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [13/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 14684 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [14/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 14690 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [15/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector pixel  __a,
vector pixel  __b 
)
static

Definition at line 14696 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [16/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector int  __a,
vector int  __b 
)
static

Definition at line 14702 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [17/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 14706 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [18/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 14711 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [19/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 14717 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [20/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 14723 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [21/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 14729 of file altivec.h.

References __CR6_EQ.

◆ vec_all_ne() [22/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 14735 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ, and vec_all_ne().

◆ vec_all_ne() [23/23]

static __inline__ int __ATTRS_o_ai vec_all_ne ( vector float  __a,
vector float  __b 
)
static

Definition at line 14784 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ, and vec_all_ne().

◆ vec_all_nge()

static __inline__ int __ATTRS_o_ai vec_all_nge ( vector float  __a,
vector float  __b 
)
static

Definition at line 14802 of file altivec.h.

References __ATTRS_o_ai, and __CR6_EQ.

◆ vec_all_ngt()

static __inline__ int __ATTRS_o_ai vec_all_ngt ( vector float  __a,
vector float  __b 
)
static

Definition at line 14820 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ, and __CR6_LT.

◆ vec_and() [1/24]

static __inline__ vector signed char __ATTRS_o_ai vec_and ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 810 of file altivec.h.

References __ATTRS_o_ai, and __b.

Referenced by vec_and().

◆ vec_and() [2/24]

static __inline__ vector signed char __ATTRS_o_ai vec_and ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 815 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_and() [3/24]

static __inline__ vector signed char __ATTRS_o_ai vec_and ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 820 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_and() [4/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_and ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 825 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_and() [5/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_and ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 830 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_and() [6/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_and ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 835 of file altivec.h.

◆ vec_and() [7/24]

static __inline__ vector bool char __ATTRS_o_ai vec_and ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 839 of file altivec.h.

References __b.

◆ vec_and() [8/24]

static __inline__ vector short __ATTRS_o_ai vec_and ( vector short  __a,
vector short  __b 
)
static

Definition at line 844 of file altivec.h.

References __b.

◆ vec_and() [9/24]

static __inline__ vector short __ATTRS_o_ai vec_and ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 849 of file altivec.h.

References __b.

◆ vec_and() [10/24]

static __inline__ vector short __ATTRS_o_ai vec_and ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 854 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_and() [11/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_and ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 860 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_and() [12/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_and ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 865 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_and() [13/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_and ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 870 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_and() [14/24]

static __inline__ vector bool short __ATTRS_o_ai vec_and ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 875 of file altivec.h.

References __b.

◆ vec_and() [15/24]

static __inline__ vector int __ATTRS_o_ai vec_and ( vector int  __a,
vector int  __b 
)
static

Definition at line 879 of file altivec.h.

References __b.

◆ vec_and() [16/24]

static __inline__ vector int __ATTRS_o_ai vec_and ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 884 of file altivec.h.

References __b.

◆ vec_and() [17/24]

static __inline__ vector int __ATTRS_o_ai vec_and ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 889 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_and() [18/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_and ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 895 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_and() [19/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_and ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 900 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_and() [20/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_and ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 905 of file altivec.h.

◆ vec_and() [21/24]

static __inline__ vector bool int __ATTRS_o_ai vec_and ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 909 of file altivec.h.

References __b.

◆ vec_and() [22/24]

static __inline__ vector float __ATTRS_o_ai vec_and ( vector float  __a,
vector float  __b 
)
static

Definition at line 914 of file altivec.h.

References __b.

◆ vec_and() [23/24]

static __inline__ vector float __ATTRS_o_ai vec_and ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 921 of file altivec.h.

References __b.

◆ vec_and() [24/24]

static __inline__ vector float __ATTRS_o_ai vec_and ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 928 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_and().

◆ vec_andc() [1/24]

static __inline__ vector signed char __ATTRS_o_ai vec_andc ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 1163 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_andc().

◆ vec_andc() [2/24]

static __inline__ vector signed char __ATTRS_o_ai vec_andc ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 1168 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_andc() [3/24]

static __inline__ vector signed char __ATTRS_o_ai vec_andc ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 1173 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_andc() [4/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_andc ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 1178 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_andc() [5/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_andc ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 1183 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_andc() [6/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_andc ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 1188 of file altivec.h.

◆ vec_andc() [7/24]

static __inline__ vector bool char __ATTRS_o_ai vec_andc ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 1192 of file altivec.h.

◆ vec_andc() [8/24]

static __inline__ vector short __ATTRS_o_ai vec_andc ( vector short  __a,
vector short  __b 
)
static

Definition at line 1197 of file altivec.h.

◆ vec_andc() [9/24]

static __inline__ vector short __ATTRS_o_ai vec_andc ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 1202 of file altivec.h.

◆ vec_andc() [10/24]

static __inline__ vector short __ATTRS_o_ai vec_andc ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 1207 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_andc() [11/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_andc ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 1213 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_andc() [12/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_andc ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 1218 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_andc() [13/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_andc ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 1223 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_andc() [14/24]

static __inline__ vector bool short __ATTRS_o_ai vec_andc ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 1228 of file altivec.h.

◆ vec_andc() [15/24]

static __inline__ vector int __ATTRS_o_ai vec_andc ( vector int  __a,
vector int  __b 
)
static

Definition at line 1232 of file altivec.h.

◆ vec_andc() [16/24]

static __inline__ vector int __ATTRS_o_ai vec_andc ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 1237 of file altivec.h.

◆ vec_andc() [17/24]

static __inline__ vector int __ATTRS_o_ai vec_andc ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 1242 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_andc() [18/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_andc ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 1248 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_andc() [19/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_andc ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 1253 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_andc() [20/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_andc ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 1258 of file altivec.h.

◆ vec_andc() [21/24]

static __inline__ vector bool int __ATTRS_o_ai vec_andc ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 1262 of file altivec.h.

◆ vec_andc() [22/24]

static __inline__ vector float __ATTRS_o_ai vec_andc ( vector float  __a,
vector float  __b 
)
static

Definition at line 1267 of file altivec.h.

References __b.

◆ vec_andc() [23/24]

static __inline__ vector float __ATTRS_o_ai vec_andc ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 1274 of file altivec.h.

References __b.

◆ vec_andc() [24/24]

static __inline__ vector float __ATTRS_o_ai vec_andc ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 1281 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_andc().

◆ vec_any_eq() [1/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 14859 of file altivec.h.

References __CR6_EQ_REV.

Referenced by isEndOfBlockCommentWithEscapedNewLine(), and vec_any_eq().

◆ vec_any_eq() [2/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 14865 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [3/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 14871 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [4/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 14877 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [5/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 14883 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [6/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 14889 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [7/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 14895 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [8/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector short  __a,
vector short  __b 
)
static

Definition at line 14901 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [9/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 14906 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [10/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 14911 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [11/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 14917 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [12/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 14923 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [13/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 14929 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [14/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 14935 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [15/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector pixel  __a,
vector pixel  __b 
)
static

Definition at line 14941 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [16/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector int  __a,
vector int  __b 
)
static

Definition at line 14947 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [17/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 14951 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [18/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 14956 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [19/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 14962 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [20/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 14968 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [21/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 14974 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_eq() [22/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 14980 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ_REV, and vec_any_eq().

◆ vec_any_eq() [23/23]

static __inline__ int __ATTRS_o_ai vec_any_eq ( vector float  __a,
vector float  __b 
)
static

Definition at line 15029 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ_REV, and vec_any_eq().

◆ vec_any_ge() [1/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 15047 of file altivec.h.

References __CR6_LT_REV.

Referenced by vec_any_ge().

◆ vec_any_ge() [2/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 15052 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [3/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 15058 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [4/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 15063 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [5/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 15069 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [6/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 15075 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [7/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 15081 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [8/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector short  __a,
vector short  __b 
)
static

Definition at line 15087 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [9/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 15092 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [10/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 15097 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [11/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 15102 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [12/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 15108 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [13/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 15114 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [14/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 15120 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [15/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector int  __a,
vector int  __b 
)
static

Definition at line 15126 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [16/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 15130 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [17/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 15135 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [18/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 15140 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [19/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 15146 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [20/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 15152 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ge() [21/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 15158 of file altivec.h.

References __ATTRS_o_ai, __CR6_LT_REV, and vec_any_ge().

◆ vec_any_ge() [22/22]

static __inline__ int __ATTRS_o_ai vec_any_ge ( vector float  __a,
vector float  __b 
)
static

Definition at line 15208 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ_REV, and vec_any_ge().

◆ vec_any_gt() [1/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 15226 of file altivec.h.

References __CR6_EQ_REV.

Referenced by vec_any_gt().

◆ vec_any_gt() [2/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 15231 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [3/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 15237 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [4/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 15242 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [5/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 15248 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [6/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 15254 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [7/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 15260 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [8/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector short  __a,
vector short  __b 
)
static

Definition at line 15266 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [9/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 15271 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [10/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 15276 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [11/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 15281 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [12/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 15287 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [13/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 15293 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [14/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 15299 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [15/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector int  __a,
vector int  __b 
)
static

Definition at line 15305 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [16/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 15309 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [17/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 15314 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [18/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 15319 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [19/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 15325 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [20/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 15331 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_gt() [21/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 15337 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ_REV, and vec_any_gt().

◆ vec_any_gt() [22/22]

static __inline__ int __ATTRS_o_ai vec_any_gt ( vector float  __a,
vector float  __b 
)
static

Definition at line 15387 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ_REV, and vec_any_gt().

◆ vec_any_le() [1/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 15405 of file altivec.h.

References __CR6_LT_REV.

Referenced by vec_any_le().

◆ vec_any_le() [2/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 15410 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [3/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 15416 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [4/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 15421 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [5/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 15427 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [6/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 15433 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [7/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 15439 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [8/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector short  __a,
vector short  __b 
)
static

Definition at line 15445 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [9/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 15450 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [10/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 15455 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [11/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 15460 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [12/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 15466 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [13/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 15472 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [14/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 15478 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [15/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector int  __a,
vector int  __b 
)
static

Definition at line 15484 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [16/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 15488 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [17/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 15493 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [18/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 15498 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [19/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 15504 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [20/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 15510 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_le() [21/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 15516 of file altivec.h.

References __ATTRS_o_ai, __CR6_LT_REV, and vec_any_le().

◆ vec_any_le() [22/22]

static __inline__ int __ATTRS_o_ai vec_any_le ( vector float  __a,
vector float  __b 
)
static

Definition at line 15566 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ_REV, and vec_any_le().

◆ vec_any_lt() [1/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 15584 of file altivec.h.

References __CR6_EQ_REV.

Referenced by vec_any_lt().

◆ vec_any_lt() [2/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 15589 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [3/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 15595 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [4/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 15600 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [5/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 15606 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [6/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 15612 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [7/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 15618 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [8/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector short  __a,
vector short  __b 
)
static

Definition at line 15624 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [9/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 15629 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [10/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 15634 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [11/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 15639 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [12/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 15645 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [13/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 15651 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [14/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 15657 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [15/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector int  __a,
vector int  __b 
)
static

Definition at line 15663 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [16/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 15667 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [17/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 15672 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [18/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 15677 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [19/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 15683 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [20/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 15689 of file altivec.h.

References __CR6_EQ_REV.

◆ vec_any_lt() [21/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 15695 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ_REV, and vec_any_lt().

◆ vec_any_lt() [22/22]

static __inline__ int __ATTRS_o_ai vec_any_lt ( vector float  __a,
vector float  __b 
)
static

Definition at line 15745 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ_REV, __CR6_LT_REV, and vec_any_lt().

◆ vec_any_ne() [1/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 15770 of file altivec.h.

References __CR6_LT_REV.

Referenced by vec_any_ne().

◆ vec_any_ne() [2/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 15776 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [3/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 15782 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [4/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 15788 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [5/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 15794 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [6/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 15800 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [7/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 15806 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [8/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector short  __a,
vector short  __b 
)
static

Definition at line 15812 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [9/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 15817 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [10/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 15822 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [11/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 15828 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [12/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 15834 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [13/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 15840 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [14/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 15846 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [15/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector pixel  __a,
vector pixel  __b 
)
static

Definition at line 15852 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [16/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector int  __a,
vector int  __b 
)
static

Definition at line 15858 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [17/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 15862 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [18/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 15867 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [19/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 15873 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [20/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 15879 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [21/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 15885 of file altivec.h.

References __CR6_LT_REV.

◆ vec_any_ne() [22/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 15891 of file altivec.h.

References __ATTRS_o_ai, __CR6_LT_REV, and vec_any_ne().

◆ vec_any_ne() [23/23]

static __inline__ int __ATTRS_o_ai vec_any_ne ( vector float  __a,
vector float  __b 
)
static

Definition at line 15940 of file altivec.h.

References __ATTRS_o_ai, __CR6_EQ_REV, __CR6_LT_REV, and vec_any_ne().

◆ vec_avg() [1/6]

static __inline__ vector signed char __ATTRS_o_ai vec_avg ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 1514 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_avg() [2/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_avg ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 1519 of file altivec.h.

◆ vec_avg() [3/6]

static __inline__ vector short __ATTRS_o_ai vec_avg ( vector short  __a,
vector short  __b 
)
static

Definition at line 1523 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_avg() [4/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_avg ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 1529 of file altivec.h.

◆ vec_avg() [5/6]

static __inline__ vector int __ATTRS_o_ai vec_avg ( vector int  __a,
vector int  __b 
)
static

Definition at line 1533 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_avg() [6/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_avg ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 1539 of file altivec.h.

◆ vec_ceil()

static __inline__ vector float __ATTRS_o_ai vec_ceil ( vector float  __a)
static

Definition at line 1587 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_cmpeq() [1/10]

static __inline__ vector bool char __ATTRS_o_ai vec_cmpeq ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 1625 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_cmpeq(), and vec_cmplt().

◆ vec_cmpeq() [2/10]

static __inline__ vector bool char __ATTRS_o_ai vec_cmpeq ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 1631 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_cmpeq() [3/10]

static __inline__ vector bool char __ATTRS_o_ai vec_cmpeq ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 1637 of file altivec.h.

◆ vec_cmpeq() [4/10]

static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq ( vector short  __a,
vector short  __b 
)
static

Definition at line 1642 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_cmpeq() [5/10]

static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 1648 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_cmpeq() [6/10]

static __inline__ vector bool short __ATTRS_o_ai vec_cmpeq ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 1654 of file altivec.h.

◆ vec_cmpeq() [7/10]

static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq ( vector int  __a,
vector int  __b 
)
static

Definition at line 1659 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_cmpeq() [8/10]

static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 1665 of file altivec.h.

◆ vec_cmpeq() [9/10]

static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 1670 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpeq().

◆ vec_cmpeq() [10/10]

static __inline__ vector bool int __ATTRS_o_ai vec_cmpeq ( vector float  __a,
vector float  __b 
)
static

Definition at line 1696 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpeq().

◆ vec_cmpge() [1/7]

static __inline__ vector bool char __ATTRS_o_ai vec_cmpge ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 1968 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpgt().

Referenced by vec_cmpge(), and vec_cmple().

◆ vec_cmpge() [2/7]

static __inline__ vector bool char __ATTRS_o_ai vec_cmpge ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 1973 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpgt().

◆ vec_cmpge() [3/7]

static __inline__ vector bool short __ATTRS_o_ai vec_cmpge ( vector signed short  __a,
vector signed short  __b 
)
static

Definition at line 1978 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpgt().

◆ vec_cmpge() [4/7]

static __inline__ vector bool short __ATTRS_o_ai vec_cmpge ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 1983 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpgt().

◆ vec_cmpge() [5/7]

static __inline__ vector bool int __ATTRS_o_ai vec_cmpge ( vector signed int  __a,
vector signed int  __b 
)
static

Definition at line 1988 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpgt().

◆ vec_cmpge() [6/7]

static __inline__ vector bool int __ATTRS_o_ai vec_cmpge ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 1993 of file altivec.h.

References vec_cmpgt().

◆ vec_cmpge() [7/7]

static __inline__ vector bool int __ATTRS_o_ai vec_cmpge ( vector float  __a,
vector float  __b 
)
static

Definition at line 1997 of file altivec.h.

References __ATTRS_o_ai, vec_cmpge(), and vec_cmpgt().

◆ vec_cmpgt() [1/7]

static __inline__ vector bool char __ATTRS_o_ai vec_cmpgt ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 1908 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_cmpge(), vec_cmpgt(), and vec_cmplt().

◆ vec_cmpgt() [2/7]

static __inline__ vector bool char __ATTRS_o_ai vec_cmpgt ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 1913 of file altivec.h.

◆ vec_cmpgt() [3/7]

static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt ( vector short  __a,
vector short  __b 
)
static

Definition at line 1917 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_cmpgt() [4/7]

static __inline__ vector bool short __ATTRS_o_ai vec_cmpgt ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 1923 of file altivec.h.

◆ vec_cmpgt() [5/7]

static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt ( vector int  __a,
vector int  __b 
)
static

Definition at line 1927 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_cmpgt() [6/7]

static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 1933 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpgt().

◆ vec_cmpgt() [7/7]

static __inline__ vector bool int __ATTRS_o_ai vec_cmpgt ( vector float  __a,
vector float  __b 
)
static

Definition at line 1949 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpgt().

◆ vec_cmple() [1/7]

static __inline__ vector bool char __ATTRS_o_ai vec_cmple ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 2084 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpge().

Referenced by vec_cmple().

◆ vec_cmple() [2/7]

static __inline__ vector bool char __ATTRS_o_ai vec_cmple ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 2089 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpge().

◆ vec_cmple() [3/7]

static __inline__ vector bool short __ATTRS_o_ai vec_cmple ( vector signed short  __a,
vector signed short  __b 
)
static

Definition at line 2094 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpge().

◆ vec_cmple() [4/7]

static __inline__ vector bool short __ATTRS_o_ai vec_cmple ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 2099 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpge().

◆ vec_cmple() [5/7]

static __inline__ vector bool int __ATTRS_o_ai vec_cmple ( vector signed int  __a,
vector signed int  __b 
)
static

Definition at line 2104 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpge().

◆ vec_cmple() [6/7]

static __inline__ vector bool int __ATTRS_o_ai vec_cmple ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 2109 of file altivec.h.

References vec_cmpge().

◆ vec_cmple() [7/7]

static __inline__ vector bool int __ATTRS_o_ai vec_cmple ( vector float  __a,
vector float  __b 
)
static

Definition at line 2113 of file altivec.h.

References __ATTRS_o_ai, vec_cmpge(), and vec_cmple().

◆ vec_cmplt() [1/7]

static __inline__ vector bool char __ATTRS_o_ai vec_cmplt ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 2140 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpgt().

Referenced by vec_cmplt().

◆ vec_cmplt() [2/7]

static __inline__ vector bool char __ATTRS_o_ai vec_cmplt ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 2145 of file altivec.h.

References vec_cmpgt().

◆ vec_cmplt() [3/7]

static __inline__ vector bool short __ATTRS_o_ai vec_cmplt ( vector short  __a,
vector short  __b 
)
static

Definition at line 2149 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpgt().

◆ vec_cmplt() [4/7]

static __inline__ vector bool short __ATTRS_o_ai vec_cmplt ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 2155 of file altivec.h.

References vec_cmpgt().

◆ vec_cmplt() [5/7]

static __inline__ vector bool int __ATTRS_o_ai vec_cmplt ( vector int  __a,
vector int  __b 
)
static

Definition at line 2159 of file altivec.h.

References __ATTRS_o_ai, and vec_cmpgt().

◆ vec_cmplt() [6/7]

static __inline__ vector bool int __ATTRS_o_ai vec_cmplt ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 2165 of file altivec.h.

References vec_cmpgt().

◆ vec_cmplt() [7/7]

static __inline__ vector bool int __ATTRS_o_ai vec_cmplt ( vector float  __a,
vector float  __b 
)
static

Definition at line 2169 of file altivec.h.

References __ATTRS_o_ai, NULL, vec_cmpeq(), vec_cmpgt(), and vec_cmplt().

◆ vec_div() [1/6]

static __inline__ vector signed char __ATTRS_o_ai vec_div ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 3240 of file altivec.h.

References __ATTRS_o_ai, and __b.

Referenced by vec_div().

◆ vec_div() [2/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_div ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 3245 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_div() [3/6]

static __inline__ vector signed short __ATTRS_o_ai vec_div ( vector signed short  __a,
vector signed short  __b 
)
static

Definition at line 3250 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_div() [4/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_div ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 3255 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_div() [5/6]

static __inline__ vector signed int __ATTRS_o_ai vec_div ( vector signed int  __a,
vector signed int  __b 
)
static

Definition at line 3260 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_div() [6/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_div ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 3265 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_div().

◆ vec_extract() [1/10]

static __inline__ signed char __ATTRS_o_ai vec_extract ( vector signed char  __a,
int  __b 
)
static

Definition at line 12501 of file altivec.h.

References __ATTRS_o_ai, and __b.

Referenced by vec_extract().

◆ vec_extract() [2/10]

static __inline__ unsigned char __ATTRS_o_ai vec_extract ( vector unsigned char  __a,
int  __b 
)
static

Definition at line 12507 of file altivec.h.

References __b.

◆ vec_extract() [3/10]

static __inline__ unsigned char __ATTRS_o_ai vec_extract ( vector bool char  __a,
int  __b 
)
static

Definition at line 12511 of file altivec.h.

References __b.

◆ vec_extract() [4/10]

static __inline__ signed short __ATTRS_o_ai vec_extract ( vector signed short  __a,
int  __b 
)
static

Definition at line 12516 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_extract() [5/10]

static __inline__ unsigned short __ATTRS_o_ai vec_extract ( vector unsigned short  __a,
int  __b 
)
static

Definition at line 12522 of file altivec.h.

References __b.

◆ vec_extract() [6/10]

static __inline__ unsigned short __ATTRS_o_ai vec_extract ( vector bool short  __a,
int  __b 
)
static

Definition at line 12526 of file altivec.h.

References __b.

◆ vec_extract() [7/10]

static __inline__ signed int __ATTRS_o_ai vec_extract ( vector signed int  __a,
int  __b 
)
static

Definition at line 12531 of file altivec.h.

References __b.

◆ vec_extract() [8/10]

static __inline__ unsigned int __ATTRS_o_ai vec_extract ( vector unsigned int  __a,
int  __b 
)
static

Definition at line 12536 of file altivec.h.

References __b.

◆ vec_extract() [9/10]

static __inline__ unsigned int __ATTRS_o_ai vec_extract ( vector bool int  __a,
int  __b 
)
static

Definition at line 12541 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_extract().

◆ vec_extract() [10/10]

static __inline__ float __ATTRS_o_ai vec_extract ( vector float  __a,
int  __b 
)
static

Definition at line 12567 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_float() [1/2]

static __inline__ vector float __ATTRS_o_ai vec_float ( vector signed int  __a)
static

Definition at line 3044 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_float() [2/2]

static __inline__ vector float __ATTRS_o_ai vec_float ( vector unsigned int  __a)
static

Definition at line 3049 of file altivec.h.

References __ATTRS_o_ai, and vec_sld().

◆ vec_floor()

static __inline__ vector float __ATTRS_o_ai vec_floor ( vector float  __a)
static

Definition at line 3424 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_insert() [1/10]

static __inline__ vector signed char __ATTRS_o_ai vec_insert ( signed char  __a,
vector signed char  __b,
int  __c 
)
static

Definition at line 12626 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

Referenced by vec_insert().

◆ vec_insert() [2/10]

static __inline__ vector unsigned char __ATTRS_o_ai vec_insert ( unsigned char  __a,
vector unsigned char  __b,
int  __c 
)
static

Definition at line 12632 of file altivec.h.

References __a, __b, and __c.

◆ vec_insert() [3/10]

static __inline__ vector bool char __ATTRS_o_ai vec_insert ( unsigned char  __a,
vector bool char  __b,
int  __c 
)
static

Definition at line 12637 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_insert() [4/10]

static __inline__ vector signed short __ATTRS_o_ai vec_insert ( signed short  __a,
vector signed short  __b,
int  __c 
)
static

Definition at line 12645 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_insert() [5/10]

static __inline__ vector unsigned short __ATTRS_o_ai vec_insert ( unsigned short  __a,
vector unsigned short  __b,
int  __c 
)
static

Definition at line 12651 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_insert() [6/10]

static __inline__ vector bool short __ATTRS_o_ai vec_insert ( unsigned short  __a,
vector bool short  __b,
int  __c 
)
static

Definition at line 12657 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_insert() [7/10]

static __inline__ vector signed int __ATTRS_o_ai vec_insert ( signed int  __a,
vector signed int  __b,
int  __c 
)
static

Definition at line 12663 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_insert() [8/10]

static __inline__ vector unsigned int __ATTRS_o_ai vec_insert ( unsigned int  __a,
vector unsigned int  __b,
int  __c 
)
static

Definition at line 12669 of file altivec.h.

References __a, __b, and __c.

◆ vec_insert() [9/10]

static __inline__ vector bool int __ATTRS_o_ai vec_insert ( unsigned int  __a,
vector bool int  __b,
int  __c 
)
static

Definition at line 12674 of file altivec.h.

References __a, __ATTRS_o_ai, __b, __c, and vec_insert().

◆ vec_insert() [10/10]

static __inline__ vector float __ATTRS_o_ai vec_insert ( float  __a,
vector float  __b,
int  __c 
)
static

Definition at line 12707 of file altivec.h.

References __a, __ATTRS_o_ai, __b, and __c.

◆ vec_ld() [1/18]

static __inline__ vector signed char __ATTRS_o_ai vec_ld ( int  __a,
const vector signed char *  __b 
)
static

Definition at line 3448 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_lvlx(), and vec_lvrx().

◆ vec_ld() [2/18]

static __inline__ vector signed char __ATTRS_o_ai vec_ld ( int  __a,
const signed char *  __b 
)
static

Definition at line 3453 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ld() [3/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_ld ( int  __a,
const vector unsigned char *  __b 
)
static

Definition at line 3458 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ld() [4/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_ld ( int  __a,
const unsigned char *  __b 
)
static

Definition at line 3463 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ld() [5/18]

static __inline__ vector bool char __ATTRS_o_ai vec_ld ( int  __a,
const vector bool char *  __b 
)
static

Definition at line 3468 of file altivec.h.

◆ vec_ld() [6/18]

static __inline__ vector short __ATTRS_o_ai vec_ld ( int  __a,
const vector short *  __b 
)
static

Definition at line 3472 of file altivec.h.

◆ vec_ld() [7/18]

static __inline__ vector short __ATTRS_o_ai vec_ld ( int  __a,
const short *  __b 
)
static

Definition at line 3477 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ld() [8/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_ld ( int  __a,
const vector unsigned short *  __b 
)
static

Definition at line 3482 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ld() [9/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_ld ( int  __a,
const unsigned short *  __b 
)
static

Definition at line 3487 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ld() [10/18]

static __inline__ vector bool short __ATTRS_o_ai vec_ld ( int  __a,
const vector bool short *  __b 
)
static

Definition at line 3492 of file altivec.h.

◆ vec_ld() [11/18]

static __inline__ vector pixel __ATTRS_o_ai vec_ld ( int  __a,
const vector pixel *  __b 
)
static

Definition at line 3496 of file altivec.h.

◆ vec_ld() [12/18]

static __inline__ vector int __ATTRS_o_ai vec_ld ( int  __a,
const vector int *  __b 
)
static

Definition at line 3501 of file altivec.h.

◆ vec_ld() [13/18]

static __inline__ vector int __ATTRS_o_ai vec_ld ( int  __a,
const int *  __b 
)
static

Definition at line 3506 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ld() [14/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_ld ( int  __a,
const vector unsigned int *  __b 
)
static

Definition at line 3511 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ld() [15/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_ld ( int  __a,
const unsigned int *  __b 
)
static

Definition at line 3516 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ld() [16/18]

static __inline__ vector bool int __ATTRS_o_ai vec_ld ( int  __a,
const vector bool int *  __b 
)
static

Definition at line 3521 of file altivec.h.

◆ vec_ld() [17/18]

static __inline__ vector float __ATTRS_o_ai vec_ld ( int  __a,
const vector float *  __b 
)
static

Definition at line 3525 of file altivec.h.

◆ vec_ld() [18/18]

static __inline__ vector float __ATTRS_o_ai vec_ld ( int  __a,
const float *  __b 
)
static

Definition at line 3530 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lde() [1/7]

static __inline__ vector signed char __ATTRS_o_ai vec_lde ( int  __a,
const signed char *  __b 
)
static

Definition at line 3626 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lde() [2/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lde ( int  __a,
const unsigned char *  __b 
)
static

Definition at line 3631 of file altivec.h.

◆ vec_lde() [3/7]

static __inline__ vector short __ATTRS_o_ai vec_lde ( int  __a,
const short *  __b 
)
static

Definition at line 3635 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lde() [4/7]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lde ( int  __a,
const unsigned short *  __b 
)
static

Definition at line 3640 of file altivec.h.

◆ vec_lde() [5/7]

static __inline__ vector int __ATTRS_o_ai vec_lde ( int  __a,
const int *  __b 
)
static

Definition at line 3644 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lde() [6/7]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lde ( int  __a,
const unsigned int *  __b 
)
static

Definition at line 3649 of file altivec.h.

◆ vec_lde() [7/7]

static __inline__ vector float __ATTRS_o_ai vec_lde ( int  __a,
const float *  __b 
)
static

Definition at line 3653 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ldl() [1/18]

static __inline__ vector signed char __ATTRS_o_ai vec_ldl ( int  __a,
const vector signed char *  __b 
)
static

Definition at line 3700 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_lvlxl(), and vec_lvrxl().

◆ vec_ldl() [2/18]

static __inline__ vector signed char __ATTRS_o_ai vec_ldl ( int  __a,
const signed char *  __b 
)
static

Definition at line 3705 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ldl() [3/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_ldl ( int  __a,
const vector unsigned char *  __b 
)
static

Definition at line 3710 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ldl() [4/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_ldl ( int  __a,
const unsigned char *  __b 
)
static

Definition at line 3715 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ldl() [5/18]

static __inline__ vector bool char __ATTRS_o_ai vec_ldl ( int  __a,
const vector bool char *  __b 
)
static

Definition at line 3720 of file altivec.h.

◆ vec_ldl() [6/18]

static __inline__ vector short __ATTRS_o_ai vec_ldl ( int  __a,
const vector short *  __b 
)
static

Definition at line 3724 of file altivec.h.

◆ vec_ldl() [7/18]

static __inline__ vector short __ATTRS_o_ai vec_ldl ( int  __a,
const short *  __b 
)
static

Definition at line 3729 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ldl() [8/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_ldl ( int  __a,
const vector unsigned short *  __b 
)
static

Definition at line 3734 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ldl() [9/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_ldl ( int  __a,
const unsigned short *  __b 
)
static

Definition at line 3739 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ldl() [10/18]

static __inline__ vector bool short __ATTRS_o_ai vec_ldl ( int  __a,
const vector bool short *  __b 
)
static

Definition at line 3744 of file altivec.h.

◆ vec_ldl() [11/18]

static __inline__ vector pixel __ATTRS_o_ai vec_ldl ( int  __a,
const vector pixel *  __b 
)
static

Definition at line 3748 of file altivec.h.

◆ vec_ldl() [12/18]

static __inline__ vector int __ATTRS_o_ai vec_ldl ( int  __a,
const vector int *  __b 
)
static

Definition at line 3753 of file altivec.h.

◆ vec_ldl() [13/18]

static __inline__ vector int __ATTRS_o_ai vec_ldl ( int  __a,
const int *  __b 
)
static

Definition at line 3758 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ldl() [14/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_ldl ( int  __a,
const vector unsigned int *  __b 
)
static

Definition at line 3763 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ldl() [15/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_ldl ( int  __a,
const unsigned int *  __b 
)
static

Definition at line 3768 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_ldl() [16/18]

static __inline__ vector bool int __ATTRS_o_ai vec_ldl ( int  __a,
const vector bool int *  __b 
)
static

Definition at line 3773 of file altivec.h.

◆ vec_ldl() [17/18]

static __inline__ vector float __ATTRS_o_ai vec_ldl ( int  __a,
const vector float *  __b 
)
static

Definition at line 3777 of file altivec.h.

◆ vec_ldl() [18/18]

static __inline__ vector float __ATTRS_o_ai vec_ldl ( int  __a,
const float *  __b 
)
static

Definition at line 3782 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvebx() [1/2]

static __inline__ vector signed char __ATTRS_o_ai vec_lvebx ( int  __a,
const signed char *  __b 
)
static

Definition at line 3660 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvebx() [2/2]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvebx ( int  __a,
const unsigned char *  __b 
)
static

Definition at line 3665 of file altivec.h.

◆ vec_lvehx() [1/2]

static __inline__ vector short __ATTRS_o_ai vec_lvehx ( int  __a,
const short *  __b 
)
static

Definition at line 3671 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvehx() [2/2]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvehx ( int  __a,
const unsigned short *  __b 
)
static

Definition at line 3677 of file altivec.h.

◆ vec_lvewx() [1/3]

static __inline__ vector int __ATTRS_o_ai vec_lvewx ( int  __a,
const int *  __b 
)
static

Definition at line 3683 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvewx() [2/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvewx ( int  __a,
const unsigned int *  __b 
)
static

Definition at line 3688 of file altivec.h.

◆ vec_lvewx() [3/3]

static __inline__ vector float __ATTRS_o_ai vec_lvewx ( int  __a,
const float *  __b 
)
static

Definition at line 3692 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvlx() [1/18]

static __inline__ vector signed char __ATTRS_o_ai vec_lvlx ( int  __a,
const signed char *  __b 
)
static

Definition at line 12717 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

Referenced by vec_stvrx(), and vec_stvrxl().

◆ vec_lvlx() [2/18]

static __inline__ vector signed char __ATTRS_o_ai vec_lvlx ( int  __a,
const vector signed char *  __b 
)
static

Definition at line 12723 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [3/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvlx ( int  __a,
const unsigned char *  __b 
)
static

Definition at line 12729 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [4/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvlx ( int  __a,
const vector unsigned char *  __b 
)
static

Definition at line 12735 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [5/18]

static __inline__ vector bool char __ATTRS_o_ai vec_lvlx ( int  __a,
const vector bool char *  __b 
)
static

Definition at line 12741 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [6/18]

static __inline__ vector short __ATTRS_o_ai vec_lvlx ( int  __a,
const short *  __b 
)
static

Definition at line 12746 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [7/18]

static __inline__ vector short __ATTRS_o_ai vec_lvlx ( int  __a,
const vector short *  __b 
)
static

Definition at line 12751 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [8/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvlx ( int  __a,
const unsigned short *  __b 
)
static

Definition at line 12758 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [9/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvlx ( int  __a,
const vector unsigned short *  __b 
)
static

Definition at line 12764 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [10/18]

static __inline__ vector bool short __ATTRS_o_ai vec_lvlx ( int  __a,
const vector bool short *  __b 
)
static

Definition at line 12770 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [11/18]

static __inline__ vector pixel __ATTRS_o_ai vec_lvlx ( int  __a,
const vector pixel *  __b 
)
static

Definition at line 12775 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [12/18]

static __inline__ vector int __ATTRS_o_ai vec_lvlx ( int  __a,
const int *  __b 
)
static

Definition at line 12781 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [13/18]

static __inline__ vector int __ATTRS_o_ai vec_lvlx ( int  __a,
const vector int *  __b 
)
static

Definition at line 12785 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [14/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvlx ( int  __a,
const unsigned int *  __b 
)
static

Definition at line 12792 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [15/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvlx ( int  __a,
const vector unsigned int *  __b 
)
static

Definition at line 12798 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [16/18]

static __inline__ vector bool int __ATTRS_o_ai vec_lvlx ( int  __a,
const vector bool int *  __b 
)
static

Definition at line 12804 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [17/18]

static __inline__ vector float __ATTRS_o_ai vec_lvlx ( int  __a,
const float *  __b 
)
static

Definition at line 12809 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlx() [18/18]

static __inline__ vector float __ATTRS_o_ai vec_lvlx ( int  __a,
const vector float *  __b 
)
static

Definition at line 12814 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [1/18]

static __inline__ vector signed char __ATTRS_o_ai vec_lvlxl ( int  __a,
const signed char *  __b 
)
static

Definition at line 12823 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [2/18]

static __inline__ vector signed char __ATTRS_o_ai vec_lvlxl ( int  __a,
const vector signed char *  __b 
)
static

Definition at line 12829 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [3/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvlxl ( int  __a,
const unsigned char *  __b 
)
static

Definition at line 12835 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [4/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvlxl ( int  __a,
const vector unsigned char *  __b 
)
static

Definition at line 12841 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [5/18]

static __inline__ vector bool char __ATTRS_o_ai vec_lvlxl ( int  __a,
const vector bool char *  __b 
)
static

Definition at line 12847 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [6/18]

static __inline__ vector short __ATTRS_o_ai vec_lvlxl ( int  __a,
const short *  __b 
)
static

Definition at line 12852 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [7/18]

static __inline__ vector short __ATTRS_o_ai vec_lvlxl ( int  __a,
const vector short *  __b 
)
static

Definition at line 12857 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [8/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvlxl ( int  __a,
const unsigned short *  __b 
)
static

Definition at line 12864 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [9/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvlxl ( int  __a,
const vector unsigned short *  __b 
)
static

Definition at line 12870 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [10/18]

static __inline__ vector bool short __ATTRS_o_ai vec_lvlxl ( int  __a,
const vector bool short *  __b 
)
static

Definition at line 12876 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [11/18]

static __inline__ vector pixel __ATTRS_o_ai vec_lvlxl ( int  __a,
const vector pixel *  __b 
)
static

Definition at line 12881 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [12/18]

static __inline__ vector int __ATTRS_o_ai vec_lvlxl ( int  __a,
const int *  __b 
)
static

Definition at line 12887 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [13/18]

static __inline__ vector int __ATTRS_o_ai vec_lvlxl ( int  __a,
const vector int *  __b 
)
static

Definition at line 12891 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [14/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvlxl ( int  __a,
const unsigned int *  __b 
)
static

Definition at line 12898 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [15/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvlxl ( int  __a,
const vector unsigned int *  __b 
)
static

Definition at line 12904 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [16/18]

static __inline__ vector bool int __ATTRS_o_ai vec_lvlxl ( int  __a,
const vector bool int *  __b 
)
static

Definition at line 12910 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [17/18]

static __inline__ vector float __ATTRS_o_ai vec_lvlxl ( int  __a,
const float *  __b 
)
static

Definition at line 12915 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvlxl() [18/18]

static __inline__ vector float __ATTRS_o_ai vec_lvlxl ( int  __a,
vector float *  __b 
)
static

Definition at line 12920 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [1/18]

static __inline__ vector signed char __ATTRS_o_ai vec_lvrx ( int  __a,
const signed char *  __b 
)
static

Definition at line 12929 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

Referenced by vec_stvlx(), and vec_stvlxl().

◆ vec_lvrx() [2/18]

static __inline__ vector signed char __ATTRS_o_ai vec_lvrx ( int  __a,
const vector signed char *  __b 
)
static

Definition at line 12935 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [3/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvrx ( int  __a,
const unsigned char *  __b 
)
static

Definition at line 12941 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [4/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvrx ( int  __a,
const vector unsigned char *  __b 
)
static

Definition at line 12947 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [5/18]

static __inline__ vector bool char __ATTRS_o_ai vec_lvrx ( int  __a,
const vector bool char *  __b 
)
static

Definition at line 12953 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [6/18]

static __inline__ vector short __ATTRS_o_ai vec_lvrx ( int  __a,
const short *  __b 
)
static

Definition at line 12958 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [7/18]

static __inline__ vector short __ATTRS_o_ai vec_lvrx ( int  __a,
const vector short *  __b 
)
static

Definition at line 12963 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [8/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvrx ( int  __a,
const unsigned short *  __b 
)
static

Definition at line 12970 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [9/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvrx ( int  __a,
const vector unsigned short *  __b 
)
static

Definition at line 12976 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [10/18]

static __inline__ vector bool short __ATTRS_o_ai vec_lvrx ( int  __a,
const vector bool short *  __b 
)
static

Definition at line 12982 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [11/18]

static __inline__ vector pixel __ATTRS_o_ai vec_lvrx ( int  __a,
const vector pixel *  __b 
)
static

Definition at line 12987 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [12/18]

static __inline__ vector int __ATTRS_o_ai vec_lvrx ( int  __a,
const int *  __b 
)
static

Definition at line 12993 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [13/18]

static __inline__ vector int __ATTRS_o_ai vec_lvrx ( int  __a,
const vector int *  __b 
)
static

Definition at line 12997 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [14/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvrx ( int  __a,
const unsigned int *  __b 
)
static

Definition at line 13004 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [15/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvrx ( int  __a,
const vector unsigned int *  __b 
)
static

Definition at line 13010 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [16/18]

static __inline__ vector bool int __ATTRS_o_ai vec_lvrx ( int  __a,
const vector bool int *  __b 
)
static

Definition at line 13016 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [17/18]

static __inline__ vector float __ATTRS_o_ai vec_lvrx ( int  __a,
const float *  __b 
)
static

Definition at line 13021 of file altivec.h.

References vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrx() [18/18]

static __inline__ vector float __ATTRS_o_ai vec_lvrx ( int  __a,
const vector float *  __b 
)
static

Definition at line 13026 of file altivec.h.

References __ATTRS_o_ai, vec_ld(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [1/18]

static __inline__ vector signed char __ATTRS_o_ai vec_lvrxl ( int  __a,
const signed char *  __b 
)
static

Definition at line 13035 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [2/18]

static __inline__ vector signed char __ATTRS_o_ai vec_lvrxl ( int  __a,
const vector signed char *  __b 
)
static

Definition at line 13041 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [3/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvrxl ( int  __a,
const unsigned char *  __b 
)
static

Definition at line 13047 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [4/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvrxl ( int  __a,
const vector unsigned char *  __b 
)
static

Definition at line 13053 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [5/18]

static __inline__ vector bool char __ATTRS_o_ai vec_lvrxl ( int  __a,
const vector bool char *  __b 
)
static

Definition at line 13059 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [6/18]

static __inline__ vector short __ATTRS_o_ai vec_lvrxl ( int  __a,
const short *  __b 
)
static

Definition at line 13064 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [7/18]

static __inline__ vector short __ATTRS_o_ai vec_lvrxl ( int  __a,
const vector short *  __b 
)
static

Definition at line 13069 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [8/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvrxl ( int  __a,
const unsigned short *  __b 
)
static

Definition at line 13076 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [9/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvrxl ( int  __a,
const vector unsigned short *  __b 
)
static

Definition at line 13082 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [10/18]

static __inline__ vector bool short __ATTRS_o_ai vec_lvrxl ( int  __a,
const vector bool short *  __b 
)
static

Definition at line 13088 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [11/18]

static __inline__ vector pixel __ATTRS_o_ai vec_lvrxl ( int  __a,
const vector pixel *  __b 
)
static

Definition at line 13093 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [12/18]

static __inline__ vector int __ATTRS_o_ai vec_lvrxl ( int  __a,
const int *  __b 
)
static

Definition at line 13099 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [13/18]

static __inline__ vector int __ATTRS_o_ai vec_lvrxl ( int  __a,
const vector int *  __b 
)
static

Definition at line 13103 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [14/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvrxl ( int  __a,
const unsigned int *  __b 
)
static

Definition at line 13110 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [15/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvrxl ( int  __a,
const vector unsigned int *  __b 
)
static

Definition at line 13116 of file altivec.h.

References __ATTRS_o_ai, vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [16/18]

static __inline__ vector bool int __ATTRS_o_ai vec_lvrxl ( int  __a,
const vector bool int *  __b 
)
static

Definition at line 13122 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [17/18]

static __inline__ vector float __ATTRS_o_ai vec_lvrxl ( int  __a,
const float *  __b 
)
static

Definition at line 13127 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvrxl() [18/18]

static __inline__ vector float __ATTRS_o_ai vec_lvrxl ( int  __a,
const vector float *  __b 
)
static

Definition at line 13132 of file altivec.h.

References vec_ldl(), vec_lvsl(), and vec_perm().

◆ vec_lvsl() [1/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int  __a,
const signed char *  __b 
)
static

Definition at line 3905 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

Referenced by vec_lvlx(), vec_lvlxl(), vec_lvrx(), vec_lvrxl(), vec_lvsl(), and vec_lvxl().

◆ vec_lvsl() [2/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int  __a,
const unsigned char *  __b 
)
static

Definition at line 3922 of file altivec.h.

References __ATTRS_o_ai, vec_lvsl(), and vec_perm().

◆ vec_lvsl() [3/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int  __a,
const short *  __b 
)
static

Definition at line 3938 of file altivec.h.

References __ATTRS_o_ai, vec_lvsl(), and vec_perm().

◆ vec_lvsl() [4/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int  __a,
const unsigned short *  __b 
)
static

Definition at line 3956 of file altivec.h.

References __ATTRS_o_ai, vec_lvsl(), and vec_perm().

◆ vec_lvsl() [5/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int  __a,
const int *  __b 
)
static

Definition at line 3972 of file altivec.h.

References __ATTRS_o_ai, vec_lvsl(), and vec_perm().

◆ vec_lvsl() [6/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int  __a,
const unsigned int *  __b 
)
static

Definition at line 3990 of file altivec.h.

References __ATTRS_o_ai, vec_lvsl(), and vec_perm().

◆ vec_lvsl() [7/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsl ( int  __a,
const float *  __b 
)
static

Definition at line 4006 of file altivec.h.

References __ATTRS_o_ai, vec_lvsr(), and vec_perm().

◆ vec_lvsr() [1/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int  __a,
const signed char *  __b 
)
static

Definition at line 4026 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

Referenced by vec_lvsl(), vec_lvsr(), vec_stvlx(), vec_stvlxl(), vec_stvrx(), and vec_stvrxl().

◆ vec_lvsr() [2/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int  __a,
const unsigned char *  __b 
)
static

Definition at line 4043 of file altivec.h.

References __ATTRS_o_ai, vec_lvsr(), and vec_perm().

◆ vec_lvsr() [3/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int  __a,
const short *  __b 
)
static

Definition at line 4059 of file altivec.h.

References __ATTRS_o_ai, vec_lvsr(), and vec_perm().

◆ vec_lvsr() [4/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int  __a,
const unsigned short *  __b 
)
static

Definition at line 4077 of file altivec.h.

References __ATTRS_o_ai, vec_lvsr(), and vec_perm().

◆ vec_lvsr() [5/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int  __a,
const int *  __b 
)
static

Definition at line 4093 of file altivec.h.

References __ATTRS_o_ai, vec_lvsr(), and vec_perm().

◆ vec_lvsr() [6/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int  __a,
const unsigned int *  __b 
)
static

Definition at line 4111 of file altivec.h.

References __ATTRS_o_ai, vec_lvsr(), and vec_perm().

◆ vec_lvsr() [7/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvsr ( int  __a,
const float *  __b 
)
static

Definition at line 4127 of file altivec.h.

References __ATTRS_o_ai, and vec_mladd().

◆ vec_lvx() [1/18]

static __inline__ vector signed char __ATTRS_o_ai vec_lvx ( int  __a,
const vector signed char *  __b 
)
static

Definition at line 3537 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvx() [2/18]

static __inline__ vector signed char __ATTRS_o_ai vec_lvx ( int  __a,
const signed char *  __b 
)
static

Definition at line 3542 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvx() [3/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvx ( int  __a,
const vector unsigned char *  __b 
)
static

Definition at line 3547 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvx() [4/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvx ( int  __a,
const unsigned char *  __b 
)
static

Definition at line 3552 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvx() [5/18]

static __inline__ vector bool char __ATTRS_o_ai vec_lvx ( int  __a,
const vector bool char *  __b 
)
static

Definition at line 3557 of file altivec.h.

◆ vec_lvx() [6/18]

static __inline__ vector short __ATTRS_o_ai vec_lvx ( int  __a,
const vector short *  __b 
)
static

Definition at line 3561 of file altivec.h.

◆ vec_lvx() [7/18]

static __inline__ vector short __ATTRS_o_ai vec_lvx ( int  __a,
const short *  __b 
)
static

Definition at line 3566 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvx() [8/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvx ( int  __a,
const vector unsigned short *  __b 
)
static

Definition at line 3571 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvx() [9/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvx ( int  __a,
const unsigned short *  __b 
)
static

Definition at line 3576 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvx() [10/18]

static __inline__ vector bool short __ATTRS_o_ai vec_lvx ( int  __a,
const vector bool short *  __b 
)
static

Definition at line 3581 of file altivec.h.

◆ vec_lvx() [11/18]

static __inline__ vector pixel __ATTRS_o_ai vec_lvx ( int  __a,
const vector pixel *  __b 
)
static

Definition at line 3585 of file altivec.h.

◆ vec_lvx() [12/18]

static __inline__ vector int __ATTRS_o_ai vec_lvx ( int  __a,
const vector int *  __b 
)
static

Definition at line 3590 of file altivec.h.

◆ vec_lvx() [13/18]

static __inline__ vector int __ATTRS_o_ai vec_lvx ( int  __a,
const int *  __b 
)
static

Definition at line 3595 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvx() [14/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvx ( int  __a,
const vector unsigned int *  __b 
)
static

Definition at line 3600 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvx() [15/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvx ( int  __a,
const unsigned int *  __b 
)
static

Definition at line 3605 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvx() [16/18]

static __inline__ vector bool int __ATTRS_o_ai vec_lvx ( int  __a,
const vector bool int *  __b 
)
static

Definition at line 3610 of file altivec.h.

◆ vec_lvx() [17/18]

static __inline__ vector float __ATTRS_o_ai vec_lvx ( int  __a,
const vector float *  __b 
)
static

Definition at line 3614 of file altivec.h.

◆ vec_lvx() [18/18]

static __inline__ vector float __ATTRS_o_ai vec_lvx ( int  __a,
const float *  __b 
)
static

Definition at line 3619 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvxl() [1/18]

static __inline__ vector signed char __ATTRS_o_ai vec_lvxl ( int  __a,
const vector signed char *  __b 
)
static

Definition at line 3789 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvxl() [2/18]

static __inline__ vector signed char __ATTRS_o_ai vec_lvxl ( int  __a,
const signed char *  __b 
)
static

Definition at line 3794 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvxl() [3/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvxl ( int  __a,
const vector unsigned char *  __b 
)
static

Definition at line 3799 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvxl() [4/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_lvxl ( int  __a,
const unsigned char *  __b 
)
static

Definition at line 3804 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvxl() [5/18]

static __inline__ vector bool char __ATTRS_o_ai vec_lvxl ( int  __a,
const vector bool char *  __b 
)
static

Definition at line 3809 of file altivec.h.

◆ vec_lvxl() [6/18]

static __inline__ vector short __ATTRS_o_ai vec_lvxl ( int  __a,
const vector short *  __b 
)
static

Definition at line 3813 of file altivec.h.

◆ vec_lvxl() [7/18]

static __inline__ vector short __ATTRS_o_ai vec_lvxl ( int  __a,
const short *  __b 
)
static

Definition at line 3818 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvxl() [8/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvxl ( int  __a,
const vector unsigned short *  __b 
)
static

Definition at line 3824 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvxl() [9/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_lvxl ( int  __a,
const unsigned short *  __b 
)
static

Definition at line 3829 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvxl() [10/18]

static __inline__ vector bool short __ATTRS_o_ai vec_lvxl ( int  __a,
const vector bool short *  __b 
)
static

Definition at line 3834 of file altivec.h.

◆ vec_lvxl() [11/18]

static __inline__ vector pixel __ATTRS_o_ai vec_lvxl ( int  __a,
const vector pixel *  __b 
)
static

Definition at line 3838 of file altivec.h.

◆ vec_lvxl() [12/18]

static __inline__ vector int __ATTRS_o_ai vec_lvxl ( int  __a,
const vector int *  __b 
)
static

Definition at line 3843 of file altivec.h.

◆ vec_lvxl() [13/18]

static __inline__ vector int __ATTRS_o_ai vec_lvxl ( int  __a,
const int *  __b 
)
static

Definition at line 3848 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvxl() [14/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvxl ( int  __a,
const vector unsigned int *  __b 
)
static

Definition at line 3853 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvxl() [15/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_lvxl ( int  __a,
const unsigned int *  __b 
)
static

Definition at line 3858 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_lvxl() [16/18]

static __inline__ vector bool int __ATTRS_o_ai vec_lvxl ( int  __a,
const vector bool int *  __b 
)
static

Definition at line 3863 of file altivec.h.

◆ vec_lvxl() [17/18]

static __inline__ vector float __ATTRS_o_ai vec_lvxl ( int  __a,
const vector float *  __b 
)
static

Definition at line 3867 of file altivec.h.

◆ vec_lvxl() [18/18]

static __inline__ vector float __ATTRS_o_ai vec_lvxl ( int  __a,
const float *  __b 
)
static

Definition at line 3872 of file altivec.h.

References __ATTRS_o_ai, vec_lvsl(), and vec_perm().

◆ vec_madd() [1/5]

static __inline__ vector signed short __ATTRS_o_ai vec_madd ( vector signed short  __a,
vector signed short  __b,
vector signed short  __c 
)
static

Definition at line 4143 of file altivec.h.

References __ATTRS_o_ai, and vec_mladd().

Referenced by vec_madd().

◆ vec_madd() [2/5]

static __inline__ vector signed short __ATTRS_o_ai vec_madd ( vector signed short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 4149 of file altivec.h.

References __ATTRS_o_ai, and vec_mladd().

◆ vec_madd() [3/5]

static __inline__ vector signed short __ATTRS_o_ai vec_madd ( vector unsigned short  __a,
vector signed short  __b,
vector signed short  __c 
)
static

Definition at line 4155 of file altivec.h.

References __ATTRS_o_ai, and vec_mladd().

◆ vec_madd() [4/5]

static __inline__ vector unsigned short __ATTRS_o_ai vec_madd ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 4161 of file altivec.h.

References vec_mladd().

◆ vec_madd() [5/5]

static __inline__ vector float __ATTRS_o_ai vec_madd ( vector float  __a,
vector float  __b,
vector float  __c 
)
static

Definition at line 4166 of file altivec.h.

References __ATTRS_o_ai, and vec_madd().

◆ vec_max() [1/19]

static __inline__ vector signed char __ATTRS_o_ai vec_max ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 4225 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_max().

◆ vec_max() [2/19]

static __inline__ vector signed char __ATTRS_o_ai vec_max ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 4230 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_max() [3/19]

static __inline__ vector signed char __ATTRS_o_ai vec_max ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 4235 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_max() [4/19]

static __inline__ vector unsigned char __ATTRS_o_ai vec_max ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 4240 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_max() [5/19]

static __inline__ vector unsigned char __ATTRS_o_ai vec_max ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 4245 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_max() [6/19]

static __inline__ vector unsigned char __ATTRS_o_ai vec_max ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 4250 of file altivec.h.

◆ vec_max() [7/19]

static __inline__ vector short __ATTRS_o_ai vec_max ( vector short  __a,
vector short  __b 
)
static

Definition at line 4254 of file altivec.h.

◆ vec_max() [8/19]

static __inline__ vector short __ATTRS_o_ai vec_max ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 4259 of file altivec.h.

◆ vec_max() [9/19]

static __inline__ vector short __ATTRS_o_ai vec_max ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 4264 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_max() [10/19]

static __inline__ vector unsigned short __ATTRS_o_ai vec_max ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 4270 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_max() [11/19]

static __inline__ vector unsigned short __ATTRS_o_ai vec_max ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 4275 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_max() [12/19]

static __inline__ vector unsigned short __ATTRS_o_ai vec_max ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 4280 of file altivec.h.

◆ vec_max() [13/19]

static __inline__ vector int __ATTRS_o_ai vec_max ( vector int  __a,
vector int  __b 
)
static

Definition at line 4284 of file altivec.h.

◆ vec_max() [14/19]

static __inline__ vector int __ATTRS_o_ai vec_max ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 4289 of file altivec.h.

◆ vec_max() [15/19]

static __inline__ vector int __ATTRS_o_ai vec_max ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 4294 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_max() [16/19]

static __inline__ vector unsigned int __ATTRS_o_ai vec_max ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 4300 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_max() [17/19]

static __inline__ vector unsigned int __ATTRS_o_ai vec_max ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 4305 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_max() [18/19]

static __inline__ vector unsigned int __ATTRS_o_ai vec_max ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 4310 of file altivec.h.

References __ATTRS_o_ai, and vec_max().

◆ vec_max() [19/19]

static __inline__ vector float __ATTRS_o_ai vec_max ( vector float  __a,
vector float  __b 
)
static

Definition at line 4346 of file altivec.h.

References __ATTRS_o_ai, and vec_max().

◆ vec_mergeh() [1/11]

static __inline__ vector signed char __ATTRS_o_ai vec_mergeh ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 4478 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

Referenced by vec_mergeh(), and vec_vmrglw().

◆ vec_mergeh() [2/11]

static __inline__ vector unsigned char __ATTRS_o_ai vec_mergeh ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 4486 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_mergeh() [3/11]

static __inline__ vector bool char __ATTRS_o_ai vec_mergeh ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 4494 of file altivec.h.

References vec_perm().

◆ vec_mergeh() [4/11]

static __inline__ vector short __ATTRS_o_ai vec_mergeh ( vector short  __a,
vector short  __b 
)
static

Definition at line 4501 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_mergeh() [5/11]

static __inline__ vector unsigned short __ATTRS_o_ai vec_mergeh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 4510 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_mergeh() [6/11]

static __inline__ vector bool short __ATTRS_o_ai vec_mergeh ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 4518 of file altivec.h.

References vec_perm().

◆ vec_mergeh() [7/11]

static __inline__ vector pixel __ATTRS_o_ai vec_mergeh ( vector pixel  __a,
vector pixel  __b 
)
static

Definition at line 4525 of file altivec.h.

References vec_perm().

◆ vec_mergeh() [8/11]

static __inline__ vector int __ATTRS_o_ai vec_mergeh ( vector int  __a,
vector int  __b 
)
static

Definition at line 4533 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_mergeh() [9/11]

static __inline__ vector unsigned int __ATTRS_o_ai vec_mergeh ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 4542 of file altivec.h.

References vec_perm().

◆ vec_mergeh() [10/11]

static __inline__ vector bool int __ATTRS_o_ai vec_mergeh ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 4549 of file altivec.h.

References vec_perm().

◆ vec_mergeh() [11/11]

static __inline__ vector float __ATTRS_o_ai vec_mergeh ( vector float  __a,
vector float  __b 
)
static

Definition at line 4557 of file altivec.h.

References __ATTRS_o_ai, vec_mergeh(), and vec_perm().

◆ vec_mergel() [1/11]

static __inline__ vector signed char __ATTRS_o_ai vec_mergel ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 4748 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

Referenced by vec_mergel(), and vec_vmrglw().

◆ vec_mergel() [2/11]

static __inline__ vector unsigned char __ATTRS_o_ai vec_mergel ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 4756 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_mergel() [3/11]

static __inline__ vector bool char __ATTRS_o_ai vec_mergel ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 4764 of file altivec.h.

References vec_perm().

◆ vec_mergel() [4/11]

static __inline__ vector short __ATTRS_o_ai vec_mergel ( vector short  __a,
vector short  __b 
)
static

Definition at line 4771 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_mergel() [5/11]

static __inline__ vector unsigned short __ATTRS_o_ai vec_mergel ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 4780 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_mergel() [6/11]

static __inline__ vector bool short __ATTRS_o_ai vec_mergel ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 4788 of file altivec.h.

References vec_perm().

◆ vec_mergel() [7/11]

static __inline__ vector pixel __ATTRS_o_ai vec_mergel ( vector pixel  __a,
vector pixel  __b 
)
static

Definition at line 4795 of file altivec.h.

References vec_perm().

◆ vec_mergel() [8/11]

static __inline__ vector int __ATTRS_o_ai vec_mergel ( vector int  __a,
vector int  __b 
)
static

Definition at line 4803 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_mergel() [9/11]

static __inline__ vector unsigned int __ATTRS_o_ai vec_mergel ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 4812 of file altivec.h.

References vec_perm().

◆ vec_mergel() [10/11]

static __inline__ vector bool int __ATTRS_o_ai vec_mergel ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 4819 of file altivec.h.

References vec_perm().

◆ vec_mergel() [11/11]

static __inline__ vector float __ATTRS_o_ai vec_mergel ( vector float  __a,
vector float  __b 
)
static

Definition at line 4827 of file altivec.h.

References __ATTRS_o_ai, vec_mergel(), and vec_perm().

◆ vec_min() [1/19]

static __inline__ vector signed char __ATTRS_o_ai vec_min ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 5129 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_min().

◆ vec_min() [2/19]

static __inline__ vector signed char __ATTRS_o_ai vec_min ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 5134 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_min() [3/19]

static __inline__ vector signed char __ATTRS_o_ai vec_min ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 5139 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_min() [4/19]

static __inline__ vector unsigned char __ATTRS_o_ai vec_min ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 5144 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_min() [5/19]

static __inline__ vector unsigned char __ATTRS_o_ai vec_min ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 5149 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_min() [6/19]

static __inline__ vector unsigned char __ATTRS_o_ai vec_min ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 5154 of file altivec.h.

◆ vec_min() [7/19]

static __inline__ vector short __ATTRS_o_ai vec_min ( vector short  __a,
vector short  __b 
)
static

Definition at line 5158 of file altivec.h.

◆ vec_min() [8/19]

static __inline__ vector short __ATTRS_o_ai vec_min ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 5163 of file altivec.h.

◆ vec_min() [9/19]

static __inline__ vector short __ATTRS_o_ai vec_min ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 5168 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_min() [10/19]

static __inline__ vector unsigned short __ATTRS_o_ai vec_min ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5174 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_min() [11/19]

static __inline__ vector unsigned short __ATTRS_o_ai vec_min ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 5179 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_min() [12/19]

static __inline__ vector unsigned short __ATTRS_o_ai vec_min ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 5184 of file altivec.h.

◆ vec_min() [13/19]

static __inline__ vector int __ATTRS_o_ai vec_min ( vector int  __a,
vector int  __b 
)
static

Definition at line 5188 of file altivec.h.

◆ vec_min() [14/19]

static __inline__ vector int __ATTRS_o_ai vec_min ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 5193 of file altivec.h.

◆ vec_min() [15/19]

static __inline__ vector int __ATTRS_o_ai vec_min ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 5198 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_min() [16/19]

static __inline__ vector unsigned int __ATTRS_o_ai vec_min ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5204 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_min() [17/19]

static __inline__ vector unsigned int __ATTRS_o_ai vec_min ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 5209 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_min() [18/19]

static __inline__ vector unsigned int __ATTRS_o_ai vec_min ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 5214 of file altivec.h.

References __ATTRS_o_ai, and vec_min().

◆ vec_min() [19/19]

static __inline__ vector float __ATTRS_o_ai vec_min ( vector float  __a,
vector float  __b 
)
static

Definition at line 5250 of file altivec.h.

References __ATTRS_o_ai, and vec_min().

◆ vec_mladd() [1/7]

static __inline__ vector signed short __ATTRS_o_ai vec_mladd ( vector signed  short,
vector signed  short,
vector signed  short 
)
static

Referenced by vec_lvsr(), and vec_madd().

◆ vec_mladd() [2/7]

static __inline__ vector signed short __ATTRS_o_ai vec_mladd ( vector signed  short,
vector unsigned  short,
vector unsigned  short 
)
static

◆ vec_mladd() [3/7]

static __inline__ vector signed short __ATTRS_o_ai vec_mladd ( vector unsigned  short,
vector signed  short,
vector signed  short 
)
static

◆ vec_mladd() [4/7]

static __inline__ vector unsigned short __ATTRS_o_ai vec_mladd ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 5401 of file altivec.h.

References __c.

◆ vec_mladd() [5/7]

static __inline__ vector short __ATTRS_o_ai vec_mladd ( vector short  __a,
vector short  __b,
vector short  __c 
)
static

Definition at line 5383 of file altivec.h.

References __c.

◆ vec_mladd() [6/7]

static __inline__ vector short __ATTRS_o_ai vec_mladd ( vector short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 5389 of file altivec.h.

References __c.

◆ vec_mladd() [7/7]

static __inline__ vector short __ATTRS_o_ai vec_mladd ( vector unsigned short  __a,
vector short  __b,
vector short  __c 
)
static

Definition at line 5394 of file altivec.h.

References __ATTRS_o_ai, and __c.

◆ vec_msum() [1/4]

static __inline__ vector int __ATTRS_o_ai vec_msum ( vector signed char  __a,
vector unsigned char  __b,
vector int  __c 
)
static

Definition at line 5446 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_msum() [2/4]

static __inline__ vector unsigned int __ATTRS_o_ai vec_msum ( vector unsigned char  __a,
vector unsigned char  __b,
vector unsigned int  __c 
)
static

Definition at line 5453 of file altivec.h.

◆ vec_msum() [3/4]

static __inline__ vector int __ATTRS_o_ai vec_msum ( vector short  __a,
vector short  __b,
vector int  __c 
)
static

Definition at line 5458 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_msum() [4/4]

static __inline__ vector unsigned int __ATTRS_o_ai vec_msum ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned int  __c 
)
static

Definition at line 5465 of file altivec.h.

◆ vec_msums() [1/2]

static __inline__ vector int __ATTRS_o_ai vec_msums ( vector short  __a,
vector short  __b,
vector int  __c 
)
static

Definition at line 5502 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_msums() [2/2]

static __inline__ vector unsigned int __ATTRS_o_ai vec_msums ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned int  __c 
)
static

Definition at line 5509 of file altivec.h.

◆ vec_mtvscr() [1/11]

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector signed char  __a)
static

Definition at line 5531 of file altivec.h.

◆ vec_mtvscr() [2/11]

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector unsigned char  __a)
static

Definition at line 5535 of file altivec.h.

◆ vec_mtvscr() [3/11]

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector bool char  __a)
static

Definition at line 5539 of file altivec.h.

◆ vec_mtvscr() [4/11]

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector short  __a)
static

Definition at line 5543 of file altivec.h.

◆ vec_mtvscr() [5/11]

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector unsigned short  __a)
static

Definition at line 5547 of file altivec.h.

◆ vec_mtvscr() [6/11]

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector bool short  __a)
static

Definition at line 5551 of file altivec.h.

◆ vec_mtvscr() [7/11]

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector pixel  __a)
static

Definition at line 5555 of file altivec.h.

◆ vec_mtvscr() [8/11]

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector int  __a)
static

Definition at line 5559 of file altivec.h.

◆ vec_mtvscr() [9/11]

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector unsigned int  __a)
static

Definition at line 5563 of file altivec.h.

◆ vec_mtvscr() [10/11]

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector bool int  __a)
static

Definition at line 5567 of file altivec.h.

◆ vec_mtvscr() [11/11]

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector float  __a)
static

Definition at line 5571 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_mul() [1/7]

static __inline__ vector signed char __ATTRS_o_ai vec_mul ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 5582 of file altivec.h.

References __ATTRS_o_ai, and __b.

Referenced by vec_mul().

◆ vec_mul() [2/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_mul ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 5587 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_mul() [3/7]

static __inline__ vector signed short __ATTRS_o_ai vec_mul ( vector signed short  __a,
vector signed short  __b 
)
static

Definition at line 5592 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_mul() [4/7]

static __inline__ vector unsigned short __ATTRS_o_ai vec_mul ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5597 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_mul() [5/7]

static __inline__ vector signed int __ATTRS_o_ai vec_mul ( vector signed int  __a,
vector signed int  __b 
)
static

Definition at line 5602 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_mul() [6/7]

static __inline__ vector unsigned int __ATTRS_o_ai vec_mul ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5607 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_mul().

◆ vec_mul() [7/7]

static __inline__ vector float __ATTRS_o_ai vec_mul ( vector float  __a,
vector float  __b 
)
static

Definition at line 5623 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_mul().

◆ vec_mule() [1/4]

static __inline__ vector short __ATTRS_o_ai vec_mule ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 5640 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_mule().

◆ vec_mule() [2/4]

static __inline__ vector unsigned short __ATTRS_o_ai vec_mule ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 5650 of file altivec.h.

◆ vec_mule() [3/4]

static __inline__ vector int __ATTRS_o_ai vec_mule ( vector short  __a,
vector short  __b 
)
static

Definition at line 5658 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_mule() [4/4]

static __inline__ vector unsigned int __ATTRS_o_ai vec_mule ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5668 of file altivec.h.

References __ATTRS_o_ai, and vec_mule().

◆ vec_mulo() [1/4]

static __inline__ vector short __ATTRS_o_ai vec_mulo ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 5742 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_mulo().

◆ vec_mulo() [2/4]

static __inline__ vector unsigned short __ATTRS_o_ai vec_mulo ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 5752 of file altivec.h.

◆ vec_mulo() [3/4]

static __inline__ vector int __ATTRS_o_ai vec_mulo ( vector short  __a,
vector short  __b 
)
static

Definition at line 5760 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_mulo() [4/4]

static __inline__ vector unsigned int __ATTRS_o_ai vec_mulo ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5770 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_mulo().

◆ vec_nabs() [1/4]

static vector float __ATTRS_o_ai vec_nabs ( vector float  __a)
static

Definition at line 16736 of file altivec.h.

References __ATTRS_o_ai, and vec_abs().

◆ vec_nabs() [2/4]

static vector signed int __ATTRS_o_ai vec_nabs ( vector signed int  __a)
static

Definition at line 16753 of file altivec.h.

◆ vec_nabs() [3/4]

static vector signed short __ATTRS_o_ai vec_nabs ( vector signed short  __a)
static

Definition at line 16757 of file altivec.h.

◆ vec_nabs() [4/4]

static vector signed char __ATTRS_o_ai vec_nabs ( vector signed char  __a)
static

Definition at line 16761 of file altivec.h.

◆ vec_neg() [1/4]

static vector float __ATTRS_o_ai vec_neg ( vector float  __a)
static

Definition at line 16707 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_neg() [2/4]

static vector signed int __ATTRS_o_ai vec_neg ( vector signed int  __a)
static

Definition at line 16724 of file altivec.h.

References __a.

◆ vec_neg() [3/4]

static vector signed short __ATTRS_o_ai vec_neg ( vector signed short  __a)
static

Definition at line 16728 of file altivec.h.

References __a.

◆ vec_neg() [4/4]

static vector signed char __ATTRS_o_ai vec_neg ( vector signed char  __a)
static

Definition at line 16732 of file altivec.h.

References __a.

◆ vec_nmsub()

static __inline__ vector float __ATTRS_o_ai vec_nmsub ( vector float  __a,
vector float  __b,
vector float  __c 
)
static

Definition at line 6012 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_nor() [1/10]

static __inline__ vector signed char __ATTRS_o_ai vec_nor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 6042 of file altivec.h.

References __ATTRS_o_ai, and __b.

Referenced by vec_nor(), and vec_vnor().

◆ vec_nor() [2/10]

static __inline__ vector unsigned char __ATTRS_o_ai vec_nor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6047 of file altivec.h.

References __b.

◆ vec_nor() [3/10]

static __inline__ vector bool char __ATTRS_o_ai vec_nor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 6051 of file altivec.h.

References __b.

◆ vec_nor() [4/10]

static __inline__ vector short __ATTRS_o_ai vec_nor ( vector short  __a,
vector short  __b 
)
static

Definition at line 6056 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_nor() [5/10]

static __inline__ vector unsigned short __ATTRS_o_ai vec_nor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6062 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_nor() [6/10]

static __inline__ vector bool short __ATTRS_o_ai vec_nor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 6067 of file altivec.h.

References __b.

◆ vec_nor() [7/10]

static __inline__ vector int __ATTRS_o_ai vec_nor ( vector int  __a,
vector int  __b 
)
static

Definition at line 6071 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_nor() [8/10]

static __inline__ vector unsigned int __ATTRS_o_ai vec_nor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6077 of file altivec.h.

References __b.

◆ vec_nor() [9/10]

static __inline__ vector bool int __ATTRS_o_ai vec_nor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 6081 of file altivec.h.

References __b.

◆ vec_nor() [10/10]

static __inline__ vector float __ATTRS_o_ai vec_nor ( vector float  __a,
vector float  __b 
)
static

Definition at line 6086 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_nor().

◆ vec_or() [1/24]

static __inline__ vector signed char __ATTRS_o_ai vec_or ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 6178 of file altivec.h.

References __ATTRS_o_ai, and __b.

Referenced by vec_or().

◆ vec_or() [2/24]

static __inline__ vector signed char __ATTRS_o_ai vec_or ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 6183 of file altivec.h.

References __b.

◆ vec_or() [3/24]

static __inline__ vector signed char __ATTRS_o_ai vec_or ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 6187 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_or() [4/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_or ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6193 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_or() [5/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_or ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 6198 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_or() [6/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_or ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 6203 of file altivec.h.

◆ vec_or() [7/24]

static __inline__ vector bool char __ATTRS_o_ai vec_or ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 6207 of file altivec.h.

References __b.

◆ vec_or() [8/24]

static __inline__ vector short __ATTRS_o_ai vec_or ( vector short  __a,
vector short  __b 
)
static

Definition at line 6212 of file altivec.h.

References __b.

◆ vec_or() [9/24]

static __inline__ vector short __ATTRS_o_ai vec_or ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 6217 of file altivec.h.

References __b.

◆ vec_or() [10/24]

static __inline__ vector short __ATTRS_o_ai vec_or ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 6222 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_or() [11/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_or ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6228 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_or() [12/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_or ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 6233 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_or() [13/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_or ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 6238 of file altivec.h.

◆ vec_or() [14/24]

static __inline__ vector bool short __ATTRS_o_ai vec_or ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 6242 of file altivec.h.

References __b.

◆ vec_or() [15/24]

static __inline__ vector int __ATTRS_o_ai vec_or ( vector int  __a,
vector int  __b 
)
static

Definition at line 6247 of file altivec.h.

References __b.

◆ vec_or() [16/24]

static __inline__ vector int __ATTRS_o_ai vec_or ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 6252 of file altivec.h.

References __b.

◆ vec_or() [17/24]

static __inline__ vector int __ATTRS_o_ai vec_or ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 6257 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_or() [18/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_or ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6263 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_or() [19/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_or ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 6268 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_or() [20/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_or ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 6273 of file altivec.h.

◆ vec_or() [21/24]

static __inline__ vector bool int __ATTRS_o_ai vec_or ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 6277 of file altivec.h.

References __b.

◆ vec_or() [22/24]

static __inline__ vector float __ATTRS_o_ai vec_or ( vector float  __a,
vector float  __b 
)
static

Definition at line 6282 of file altivec.h.

References __b.

◆ vec_or() [23/24]

static __inline__ vector float __ATTRS_o_ai vec_or ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 6289 of file altivec.h.

References __b.

◆ vec_or() [24/24]

static __inline__ vector float __ATTRS_o_ai vec_or ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 6296 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_or().

◆ vec_pack() [1/6]

static __inline__ vector signed char __ATTRS_o_ai vec_pack ( vector signed short  __a,
vector signed short  __b 
)
static

Definition at line 6691 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

Referenced by vec_pack().

◆ vec_pack() [2/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_pack ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6706 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_pack() [3/6]

static __inline__ vector bool char __ATTRS_o_ai vec_pack ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 6721 of file altivec.h.

References vec_perm().

◆ vec_pack() [4/6]

static __inline__ vector short __ATTRS_o_ai vec_pack ( vector int  __a,
vector int  __b 
)
static

Definition at line 6735 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_pack() [5/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_pack ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6751 of file altivec.h.

References vec_perm().

◆ vec_pack() [6/6]

static __inline__ vector bool short __ATTRS_o_ai vec_pack ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 6765 of file altivec.h.

References __ATTRS_o_ai, vec_pack(), and vec_perm().

◆ vec_packs() [1/4]

static __inline__ vector signed char __ATTRS_o_ai vec_packs ( vector short  __a,
vector short  __b 
)
static

Definition at line 7017 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_packs().

◆ vec_packs() [2/4]

static __inline__ vector unsigned char __ATTRS_o_ai vec_packs ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7027 of file altivec.h.

◆ vec_packs() [3/4]

static __inline__ vector signed short __ATTRS_o_ai vec_packs ( vector int  __a,
vector int  __b 
)
static

Definition at line 7035 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_packs() [4/4]

static __inline__ vector unsigned short __ATTRS_o_ai vec_packs ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7045 of file altivec.h.

References __ATTRS_o_ai, and vec_packs().

◆ vec_packsu() [1/4]

static __inline__ vector unsigned char __ATTRS_o_ai vec_packsu ( vector short  __a,
vector short  __b 
)
static

Definition at line 7146 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_packsu().

◆ vec_packsu() [2/4]

static __inline__ vector unsigned char __ATTRS_o_ai vec_packsu ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7155 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_packsu() [3/4]

static __inline__ vector unsigned short __ATTRS_o_ai vec_packsu ( vector int  __a,
vector int  __b 
)
static

Definition at line 7164 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_packsu() [4/4]

static __inline__ vector unsigned short __ATTRS_o_ai vec_packsu ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7173 of file altivec.h.

References __ATTRS_o_ai, and vec_packsu().

◆ vec_perm() [1/11]

static __inline__ vector signed char __ATTRS_o_ai vec_perm ( vector signed char  __a,
vector signed char  __b,
vector unsigned char  __c 
)
static

◆ vec_perm() [2/11]

static __inline__ vector unsigned char __ATTRS_o_ai vec_perm ( vector unsigned char  __a,
vector unsigned char  __b,
vector unsigned char  __c 
)
static

Definition at line 7279 of file altivec.h.

References __ATTRS_o_ai, and vec_xor().

◆ vec_perm() [3/11]

static __inline__ vector bool char __ATTRS_o_ai vec_perm ( vector bool char  __a,
vector bool char  __b,
vector unsigned char  __c 
)
static

Definition at line 7294 of file altivec.h.

References vec_xor().

◆ vec_perm() [4/11]

static __inline__ vector short __ATTRS_o_ai vec_perm ( vector signed short  __a,
vector signed short  __b,
vector unsigned char  __c 
)
static

Definition at line 7307 of file altivec.h.

References __ATTRS_o_ai, and vec_xor().

◆ vec_perm() [5/11]

static __inline__ vector unsigned short __ATTRS_o_ai vec_perm ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned char  __c 
)
static

Definition at line 7323 of file altivec.h.

References vec_xor().

◆ vec_perm() [6/11]

static __inline__ vector bool short __ATTRS_o_ai vec_perm ( vector bool short  __a,
vector bool short  __b,
vector unsigned char  __c 
)
static

Definition at line 7337 of file altivec.h.

References vec_xor().

◆ vec_perm() [7/11]

static __inline__ vector pixel __ATTRS_o_ai vec_perm ( vector pixel  __a,
vector pixel  __b,
vector unsigned char  __c 
)
static

Definition at line 7351 of file altivec.h.

References vec_xor().

◆ vec_perm() [8/11]

static __inline__ vector int __ATTRS_o_ai vec_perm ( vector signed int  __a,
vector signed int  __b,
vector unsigned char  __c 
)
static

Definition at line 7366 of file altivec.h.

References __ATTRS_o_ai, and vec_xor().

◆ vec_perm() [9/11]

static __inline__ vector unsigned int __ATTRS_o_ai vec_perm ( vector unsigned int  __a,
vector unsigned int  __b,
vector unsigned char  __c 
)
static

Definition at line 7380 of file altivec.h.

References __ATTRS_o_ai, and vec_xor().

◆ vec_perm() [10/11]

static __inline__ vector bool int __ATTRS_o_ai vec_perm ( vector bool int  __a,
vector bool int  __b,
vector unsigned char  __c 
)
static

Definition at line 7395 of file altivec.h.

References vec_xor().

◆ vec_perm() [11/11]

static __inline__ vector float __ATTRS_o_ai vec_perm ( vector float  __a,
vector float  __b,
vector unsigned char  __c 
)
static

Definition at line 7408 of file altivec.h.

References __ATTRS_o_ai, vec_perm(), and vec_xor().

◆ vec_promote() [1/7]

static __inline__ vector signed char __ATTRS_o_ai vec_promote ( signed char  __a,
int  __b 
)
static

Definition at line 13606 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_promote() [2/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_promote ( unsigned char  __a,
int  __b 
)
static

Definition at line 13614 of file altivec.h.

References __a, and __b.

◆ vec_promote() [3/7]

static __inline__ vector short __ATTRS_o_ai vec_promote ( short  __a,
int  __b 
)
static

Definition at line 13620 of file altivec.h.

References __a, __ATTRS_o_ai, and __b.

◆ vec_promote() [4/7]

static __inline__ vector unsigned short __ATTRS_o_ai vec_promote ( unsigned short  __a,
int  __b 
)
static

Definition at line 13627 of file altivec.h.

References __a, and __b.

◆ vec_promote() [5/7]

static __inline__ vector int __ATTRS_o_ai vec_promote ( int  __a,
int  __b 
)
static

Definition at line 13633 of file altivec.h.

References __a, and __b.

◆ vec_promote() [6/7]

static __inline__ vector unsigned int __ATTRS_o_ai vec_promote ( unsigned int  __a,
int  __b 
)
static

Definition at line 13639 of file altivec.h.

References __a, and __b.

◆ vec_promote() [7/7]

static __inline__ vector float __ATTRS_o_ai vec_promote ( float  __a,
int  __b 
)
static

Definition at line 13646 of file altivec.h.

References __a, and __b.

◆ vec_re()

static __inline__ vector float __ATTRS_o_ai vec_re ( vector float  __a)
static

Definition at line 7565 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_revb() [1/10]

static __inline__ vector bool char __ATTRS_o_ai vec_revb ( vector bool char  __a)
static

Definition at line 16232 of file altivec.h.

References __a, and __ATTRS_o_ai.

Referenced by vec_revb().

◆ vec_revb() [2/10]

static __inline__ vector signed char __ATTRS_o_ai vec_revb ( vector signed char  __a)
static

Definition at line 16237 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_revb() [3/10]

static __inline__ vector unsigned char __ATTRS_o_ai vec_revb ( vector unsigned char  __a)
static

Definition at line 16242 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_revb() [4/10]

static __inline__ vector bool short __ATTRS_o_ai vec_revb ( vector bool short  __a)
static

Definition at line 16247 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_revb() [5/10]

static __inline__ vector signed short __ATTRS_o_ai vec_revb ( vector signed short  __a)
static

Definition at line 16254 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_revb() [6/10]

static __inline__ vector unsigned short __ATTRS_o_ai vec_revb ( vector unsigned short  __a)
static

Definition at line 16261 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_revb() [7/10]

static __inline__ vector bool int __ATTRS_o_ai vec_revb ( vector bool int  __a)
static

Definition at line 16268 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_revb() [8/10]

static __inline__ vector signed int __ATTRS_o_ai vec_revb ( vector signed int  __a)
static

Definition at line 16275 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_revb() [9/10]

static __inline__ vector unsigned int __ATTRS_o_ai vec_revb ( vector unsigned int  __a)
static

Definition at line 16282 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_revb() [10/10]

static __inline__ vector float __ATTRS_o_ai vec_revb ( vector float  __a)
static

Definition at line 16289 of file altivec.h.

References __ATTRS_o_ai, vec_perm(), and vec_revb().

◆ vec_reve() [1/10]

static __ATTRS_o_ai vector bool char vec_reve ( vector bool char  __a)
inlinestatic

Definition at line 16162 of file altivec.h.

Referenced by vec_reve().

◆ vec_reve() [2/10]

static __ATTRS_o_ai vector signed char vec_reve ( vector signed char  __a)
inlinestatic

Definition at line 16167 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_reve() [3/10]

static __ATTRS_o_ai vector unsigned char vec_reve ( vector unsigned char  __a)
inlinestatic

Definition at line 16173 of file altivec.h.

◆ vec_reve() [4/10]

static __ATTRS_o_ai vector bool int vec_reve ( vector bool int  __a)
inlinestatic

Definition at line 16178 of file altivec.h.

◆ vec_reve() [5/10]

static __ATTRS_o_ai vector signed int vec_reve ( vector signed int  __a)
inlinestatic

Definition at line 16182 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_reve() [6/10]

static __ATTRS_o_ai vector unsigned int vec_reve ( vector unsigned int  __a)
inlinestatic

Definition at line 16187 of file altivec.h.

◆ vec_reve() [7/10]

static __ATTRS_o_ai vector bool short vec_reve ( vector bool short  __a)
inlinestatic

Definition at line 16191 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_reve() [8/10]

static __ATTRS_o_ai vector signed short vec_reve ( vector signed short  __a)
inlinestatic

Definition at line 16196 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_reve() [9/10]

static __ATTRS_o_ai vector unsigned short vec_reve ( vector unsigned short  __a)
inlinestatic

Definition at line 16201 of file altivec.h.

◆ vec_reve() [10/10]

static __ATTRS_o_ai vector float vec_reve ( vector float  __a)
inlinestatic

Definition at line 16205 of file altivec.h.

References __ATTRS_o_ai, and vec_reve().

◆ vec_rl() [1/6]

static __inline__ vector signed char __ATTRS_o_ai vec_rl ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7589 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_rl().

◆ vec_rl() [2/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_rl ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7594 of file altivec.h.

◆ vec_rl() [3/6]

static __inline__ vector short __ATTRS_o_ai vec_rl ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 7598 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_rl() [4/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_rl ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7604 of file altivec.h.

◆ vec_rl() [5/6]

static __inline__ vector int __ATTRS_o_ai vec_rl ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 7608 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_rl() [6/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_rl ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7614 of file altivec.h.

References __ATTRS_o_ai, and vec_rl().

◆ vec_round()

static __inline__ vector float __ATTRS_o_ai vec_round ( vector float  __a)
static

Definition at line 7698 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_rsqrte()

static __inline__ vector float __ATTRS_o_ai vec_rsqrte ( vector float  __a)
static

Definition at line 7753 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sel() [1/20]

static __inline__ vector signed char __ATTRS_o_ai vec_sel ( vector signed char  __a,
vector signed char  __b,
vector unsigned char  __c 
)
static

Definition at line 7778 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_sel().

◆ vec_sel() [2/20]

static __inline__ vector signed char __ATTRS_o_ai vec_sel ( vector signed char  __a,
vector signed char  __b,
vector bool char  __c 
)
static

Definition at line 7784 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sel() [3/20]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sel ( vector unsigned char  __a,
vector unsigned char  __b,
vector unsigned char  __c 
)
static

Definition at line 7789 of file altivec.h.

References __c.

◆ vec_sel() [4/20]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sel ( vector unsigned char  __a,
vector unsigned char  __b,
vector bool char  __c 
)
static

Definition at line 7794 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sel() [5/20]

static __inline__ vector bool char __ATTRS_o_ai vec_sel ( vector bool char  __a,
vector bool char  __b,
vector unsigned char  __c 
)
static

Definition at line 7800 of file altivec.h.

◆ vec_sel() [6/20]

static __inline__ vector bool char __ATTRS_o_ai vec_sel ( vector bool char  __a,
vector bool char  __b,
vector bool char  __c 
)
static

Definition at line 7804 of file altivec.h.

References __c.

◆ vec_sel() [7/20]

static __inline__ vector short __ATTRS_o_ai vec_sel ( vector short  __a,
vector short  __b,
vector unsigned short  __c 
)
static

Definition at line 7810 of file altivec.h.

◆ vec_sel() [8/20]

static __inline__ vector short __ATTRS_o_ai vec_sel ( vector short  __a,
vector short  __b,
vector bool short  __c 
)
static

Definition at line 7816 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sel() [9/20]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sel ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 7823 of file altivec.h.

References __ATTRS_o_ai, and __c.

◆ vec_sel() [10/20]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sel ( vector unsigned short  __a,
vector unsigned short  __b,
vector bool short  __c 
)
static

Definition at line 7829 of file altivec.h.

◆ vec_sel() [11/20]

static __inline__ vector bool short __ATTRS_o_ai vec_sel ( vector bool short  __a,
vector bool short  __b,
vector unsigned short  __c 
)
static

Definition at line 7835 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sel() [12/20]

static __inline__ vector bool short __ATTRS_o_ai vec_sel ( vector bool short  __a,
vector bool short  __b,
vector bool short  __c 
)
static

Definition at line 7841 of file altivec.h.

References __c.

◆ vec_sel() [13/20]

static __inline__ vector int __ATTRS_o_ai vec_sel ( vector int  __a,
vector int  __b,
vector unsigned int  __c 
)
static

Definition at line 7845 of file altivec.h.

◆ vec_sel() [14/20]

static __inline__ vector int __ATTRS_o_ai vec_sel ( vector int  __a,
vector int  __b,
vector bool int  __c 
)
static

Definition at line 7851 of file altivec.h.

◆ vec_sel() [15/20]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sel ( vector unsigned int  __a,
vector unsigned int  __b,
vector unsigned int  __c 
)
static

Definition at line 7857 of file altivec.h.

References __ATTRS_o_ai, and __c.

◆ vec_sel() [16/20]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sel ( vector unsigned int  __a,
vector unsigned int  __b,
vector bool int  __c 
)
static

Definition at line 7863 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sel() [17/20]

static __inline__ vector bool int __ATTRS_o_ai vec_sel ( vector bool int  __a,
vector bool int  __b,
vector unsigned int  __c 
)
static

Definition at line 7868 of file altivec.h.

◆ vec_sel() [18/20]

static __inline__ vector bool int __ATTRS_o_ai vec_sel ( vector bool int  __a,
vector bool int  __b,
vector bool int  __c 
)
static

Definition at line 7872 of file altivec.h.

References __c.

◆ vec_sel() [19/20]

static __inline__ vector float __ATTRS_o_ai vec_sel ( vector float  __a,
vector float  __b,
vector unsigned int  __c 
)
static

Definition at line 7878 of file altivec.h.

References __c.

◆ vec_sel() [20/20]

static __inline__ vector float __ATTRS_o_ai vec_sel ( vector float  __a,
vector float  __b,
vector bool int  __c 
)
static

Definition at line 7886 of file altivec.h.

References __ATTRS_o_ai, __c, and vec_sel().

◆ vec_signed()

static __inline__ vector signed int __ATTRS_o_ai vec_signed ( vector float  __a)
static

Definition at line 2960 of file altivec.h.

References __ATTRS_o_ai, and vec_sld().

◆ vec_sl() [1/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sl ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8032 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_sl(), vec_vslb(), vec_vslh(), and vec_vslw().

◆ vec_sl() [2/6]

static __inline__ vector signed char __ATTRS_o_ai vec_sl ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8038 of file altivec.h.

References __ATTRS_o_ai, and vec_sl().

◆ vec_sl() [3/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sl ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 8043 of file altivec.h.

◆ vec_sl() [4/6]

static __inline__ vector short __ATTRS_o_ai vec_sl ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 8048 of file altivec.h.

References __ATTRS_o_ai, and vec_sl().

◆ vec_sl() [5/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sl ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 8054 of file altivec.h.

◆ vec_sl() [6/6]

static __inline__ vector int __ATTRS_o_ai vec_sl ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 8059 of file altivec.h.

References __ATTRS_o_ai, and vec_sl().

◆ vec_sld() [1/11]

static __inline__ vector signed int __ATTRS_o_ai vec_sld ( vector signed int  __a,
vector signed int  __b,
unsigned const int  __c 
)
static

Definition at line 8253 of file altivec.h.

References vec_perm().

Referenced by vec_float(), vec_signed(), vec_sld(), vec_sldw(), and vec_unsigned().

◆ vec_sld() [2/11]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sld ( vector unsigned int  __a,
vector unsigned int  __b,
unsigned const int  __c 
)
static

Definition at line 8270 of file altivec.h.

References vec_perm().

◆ vec_sld() [3/11]

static __inline__ vector float __ATTRS_o_ai vec_sld ( vector float  __a,
vector float  __b,
unsigned const int  __c 
)
static

Definition at line 8307 of file altivec.h.

References __ATTRS_o_ai, vec_perm(), and vec_sld().

◆ vec_sld() [4/11]

static __inline__ vector signed char __ATTRS_o_ai vec_sld ( vector signed char  __a,
vector signed char  __b,
unsigned const int  __c 
)
static

Definition at line 8123 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_sld() [5/11]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sld ( vector unsigned char  __a,
vector unsigned char  __b,
unsigned const int  __c 
)
static

Definition at line 8142 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_sld() [6/11]

static __inline__ vector bool char __ATTRS_o_ai vec_sld ( vector bool char  __a,
vector bool char  __b,
unsigned const int  __c 
)
static

Definition at line 8161 of file altivec.h.

References vec_perm().

◆ vec_sld() [7/11]

static __inline__ vector signed short __ATTRS_o_ai vec_sld ( vector signed short  __a,
vector signed short  __b,
unsigned const int  __c 
)
static

Definition at line 8178 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_sld() [8/11]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sld ( vector unsigned short  __a,
vector unsigned short  __b,
unsigned const int  __c 
)
static

Definition at line 8197 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_sld() [9/11]

static __inline__ vector bool short __ATTRS_o_ai vec_sld ( vector bool short  __a,
vector bool short  __b,
unsigned const int  __c 
)
static

Definition at line 8216 of file altivec.h.

References vec_perm().

◆ vec_sld() [10/11]

static __inline__ vector pixel __ATTRS_o_ai vec_sld ( vector pixel  __a,
vector pixel  __b,
unsigned const int  __c 
)
static

Definition at line 8233 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_sld() [11/11]

static __inline__ vector bool int __ATTRS_o_ai vec_sld ( vector bool int  __a,
vector bool int  __b,
unsigned const int  __c 
)
static

Definition at line 8288 of file altivec.h.

References vec_perm().

◆ vec_sldw() [1/6]

static __inline__ vector signed char __ATTRS_o_ai vec_sldw ( vector signed char  __a,
vector signed char  __b,
unsigned const int  __c 
)
static

Definition at line 8405 of file altivec.h.

References __ATTRS_o_ai, and vec_sld().

Referenced by vec_sldw().

◆ vec_sldw() [2/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sldw ( vector unsigned char  __a,
vector unsigned char  __b,
unsigned const int  __c 
)
static

Definition at line 8411 of file altivec.h.

References vec_sld().

◆ vec_sldw() [3/6]

static __inline__ vector signed short __ATTRS_o_ai vec_sldw ( vector signed short  __a,
vector signed short  __b,
unsigned const int  __c 
)
static

Definition at line 8416 of file altivec.h.

References __ATTRS_o_ai, and vec_sld().

◆ vec_sldw() [4/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sldw ( vector unsigned short  __a,
vector unsigned short  __b,
unsigned const int  __c 
)
static

Definition at line 8422 of file altivec.h.

References __ATTRS_o_ai, and vec_sld().

◆ vec_sldw() [5/6]

static __inline__ vector signed int __ATTRS_o_ai vec_sldw ( vector signed int  __a,
vector signed int  __b,
unsigned const int  __c 
)
static

Definition at line 8428 of file altivec.h.

References vec_sld().

◆ vec_sldw() [6/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sldw ( vector unsigned int  __a,
vector unsigned int  __b,
unsigned const int  __c 
)
static

Definition at line 8432 of file altivec.h.

References __ATTRS_o_ai, vec_sld(), and vec_sldw().

◆ vec_sll() [1/30]

static __inline__ vector signed char __ATTRS_o_ai vec_sll ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8618 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_sll().

◆ vec_sll() [2/30]

static __inline__ vector signed char __ATTRS_o_ai vec_sll ( vector signed char  __a,
vector unsigned short  __b 
)
static

Definition at line 8624 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [3/30]

static __inline__ vector signed char __ATTRS_o_ai vec_sll ( vector signed char  __a,
vector unsigned int  __b 
)
static

Definition at line 8630 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [4/30]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sll ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8636 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [5/30]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sll ( vector unsigned char  __a,
vector unsigned short  __b 
)
static

Definition at line 8642 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [6/30]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sll ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 8648 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [7/30]

static __inline__ vector bool char __ATTRS_o_ai vec_sll ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 8654 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [8/30]

static __inline__ vector bool char __ATTRS_o_ai vec_sll ( vector bool char  __a,
vector unsigned short  __b 
)
static

Definition at line 8660 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [9/30]

static __inline__ vector bool char __ATTRS_o_ai vec_sll ( vector bool char  __a,
vector unsigned int  __b 
)
static

Definition at line 8666 of file altivec.h.

◆ vec_sll() [10/30]

static __inline__ vector short __ATTRS_o_ai vec_sll ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 8671 of file altivec.h.

◆ vec_sll() [11/30]

static __inline__ vector short __ATTRS_o_ai vec_sll ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 8676 of file altivec.h.

◆ vec_sll() [12/30]

static __inline__ vector short __ATTRS_o_ai vec_sll ( vector short  __a,
vector unsigned int  __b 
)
static

Definition at line 8681 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [13/30]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sll ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 8687 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [14/30]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sll ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 8693 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [15/30]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sll ( vector unsigned short  __a,
vector unsigned int  __b 
)
static

Definition at line 8699 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [16/30]

static __inline__ vector bool short __ATTRS_o_ai vec_sll ( vector bool short  __a,
vector unsigned char  __b 
)
static

Definition at line 8705 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [17/30]

static __inline__ vector bool short __ATTRS_o_ai vec_sll ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 8711 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [18/30]

static __inline__ vector bool short __ATTRS_o_ai vec_sll ( vector bool short  __a,
vector unsigned int  __b 
)
static

Definition at line 8717 of file altivec.h.

◆ vec_sll() [19/30]

static __inline__ vector pixel __ATTRS_o_ai vec_sll ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8722 of file altivec.h.

◆ vec_sll() [20/30]

static __inline__ vector pixel __ATTRS_o_ai vec_sll ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 8727 of file altivec.h.

◆ vec_sll() [21/30]

static __inline__ vector pixel __ATTRS_o_ai vec_sll ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 8732 of file altivec.h.

◆ vec_sll() [22/30]

static __inline__ vector int __ATTRS_o_ai vec_sll ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 8737 of file altivec.h.

◆ vec_sll() [23/30]

static __inline__ vector int __ATTRS_o_ai vec_sll ( vector int  __a,
vector unsigned short  __b 
)
static

Definition at line 8742 of file altivec.h.

◆ vec_sll() [24/30]

static __inline__ vector int __ATTRS_o_ai vec_sll ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 8747 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [25/30]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sll ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 8753 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [26/30]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sll ( vector unsigned int  __a,
vector unsigned short  __b 
)
static

Definition at line 8759 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [27/30]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sll ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 8765 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [28/30]

static __inline__ vector bool int __ATTRS_o_ai vec_sll ( vector bool int  __a,
vector unsigned char  __b 
)
static

Definition at line 8771 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [29/30]

static __inline__ vector bool int __ATTRS_o_ai vec_sll ( vector bool int  __a,
vector unsigned short  __b 
)
static

Definition at line 8777 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sll() [30/30]

static __inline__ vector bool int __ATTRS_o_ai vec_sll ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 8783 of file altivec.h.

References __ATTRS_o_ai, and vec_sll().

◆ vec_slo() [1/16]

static __inline__ vector signed char __ATTRS_o_ai vec_slo ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 8978 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_slo().

◆ vec_slo() [2/16]

static __inline__ vector signed char __ATTRS_o_ai vec_slo ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8984 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_slo() [3/16]

static __inline__ vector unsigned char __ATTRS_o_ai vec_slo ( vector unsigned char  __a,
vector signed char  __b 
)
static

Definition at line 8990 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_slo() [4/16]

static __inline__ vector unsigned char __ATTRS_o_ai vec_slo ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8996 of file altivec.h.

◆ vec_slo() [5/16]

static __inline__ vector short __ATTRS_o_ai vec_slo ( vector short  __a,
vector signed char  __b 
)
static

Definition at line 9001 of file altivec.h.

◆ vec_slo() [6/16]

static __inline__ vector short __ATTRS_o_ai vec_slo ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 9006 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_slo() [7/16]

static __inline__ vector unsigned short __ATTRS_o_ai vec_slo ( vector unsigned short  __a,
vector signed char  __b 
)
static

Definition at line 9012 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_slo() [8/16]

static __inline__ vector unsigned short __ATTRS_o_ai vec_slo ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 9018 of file altivec.h.

◆ vec_slo() [9/16]

static __inline__ vector pixel __ATTRS_o_ai vec_slo ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 9023 of file altivec.h.

◆ vec_slo() [10/16]

static __inline__ vector pixel __ATTRS_o_ai vec_slo ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 9028 of file altivec.h.

◆ vec_slo() [11/16]

static __inline__ vector int __ATTRS_o_ai vec_slo ( vector int  __a,
vector signed char  __b 
)
static

Definition at line 9033 of file altivec.h.

◆ vec_slo() [12/16]

static __inline__ vector int __ATTRS_o_ai vec_slo ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 9038 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_slo() [13/16]

static __inline__ vector unsigned int __ATTRS_o_ai vec_slo ( vector unsigned int  __a,
vector signed char  __b 
)
static

Definition at line 9044 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_slo() [14/16]

static __inline__ vector unsigned int __ATTRS_o_ai vec_slo ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 9050 of file altivec.h.

◆ vec_slo() [15/16]

static __inline__ vector float __ATTRS_o_ai vec_slo ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 9055 of file altivec.h.

◆ vec_slo() [16/16]

static __inline__ vector float __ATTRS_o_ai vec_slo ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 9060 of file altivec.h.

References __ATTRS_o_ai, and vec_slo().

◆ vec_splat() [1/11]

static __inline__ vector signed char __ATTRS_o_ai vec_splat ( vector signed char  __a,
unsigned const int  __b 
)
static

Definition at line 9184 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

Referenced by vec_splat(), and vec_sum4s().

◆ vec_splat() [2/11]

static __inline__ vector unsigned char __ATTRS_o_ai vec_splat ( vector unsigned char  __a,
unsigned const int  __b 
)
static

Definition at line 9189 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_splat() [3/11]

static __inline__ vector bool char __ATTRS_o_ai vec_splat ( vector bool char  __a,
unsigned const int  __b 
)
static

Definition at line 9194 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_splat() [4/11]

static __inline__ vector signed short __ATTRS_o_ai vec_splat ( vector signed short  __a,
unsigned const int  __b 
)
static

Definition at line 9199 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_splat() [5/11]

static __inline__ vector unsigned short __ATTRS_o_ai vec_splat ( vector unsigned short  __a,
unsigned const int  __b 
)
static

Definition at line 9208 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_splat() [6/11]

static __inline__ vector bool short __ATTRS_o_ai vec_splat ( vector bool short  __a,
unsigned const int  __b 
)
static

Definition at line 9217 of file altivec.h.

References vec_perm().

◆ vec_splat() [7/11]

static __inline__ vector pixel __ATTRS_o_ai vec_splat ( vector pixel  __a,
unsigned const int  __b 
)
static

Definition at line 9225 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_splat() [8/11]

static __inline__ vector signed int __ATTRS_o_ai vec_splat ( vector signed int  __a,
unsigned const int  __b 
)
static

Definition at line 9235 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_splat() [9/11]

static __inline__ vector unsigned int __ATTRS_o_ai vec_splat ( vector unsigned int  __a,
unsigned const int  __b 
)
static

Definition at line 9244 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_splat() [10/11]

static __inline__ vector bool int __ATTRS_o_ai vec_splat ( vector bool int  __a,
unsigned const int  __b 
)
static

Definition at line 9253 of file altivec.h.

References vec_perm().

◆ vec_splat() [11/11]

static __inline__ vector float __ATTRS_o_ai vec_splat ( vector float  __a,
unsigned const int  __b 
)
static

Definition at line 9261 of file altivec.h.

References __ATTRS_o_ai, vec_perm(), and vec_splat().

◆ vec_splat_s16()

static __inline__ vector short __ATTRS_o_ai vec_splat_s16 ( signed char  __a)
static

Definition at line 9431 of file altivec.h.

References __a.

◆ vec_splat_s32()

static __inline__ vector int __ATTRS_o_ai vec_splat_s32 ( signed char  __a)
static

Definition at line 9447 of file altivec.h.

References __a.

◆ vec_splat_s8()

static __inline__ vector signed char __ATTRS_o_ai vec_splat_s8 ( signed char  __a)
static

Definition at line 9414 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_splat_u16()

static __inline__ vector unsigned short __ATTRS_o_ai vec_splat_u16 ( signed char  __a)
static

Definition at line 9470 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_splat_u32()

static __inline__ vector unsigned int __ATTRS_o_ai vec_splat_u32 ( signed char  __a)
static

Definition at line 9478 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_splat_u8()

static __inline__ vector unsigned char __ATTRS_o_ai vec_splat_u8 ( unsigned char  __a)
static

Definition at line 9462 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_splats() [1/7]

static __inline__ vector signed char __ATTRS_o_ai vec_splats ( signed char  __a)
static

Definition at line 13654 of file altivec.h.

References __a, and __ATTRS_o_ai.

Referenced by vec_splats().

◆ vec_splats() [2/7]

static __inline__ vector unsigned char __ATTRS_o_ai vec_splats ( unsigned char  __a)
static

Definition at line 13659 of file altivec.h.

References __a.

◆ vec_splats() [3/7]

static __inline__ vector short __ATTRS_o_ai vec_splats ( short  __a)
static

Definition at line 13663 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_splats() [4/7]

static __inline__ vector unsigned short __ATTRS_o_ai vec_splats ( unsigned short  __a)
static

Definition at line 13668 of file altivec.h.

References __a.

◆ vec_splats() [5/7]

static __inline__ vector int __ATTRS_o_ai vec_splats ( int  __a)
static

Definition at line 13672 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_splats() [6/7]

static __inline__ vector unsigned int __ATTRS_o_ai vec_splats ( unsigned int  __a)
static

Definition at line 13677 of file altivec.h.

References __a, __ATTRS_o_ai, and vec_splats().

◆ vec_splats() [7/7]

static __inline__ vector float __ATTRS_o_ai vec_splats ( float  __a)
static

Definition at line 13710 of file altivec.h.

References __a.

◆ vec_sr() [1/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sr ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9487 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_sr(), vec_vsrb(), vec_vsrh(), and vec_vsrw().

◆ vec_sr() [2/6]

static __inline__ vector signed char __ATTRS_o_ai vec_sr ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 9493 of file altivec.h.

References __ATTRS_o_ai, and vec_sr().

◆ vec_sr() [3/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sr ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9498 of file altivec.h.

◆ vec_sr() [4/6]

static __inline__ vector short __ATTRS_o_ai vec_sr ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 9503 of file altivec.h.

References __ATTRS_o_ai, and vec_sr().

◆ vec_sr() [5/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sr ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9509 of file altivec.h.

◆ vec_sr() [6/6]

static __inline__ vector int __ATTRS_o_ai vec_sr ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 9514 of file altivec.h.

References __ATTRS_o_ai, and vec_sr().

◆ vec_sra() [1/6]

static __inline__ vector signed char __ATTRS_o_ai vec_sra ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 9577 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_sra().

◆ vec_sra() [2/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sra ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9582 of file altivec.h.

◆ vec_sra() [3/6]

static __inline__ vector short __ATTRS_o_ai vec_sra ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 9586 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sra() [4/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sra ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9592 of file altivec.h.

◆ vec_sra() [5/6]

static __inline__ vector int __ATTRS_o_ai vec_sra ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 9596 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sra() [6/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sra ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9602 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_sra().

◆ vec_srl() [1/30]

static __inline__ vector signed char __ATTRS_o_ai vec_srl ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 9657 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_srl().

◆ vec_srl() [2/30]

static __inline__ vector signed char __ATTRS_o_ai vec_srl ( vector signed char  __a,
vector unsigned short  __b 
)
static

Definition at line 9663 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [3/30]

static __inline__ vector signed char __ATTRS_o_ai vec_srl ( vector signed char  __a,
vector unsigned int  __b 
)
static

Definition at line 9669 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [4/30]

static __inline__ vector unsigned char __ATTRS_o_ai vec_srl ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9675 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [5/30]

static __inline__ vector unsigned char __ATTRS_o_ai vec_srl ( vector unsigned char  __a,
vector unsigned short  __b 
)
static

Definition at line 9681 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [6/30]

static __inline__ vector unsigned char __ATTRS_o_ai vec_srl ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 9687 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [7/30]

static __inline__ vector bool char __ATTRS_o_ai vec_srl ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 9693 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [8/30]

static __inline__ vector bool char __ATTRS_o_ai vec_srl ( vector bool char  __a,
vector unsigned short  __b 
)
static

Definition at line 9699 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [9/30]

static __inline__ vector bool char __ATTRS_o_ai vec_srl ( vector bool char  __a,
vector unsigned int  __b 
)
static

Definition at line 9705 of file altivec.h.

◆ vec_srl() [10/30]

static __inline__ vector short __ATTRS_o_ai vec_srl ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 9710 of file altivec.h.

◆ vec_srl() [11/30]

static __inline__ vector short __ATTRS_o_ai vec_srl ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 9715 of file altivec.h.

◆ vec_srl() [12/30]

static __inline__ vector short __ATTRS_o_ai vec_srl ( vector short  __a,
vector unsigned int  __b 
)
static

Definition at line 9720 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [13/30]

static __inline__ vector unsigned short __ATTRS_o_ai vec_srl ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 9726 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [14/30]

static __inline__ vector unsigned short __ATTRS_o_ai vec_srl ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9732 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [15/30]

static __inline__ vector unsigned short __ATTRS_o_ai vec_srl ( vector unsigned short  __a,
vector unsigned int  __b 
)
static

Definition at line 9738 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [16/30]

static __inline__ vector bool short __ATTRS_o_ai vec_srl ( vector bool short  __a,
vector unsigned char  __b 
)
static

Definition at line 9744 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [17/30]

static __inline__ vector bool short __ATTRS_o_ai vec_srl ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 9750 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [18/30]

static __inline__ vector bool short __ATTRS_o_ai vec_srl ( vector bool short  __a,
vector unsigned int  __b 
)
static

Definition at line 9756 of file altivec.h.

◆ vec_srl() [19/30]

static __inline__ vector pixel __ATTRS_o_ai vec_srl ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 9761 of file altivec.h.

◆ vec_srl() [20/30]

static __inline__ vector pixel __ATTRS_o_ai vec_srl ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 9766 of file altivec.h.

◆ vec_srl() [21/30]

static __inline__ vector pixel __ATTRS_o_ai vec_srl ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 9771 of file altivec.h.

◆ vec_srl() [22/30]

static __inline__ vector int __ATTRS_o_ai vec_srl ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 9776 of file altivec.h.

◆ vec_srl() [23/30]

static __inline__ vector int __ATTRS_o_ai vec_srl ( vector int  __a,
vector unsigned short  __b 
)
static

Definition at line 9781 of file altivec.h.

◆ vec_srl() [24/30]

static __inline__ vector int __ATTRS_o_ai vec_srl ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 9786 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [25/30]

static __inline__ vector unsigned int __ATTRS_o_ai vec_srl ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 9792 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [26/30]

static __inline__ vector unsigned int __ATTRS_o_ai vec_srl ( vector unsigned int  __a,
vector unsigned short  __b 
)
static

Definition at line 9798 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [27/30]

static __inline__ vector unsigned int __ATTRS_o_ai vec_srl ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9804 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [28/30]

static __inline__ vector bool int __ATTRS_o_ai vec_srl ( vector bool int  __a,
vector unsigned char  __b 
)
static

Definition at line 9810 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [29/30]

static __inline__ vector bool int __ATTRS_o_ai vec_srl ( vector bool int  __a,
vector unsigned short  __b 
)
static

Definition at line 9816 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_srl() [30/30]

static __inline__ vector bool int __ATTRS_o_ai vec_srl ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 9822 of file altivec.h.

References __ATTRS_o_ai, and vec_srl().

◆ vec_sro() [1/16]

static __inline__ vector signed char __ATTRS_o_ai vec_sro ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 10017 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_sro().

◆ vec_sro() [2/16]

static __inline__ vector signed char __ATTRS_o_ai vec_sro ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 10023 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sro() [3/16]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sro ( vector unsigned char  __a,
vector signed char  __b 
)
static

Definition at line 10029 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sro() [4/16]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sro ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 10035 of file altivec.h.

◆ vec_sro() [5/16]

static __inline__ vector short __ATTRS_o_ai vec_sro ( vector short  __a,
vector signed char  __b 
)
static

Definition at line 10040 of file altivec.h.

◆ vec_sro() [6/16]

static __inline__ vector short __ATTRS_o_ai vec_sro ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 10045 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sro() [7/16]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sro ( vector unsigned short  __a,
vector signed char  __b 
)
static

Definition at line 10051 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sro() [8/16]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sro ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 10057 of file altivec.h.

◆ vec_sro() [9/16]

static __inline__ vector pixel __ATTRS_o_ai vec_sro ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 10062 of file altivec.h.

◆ vec_sro() [10/16]

static __inline__ vector pixel __ATTRS_o_ai vec_sro ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 10067 of file altivec.h.

◆ vec_sro() [11/16]

static __inline__ vector int __ATTRS_o_ai vec_sro ( vector int  __a,
vector signed char  __b 
)
static

Definition at line 10072 of file altivec.h.

◆ vec_sro() [12/16]

static __inline__ vector int __ATTRS_o_ai vec_sro ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 10077 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sro() [13/16]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sro ( vector unsigned int  __a,
vector signed char  __b 
)
static

Definition at line 10083 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sro() [14/16]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sro ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 10089 of file altivec.h.

◆ vec_sro() [15/16]

static __inline__ vector float __ATTRS_o_ai vec_sro ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 10094 of file altivec.h.

◆ vec_sro() [16/16]

static __inline__ vector float __ATTRS_o_ai vec_sro ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 10099 of file altivec.h.

References __ATTRS_o_ai, and vec_sro().

◆ vec_st() [1/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 10222 of file altivec.h.

Referenced by vec_stvlx(), and vec_stvrx().

◆ vec_st() [2/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10227 of file altivec.h.

◆ vec_st() [3/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 10232 of file altivec.h.

◆ vec_st() [4/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10237 of file altivec.h.

◆ vec_st() [5/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10242 of file altivec.h.

◆ vec_st() [6/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10247 of file altivec.h.

◆ vec_st() [7/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 10252 of file altivec.h.

◆ vec_st() [8/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 10257 of file altivec.h.

◆ vec_st() [9/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10262 of file altivec.h.

◆ vec_st() [10/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 10267 of file altivec.h.

◆ vec_st() [11/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10272 of file altivec.h.

◆ vec_st() [12/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10277 of file altivec.h.

◆ vec_st() [13/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10282 of file altivec.h.

◆ vec_st() [14/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 10287 of file altivec.h.

◆ vec_st() [15/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 10292 of file altivec.h.

◆ vec_st() [16/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10297 of file altivec.h.

◆ vec_st() [17/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 10302 of file altivec.h.

◆ vec_st() [18/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 10307 of file altivec.h.

◆ vec_st() [19/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10312 of file altivec.h.

◆ vec_st() [20/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 10316 of file altivec.h.

◆ vec_st() [21/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10321 of file altivec.h.

◆ vec_st() [22/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10326 of file altivec.h.

◆ vec_st() [23/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10331 of file altivec.h.

◆ vec_st() [24/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 10336 of file altivec.h.

◆ vec_st() [25/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 10341 of file altivec.h.

◆ vec_st() [26/26]

static __inline__ void __ATTRS_o_ai vec_st ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 10346 of file altivec.h.

◆ vec_ste() [1/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10485 of file altivec.h.

◆ vec_ste() [2/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10490 of file altivec.h.

◆ vec_ste() [3/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10495 of file altivec.h.

◆ vec_ste() [4/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10500 of file altivec.h.

◆ vec_ste() [5/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10505 of file altivec.h.

◆ vec_ste() [6/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10510 of file altivec.h.

◆ vec_ste() [7/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10515 of file altivec.h.

◆ vec_ste() [8/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10520 of file altivec.h.

◆ vec_ste() [9/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 10525 of file altivec.h.

◆ vec_ste() [10/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10530 of file altivec.h.

◆ vec_ste() [11/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10535 of file altivec.h.

◆ vec_ste() [12/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10539 of file altivec.h.

◆ vec_ste() [13/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10544 of file altivec.h.

◆ vec_ste() [14/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10549 of file altivec.h.

◆ vec_ste() [15/15]

static __inline__ void __ATTRS_o_ai vec_ste ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 10554 of file altivec.h.

◆ vec_stl() [1/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 10642 of file altivec.h.

Referenced by vec_stvlxl(), and vec_stvrxl().

◆ vec_stl() [2/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10647 of file altivec.h.

◆ vec_stl() [3/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 10652 of file altivec.h.

◆ vec_stl() [4/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10657 of file altivec.h.

◆ vec_stl() [5/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10662 of file altivec.h.

◆ vec_stl() [6/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10667 of file altivec.h.

◆ vec_stl() [7/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 10672 of file altivec.h.

◆ vec_stl() [8/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 10677 of file altivec.h.

◆ vec_stl() [9/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10682 of file altivec.h.

◆ vec_stl() [10/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 10687 of file altivec.h.

◆ vec_stl() [11/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10692 of file altivec.h.

◆ vec_stl() [12/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10697 of file altivec.h.

◆ vec_stl() [13/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10702 of file altivec.h.

◆ vec_stl() [14/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 10707 of file altivec.h.

◆ vec_stl() [15/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 10712 of file altivec.h.

◆ vec_stl() [16/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10717 of file altivec.h.

◆ vec_stl() [17/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 10722 of file altivec.h.

◆ vec_stl() [18/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 10727 of file altivec.h.

◆ vec_stl() [19/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10732 of file altivec.h.

◆ vec_stl() [20/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 10736 of file altivec.h.

◆ vec_stl() [21/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10741 of file altivec.h.

◆ vec_stl() [22/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10746 of file altivec.h.

◆ vec_stl() [23/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10751 of file altivec.h.

◆ vec_stl() [24/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 10756 of file altivec.h.

◆ vec_stl() [25/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 10761 of file altivec.h.

◆ vec_stl() [26/26]

static __inline__ void __ATTRS_o_ai vec_stl ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 10766 of file altivec.h.

◆ vec_stvebx() [1/4]

static __inline__ void __ATTRS_o_ai vec_stvebx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10561 of file altivec.h.

◆ vec_stvebx() [2/4]

static __inline__ void __ATTRS_o_ai vec_stvebx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10566 of file altivec.h.

◆ vec_stvebx() [3/4]

static __inline__ void __ATTRS_o_ai vec_stvebx ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10571 of file altivec.h.

◆ vec_stvebx() [4/4]

static __inline__ void __ATTRS_o_ai vec_stvebx ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10576 of file altivec.h.

◆ vec_stvehx() [1/6]

static __inline__ void __ATTRS_o_ai vec_stvehx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10583 of file altivec.h.

◆ vec_stvehx() [2/6]

static __inline__ void __ATTRS_o_ai vec_stvehx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10588 of file altivec.h.

◆ vec_stvehx() [3/6]

static __inline__ void __ATTRS_o_ai vec_stvehx ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10593 of file altivec.h.

◆ vec_stvehx() [4/6]

static __inline__ void __ATTRS_o_ai vec_stvehx ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10598 of file altivec.h.

◆ vec_stvehx() [5/6]

static __inline__ void __ATTRS_o_ai vec_stvehx ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 10603 of file altivec.h.

◆ vec_stvehx() [6/6]

static __inline__ void __ATTRS_o_ai vec_stvehx ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10608 of file altivec.h.

◆ vec_stvewx() [1/5]

static __inline__ void __ATTRS_o_ai vec_stvewx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10615 of file altivec.h.

◆ vec_stvewx() [2/5]

static __inline__ void __ATTRS_o_ai vec_stvewx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10620 of file altivec.h.

◆ vec_stvewx() [3/5]

static __inline__ void __ATTRS_o_ai vec_stvewx ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10625 of file altivec.h.

◆ vec_stvewx() [4/5]

static __inline__ void __ATTRS_o_ai vec_stvewx ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10630 of file altivec.h.

◆ vec_stvewx() [5/5]

static __inline__ void __ATTRS_o_ai vec_stvewx ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 10635 of file altivec.h.

◆ vec_stvlx() [1/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 13140 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [2/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 13146 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [3/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 13153 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [4/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 13159 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [5/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 13166 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [6/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 13173 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [7/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 13179 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [8/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 13186 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [9/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 13192 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [10/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 13200 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [11/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 13207 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [12/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 13214 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [13/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 13220 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [14/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 13227 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [15/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 13233 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [16/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 13240 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlx() [17/17]

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 13247 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvlxl() [1/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 13256 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [2/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 13262 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [3/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 13269 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [4/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 13275 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [5/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 13283 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [6/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 13290 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [7/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 13296 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [8/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 13303 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [9/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 13309 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [10/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 13317 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [11/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 13324 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [12/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 13331 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [13/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 13337 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [14/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 13344 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [15/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 13350 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [16/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 13357 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvlxl() [17/17]

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 13364 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrx() [1/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 13373 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [2/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 13379 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [3/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 13386 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [4/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 13392 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [5/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 13399 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [6/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 13406 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [7/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 13412 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [8/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 13419 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [9/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 13425 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [10/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 13433 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [11/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 13440 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [12/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 13447 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [13/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 13453 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [14/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 13460 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [15/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 13466 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [16/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 13473 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrx() [17/17]

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 13480 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

◆ vec_stvrxl() [1/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 13489 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [2/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 13495 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [3/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 13502 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [4/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 13508 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [5/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 13516 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [6/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 13523 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [7/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 13529 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [8/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 13536 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [9/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 13542 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [10/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 13550 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [11/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 13557 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [12/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 13564 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [13/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 13570 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [14/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 13577 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [15/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 13583 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [16/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 13590 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvrxl() [17/17]

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 13597 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

◆ vec_stvx() [1/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 10353 of file altivec.h.

◆ vec_stvx() [2/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10358 of file altivec.h.

◆ vec_stvx() [3/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 10363 of file altivec.h.

◆ vec_stvx() [4/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10368 of file altivec.h.

◆ vec_stvx() [5/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10373 of file altivec.h.

◆ vec_stvx() [6/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10378 of file altivec.h.

◆ vec_stvx() [7/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 10383 of file altivec.h.

◆ vec_stvx() [8/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 10388 of file altivec.h.

◆ vec_stvx() [9/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10393 of file altivec.h.

◆ vec_stvx() [10/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 10398 of file altivec.h.

◆ vec_stvx() [11/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10403 of file altivec.h.

◆ vec_stvx() [12/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10408 of file altivec.h.

◆ vec_stvx() [13/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10413 of file altivec.h.

◆ vec_stvx() [14/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 10418 of file altivec.h.

◆ vec_stvx() [15/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 10423 of file altivec.h.

◆ vec_stvx() [16/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10428 of file altivec.h.

◆ vec_stvx() [17/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 10433 of file altivec.h.

◆ vec_stvx() [18/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 10438 of file altivec.h.

◆ vec_stvx() [19/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10443 of file altivec.h.

◆ vec_stvx() [20/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 10448 of file altivec.h.

◆ vec_stvx() [21/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10453 of file altivec.h.

◆ vec_stvx() [22/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10458 of file altivec.h.

◆ vec_stvx() [23/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10463 of file altivec.h.

◆ vec_stvx() [24/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 10468 of file altivec.h.

◆ vec_stvx() [25/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 10473 of file altivec.h.

◆ vec_stvx() [26/26]

static __inline__ void __ATTRS_o_ai vec_stvx ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 10478 of file altivec.h.

◆ vec_stvxl() [1/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 10773 of file altivec.h.

◆ vec_stvxl() [2/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10778 of file altivec.h.

◆ vec_stvxl() [3/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 10783 of file altivec.h.

◆ vec_stvxl() [4/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10788 of file altivec.h.

◆ vec_stvxl() [5/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10793 of file altivec.h.

◆ vec_stvxl() [6/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10798 of file altivec.h.

◆ vec_stvxl() [7/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 10803 of file altivec.h.

◆ vec_stvxl() [8/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 10808 of file altivec.h.

◆ vec_stvxl() [9/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10813 of file altivec.h.

◆ vec_stvxl() [10/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 10818 of file altivec.h.

◆ vec_stvxl() [11/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10824 of file altivec.h.

◆ vec_stvxl() [12/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10829 of file altivec.h.

◆ vec_stvxl() [13/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10834 of file altivec.h.

◆ vec_stvxl() [14/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 10839 of file altivec.h.

◆ vec_stvxl() [15/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 10844 of file altivec.h.

◆ vec_stvxl() [16/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10849 of file altivec.h.

◆ vec_stvxl() [17/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 10854 of file altivec.h.

◆ vec_stvxl() [18/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 10859 of file altivec.h.

◆ vec_stvxl() [19/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10864 of file altivec.h.

◆ vec_stvxl() [20/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 10869 of file altivec.h.

◆ vec_stvxl() [21/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10874 of file altivec.h.

◆ vec_stvxl() [22/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10879 of file altivec.h.

◆ vec_stvxl() [23/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10884 of file altivec.h.

◆ vec_stvxl() [24/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 10889 of file altivec.h.

◆ vec_stvxl() [25/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 10894 of file altivec.h.

◆ vec_stvxl() [26/26]

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 10899 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sub() [1/19]

static __inline__ vector signed char __ATTRS_o_ai vec_sub ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 10907 of file altivec.h.

References __ATTRS_o_ai, and __b.

Referenced by vec_sub().

◆ vec_sub() [2/19]

static __inline__ vector signed char __ATTRS_o_ai vec_sub ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 10912 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_sub() [3/19]

static __inline__ vector signed char __ATTRS_o_ai vec_sub ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 10917 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sub() [4/19]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sub ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 10922 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_sub() [5/19]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sub ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 10927 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_sub() [6/19]

static __inline__ vector unsigned char __ATTRS_o_ai vec_sub ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 10932 of file altivec.h.

◆ vec_sub() [7/19]

static __inline__ vector short __ATTRS_o_ai vec_sub ( vector short  __a,
vector short  __b 
)
static

Definition at line 10936 of file altivec.h.

References __b.

◆ vec_sub() [8/19]

static __inline__ vector short __ATTRS_o_ai vec_sub ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 10941 of file altivec.h.

References __b.

◆ vec_sub() [9/19]

static __inline__ vector short __ATTRS_o_ai vec_sub ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 10946 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sub() [10/19]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sub ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 10952 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_sub() [11/19]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sub ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 10957 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_sub() [12/19]

static __inline__ vector unsigned short __ATTRS_o_ai vec_sub ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 10962 of file altivec.h.

◆ vec_sub() [13/19]

static __inline__ vector int __ATTRS_o_ai vec_sub ( vector int  __a,
vector int  __b 
)
static

Definition at line 10966 of file altivec.h.

References __b.

◆ vec_sub() [14/19]

static __inline__ vector int __ATTRS_o_ai vec_sub ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 10971 of file altivec.h.

References __b.

◆ vec_sub() [15/19]

static __inline__ vector int __ATTRS_o_ai vec_sub ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 10976 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sub() [16/19]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sub ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 10982 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_sub() [17/19]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sub ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 10987 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_sub() [18/19]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sub ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 10992 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_sub().

◆ vec_sub() [19/19]

static __inline__ vector float __ATTRS_o_ai vec_sub ( vector float  __a,
vector float  __b 
)
static

Definition at line 11025 of file altivec.h.

References __b.

◆ vec_subc() [1/2]

static __inline__ vector signed int __ATTRS_o_ai vec_subc ( vector signed int  __a,
vector signed int  __b 
)
static

Definition at line 11144 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_subc().

◆ vec_subc() [2/2]

static __inline__ vector unsigned int __ATTRS_o_ai vec_subc ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 11150 of file altivec.h.

References __ATTRS_o_ai, and vec_subc().

◆ vec_sube() [1/2]

static __inline__ vector signed int __ATTRS_o_ai vec_sube ( vector signed int  __a,
vector signed int  __b,
vector signed int  __c 
)
static

Definition at line 11459 of file altivec.h.

References __ATTRS_o_ai, and vec_adde().

Referenced by vec_vsubuws().

◆ vec_sube() [2/2]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sube ( vector unsigned int  __a,
vector unsigned int  __b,
vector unsigned int  __c 
)
static

Definition at line 11467 of file altivec.h.

References vec_adde().

◆ vec_subs() [1/18]

static __inline__ vector signed char __ATTRS_o_ai vec_subs ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 11176 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_subs() [2/18]

static __inline__ vector signed char __ATTRS_o_ai vec_subs ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 11181 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_subs() [3/18]

static __inline__ vector signed char __ATTRS_o_ai vec_subs ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 11186 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_subs() [4/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_subs ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 11191 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_subs() [5/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_subs ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 11196 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_subs() [6/18]

static __inline__ vector unsigned char __ATTRS_o_ai vec_subs ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 11201 of file altivec.h.

◆ vec_subs() [7/18]

static __inline__ vector short __ATTRS_o_ai vec_subs ( vector short  __a,
vector short  __b 
)
static

Definition at line 11205 of file altivec.h.

◆ vec_subs() [8/18]

static __inline__ vector short __ATTRS_o_ai vec_subs ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 11210 of file altivec.h.

◆ vec_subs() [9/18]

static __inline__ vector short __ATTRS_o_ai vec_subs ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 11215 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_subs() [10/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_subs ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 11221 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_subs() [11/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_subs ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 11226 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_subs() [12/18]

static __inline__ vector unsigned short __ATTRS_o_ai vec_subs ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 11231 of file altivec.h.

◆ vec_subs() [13/18]

static __inline__ vector int __ATTRS_o_ai vec_subs ( vector int  __a,
vector int  __b 
)
static

Definition at line 11235 of file altivec.h.

◆ vec_subs() [14/18]

static __inline__ vector int __ATTRS_o_ai vec_subs ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 11240 of file altivec.h.

◆ vec_subs() [15/18]

static __inline__ vector int __ATTRS_o_ai vec_subs ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 11245 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_subs() [16/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_subs ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 11251 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_subs() [17/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_subs ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 11256 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_subs() [18/18]

static __inline__ vector unsigned int __ATTRS_o_ai vec_subs ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 11261 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sum4s() [1/3]

static __inline__ vector int __ATTRS_o_ai vec_sum4s ( vector signed char  __a,
vector int  __b 
)
static

Definition at line 11475 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_sum4s() [2/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_sum4s ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 11481 of file altivec.h.

◆ vec_sum4s() [3/3]

static __inline__ vector int __ATTRS_o_ai vec_sum4s ( vector signed short  __a,
vector int  __b 
)
static

Definition at line 11485 of file altivec.h.

References vec_perm(), and vec_splat().

◆ vec_trunc()

static __inline__ vector float __ATTRS_o_ai vec_trunc ( vector float  __a)
static

Definition at line 11585 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_unpackh() [1/5]

static __inline__ vector short __ATTRS_o_ai vec_unpackh ( vector signed char  __a)
static

Definition at line 11612 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_unpackh().

◆ vec_unpackh() [2/5]

static __inline__ vector bool short __ATTRS_o_ai vec_unpackh ( vector bool char  __a)
static

Definition at line 11621 of file altivec.h.

◆ vec_unpackh() [3/5]

static __inline__ vector int __ATTRS_o_ai vec_unpackh ( vector short  __a)
static

Definition at line 11629 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_unpackh() [4/5]

static __inline__ vector bool int __ATTRS_o_ai vec_unpackh ( vector bool short  __a)
static

Definition at line 11638 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_unpackh() [5/5]

static __inline__ vector unsigned int __ATTRS_o_ai vec_unpackh ( vector pixel  __a)
static

Definition at line 11647 of file altivec.h.

References __ATTRS_o_ai, and vec_unpackh().

◆ vec_unpackl() [1/5]

static __inline__ vector short __ATTRS_o_ai vec_unpackl ( vector signed char  __a)
static

Definition at line 11751 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_unpackl().

◆ vec_unpackl() [2/5]

static __inline__ vector bool short __ATTRS_o_ai vec_unpackl ( vector bool char  __a)
static

Definition at line 11760 of file altivec.h.

◆ vec_unpackl() [3/5]

static __inline__ vector int __ATTRS_o_ai vec_unpackl ( vector short  __a)
static

Definition at line 11768 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_unpackl() [4/5]

static __inline__ vector bool int __ATTRS_o_ai vec_unpackl ( vector bool short  __a)
static

Definition at line 11777 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_unpackl() [5/5]

static __inline__ vector unsigned int __ATTRS_o_ai vec_unpackl ( vector pixel  __a)
static

Definition at line 11786 of file altivec.h.

References __ATTRS_o_ai, and vec_unpackl().

◆ vec_unsigned()

static __inline__ vector unsigned int __ATTRS_o_ai vec_unsigned ( vector float  __a)
static

Definition at line 3002 of file altivec.h.

References __ATTRS_o_ai, and vec_sld().

◆ vec_vaddsbs() [1/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vaddsbs ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 652 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vaddsbs() [2/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vaddsbs ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 657 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vaddsbs() [3/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vaddsbs ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 662 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vaddshs() [1/3]

static __inline__ vector short __ATTRS_o_ai vec_vaddshs ( vector short  __a,
vector short  __b 
)
static

Definition at line 685 of file altivec.h.

◆ vec_vaddshs() [2/3]

static __inline__ vector short __ATTRS_o_ai vec_vaddshs ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 690 of file altivec.h.

◆ vec_vaddshs() [3/3]

static __inline__ vector short __ATTRS_o_ai vec_vaddshs ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 695 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vaddsws() [1/3]

static __inline__ vector int __ATTRS_o_ai vec_vaddsws ( vector int  __a,
vector int  __b 
)
static

Definition at line 719 of file altivec.h.

◆ vec_vaddsws() [2/3]

static __inline__ vector int __ATTRS_o_ai vec_vaddsws ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 724 of file altivec.h.

◆ vec_vaddsws() [3/3]

static __inline__ vector int __ATTRS_o_ai vec_vaddsws ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 729 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vaddubm() [1/6]

static __inline__ vector signed char __ATTRS_o_ai vec_vaddubm ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 418 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vaddubm() [2/6]

static __inline__ vector signed char __ATTRS_o_ai vec_vaddubm ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 423 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vaddubm() [3/6]

static __inline__ vector signed char __ATTRS_o_ai vec_vaddubm ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 428 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vaddubm() [4/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 433 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vaddubm() [5/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 438 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vaddubm() [6/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 443 of file altivec.h.

◆ vec_vaddubs() [1/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 669 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vaddubs() [2/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 674 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vaddubs() [3/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 679 of file altivec.h.

◆ vec_vadduhm() [1/6]

static __inline__ vector short __ATTRS_o_ai vec_vadduhm ( vector short  __a,
vector short  __b 
)
static

Definition at line 451 of file altivec.h.

References __b.

◆ vec_vadduhm() [2/6]

static __inline__ vector short __ATTRS_o_ai vec_vadduhm ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 456 of file altivec.h.

References __b.

◆ vec_vadduhm() [3/6]

static __inline__ vector short __ATTRS_o_ai vec_vadduhm ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 461 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vadduhm() [4/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 467 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vadduhm() [5/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 472 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vadduhm() [6/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 477 of file altivec.h.

◆ vec_vadduhs() [1/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 703 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vadduhs() [2/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 708 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vadduhs() [3/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 713 of file altivec.h.

◆ vec_vadduwm() [1/6]

static __inline__ vector int __ATTRS_o_ai vec_vadduwm ( vector int  __a,
vector int  __b 
)
static

Definition at line 485 of file altivec.h.

References __b.

◆ vec_vadduwm() [2/6]

static __inline__ vector int __ATTRS_o_ai vec_vadduwm ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 490 of file altivec.h.

References __b.

◆ vec_vadduwm() [3/6]

static __inline__ vector int __ATTRS_o_ai vec_vadduwm ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 495 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vadduwm() [4/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 501 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vadduwm() [5/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 506 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vadduwm() [6/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 511 of file altivec.h.

◆ vec_vadduws() [1/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduws ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 737 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vadduws() [2/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduws ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 742 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vadduws() [3/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduws ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 747 of file altivec.h.

References __ATTRS_o_ai, __b, and __c.

◆ vec_vand() [1/24]

static __inline__ vector signed char __ATTRS_o_ai vec_vand ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 996 of file altivec.h.

References __ATTRS_o_ai, and __b.

Referenced by vec_vand().

◆ vec_vand() [2/24]

static __inline__ vector signed char __ATTRS_o_ai vec_vand ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 1001 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vand() [3/24]

static __inline__ vector signed char __ATTRS_o_ai vec_vand ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 1006 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vand() [4/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vand ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 1011 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vand() [5/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vand ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 1016 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vand() [6/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vand ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 1021 of file altivec.h.

◆ vec_vand() [7/24]

static __inline__ vector bool char __ATTRS_o_ai vec_vand ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 1025 of file altivec.h.

References __b.

◆ vec_vand() [8/24]

static __inline__ vector short __ATTRS_o_ai vec_vand ( vector short  __a,
vector short  __b 
)
static

Definition at line 1030 of file altivec.h.

References __b.

◆ vec_vand() [9/24]

static __inline__ vector short __ATTRS_o_ai vec_vand ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 1035 of file altivec.h.

References __b.

◆ vec_vand() [10/24]

static __inline__ vector short __ATTRS_o_ai vec_vand ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 1040 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vand() [11/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vand ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 1046 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vand() [12/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vand ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 1051 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vand() [13/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vand ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 1056 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vand() [14/24]

static __inline__ vector bool short __ATTRS_o_ai vec_vand ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 1061 of file altivec.h.

References __b.

◆ vec_vand() [15/24]

static __inline__ vector int __ATTRS_o_ai vec_vand ( vector int  __a,
vector int  __b 
)
static

Definition at line 1065 of file altivec.h.

References __b.

◆ vec_vand() [16/24]

static __inline__ vector int __ATTRS_o_ai vec_vand ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 1070 of file altivec.h.

References __b.

◆ vec_vand() [17/24]

static __inline__ vector int __ATTRS_o_ai vec_vand ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 1075 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vand() [18/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vand ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 1081 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vand() [19/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vand ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 1086 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vand() [20/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vand ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 1091 of file altivec.h.

◆ vec_vand() [21/24]

static __inline__ vector bool int __ATTRS_o_ai vec_vand ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 1095 of file altivec.h.

References __b.

◆ vec_vand() [22/24]

static __inline__ vector float __ATTRS_o_ai vec_vand ( vector float  __a,
vector float  __b 
)
static

Definition at line 1100 of file altivec.h.

References __b.

◆ vec_vand() [23/24]

static __inline__ vector float __ATTRS_o_ai vec_vand ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 1107 of file altivec.h.

References __b.

◆ vec_vand() [24/24]

static __inline__ vector float __ATTRS_o_ai vec_vand ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 1114 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_vand().

◆ vec_vandc() [1/24]

static __inline__ vector signed char __ATTRS_o_ai vec_vandc ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 1349 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_vandc().

◆ vec_vandc() [2/24]

static __inline__ vector signed char __ATTRS_o_ai vec_vandc ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 1354 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vandc() [3/24]

static __inline__ vector signed char __ATTRS_o_ai vec_vandc ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 1359 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vandc() [4/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vandc ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 1364 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vandc() [5/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vandc ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 1369 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vandc() [6/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vandc ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 1374 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vandc() [7/24]

static __inline__ vector bool char __ATTRS_o_ai vec_vandc ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 1379 of file altivec.h.

◆ vec_vandc() [8/24]

static __inline__ vector short __ATTRS_o_ai vec_vandc ( vector short  __a,
vector short  __b 
)
static

Definition at line 1383 of file altivec.h.

◆ vec_vandc() [9/24]

static __inline__ vector short __ATTRS_o_ai vec_vandc ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 1388 of file altivec.h.

◆ vec_vandc() [10/24]

static __inline__ vector short __ATTRS_o_ai vec_vandc ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 1393 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vandc() [11/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vandc ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 1399 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vandc() [12/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vandc ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 1404 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vandc() [13/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vandc ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 1409 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vandc() [14/24]

static __inline__ vector bool short __ATTRS_o_ai vec_vandc ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 1414 of file altivec.h.

◆ vec_vandc() [15/24]

static __inline__ vector int __ATTRS_o_ai vec_vandc ( vector int  __a,
vector int  __b 
)
static

Definition at line 1418 of file altivec.h.

◆ vec_vandc() [16/24]

static __inline__ vector int __ATTRS_o_ai vec_vandc ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 1423 of file altivec.h.

◆ vec_vandc() [17/24]

static __inline__ vector int __ATTRS_o_ai vec_vandc ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 1428 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vandc() [18/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vandc ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 1434 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vandc() [19/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vandc ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 1439 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vandc() [20/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vandc ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 1444 of file altivec.h.

◆ vec_vandc() [21/24]

static __inline__ vector bool int __ATTRS_o_ai vec_vandc ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 1448 of file altivec.h.

◆ vec_vandc() [22/24]

static __inline__ vector float __ATTRS_o_ai vec_vandc ( vector float  __a,
vector float  __b 
)
static

Definition at line 1453 of file altivec.h.

References __b.

◆ vec_vandc() [23/24]

static __inline__ vector float __ATTRS_o_ai vec_vandc ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 1460 of file altivec.h.

References __b.

◆ vec_vandc() [24/24]

static __inline__ vector float __ATTRS_o_ai vec_vandc ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 1467 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_vandc().

◆ vec_vmaxsb() [1/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vmaxsb ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 4365 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vmaxsb() [2/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vmaxsb ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 4370 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vmaxsb() [3/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vmaxsb ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 4375 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vmaxsh() [1/3]

static __inline__ vector short __ATTRS_o_ai vec_vmaxsh ( vector short  __a,
vector short  __b 
)
static

Definition at line 4398 of file altivec.h.

◆ vec_vmaxsh() [2/3]

static __inline__ vector short __ATTRS_o_ai vec_vmaxsh ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 4403 of file altivec.h.

◆ vec_vmaxsh() [3/3]

static __inline__ vector short __ATTRS_o_ai vec_vmaxsh ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 4408 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vmaxsw() [1/3]

static __inline__ vector int __ATTRS_o_ai vec_vmaxsw ( vector int  __a,
vector int  __b 
)
static

Definition at line 4432 of file altivec.h.

◆ vec_vmaxsw() [2/3]

static __inline__ vector int __ATTRS_o_ai vec_vmaxsw ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 4437 of file altivec.h.

◆ vec_vmaxsw() [3/3]

static __inline__ vector int __ATTRS_o_ai vec_vmaxsw ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 4442 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vmaxub() [1/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 4382 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vmaxub() [2/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 4387 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vmaxub() [3/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 4392 of file altivec.h.

◆ vec_vmaxuh() [1/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 4416 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vmaxuh() [2/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 4421 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vmaxuh() [3/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 4426 of file altivec.h.

◆ vec_vmaxuw() [1/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 4450 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vmaxuw() [2/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 4455 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vmaxuw() [3/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 4460 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vminsb() [1/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vminsb ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 5269 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vminsb() [2/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vminsb ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 5274 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vminsb() [3/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vminsb ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 5279 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vminsh() [1/3]

static __inline__ vector short __ATTRS_o_ai vec_vminsh ( vector short  __a,
vector short  __b 
)
static

Definition at line 5302 of file altivec.h.

◆ vec_vminsh() [2/3]

static __inline__ vector short __ATTRS_o_ai vec_vminsh ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 5307 of file altivec.h.

◆ vec_vminsh() [3/3]

static __inline__ vector short __ATTRS_o_ai vec_vminsh ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 5312 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vminsw() [1/3]

static __inline__ vector int __ATTRS_o_ai vec_vminsw ( vector int  __a,
vector int  __b 
)
static

Definition at line 5336 of file altivec.h.

◆ vec_vminsw() [2/3]

static __inline__ vector int __ATTRS_o_ai vec_vminsw ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 5341 of file altivec.h.

◆ vec_vminsw() [3/3]

static __inline__ vector int __ATTRS_o_ai vec_vminsw ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 5346 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vminub() [1/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vminub ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 5286 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vminub() [2/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vminub ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 5291 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vminub() [3/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vminub ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 5296 of file altivec.h.

◆ vec_vminuh() [1/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vminuh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5320 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vminuh() [2/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vminuh ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 5325 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vminuh() [3/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vminuh ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 5330 of file altivec.h.

◆ vec_vminuw() [1/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vminuw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5354 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vminuw() [2/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vminuw ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 5359 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vminuw() [3/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vminuw ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 5364 of file altivec.h.

◆ vec_vmladduhm() [1/4]

static __inline__ vector short __ATTRS_o_ai vec_vmladduhm ( vector short  __a,
vector short  __b,
vector short  __c 
)
static

Definition at line 5408 of file altivec.h.

References __c.

◆ vec_vmladduhm() [2/4]

static __inline__ vector short __ATTRS_o_ai vec_vmladduhm ( vector short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 5414 of file altivec.h.

References __ATTRS_o_ai, and __c.

◆ vec_vmladduhm() [3/4]

static __inline__ vector short __ATTRS_o_ai vec_vmladduhm ( vector unsigned short  __a,
vector short  __b,
vector short  __c 
)
static

Definition at line 5420 of file altivec.h.

References __ATTRS_o_ai, and __c.

◆ vec_vmladduhm() [4/4]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vmladduhm ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 5425 of file altivec.h.

References __c.

◆ vec_vmrghb() [1/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vmrghb ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 4650 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vmrghb() [2/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vmrghb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 4658 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vmrghb() [3/3]

static __inline__ vector bool char __ATTRS_o_ai vec_vmrghb ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 4666 of file altivec.h.

References vec_perm().

◆ vec_vmrghh() [1/4]

static __inline__ vector short __ATTRS_o_ai vec_vmrghh ( vector short  __a,
vector short  __b 
)
static

Definition at line 4677 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vmrghh() [2/4]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vmrghh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 4686 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vmrghh() [3/4]

static __inline__ vector bool short __ATTRS_o_ai vec_vmrghh ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 4694 of file altivec.h.

References vec_perm().

◆ vec_vmrghh() [4/4]

static __inline__ vector pixel __ATTRS_o_ai vec_vmrghh ( vector pixel  __a,
vector pixel  __b 
)
static

Definition at line 4701 of file altivec.h.

References vec_perm().

◆ vec_vmrghw() [1/4]

static __inline__ vector int __ATTRS_o_ai vec_vmrghw ( vector int  __a,
vector int  __b 
)
static

Definition at line 4713 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vmrghw() [2/4]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vmrghw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 4722 of file altivec.h.

References vec_perm().

◆ vec_vmrghw() [3/4]

static __inline__ vector bool int __ATTRS_o_ai vec_vmrghw ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 4729 of file altivec.h.

References vec_perm().

◆ vec_vmrghw() [4/4]

static __inline__ vector float __ATTRS_o_ai vec_vmrghw ( vector float  __a,
vector float  __b 
)
static

Definition at line 4737 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vmrglb() [1/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vmrglb ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 4913 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vmrglb() [2/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vmrglb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 4921 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vmrglb() [3/3]

static __inline__ vector bool char __ATTRS_o_ai vec_vmrglb ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 4929 of file altivec.h.

References vec_perm().

◆ vec_vmrglh() [1/4]

static __inline__ vector short __ATTRS_o_ai vec_vmrglh ( vector short  __a,
vector short  __b 
)
static

Definition at line 4940 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vmrglh() [2/4]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vmrglh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 4949 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vmrglh() [3/4]

static __inline__ vector bool short __ATTRS_o_ai vec_vmrglh ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 4957 of file altivec.h.

References vec_perm().

◆ vec_vmrglh() [4/4]

static __inline__ vector pixel __ATTRS_o_ai vec_vmrglh ( vector pixel  __a,
vector pixel  __b 
)
static

Definition at line 4964 of file altivec.h.

References vec_perm().

◆ vec_vmrglw() [1/4]

static __inline__ vector int __ATTRS_o_ai vec_vmrglw ( vector int  __a,
vector int  __b 
)
static

Definition at line 4976 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vmrglw() [2/4]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vmrglw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 4985 of file altivec.h.

References vec_perm().

◆ vec_vmrglw() [3/4]

static __inline__ vector bool int __ATTRS_o_ai vec_vmrglw ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 4992 of file altivec.h.

References vec_perm().

◆ vec_vmrglw() [4/4]

static __inline__ vector float __ATTRS_o_ai vec_vmrglw ( vector float  __a,
vector float  __b 
)
static

Definition at line 5000 of file altivec.h.

References __ATTRS_o_ai, vec_mergeh(), vec_mergel(), and vec_perm().

◆ vec_vnor() [1/10]

static __inline__ vector signed char __ATTRS_o_ai vec_vnor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 6105 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vnor() [2/10]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vnor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6110 of file altivec.h.

References __b.

◆ vec_vnor() [3/10]

static __inline__ vector bool char __ATTRS_o_ai vec_vnor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 6114 of file altivec.h.

References __b.

◆ vec_vnor() [4/10]

static __inline__ vector short __ATTRS_o_ai vec_vnor ( vector short  __a,
vector short  __b 
)
static

Definition at line 6119 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vnor() [5/10]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vnor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6125 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vnor() [6/10]

static __inline__ vector bool short __ATTRS_o_ai vec_vnor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 6130 of file altivec.h.

References __b.

◆ vec_vnor() [7/10]

static __inline__ vector int __ATTRS_o_ai vec_vnor ( vector int  __a,
vector int  __b 
)
static

Definition at line 6134 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vnor() [8/10]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vnor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6140 of file altivec.h.

References __b.

◆ vec_vnor() [9/10]

static __inline__ vector bool int __ATTRS_o_ai vec_vnor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 6144 of file altivec.h.

References __b.

◆ vec_vnor() [10/10]

static __inline__ vector float __ATTRS_o_ai vec_vnor ( vector float  __a,
vector float  __b 
)
static

Definition at line 6149 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_nor().

◆ vec_vor() [1/24]

static __inline__ vector signed char __ATTRS_o_ai vec_vor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 6523 of file altivec.h.

References __ATTRS_o_ai, and __b.

Referenced by vec_vor().

◆ vec_vor() [2/24]

static __inline__ vector signed char __ATTRS_o_ai vec_vor ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 6528 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vor() [3/24]

static __inline__ vector signed char __ATTRS_o_ai vec_vor ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 6533 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vor() [4/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6538 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vor() [5/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vor ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 6543 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vor() [6/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vor ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 6548 of file altivec.h.

◆ vec_vor() [7/24]

static __inline__ vector bool char __ATTRS_o_ai vec_vor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 6552 of file altivec.h.

References __b.

◆ vec_vor() [8/24]

static __inline__ vector short __ATTRS_o_ai vec_vor ( vector short  __a,
vector short  __b 
)
static

Definition at line 6557 of file altivec.h.

References __b.

◆ vec_vor() [9/24]

static __inline__ vector short __ATTRS_o_ai vec_vor ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 6562 of file altivec.h.

References __b.

◆ vec_vor() [10/24]

static __inline__ vector short __ATTRS_o_ai vec_vor ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 6567 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vor() [11/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6573 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vor() [12/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vor ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 6578 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vor() [13/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vor ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 6583 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vor() [14/24]

static __inline__ vector bool short __ATTRS_o_ai vec_vor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 6588 of file altivec.h.

References __b.

◆ vec_vor() [15/24]

static __inline__ vector int __ATTRS_o_ai vec_vor ( vector int  __a,
vector int  __b 
)
static

Definition at line 6592 of file altivec.h.

References __b.

◆ vec_vor() [16/24]

static __inline__ vector int __ATTRS_o_ai vec_vor ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 6597 of file altivec.h.

References __b.

◆ vec_vor() [17/24]

static __inline__ vector int __ATTRS_o_ai vec_vor ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 6602 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vor() [18/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6608 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vor() [19/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vor ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 6613 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vor() [20/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vor ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 6618 of file altivec.h.

◆ vec_vor() [21/24]

static __inline__ vector bool int __ATTRS_o_ai vec_vor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 6622 of file altivec.h.

References __b.

◆ vec_vor() [22/24]

static __inline__ vector float __ATTRS_o_ai vec_vor ( vector float  __a,
vector float  __b 
)
static

Definition at line 6627 of file altivec.h.

References __b.

◆ vec_vor() [23/24]

static __inline__ vector float __ATTRS_o_ai vec_vor ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 6634 of file altivec.h.

References __b.

◆ vec_vor() [24/24]

static __inline__ vector float __ATTRS_o_ai vec_vor ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 6641 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_vor().

◆ vec_vperm() [1/11]

static __inline__ vector signed char __ATTRS_o_ai vec_vperm ( vector signed char  __a,
vector signed char  __b,
vector unsigned char  __c 
)
static

Definition at line 7486 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

Referenced by vec_vperm().

◆ vec_vperm() [2/11]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vperm ( vector unsigned char  __a,
vector unsigned char  __b,
vector unsigned char  __c 
)
static

Definition at line 7492 of file altivec.h.

References vec_perm().

◆ vec_vperm() [3/11]

static __inline__ vector bool char __ATTRS_o_ai vec_vperm ( vector bool char  __a,
vector bool char  __b,
vector unsigned char  __c 
)
static

Definition at line 7497 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vperm() [4/11]

static __inline__ vector short __ATTRS_o_ai vec_vperm ( vector short  __a,
vector short  __b,
vector unsigned char  __c 
)
static

Definition at line 7503 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vperm() [5/11]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vperm ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned char  __c 
)
static

Definition at line 7508 of file altivec.h.

References vec_perm().

◆ vec_vperm() [6/11]

static __inline__ vector bool short __ATTRS_o_ai vec_vperm ( vector bool short  __a,
vector bool short  __b,
vector unsigned char  __c 
)
static

Definition at line 7513 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vperm() [7/11]

static __inline__ vector pixel __ATTRS_o_ai vec_vperm ( vector pixel  __a,
vector pixel  __b,
vector unsigned char  __c 
)
static

Definition at line 7519 of file altivec.h.

References vec_perm().

◆ vec_vperm() [8/11]

static __inline__ vector int __ATTRS_o_ai vec_vperm ( vector int  __a,
vector int  __b,
vector unsigned char  __c 
)
static

Definition at line 7523 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vperm() [9/11]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vperm ( vector unsigned int  __a,
vector unsigned int  __b,
vector unsigned char  __c 
)
static

Definition at line 7530 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vperm() [10/11]

static __inline__ vector bool int __ATTRS_o_ai vec_vperm ( vector bool int  __a,
vector bool int  __b,
vector unsigned char  __c 
)
static

Definition at line 7536 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vperm() [11/11]

static __inline__ vector float __ATTRS_o_ai vec_vperm ( vector float  __a,
vector float  __b,
vector unsigned char  __c 
)
static

Definition at line 7541 of file altivec.h.

References __ATTRS_o_ai, vec_perm(), and vec_vperm().

◆ vec_vpkshus() [1/2]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vpkshus ( vector short  __a,
vector short  __b 
)
static

Definition at line 7204 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vpkshus() [2/2]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vpkshus ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7213 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vpkswus() [1/2]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vpkswus ( vector int  __a,
vector int  __b 
)
static

Definition at line 7224 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vpkswus() [2/2]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vpkswus ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7233 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vpkuhum() [1/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vpkuhum ( vector signed short  __a,
vector signed short  __b 
)
static

Definition at line 6849 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vpkuhum() [2/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vpkuhum ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6864 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vpkuhum() [3/3]

static __inline__ vector bool char __ATTRS_o_ai vec_vpkuhum ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 6879 of file altivec.h.

References vec_perm().

◆ vec_vpkuwum() [1/3]

static __inline__ vector short __ATTRS_o_ai vec_vpkuwum ( vector int  __a,
vector int  __b 
)
static

Definition at line 6897 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vpkuwum() [2/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vpkuwum ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6913 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vpkuwum() [3/3]

static __inline__ vector bool short __ATTRS_o_ai vec_vpkuwum ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 6928 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vrlb() [1/2]

static __inline__ vector signed char __ATTRS_o_ai vec_vrlb ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7663 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vrlb() [2/2]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vrlb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7668 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vrlh() [1/2]

static __inline__ vector short __ATTRS_o_ai vec_vrlh ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 7675 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vrlh() [2/2]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vrlh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7680 of file altivec.h.

◆ vec_vrlw() [1/2]

static __inline__ vector int __ATTRS_o_ai vec_vrlw ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 7686 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vrlw() [2/2]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vrlw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7692 of file altivec.h.

◆ vec_vsel() [1/20]

static __inline__ vector signed char __ATTRS_o_ai vec_vsel ( vector signed char  __a,
vector signed char  __b,
vector unsigned char  __c 
)
static

Definition at line 7912 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsel() [2/20]

static __inline__ vector signed char __ATTRS_o_ai vec_vsel ( vector signed char  __a,
vector signed char  __b,
vector bool char  __c 
)
static

Definition at line 7918 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsel() [3/20]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsel ( vector unsigned char  __a,
vector unsigned char  __b,
vector unsigned char  __c 
)
static

Definition at line 7923 of file altivec.h.

References __c.

◆ vec_vsel() [4/20]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsel ( vector unsigned char  __a,
vector unsigned char  __b,
vector bool char  __c 
)
static

Definition at line 7928 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsel() [5/20]

static __inline__ vector bool char __ATTRS_o_ai vec_vsel ( vector bool char  __a,
vector bool char  __b,
vector unsigned char  __c 
)
static

Definition at line 7934 of file altivec.h.

◆ vec_vsel() [6/20]

static __inline__ vector bool char __ATTRS_o_ai vec_vsel ( vector bool char  __a,
vector bool char  __b,
vector bool char  __c 
)
static

Definition at line 7938 of file altivec.h.

References __ATTRS_o_ai, and __c.

◆ vec_vsel() [7/20]

static __inline__ vector short __ATTRS_o_ai vec_vsel ( vector short  __a,
vector short  __b,
vector unsigned short  __c 
)
static

Definition at line 7945 of file altivec.h.

◆ vec_vsel() [8/20]

static __inline__ vector short __ATTRS_o_ai vec_vsel ( vector short  __a,
vector short  __b,
vector bool short  __c 
)
static

Definition at line 7949 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsel() [9/20]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsel ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 7956 of file altivec.h.

References __ATTRS_o_ai, and __c.

◆ vec_vsel() [10/20]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsel ( vector unsigned short  __a,
vector unsigned short  __b,
vector bool short  __c 
)
static

Definition at line 7962 of file altivec.h.

◆ vec_vsel() [11/20]

static __inline__ vector bool short __ATTRS_o_ai vec_vsel ( vector bool short  __a,
vector bool short  __b,
vector unsigned short  __c 
)
static

Definition at line 7968 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsel() [12/20]

static __inline__ vector bool short __ATTRS_o_ai vec_vsel ( vector bool short  __a,
vector bool short  __b,
vector bool short  __c 
)
static

Definition at line 7974 of file altivec.h.

References __c.

◆ vec_vsel() [13/20]

static __inline__ vector int __ATTRS_o_ai vec_vsel ( vector int  __a,
vector int  __b,
vector unsigned int  __c 
)
static

Definition at line 7978 of file altivec.h.

◆ vec_vsel() [14/20]

static __inline__ vector int __ATTRS_o_ai vec_vsel ( vector int  __a,
vector int  __b,
vector bool int  __c 
)
static

Definition at line 7984 of file altivec.h.

◆ vec_vsel() [15/20]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel ( vector unsigned int  __a,
vector unsigned int  __b,
vector unsigned int  __c 
)
static

Definition at line 7990 of file altivec.h.

References __c.

◆ vec_vsel() [16/20]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsel ( vector unsigned int  __a,
vector unsigned int  __b,
vector bool int  __c 
)
static

Definition at line 7995 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsel() [17/20]

static __inline__ vector bool int __ATTRS_o_ai vec_vsel ( vector bool int  __a,
vector bool int  __b,
vector unsigned int  __c 
)
static

Definition at line 8001 of file altivec.h.

◆ vec_vsel() [18/20]

static __inline__ vector bool int __ATTRS_o_ai vec_vsel ( vector bool int  __a,
vector bool int  __b,
vector bool int  __c 
)
static

Definition at line 8005 of file altivec.h.

References __c.

◆ vec_vsel() [19/20]

static __inline__ vector float __ATTRS_o_ai vec_vsel ( vector float  __a,
vector float  __b,
vector unsigned int  __c 
)
static

Definition at line 8011 of file altivec.h.

References __c.

◆ vec_vsel() [20/20]

static __inline__ vector float __ATTRS_o_ai vec_vsel ( vector float  __a,
vector float  __b,
vector bool int  __c 
)
static

Definition at line 8019 of file altivec.h.

References __ATTRS_o_ai, and __c.

◆ vec_vsl() [1/30]

static __inline__ vector signed char __ATTRS_o_ai vec_vsl ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8805 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [2/30]

static __inline__ vector signed char __ATTRS_o_ai vec_vsl ( vector signed char  __a,
vector unsigned short  __b 
)
static

Definition at line 8811 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [3/30]

static __inline__ vector signed char __ATTRS_o_ai vec_vsl ( vector signed char  __a,
vector unsigned int  __b 
)
static

Definition at line 8817 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [4/30]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsl ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8823 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [5/30]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsl ( vector unsigned char  __a,
vector unsigned short  __b 
)
static

Definition at line 8829 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [6/30]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsl ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 8835 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [7/30]

static __inline__ vector bool char __ATTRS_o_ai vec_vsl ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 8841 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [8/30]

static __inline__ vector bool char __ATTRS_o_ai vec_vsl ( vector bool char  __a,
vector unsigned short  __b 
)
static

Definition at line 8847 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [9/30]

static __inline__ vector bool char __ATTRS_o_ai vec_vsl ( vector bool char  __a,
vector unsigned int  __b 
)
static

Definition at line 8853 of file altivec.h.

◆ vec_vsl() [10/30]

static __inline__ vector short __ATTRS_o_ai vec_vsl ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 8858 of file altivec.h.

◆ vec_vsl() [11/30]

static __inline__ vector short __ATTRS_o_ai vec_vsl ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 8863 of file altivec.h.

◆ vec_vsl() [12/30]

static __inline__ vector short __ATTRS_o_ai vec_vsl ( vector short  __a,
vector unsigned int  __b 
)
static

Definition at line 8868 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [13/30]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsl ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 8874 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [14/30]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsl ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 8880 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [15/30]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsl ( vector unsigned short  __a,
vector unsigned int  __b 
)
static

Definition at line 8886 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [16/30]

static __inline__ vector bool short __ATTRS_o_ai vec_vsl ( vector bool short  __a,
vector unsigned char  __b 
)
static

Definition at line 8892 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [17/30]

static __inline__ vector bool short __ATTRS_o_ai vec_vsl ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 8898 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [18/30]

static __inline__ vector bool short __ATTRS_o_ai vec_vsl ( vector bool short  __a,
vector unsigned int  __b 
)
static

Definition at line 8904 of file altivec.h.

◆ vec_vsl() [19/30]

static __inline__ vector pixel __ATTRS_o_ai vec_vsl ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8909 of file altivec.h.

◆ vec_vsl() [20/30]

static __inline__ vector pixel __ATTRS_o_ai vec_vsl ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 8914 of file altivec.h.

◆ vec_vsl() [21/30]

static __inline__ vector pixel __ATTRS_o_ai vec_vsl ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 8919 of file altivec.h.

◆ vec_vsl() [22/30]

static __inline__ vector int __ATTRS_o_ai vec_vsl ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 8924 of file altivec.h.

◆ vec_vsl() [23/30]

static __inline__ vector int __ATTRS_o_ai vec_vsl ( vector int  __a,
vector unsigned short  __b 
)
static

Definition at line 8929 of file altivec.h.

◆ vec_vsl() [24/30]

static __inline__ vector int __ATTRS_o_ai vec_vsl ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 8934 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [25/30]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsl ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 8940 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [26/30]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsl ( vector unsigned int  __a,
vector unsigned short  __b 
)
static

Definition at line 8946 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [27/30]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsl ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 8952 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [28/30]

static __inline__ vector bool int __ATTRS_o_ai vec_vsl ( vector bool int  __a,
vector unsigned char  __b 
)
static

Definition at line 8958 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [29/30]

static __inline__ vector bool int __ATTRS_o_ai vec_vsl ( vector bool int  __a,
vector unsigned short  __b 
)
static

Definition at line 8964 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsl() [30/30]

static __inline__ vector bool int __ATTRS_o_ai vec_vsl ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 8970 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vslb() [1/2]

static __inline__ vector signed char __ATTRS_o_ai vec_vslb ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8082 of file altivec.h.

References __ATTRS_o_ai, and vec_sl().

◆ vec_vslb() [2/2]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vslb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8087 of file altivec.h.

References vec_sl().

◆ vec_vsldoi() [1/8]

static __inline__ vector signed char __ATTRS_o_ai vec_vsldoi ( vector signed char  __a,
vector signed char  __b,
unsigned char  __c 
)
static

Definition at line 8468 of file altivec.h.

References vec_perm().

◆ vec_vsldoi() [2/8]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsldoi ( vector unsigned char  __a,
vector unsigned char  __b,
unsigned char  __c 
)
static

Definition at line 8485 of file altivec.h.

References vec_perm().

◆ vec_vsldoi() [3/8]

static __inline__ vector short __ATTRS_o_ai vec_vsldoi ( vector short  __a,
vector short  __b,
unsigned char  __c 
)
static

Definition at line 8503 of file altivec.h.

References vec_perm().

◆ vec_vsldoi() [4/8]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsldoi ( vector unsigned short  __a,
vector unsigned short  __b,
unsigned char  __c 
)
static

Definition at line 8522 of file altivec.h.

References vec_perm().

◆ vec_vsldoi() [5/8]

static __inline__ vector pixel __ATTRS_o_ai vec_vsldoi ( vector pixel  __a,
vector pixel  __b,
unsigned char  __c 
)
static

Definition at line 8540 of file altivec.h.

References vec_perm().

◆ vec_vsldoi() [6/8]

static __inline__ vector int __ATTRS_o_ai vec_vsldoi ( vector int  __a,
vector int  __b,
unsigned char  __c 
)
static

Definition at line 8559 of file altivec.h.

References vec_perm().

◆ vec_vsldoi() [7/8]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsldoi ( vector unsigned int  __a,
vector unsigned int  __b,
unsigned char  __c 
)
static

Definition at line 8578 of file altivec.h.

References vec_perm().

◆ vec_vsldoi() [8/8]

static __inline__ vector float __ATTRS_o_ai vec_vsldoi ( vector float  __a,
vector float  __b,
unsigned char  __c 
)
static

Definition at line 8596 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vslh() [1/2]

static __inline__ vector short __ATTRS_o_ai vec_vslh ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 8096 of file altivec.h.

References __ATTRS_o_ai, and vec_sl().

◆ vec_vslh() [2/2]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vslh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 8101 of file altivec.h.

References vec_sl().

◆ vec_vslo() [1/16]

static __inline__ vector signed char __ATTRS_o_ai vec_vslo ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 9094 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vslo() [2/16]

static __inline__ vector signed char __ATTRS_o_ai vec_vslo ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 9100 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vslo() [3/16]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vslo ( vector unsigned char  __a,
vector signed char  __b 
)
static

Definition at line 9106 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vslo() [4/16]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vslo ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9112 of file altivec.h.

◆ vec_vslo() [5/16]

static __inline__ vector short __ATTRS_o_ai vec_vslo ( vector short  __a,
vector signed char  __b 
)
static

Definition at line 9117 of file altivec.h.

◆ vec_vslo() [6/16]

static __inline__ vector short __ATTRS_o_ai vec_vslo ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 9122 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vslo() [7/16]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vslo ( vector unsigned short  __a,
vector signed char  __b 
)
static

Definition at line 9128 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vslo() [8/16]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vslo ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 9134 of file altivec.h.

◆ vec_vslo() [9/16]

static __inline__ vector pixel __ATTRS_o_ai vec_vslo ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 9139 of file altivec.h.

◆ vec_vslo() [10/16]

static __inline__ vector pixel __ATTRS_o_ai vec_vslo ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 9144 of file altivec.h.

◆ vec_vslo() [11/16]

static __inline__ vector int __ATTRS_o_ai vec_vslo ( vector int  __a,
vector signed char  __b 
)
static

Definition at line 9149 of file altivec.h.

◆ vec_vslo() [12/16]

static __inline__ vector int __ATTRS_o_ai vec_vslo ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 9154 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vslo() [13/16]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vslo ( vector unsigned int  __a,
vector signed char  __b 
)
static

Definition at line 9160 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vslo() [14/16]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vslo ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 9166 of file altivec.h.

◆ vec_vslo() [15/16]

static __inline__ vector float __ATTRS_o_ai vec_vslo ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 9171 of file altivec.h.

◆ vec_vslo() [16/16]

static __inline__ vector float __ATTRS_o_ai vec_vslo ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 9176 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vslw() [1/2]

static __inline__ vector int __ATTRS_o_ai vec_vslw ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 8109 of file altivec.h.

References __ATTRS_o_ai, and vec_sl().

◆ vec_vslw() [2/2]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vslw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 8115 of file altivec.h.

References vec_sl().

◆ vec_vspltb() [1/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vspltb ( vector signed char  __a,
unsigned char  __b 
)
static

Definition at line 9314 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vspltb() [2/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vspltb ( vector unsigned char  __a,
unsigned char  __b 
)
static

Definition at line 9319 of file altivec.h.

References vec_perm().

◆ vec_vspltb() [3/3]

static __inline__ vector bool char __ATTRS_o_ai vec_vspltb ( vector bool char  __a,
unsigned char  __b 
)
static

Definition at line 9323 of file altivec.h.

References vec_perm().

◆ vec_vsplth() [1/4]

static __inline__ vector short __ATTRS_o_ai vec_vsplth ( vector short  __a,
unsigned char  __b 
)
static

Definition at line 9332 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vsplth() [2/4]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsplth ( vector unsigned short  __a,
unsigned char  __b 
)
static

Definition at line 9342 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vsplth() [3/4]

static __inline__ vector bool short __ATTRS_o_ai vec_vsplth ( vector bool short  __a,
unsigned char  __b 
)
static

Definition at line 9351 of file altivec.h.

References vec_perm().

◆ vec_vsplth() [4/4]

static __inline__ vector pixel __ATTRS_o_ai vec_vsplth ( vector pixel  __a,
unsigned char  __b 
)
static

Definition at line 9359 of file altivec.h.

References vec_perm().

◆ vec_vspltisb()

static __inline__ vector signed char __ATTRS_o_ai vec_vspltisb ( signed char  __a)
static

Definition at line 9422 of file altivec.h.

References __a.

◆ vec_vspltish()

static __inline__ vector short __ATTRS_o_ai vec_vspltish ( signed char  __a)
static

Definition at line 9438 of file altivec.h.

References __a.

◆ vec_vspltisw()

static __inline__ vector int __ATTRS_o_ai vec_vspltisw ( signed char  __a)
static

Definition at line 9454 of file altivec.h.

References __a, and __ATTRS_o_ai.

◆ vec_vspltw() [1/4]

static __inline__ vector int __ATTRS_o_ai vec_vspltw ( vector int  __a,
unsigned char  __b 
)
static

Definition at line 9372 of file altivec.h.

References __ATTRS_o_ai, and vec_perm().

◆ vec_vspltw() [2/4]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vspltw ( vector unsigned int  __a,
unsigned char  __b 
)
static

Definition at line 9382 of file altivec.h.

References vec_perm().

◆ vec_vspltw() [3/4]

static __inline__ vector bool int __ATTRS_o_ai vec_vspltw ( vector bool int  __a,
unsigned char  __b 
)
static

Definition at line 9390 of file altivec.h.

References vec_perm().

◆ vec_vspltw() [4/4]

static __inline__ vector float __ATTRS_o_ai vec_vspltw ( vector float  __a,
unsigned char  __b 
)
static

Definition at line 9399 of file altivec.h.

References vec_perm().

◆ vec_vsr() [1/30]

static __inline__ vector signed char __ATTRS_o_ai vec_vsr ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 9844 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [2/30]

static __inline__ vector signed char __ATTRS_o_ai vec_vsr ( vector signed char  __a,
vector unsigned short  __b 
)
static

Definition at line 9850 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [3/30]

static __inline__ vector signed char __ATTRS_o_ai vec_vsr ( vector signed char  __a,
vector unsigned int  __b 
)
static

Definition at line 9856 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [4/30]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsr ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9862 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [5/30]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsr ( vector unsigned char  __a,
vector unsigned short  __b 
)
static

Definition at line 9868 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [6/30]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsr ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 9874 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [7/30]

static __inline__ vector bool char __ATTRS_o_ai vec_vsr ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 9880 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [8/30]

static __inline__ vector bool char __ATTRS_o_ai vec_vsr ( vector bool char  __a,
vector unsigned short  __b 
)
static

Definition at line 9886 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [9/30]

static __inline__ vector bool char __ATTRS_o_ai vec_vsr ( vector bool char  __a,
vector unsigned int  __b 
)
static

Definition at line 9892 of file altivec.h.

◆ vec_vsr() [10/30]

static __inline__ vector short __ATTRS_o_ai vec_vsr ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 9897 of file altivec.h.

◆ vec_vsr() [11/30]

static __inline__ vector short __ATTRS_o_ai vec_vsr ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 9902 of file altivec.h.

◆ vec_vsr() [12/30]

static __inline__ vector short __ATTRS_o_ai vec_vsr ( vector short  __a,
vector unsigned int  __b 
)
static

Definition at line 9907 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [13/30]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsr ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 9913 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [14/30]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsr ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9919 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [15/30]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsr ( vector unsigned short  __a,
vector unsigned int  __b 
)
static

Definition at line 9925 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [16/30]

static __inline__ vector bool short __ATTRS_o_ai vec_vsr ( vector bool short  __a,
vector unsigned char  __b 
)
static

Definition at line 9931 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [17/30]

static __inline__ vector bool short __ATTRS_o_ai vec_vsr ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 9937 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [18/30]

static __inline__ vector bool short __ATTRS_o_ai vec_vsr ( vector bool short  __a,
vector unsigned int  __b 
)
static

Definition at line 9943 of file altivec.h.

◆ vec_vsr() [19/30]

static __inline__ vector pixel __ATTRS_o_ai vec_vsr ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 9948 of file altivec.h.

◆ vec_vsr() [20/30]

static __inline__ vector pixel __ATTRS_o_ai vec_vsr ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 9953 of file altivec.h.

◆ vec_vsr() [21/30]

static __inline__ vector pixel __ATTRS_o_ai vec_vsr ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 9958 of file altivec.h.

◆ vec_vsr() [22/30]

static __inline__ vector int __ATTRS_o_ai vec_vsr ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 9963 of file altivec.h.

◆ vec_vsr() [23/30]

static __inline__ vector int __ATTRS_o_ai vec_vsr ( vector int  __a,
vector unsigned short  __b 
)
static

Definition at line 9968 of file altivec.h.

◆ vec_vsr() [24/30]

static __inline__ vector int __ATTRS_o_ai vec_vsr ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 9973 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [25/30]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsr ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 9979 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [26/30]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsr ( vector unsigned int  __a,
vector unsigned short  __b 
)
static

Definition at line 9985 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [27/30]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsr ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9991 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [28/30]

static __inline__ vector bool int __ATTRS_o_ai vec_vsr ( vector bool int  __a,
vector unsigned char  __b 
)
static

Definition at line 9997 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [29/30]

static __inline__ vector bool int __ATTRS_o_ai vec_vsr ( vector bool int  __a,
vector unsigned short  __b 
)
static

Definition at line 10003 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsr() [30/30]

static __inline__ vector bool int __ATTRS_o_ai vec_vsr ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 10009 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsrab() [1/2]

static __inline__ vector signed char __ATTRS_o_ai vec_vsrab ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 9621 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsrab() [2/2]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsrab ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9626 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsrah() [1/2]

static __inline__ vector short __ATTRS_o_ai vec_vsrah ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 9633 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsrah() [2/2]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsrah ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9638 of file altivec.h.

◆ vec_vsraw() [1/2]

static __inline__ vector int __ATTRS_o_ai vec_vsraw ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 9644 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsraw() [2/2]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsraw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9650 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsrb() [1/2]

static __inline__ vector signed char __ATTRS_o_ai vec_vsrb ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 9537 of file altivec.h.

References __ATTRS_o_ai, and vec_sr().

◆ vec_vsrb() [2/2]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsrb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9542 of file altivec.h.

References vec_sr().

◆ vec_vsrh() [1/2]

static __inline__ vector short __ATTRS_o_ai vec_vsrh ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 9551 of file altivec.h.

References __ATTRS_o_ai, and vec_sr().

◆ vec_vsrh() [2/2]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsrh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9556 of file altivec.h.

References vec_sr().

◆ vec_vsro() [1/16]

static __inline__ vector signed char __ATTRS_o_ai vec_vsro ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 10133 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsro() [2/16]

static __inline__ vector signed char __ATTRS_o_ai vec_vsro ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 10139 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsro() [3/16]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsro ( vector unsigned char  __a,
vector signed char  __b 
)
static

Definition at line 10145 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsro() [4/16]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsro ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 10151 of file altivec.h.

◆ vec_vsro() [5/16]

static __inline__ vector short __ATTRS_o_ai vec_vsro ( vector short  __a,
vector signed char  __b 
)
static

Definition at line 10156 of file altivec.h.

◆ vec_vsro() [6/16]

static __inline__ vector short __ATTRS_o_ai vec_vsro ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 10161 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsro() [7/16]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsro ( vector unsigned short  __a,
vector signed char  __b 
)
static

Definition at line 10167 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsro() [8/16]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsro ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 10173 of file altivec.h.

◆ vec_vsro() [9/16]

static __inline__ vector pixel __ATTRS_o_ai vec_vsro ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 10178 of file altivec.h.

◆ vec_vsro() [10/16]

static __inline__ vector pixel __ATTRS_o_ai vec_vsro ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 10183 of file altivec.h.

◆ vec_vsro() [11/16]

static __inline__ vector int __ATTRS_o_ai vec_vsro ( vector int  __a,
vector signed char  __b 
)
static

Definition at line 10188 of file altivec.h.

◆ vec_vsro() [12/16]

static __inline__ vector int __ATTRS_o_ai vec_vsro ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 10193 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsro() [13/16]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsro ( vector unsigned int  __a,
vector signed char  __b 
)
static

Definition at line 10199 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsro() [14/16]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsro ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 10205 of file altivec.h.

◆ vec_vsro() [15/16]

static __inline__ vector float __ATTRS_o_ai vec_vsro ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 10210 of file altivec.h.

◆ vec_vsro() [16/16]

static __inline__ vector float __ATTRS_o_ai vec_vsro ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 10215 of file altivec.h.

◆ vec_vsrw() [1/2]

static __inline__ vector int __ATTRS_o_ai vec_vsrw ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 9564 of file altivec.h.

References __ATTRS_o_ai, and vec_sr().

◆ vec_vsrw() [2/2]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsrw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9570 of file altivec.h.

References __ATTRS_o_ai, and vec_sr().

◆ vec_vsubsbs() [1/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vsubsbs ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 11268 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsubsbs() [2/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vsubsbs ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 11273 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsubsbs() [3/3]

static __inline__ vector signed char __ATTRS_o_ai vec_vsubsbs ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 11278 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsubshs() [1/3]

static __inline__ vector short __ATTRS_o_ai vec_vsubshs ( vector short  __a,
vector short  __b 
)
static

Definition at line 11301 of file altivec.h.

◆ vec_vsubshs() [2/3]

static __inline__ vector short __ATTRS_o_ai vec_vsubshs ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 11306 of file altivec.h.

◆ vec_vsubshs() [3/3]

static __inline__ vector short __ATTRS_o_ai vec_vsubshs ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 11311 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsubsws() [1/3]

static __inline__ vector int __ATTRS_o_ai vec_vsubsws ( vector int  __a,
vector int  __b 
)
static

Definition at line 11335 of file altivec.h.

◆ vec_vsubsws() [2/3]

static __inline__ vector int __ATTRS_o_ai vec_vsubsws ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 11340 of file altivec.h.

◆ vec_vsubsws() [3/3]

static __inline__ vector int __ATTRS_o_ai vec_vsubsws ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 11345 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsububm() [1/6]

static __inline__ vector signed char __ATTRS_o_ai vec_vsububm ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 11035 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vsububm() [2/6]

static __inline__ vector signed char __ATTRS_o_ai vec_vsububm ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 11040 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vsububm() [3/6]

static __inline__ vector signed char __ATTRS_o_ai vec_vsububm ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 11045 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsububm() [4/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububm ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 11050 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vsububm() [5/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububm ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 11055 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vsububm() [6/6]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububm ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 11060 of file altivec.h.

◆ vec_vsububs() [1/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububs ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 11285 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsububs() [2/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububs ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 11290 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsububs() [3/3]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububs ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 11295 of file altivec.h.

◆ vec_vsubuhm() [1/6]

static __inline__ vector short __ATTRS_o_ai vec_vsubuhm ( vector short  __a,
vector short  __b 
)
static

Definition at line 11068 of file altivec.h.

References __b.

◆ vec_vsubuhm() [2/6]

static __inline__ vector short __ATTRS_o_ai vec_vsubuhm ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 11073 of file altivec.h.

References __b.

◆ vec_vsubuhm() [3/6]

static __inline__ vector short __ATTRS_o_ai vec_vsubuhm ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 11078 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsubuhm() [4/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 11084 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vsubuhm() [5/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 11089 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vsubuhm() [6/6]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 11094 of file altivec.h.

◆ vec_vsubuhs() [1/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 11319 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsubuhs() [2/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 11324 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsubuhs() [3/3]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 11329 of file altivec.h.

◆ vec_vsubuwm() [1/6]

static __inline__ vector int __ATTRS_o_ai vec_vsubuwm ( vector int  __a,
vector int  __b 
)
static

Definition at line 11102 of file altivec.h.

References __b.

◆ vec_vsubuwm() [2/6]

static __inline__ vector int __ATTRS_o_ai vec_vsubuwm ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 11107 of file altivec.h.

References __b.

◆ vec_vsubuwm() [3/6]

static __inline__ vector int __ATTRS_o_ai vec_vsubuwm ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 11112 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsubuwm() [4/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 11118 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vsubuwm() [5/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 11123 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vsubuwm() [6/6]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 11128 of file altivec.h.

◆ vec_vsubuws() [1/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 11353 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsubuws() [2/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 11358 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vsubuws() [3/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 11363 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_sube().

◆ vec_vupkhsb() [1/2]

static __inline__ vector short __ATTRS_o_ai vec_vupkhsb ( vector signed char  __a)
static

Definition at line 11682 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vupkhsb() [2/2]

static __inline__ vector bool short __ATTRS_o_ai vec_vupkhsb ( vector bool char  __a)
static

Definition at line 11691 of file altivec.h.

◆ vec_vupkhsh() [1/3]

static __inline__ vector int __ATTRS_o_ai vec_vupkhsh ( vector short  __a)
static

Definition at line 11701 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vupkhsh() [2/3]

static __inline__ vector bool int __ATTRS_o_ai vec_vupkhsh ( vector bool short  __a)
static

Definition at line 11710 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vupkhsh() [3/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vupkhsh ( vector pixel  __a)
static

Definition at line 11719 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vupklsb() [1/2]

static __inline__ vector short __ATTRS_o_ai vec_vupklsb ( vector signed char  __a)
static

Definition at line 11821 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vupklsb() [2/2]

static __inline__ vector bool short __ATTRS_o_ai vec_vupklsb ( vector bool char  __a)
static

Definition at line 11830 of file altivec.h.

◆ vec_vupklsh() [1/3]

static __inline__ vector int __ATTRS_o_ai vec_vupklsh ( vector short  __a)
static

Definition at line 11840 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vupklsh() [2/3]

static __inline__ vector bool int __ATTRS_o_ai vec_vupklsh ( vector bool short  __a)
static

Definition at line 11849 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vupklsh() [3/3]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vupklsh ( vector pixel  __a)
static

Definition at line 11858 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vxor() [1/24]

static __inline__ vector signed char __ATTRS_o_ai vec_vxor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 12335 of file altivec.h.

References __ATTRS_o_ai, and __b.

Referenced by vec_vxor().

◆ vec_vxor() [2/24]

static __inline__ vector signed char __ATTRS_o_ai vec_vxor ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 12340 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vxor() [3/24]

static __inline__ vector signed char __ATTRS_o_ai vec_vxor ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 12345 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vxor() [4/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vxor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 12350 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vxor() [5/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vxor ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 12355 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vxor() [6/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_vxor ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 12360 of file altivec.h.

◆ vec_vxor() [7/24]

static __inline__ vector bool char __ATTRS_o_ai vec_vxor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 12364 of file altivec.h.

References __b.

◆ vec_vxor() [8/24]

static __inline__ vector short __ATTRS_o_ai vec_vxor ( vector short  __a,
vector short  __b 
)
static

Definition at line 12369 of file altivec.h.

References __b.

◆ vec_vxor() [9/24]

static __inline__ vector short __ATTRS_o_ai vec_vxor ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 12374 of file altivec.h.

References __b.

◆ vec_vxor() [10/24]

static __inline__ vector short __ATTRS_o_ai vec_vxor ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 12379 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vxor() [11/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vxor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 12385 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vxor() [12/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vxor ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 12390 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vxor() [13/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_vxor ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 12395 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vxor() [14/24]

static __inline__ vector bool short __ATTRS_o_ai vec_vxor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 12400 of file altivec.h.

References __b.

◆ vec_vxor() [15/24]

static __inline__ vector int __ATTRS_o_ai vec_vxor ( vector int  __a,
vector int  __b 
)
static

Definition at line 12404 of file altivec.h.

References __b.

◆ vec_vxor() [16/24]

static __inline__ vector int __ATTRS_o_ai vec_vxor ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 12409 of file altivec.h.

References __b.

◆ vec_vxor() [17/24]

static __inline__ vector int __ATTRS_o_ai vec_vxor ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 12414 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_vxor() [18/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vxor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 12420 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vxor() [19/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vxor ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 12425 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_vxor() [20/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_vxor ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 12430 of file altivec.h.

◆ vec_vxor() [21/24]

static __inline__ vector bool int __ATTRS_o_ai vec_vxor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 12434 of file altivec.h.

References __b.

◆ vec_vxor() [22/24]

static __inline__ vector float __ATTRS_o_ai vec_vxor ( vector float  __a,
vector float  __b 
)
static

Definition at line 12439 of file altivec.h.

References __b.

◆ vec_vxor() [23/24]

static __inline__ vector float __ATTRS_o_ai vec_vxor ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 12446 of file altivec.h.

References __b.

◆ vec_vxor() [24/24]

static __inline__ vector float __ATTRS_o_ai vec_vxor ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 12453 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_vxor().

◆ vec_xl() [1/7]

static __ATTRS_o_ai vector signed char vec_xl ( signed long long  __offset,
signed char *  __ptr 
)
inlinestatic

Definition at line 16355 of file altivec.h.

References __ATTRS_o_ai.

Referenced by vec_xl().

◆ vec_xl() [2/7]

static __ATTRS_o_ai vector unsigned char vec_xl ( signed long long  __offset,
unsigned char *  __ptr 
)
inlinestatic

Definition at line 16361 of file altivec.h.

◆ vec_xl() [3/7]

static __ATTRS_o_ai vector signed short vec_xl ( signed long long  __offset,
signed short *  __ptr 
)
inlinestatic

Definition at line 16365 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_xl() [4/7]

static __ATTRS_o_ai vector unsigned short vec_xl ( signed long long  __offset,
unsigned short *  __ptr 
)
inlinestatic

Definition at line 16372 of file altivec.h.

◆ vec_xl() [5/7]

static __ATTRS_o_ai vector signed int vec_xl ( signed long long  __offset,
signed int *  __ptr 
)
inlinestatic

Definition at line 16377 of file altivec.h.

◆ vec_xl() [6/7]

static __ATTRS_o_ai vector unsigned int vec_xl ( signed long long  __offset,
unsigned int *  __ptr 
)
inlinestatic

Definition at line 16383 of file altivec.h.

◆ vec_xl() [7/7]

static __ATTRS_o_ai vector float vec_xl ( signed long long  __offset,
float *  __ptr 
)
inlinestatic

Definition at line 16389 of file altivec.h.

References __ATTRS_o_ai, vec_xl(), and vec_xl_be.

◆ vec_xor() [1/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_xor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 12167 of file altivec.h.

References __ATTRS_o_ai, and __b.

Referenced by vec_perm(), and vec_xor().

◆ vec_xor() [2/24]

static __inline__ vector signed char __ATTRS_o_ai vec_xor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 12152 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_xor() [3/24]

static __inline__ vector signed char __ATTRS_o_ai vec_xor ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 12157 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_xor() [4/24]

static __inline__ vector signed char __ATTRS_o_ai vec_xor ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 12162 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_xor() [5/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_xor ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 12172 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_xor() [6/24]

static __inline__ vector unsigned char __ATTRS_o_ai vec_xor ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 12177 of file altivec.h.

◆ vec_xor() [7/24]

static __inline__ vector bool char __ATTRS_o_ai vec_xor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 12181 of file altivec.h.

References __b.

◆ vec_xor() [8/24]

static __inline__ vector short __ATTRS_o_ai vec_xor ( vector short  __a,
vector short  __b 
)
static

Definition at line 12186 of file altivec.h.

References __b.

◆ vec_xor() [9/24]

static __inline__ vector short __ATTRS_o_ai vec_xor ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 12191 of file altivec.h.

References __b.

◆ vec_xor() [10/24]

static __inline__ vector short __ATTRS_o_ai vec_xor ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 12196 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_xor() [11/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_xor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 12202 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_xor() [12/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_xor ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 12207 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_xor() [13/24]

static __inline__ vector unsigned short __ATTRS_o_ai vec_xor ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 12212 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_xor() [14/24]

static __inline__ vector bool short __ATTRS_o_ai vec_xor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 12217 of file altivec.h.

References __b.

◆ vec_xor() [15/24]

static __inline__ vector int __ATTRS_o_ai vec_xor ( vector int  __a,
vector int  __b 
)
static

Definition at line 12221 of file altivec.h.

References __b.

◆ vec_xor() [16/24]

static __inline__ vector int __ATTRS_o_ai vec_xor ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 12226 of file altivec.h.

References __b.

◆ vec_xor() [17/24]

static __inline__ vector int __ATTRS_o_ai vec_xor ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 12231 of file altivec.h.

References __ATTRS_o_ai.

◆ vec_xor() [18/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_xor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 12237 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_xor() [19/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_xor ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 12242 of file altivec.h.

References __ATTRS_o_ai, and __b.

◆ vec_xor() [20/24]

static __inline__ vector unsigned int __ATTRS_o_ai vec_xor ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 12247 of file altivec.h.

◆ vec_xor() [21/24]

static __inline__ vector bool int __ATTRS_o_ai vec_xor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 12251 of file altivec.h.

References __b.

◆ vec_xor() [22/24]

static __inline__ vector float __ATTRS_o_ai vec_xor ( vector float  __a,
vector float  __b 
)
static

Definition at line 12256 of file altivec.h.

References __b.

◆ vec_xor() [23/24]

static __inline__ vector float __ATTRS_o_ai vec_xor ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 12263 of file altivec.h.

References __b.

◆ vec_xor() [24/24]

static __inline__ vector float __ATTRS_o_ai vec_xor ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 12270 of file altivec.h.

References __ATTRS_o_ai, __b, and vec_xor().

◆ vec_xst() [1/7]

static __ATTRS_o_ai void vec_xst ( vector signed char  __vec,
signed long long  __offset,
signed char *  __ptr 
)
inlinestatic

Definition at line 16514 of file altivec.h.

Referenced by vec_xst().

◆ vec_xst() [2/7]

static __ATTRS_o_ai void vec_xst ( vector unsigned char  __vec,
signed long long  __offset,
unsigned char *  __ptr 
)
inlinestatic

Definition at line 16520 of file altivec.h.

◆ vec_xst() [3/7]

static __ATTRS_o_ai void vec_xst ( vector signed short  __vec,
signed long long  __offset,
signed short *  __ptr 
)
inlinestatic

Definition at line 16526 of file altivec.h.

◆ vec_xst() [4/7]

static __ATTRS_o_ai void vec_xst ( vector unsigned short  __vec,
signed long long  __offset,
unsigned short *  __ptr 
)
inlinestatic

Definition at line 16533 of file altivec.h.

◆ vec_xst() [5/7]

static __ATTRS_o_ai void vec_xst ( vector signed int  __vec,
signed long long  __offset,
signed int *  __ptr 
)
inlinestatic

Definition at line 16540 of file altivec.h.

◆ vec_xst() [6/7]

static __ATTRS_o_ai void vec_xst ( vector unsigned int  __vec,
signed long long  __offset,
unsigned int *  __ptr 
)
inlinestatic

Definition at line 16547 of file altivec.h.

◆ vec_xst() [7/7]

static __ATTRS_o_ai void vec_xst ( vector float  __vec,
signed long long  __offset,
float *  __ptr 
)
inlinestatic

Definition at line 16554 of file altivec.h.

References __ATTRS_o_ai, vec_xst(), and vec_xst_be.

Variable Documentation

◆ __b

static __inline__ int vector float __b
Initial value:
{
return __a + __b
static __inline__ void int __a
Definition: emmintrin.h:4185
static __inline__ vector float vector float __b
Definition: altivec.h:520

Definition at line 520 of file altivec.h.

Referenced by __divdc3(), __divsc3(), __usad(), __vabsdiffs2(), __vabsdiffs4(), __vabsdiffu2(), __vabsdiffu4(), __vadd2(), __vadd4(), __vaddss2(), __vaddss4(), __vaddus2(), __vaddus4(), __vavgs2(), __vavgs4(), __vavgu2(), __vavgu4(), __vhaddu2(), __vhaddu4(), __vmaxs2(), __vmaxs4(), __vmaxu2(), __vmaxu4(), __vmins2(), __vmins4(), __vminu2(), __vminu4(), __vsads2(), __vsads4(), __vsadu2(), __vsadu4(), __vseteq2(), __vseteq4(), __vsetges2(), __vsetges4(), __vsetgeu2(), __vsetgeu4(), __vsetgts2(), __vsetgts4(), __vsetgtu2(), __vsetgtu4(), __vsetles2(), __vsetles4(), __vsetleu2(), __vsetleu4(), __vsetlts2(), __vsetlts4(), __vsetltu2(), __vsetltu4(), __vsetne2(), __vsetne4(), __vsub2(), __vsub4(), __vsubss2(), __vsubss4(), __vsubus2(), __vsubus4(), _mm256_add_epi16(), _mm256_add_epi32(), _mm256_add_epi64(), _mm256_add_epi8(), _mm256_add_pd(), _mm256_add_ps(), _mm256_and_epi32(), _mm256_and_epi64(), _mm256_and_pd(), _mm256_and_ps(), _mm256_and_si256(), _mm256_andnot_pd(), _mm256_andnot_ps(), _mm256_andnot_si256(), _mm256_broadcast_pd(), _mm256_broadcast_ps(), _mm256_cmpeq_epi16(), _mm256_cmpeq_epi32(), _mm256_cmpeq_epi64(), _mm256_cmpeq_epi8(), _mm256_cmpgt_epi16(), _mm256_cmpgt_epi32(), _mm256_cmpgt_epi64(), _mm256_cmpgt_epi8(), _mm256_cvtsi256_si32(), _mm256_div_pd(), _mm256_div_ps(), _mm256_mul_pd(), _mm256_mul_ps(), _mm256_mullo_epi16(), _mm256_mullo_epi32(), _mm256_or_epi32(), _mm256_or_epi64(), _mm256_or_pd(), _mm256_or_ps(), _mm256_or_si256(), _mm256_set_epi64x(), _mm256_set_pd(), _mm256_set_ps(), _mm256_sub_epi16(), _mm256_sub_epi32(), _mm256_sub_epi64(), _mm256_sub_epi8(), _mm256_sub_pd(), _mm256_sub_ps(), _mm256_xor_epi32(), _mm256_xor_epi64(), _mm256_xor_pd(), _mm256_xor_ps(), _mm256_xor_si256(), _mm512_add_pd(), _mm512_add_ps(), _mm512_and_epi32(), _mm512_and_epi64(), _mm512_and_si512(), _mm512_cvtsi512_si32(), _mm512_div_pd(), _mm512_div_ps(), _mm512_mul_pd(), _mm512_mul_ps(), _mm512_or_epi32(), _mm512_or_epi64(), _mm512_or_si512(), _mm512_sub_pd(), _mm512_sub_ps(), _mm512_xor_epi32(), _mm512_xor_epi64(), _mm512_xor_si512(), _mm_add_epi16(), _mm_add_epi32(), _mm_add_epi64(), _mm_add_epi8(), _mm_add_pd(), _mm_add_ps(), _mm_and_epi32(), _mm_and_epi64(), _mm_and_pd(), _mm_and_ps(), _mm_and_si128(), _mm_andnot_pd(), _mm_andnot_ps(), _mm_andnot_si128(), _mm_cmpeq_epi16(), _mm_cmpeq_epi32(), _mm_cmpeq_epi8(), _mm_cmpgt_epi16(), _mm_cmpgt_epi32(), _mm_cmpgt_epi8(), _mm_cmplt_epi32(), _mm_cvt_si2ss(), _mm_cvtpi16_ps(), _mm_cvtpi8_ps(), _mm_cvtps_pi16(), _mm_cvtps_pi8(), _mm_cvtpu16_ps(), _mm_cvtpu8_ps(), _mm_cvtsi32_sd(), _mm_cvtsi32_ss(), _mm_div_pd(), _mm_div_ps(), _mm_mul_pd(), _mm_mul_ps(), _mm_mullo_epi16(), _mm_or_epi32(), _mm_or_epi64(), _mm_or_pd(), _mm_or_ps(), _mm_or_si128(), _mm_store_si128(), _mm_storeu_si128(), _mm_sub_epi16(), _mm_sub_epi32(), _mm_sub_epi64(), _mm_sub_epi8(), _mm_sub_pd(), _mm_sub_ps(), _mm_xor_epi32(), _mm_xor_epi64(), _mm_xor_pd(), _mm_xor_ps(), _mm_xor_si128(), fdivide(), fdividef(), vec_abss(), vec_add(), vec_addc(), vec_adde(), vec_and(), vec_andc(), vec_div(), vec_extract(), vec_insert(), vec_mul(), vec_mulo(), vec_nor(), vec_or(), vec_promote(), vec_sra(), vec_sub(), vec_vaddubm(), vec_vadduhm(), vec_vadduwm(), vec_vadduws(), vec_vand(), vec_vandc(), vec_vnor(), vec_vor(), vec_vsububm(), vec_vsubuhm(), vec_vsubuwm(), vec_vsubuws(), vec_vxor(), and vec_xor().

◆ __c

static __inline__ vector float vector float vector float __c
Initial value:
{
return __builtin_altivec_vmaddfp(__a, __b, __c)
static __inline__ void int __a
Definition: emmintrin.h:4185
static __inline__ vector float vector float __b
Definition: altivec.h:520
static __inline__ vector float vector float vector float __c
Definition: altivec.h:4187

Definition at line 4187 of file altivec.h.

Referenced by __muldc3(), __mulsc3(), _mm256_set_epi64x(), _mm256_set_pd(), _mm256_set_ps(), _mm_cmpge_sd(), _mm_cmpgt_sd(), _mm_cmpnge_sd(), _mm_cmpngt_sd(), _mm_cvtpi16_ps(), _mm_cvtpi32x2_ps(), _mm_cvtps_pi16(), _mm_cvtps_pi8(), _mm_cvtpu16_ps(), _mm_sqrt_sd(), sincosf(), vec_add(), vec_adde(), vec_insert(), vec_mladd(), vec_sel(), vec_vadduws(), vec_vmladduhm(), and vec_vsel().