clang  3.9.0
Macros | 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 __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_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
 

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 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
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
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 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 float
__ATTRS_o_ai 
vec_ctf (vector int __a, int __b)
 
static __inline__ vector float
__ATTRS_o_ai 
vec_ctf (vector unsigned int __a, int __b)
 
static __inline__ vector int
__ATTRS_o_ai 
vec_cts (vector float __a, int __b)
 
static __inline__ vector
unsigned int __ATTRS_o_ai 
vec_ctu (vector float __a, int __b)
 
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
signed char __ATTRS_o_ai 
vec_sl (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector
unsigned char __ATTRS_o_ai 
vec_sl (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector short
__ATTRS_o_ai 
vec_sl (vector short __a, vector unsigned short __b)
 
static __inline__ vector
unsigned short __ATTRS_o_ai 
vec_sl (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector int
__ATTRS_o_ai 
vec_sl (vector int __a, vector unsigned int __b)
 
static __inline__ vector
unsigned int __ATTRS_o_ai 
vec_sl (vector unsigned 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
signed int __ATTRS_o_ai 
vec_sld (vector signed int __a, vector signed int __b, unsigned const int __c)
 
static __inline__ vector
unsigned int __ATTRS_o_ai 
vec_sld (vector unsigned int __a, vector unsigned int __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 float
__ATTRS_o_ai 
vec_sld (vector float __a, vector float __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
signed char __ATTRS_o_ai 
vec_sr (vector signed char __a, vector unsigned char __b)
 
static __inline__ vector
unsigned char __ATTRS_o_ai 
vec_sr (vector unsigned char __a, vector unsigned char __b)
 
static __inline__ vector
signed short __ATTRS_o_ai 
vec_sr (vector signed short __a, vector unsigned short __b)
 
static __inline__ vector
unsigned short __ATTRS_o_ai 
vec_sr (vector unsigned short __a, vector unsigned short __b)
 
static __inline__ vector
signed int __ATTRS_o_ai 
vec_sr (vector signed int __a, vector unsigned int __b)
 
static __inline__ vector
unsigned int __ATTRS_o_ai 
vec_sr (vector unsigned 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
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 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)
 

Variables

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

Macro Definition Documentation

#define __ATTRS_o_ai   __attribute__((__overloadable__, __always_inline__))

Definition at line 37 of file altivec.h.

#define __builtin_altivec_abs_v16qi   vec_abs

Definition at line 101 of file altivec.h.

#define __builtin_altivec_abs_v4si   vec_abs

Definition at line 103 of file altivec.h.

#define __builtin_altivec_abs_v8hi   vec_abs

Definition at line 102 of file altivec.h.

#define __builtin_altivec_abss_v16qi   vec_abss

Definition at line 144 of file altivec.h.

#define __builtin_altivec_abss_v4si   vec_abss

Definition at line 146 of file altivec.h.

#define __builtin_altivec_abss_v8hi   vec_abss

Definition at line 145 of file altivec.h.

#define __builtin_altivec_vaddfp   vec_vaddfp

Definition at line 428 of file altivec.h.

#define __builtin_altivec_vaddubm   vec_vaddubm

Definition at line 326 of file altivec.h.

#define __builtin_altivec_vadduhm   vec_vadduhm

Definition at line 360 of file altivec.h.

#define __builtin_altivec_vadduwm   vec_vadduwm

Definition at line 394 of file altivec.h.

#define __builtin_altivec_vand   vec_and

Definition at line 718 of file altivec.h.

#define __builtin_altivec_vandc   vec_andc

Definition at line 1071 of file altivec.h.

#define __builtin_altivec_vmladduhm   vec_mladd

Definition at line 4128 of file altivec.h.

#define __builtin_altivec_vmrghb   vec_vmrghb

Definition at line 3450 of file altivec.h.

#define __builtin_altivec_vmrghh   vec_vmrghh

Definition at line 3478 of file altivec.h.

#define __builtin_altivec_vmrghw   vec_vmrghw

Definition at line 3514 of file altivec.h.

#define __builtin_altivec_vmrglb   vec_vmrglb

Definition at line 3713 of file altivec.h.

#define __builtin_altivec_vmrglh   vec_vmrglh

Definition at line 3741 of file altivec.h.

#define __builtin_altivec_vmrglw   vec_vmrglw

Definition at line 3777 of file altivec.h.

#define __builtin_altivec_vnor   vec_nor

Definition at line 4774 of file altivec.h.

#define __builtin_altivec_vor   vec_or

Definition at line 4910 of file altivec.h.

#define __builtin_altivec_vpkuhum   vec_vpkuhum

Definition at line 5543 of file altivec.h.

#define __builtin_altivec_vpkuwum   vec_vpkuwum

Definition at line 5592 of file altivec.h.

#define __builtin_altivec_vsel_4si   vec_sel

Definition at line 6443 of file altivec.h.

#define __builtin_altivec_vslb   vec_vslb

Definition at line 6740 of file altivec.h.

#define __builtin_altivec_vsldoi_4si   vec_sld

Definition at line 6782 of file altivec.h.

#define __builtin_altivec_vslh   vec_vslh

Definition at line 6754 of file altivec.h.

#define __builtin_altivec_vslw   vec_vslw

Definition at line 6768 of file altivec.h.

#define __builtin_altivec_vspltb   vec_vspltb

Definition at line 7793 of file altivec.h.

#define __builtin_altivec_vsplth   vec_vsplth

Definition at line 7812 of file altivec.h.

#define __builtin_altivec_vspltisb   vec_splat_s8

Definition at line 7892 of file altivec.h.

#define __builtin_altivec_vspltish   vec_splat_s16

Definition at line 7910 of file altivec.h.

#define __builtin_altivec_vspltisw   vec_splat_s32

Definition at line 7926 of file altivec.h.

#define __builtin_altivec_vspltw   vec_vspltw

Definition at line 7852 of file altivec.h.

#define __builtin_altivec_vsrb   vec_vsrb

Definition at line 8014 of file altivec.h.

#define __builtin_altivec_vsrh   vec_vsrh

Definition at line 8028 of file altivec.h.

#define __builtin_altivec_vsrw   vec_vsrw

Definition at line 8042 of file altivec.h.

#define __builtin_altivec_vsubfp   vec_vsubfp

Definition at line 9574 of file altivec.h.

#define __builtin_altivec_vsububm   vec_vsububm

Definition at line 9472 of file altivec.h.

#define __builtin_altivec_vsubuhm   vec_vsubuhm

Definition at line 9506 of file altivec.h.

#define __builtin_altivec_vsubuwm   vec_vsubuwm

Definition at line 9540 of file altivec.h.

#define __builtin_altivec_vxor   vec_xor

Definition at line 10516 of file altivec.h.

#define __CR6_EQ   0

Definition at line 32 of file altivec.h.

Referenced by vec_all_ge(), vec_all_le(), vec_all_nan(), vec_all_ne(), vec_all_nge(), and vec_all_ngt().

#define __CR6_EQ_REV   1

Definition at line 33 of file altivec.h.

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

#define __CR6_LT   2

Definition at line 34 of file altivec.h.

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

#define __CR6_LT_REV   3

Definition at line 35 of file altivec.h.

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

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

Definition at line 2105 of file altivec.h.

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

Definition at line 2110 of file altivec.h.

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

Definition at line 2115 of file altivec.h.

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

Definition at line 2120 of file altivec.h.

Function Documentation

static __inline__ vector float __attribute__ ( (__always_inline__)  )
static

Definition at line 1514 of file altivec.h.

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

Definition at line 106 of file altivec.h.

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

Definition at line 111 of file altivec.h.

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

Definition at line 116 of file altivec.h.

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

Definition at line 127 of file altivec.h.

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

Definition at line 149 of file altivec.h.

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

Definition at line 155 of file altivec.h.

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

Definition at line 161 of file altivec.h.

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

Definition at line 169 of file altivec.h.

References __b.

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

Definition at line 174 of file altivec.h.

References __b.

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

Definition at line 179 of file altivec.h.

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

Definition at line 184 of file altivec.h.

References __b.

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

Definition at line 189 of file altivec.h.

References __b.

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

Definition at line 194 of file altivec.h.

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

Definition at line 198 of file altivec.h.

References __b.

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

Definition at line 203 of file altivec.h.

References __b.

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

Definition at line 208 of file altivec.h.

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

Definition at line 214 of file altivec.h.

References __b.

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

Definition at line 219 of file altivec.h.

References __b.

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

Definition at line 224 of file altivec.h.

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

Definition at line 228 of file altivec.h.

References __b.

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

Definition at line 233 of file altivec.h.

References __b.

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

Definition at line 238 of file altivec.h.

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

Definition at line 244 of file altivec.h.

References __b.

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

Definition at line 249 of file altivec.h.

References __b.

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

Definition at line 254 of file altivec.h.

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

Definition at line 280 of file altivec.h.

References __b.

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

Definition at line 438 of file altivec.h.

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

Definition at line 444 of file altivec.h.

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

Definition at line 471 of file altivec.h.

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

Definition at line 476 of file altivec.h.

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

Definition at line 481 of file altivec.h.

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

Definition at line 486 of file altivec.h.

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

Definition at line 491 of file altivec.h.

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

Definition at line 496 of file altivec.h.

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

Definition at line 500 of file altivec.h.

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

Definition at line 505 of file altivec.h.

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

Definition at line 510 of file altivec.h.

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

Definition at line 516 of file altivec.h.

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

Definition at line 521 of file altivec.h.

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

Definition at line 526 of file altivec.h.

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

Definition at line 530 of file altivec.h.

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

Definition at line 535 of file altivec.h.

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

Definition at line 540 of file altivec.h.

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

Definition at line 546 of file altivec.h.

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

Definition at line 551 of file altivec.h.

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

Definition at line 556 of file altivec.h.

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

Definition at line 12033 of file altivec.h.

References __CR6_LT.

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

Definition at line 12039 of file altivec.h.

References __CR6_LT.

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

Definition at line 12045 of file altivec.h.

References __CR6_LT.

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

Definition at line 12051 of file altivec.h.

References __CR6_LT.

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

Definition at line 12057 of file altivec.h.

References __CR6_LT.

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

Definition at line 12063 of file altivec.h.

References __CR6_LT.

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

Definition at line 12069 of file altivec.h.

References __CR6_LT.

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

Definition at line 12075 of file altivec.h.

References __CR6_LT.

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

Definition at line 12080 of file altivec.h.

References __CR6_LT.

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

Definition at line 12085 of file altivec.h.

References __CR6_LT.

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

Definition at line 12091 of file altivec.h.

References __CR6_LT.

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

Definition at line 12097 of file altivec.h.

References __CR6_LT.

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

Definition at line 12103 of file altivec.h.

References __CR6_LT.

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

Definition at line 12109 of file altivec.h.

References __CR6_LT.

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

Definition at line 12115 of file altivec.h.

References __CR6_LT.

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

Definition at line 12121 of file altivec.h.

References __CR6_LT.

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

Definition at line 12125 of file altivec.h.

References __CR6_LT.

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

Definition at line 12130 of file altivec.h.

References __CR6_LT.

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

Definition at line 12136 of file altivec.h.

References __CR6_LT.

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

Definition at line 12142 of file altivec.h.

References __CR6_LT.

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

Definition at line 12148 of file altivec.h.

References __CR6_LT.

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

Definition at line 12154 of file altivec.h.

References __CR6_LT.

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

Definition at line 12202 of file altivec.h.

References __CR6_LT.

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

Definition at line 12220 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12225 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12230 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12235 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12240 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12246 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12251 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12257 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12262 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12267 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12272 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12278 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12284 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12290 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12296 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12300 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12305 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12310 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12315 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12321 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12326 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12373 of file altivec.h.

References __CR6_LT.

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

Definition at line 12391 of file altivec.h.

References __CR6_LT.

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

Definition at line 12396 of file altivec.h.

References __CR6_LT.

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

Definition at line 12401 of file altivec.h.

References __CR6_LT.

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

Definition at line 12406 of file altivec.h.

References __CR6_LT.

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

Definition at line 12411 of file altivec.h.

References __CR6_LT.

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

Definition at line 12417 of file altivec.h.

References __CR6_LT.

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

Definition at line 12422 of file altivec.h.

References __CR6_LT.

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

Definition at line 12428 of file altivec.h.

References __CR6_LT.

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

Definition at line 12433 of file altivec.h.

References __CR6_LT.

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

Definition at line 12438 of file altivec.h.

References __CR6_LT.

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

Definition at line 12443 of file altivec.h.

References __CR6_LT.

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

Definition at line 12449 of file altivec.h.

References __CR6_LT.

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

Definition at line 12455 of file altivec.h.

References __CR6_LT.

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

Definition at line 12461 of file altivec.h.

References __CR6_LT.

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

Definition at line 12467 of file altivec.h.

References __CR6_LT.

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

Definition at line 12471 of file altivec.h.

References __CR6_LT.

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

Definition at line 12476 of file altivec.h.

References __CR6_LT.

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

Definition at line 12481 of file altivec.h.

References __CR6_LT.

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

Definition at line 12486 of file altivec.h.

References __CR6_LT.

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

Definition at line 12492 of file altivec.h.

References __CR6_LT.

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

Definition at line 12497 of file altivec.h.

References __CR6_LT.

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

Definition at line 12544 of file altivec.h.

References __CR6_LT.

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

Definition at line 12569 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12574 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12579 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12584 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12589 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12595 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12600 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12606 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12611 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12616 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12621 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12627 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12633 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12639 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12645 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12649 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12654 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12659 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12664 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12670 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12675 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12723 of file altivec.h.

References __CR6_LT.

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

Definition at line 12741 of file altivec.h.

References __CR6_LT.

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

Definition at line 12746 of file altivec.h.

References __CR6_LT.

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

Definition at line 12751 of file altivec.h.

References __CR6_LT.

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

Definition at line 12756 of file altivec.h.

References __CR6_LT.

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

Definition at line 12761 of file altivec.h.

References __CR6_LT.

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

Definition at line 12767 of file altivec.h.

References __CR6_LT.

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

Definition at line 12772 of file altivec.h.

References __CR6_LT.

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

Definition at line 12778 of file altivec.h.

References __CR6_LT.

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

Definition at line 12783 of file altivec.h.

References __CR6_LT.

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

Definition at line 12788 of file altivec.h.

References __CR6_LT.

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

Definition at line 12793 of file altivec.h.

References __CR6_LT.

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

Definition at line 12799 of file altivec.h.

References __CR6_LT.

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

Definition at line 12805 of file altivec.h.

References __CR6_LT.

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

Definition at line 12811 of file altivec.h.

References __CR6_LT.

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

Definition at line 12817 of file altivec.h.

References __CR6_LT.

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

Definition at line 12821 of file altivec.h.

References __CR6_LT.

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

Definition at line 12826 of file altivec.h.

References __CR6_LT.

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

Definition at line 12831 of file altivec.h.

References __CR6_LT.

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

Definition at line 12836 of file altivec.h.

References __CR6_LT.

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

Definition at line 12842 of file altivec.h.

References __CR6_LT.

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

Definition at line 12847 of file altivec.h.

References __CR6_LT.

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

Definition at line 12895 of file altivec.h.

References __CR6_LT.

static __inline__ int __ATTRS_o_ai vec_all_nan ( vector float  __a)
static

Definition at line 12913 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12929 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12935 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12941 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12947 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12953 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12959 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12965 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12971 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12976 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12981 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12987 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12993 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12999 of file altivec.h.

References __CR6_EQ.

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

Definition at line 13005 of file altivec.h.

References __CR6_EQ.

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

Definition at line 13011 of file altivec.h.

References __CR6_EQ.

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

Definition at line 13017 of file altivec.h.

References __CR6_EQ.

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

Definition at line 13021 of file altivec.h.

References __CR6_EQ.

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

Definition at line 13026 of file altivec.h.

References __CR6_EQ.

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

Definition at line 13032 of file altivec.h.

References __CR6_EQ.

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

Definition at line 13038 of file altivec.h.

References __CR6_EQ.

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

Definition at line 13044 of file altivec.h.

References __CR6_EQ.

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

Definition at line 13050 of file altivec.h.

References __CR6_EQ.

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

Definition at line 13099 of file altivec.h.

References __CR6_EQ.

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

Definition at line 13117 of file altivec.h.

References __CR6_EQ.

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

Definition at line 13135 of file altivec.h.

References __CR6_EQ.

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

Definition at line 721 of file altivec.h.

References __b.

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

Definition at line 726 of file altivec.h.

References __b.

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

Definition at line 731 of file altivec.h.

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

Definition at line 736 of file altivec.h.

References __b.

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

Definition at line 741 of file altivec.h.

References __b.

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

Definition at line 746 of file altivec.h.

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

Definition at line 750 of file altivec.h.

References __b.

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

Definition at line 755 of file altivec.h.

References __b.

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

Definition at line 760 of file altivec.h.

References __b.

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

Definition at line 765 of file altivec.h.

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

Definition at line 771 of file altivec.h.

References __b.

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

Definition at line 776 of file altivec.h.

References __b.

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

Definition at line 781 of file altivec.h.

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

Definition at line 786 of file altivec.h.

References __b.

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

Definition at line 790 of file altivec.h.

References __b.

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

Definition at line 795 of file altivec.h.

References __b.

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

Definition at line 800 of file altivec.h.

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

Definition at line 806 of file altivec.h.

References __b.

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

Definition at line 811 of file altivec.h.

References __b.

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

Definition at line 816 of file altivec.h.

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

Definition at line 820 of file altivec.h.

References __b.

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

Definition at line 825 of file altivec.h.

References __b.

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

Definition at line 832 of file altivec.h.

References __b.

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

Definition at line 839 of file altivec.h.

References __b.

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

Definition at line 1074 of file altivec.h.

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

Definition at line 1079 of file altivec.h.

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

Definition at line 1084 of file altivec.h.

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

Definition at line 1089 of file altivec.h.

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

Definition at line 1094 of file altivec.h.

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

Definition at line 1099 of file altivec.h.

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

Definition at line 1103 of file altivec.h.

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

Definition at line 1108 of file altivec.h.

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

Definition at line 1113 of file altivec.h.

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

Definition at line 1118 of file altivec.h.

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

Definition at line 1124 of file altivec.h.

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

Definition at line 1129 of file altivec.h.

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

Definition at line 1134 of file altivec.h.

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

Definition at line 1139 of file altivec.h.

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

Definition at line 1143 of file altivec.h.

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

Definition at line 1148 of file altivec.h.

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

Definition at line 1153 of file altivec.h.

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

Definition at line 1159 of file altivec.h.

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

Definition at line 1164 of file altivec.h.

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

Definition at line 1169 of file altivec.h.

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

Definition at line 1173 of file altivec.h.

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

Definition at line 1178 of file altivec.h.

References __b.

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

Definition at line 1185 of file altivec.h.

References __b.

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

Definition at line 1192 of file altivec.h.

References __b.

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

Definition at line 13174 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13180 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13186 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13192 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13198 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13204 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13210 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13216 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13221 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13226 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13232 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13238 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13244 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13250 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13256 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13262 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13266 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13271 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13277 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13283 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13289 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13295 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13344 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13362 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13367 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13373 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13378 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13384 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13390 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13396 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13402 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13407 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13412 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13417 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13423 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13429 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13435 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13441 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13445 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13450 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13455 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13461 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13467 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13473 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13523 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13541 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13546 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13552 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13557 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13563 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13569 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13575 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13581 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13586 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13591 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13596 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13602 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13608 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13614 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13620 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13624 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13629 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13634 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13640 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13646 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13652 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13702 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13720 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13725 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13731 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13736 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13742 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13748 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13754 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13760 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13765 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13770 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13775 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13781 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13787 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13793 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13799 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13803 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13808 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13813 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13819 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13825 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13831 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13881 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13899 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13904 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13910 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13915 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13921 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13927 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13933 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13939 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13944 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13949 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13954 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13960 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13966 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13972 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13978 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13982 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13987 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13992 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13998 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 14004 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 14010 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 14060 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 14085 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14091 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14097 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14103 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14109 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14115 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14121 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14127 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14132 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14137 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14143 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14149 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14155 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14161 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14167 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14173 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14177 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14182 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14188 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14194 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14200 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14206 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 14255 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 1425 of file altivec.h.

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

Definition at line 1430 of file altivec.h.

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

Definition at line 1434 of file altivec.h.

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

Definition at line 1440 of file altivec.h.

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

Definition at line 1444 of file altivec.h.

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

Definition at line 1450 of file altivec.h.

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

Definition at line 1498 of file altivec.h.

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

Definition at line 1536 of file altivec.h.

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

Definition at line 1542 of file altivec.h.

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

Definition at line 1547 of file altivec.h.

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

Definition at line 1553 of file altivec.h.

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

Definition at line 1558 of file altivec.h.

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

Definition at line 1564 of file altivec.h.

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

Definition at line 1582 of file altivec.h.

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

Definition at line 1661 of file altivec.h.

References vec_cmpgt().

Referenced by vec_cmple().

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

Definition at line 1666 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1671 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1676 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1681 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1686 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1690 of file altivec.h.

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

Definition at line 1601 of file altivec.h.

Referenced by vec_cmpge(), and vec_cmplt().

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

Definition at line 1606 of file altivec.h.

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

Definition at line 1610 of file altivec.h.

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

Definition at line 1616 of file altivec.h.

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

Definition at line 1620 of file altivec.h.

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

Definition at line 1626 of file altivec.h.

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

Definition at line 1642 of file altivec.h.

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

Definition at line 1777 of file altivec.h.

References vec_cmpge().

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

Definition at line 1782 of file altivec.h.

References vec_cmpge().

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

Definition at line 1787 of file altivec.h.

References vec_cmpge().

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

Definition at line 1792 of file altivec.h.

References vec_cmpge().

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

Definition at line 1797 of file altivec.h.

References vec_cmpge().

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

Definition at line 1802 of file altivec.h.

References vec_cmpge().

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

Definition at line 1806 of file altivec.h.

References vec_cmpge().

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

Definition at line 1833 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1838 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1842 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1848 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1852 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1858 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1862 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1937 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_ctf ( vector unsigned int  __a,
int  __b 
)
static

Definition at line 1941 of file altivec.h.

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

Definition at line 1978 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_ctu ( vector float  __a,
int  __b 
)
static

Definition at line 1999 of file altivec.h.

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

Definition at line 2041 of file altivec.h.

References __b.

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

Definition at line 2046 of file altivec.h.

References __b.

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

Definition at line 2051 of file altivec.h.

References __b.

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

Definition at line 2056 of file altivec.h.

References __b.

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

Definition at line 2061 of file altivec.h.

References __b.

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

Definition at line 2066 of file altivec.h.

References __b.

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

Definition at line 10868 of file altivec.h.

References __b.

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

Definition at line 10874 of file altivec.h.

References __b.

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

Definition at line 10878 of file altivec.h.

References __b.

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

Definition at line 10883 of file altivec.h.

References __b.

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

Definition at line 10889 of file altivec.h.

References __b.

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

Definition at line 10893 of file altivec.h.

References __b.

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

Definition at line 10898 of file altivec.h.

References __b.

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

Definition at line 10903 of file altivec.h.

References __b.

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

Definition at line 10908 of file altivec.h.

References __b.

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

Definition at line 10934 of file altivec.h.

References __b.

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

Definition at line 2227 of file altivec.h.

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

Definition at line 10941 of file altivec.h.

References __b, and __c.

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

Definition at line 10947 of file altivec.h.

References __b, and __c.

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

Definition at line 10952 of file altivec.h.

References __b, and __c.

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

Definition at line 10960 of file altivec.h.

References __b, and __c.

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

Definition at line 10966 of file altivec.h.

References __b, and __c.

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

Definition at line 10972 of file altivec.h.

References __b, and __c.

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

Definition at line 10978 of file altivec.h.

References __b, and __c.

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

Definition at line 10984 of file altivec.h.

References __b, and __c.

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

Definition at line 10989 of file altivec.h.

References __b, and __c.

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

Definition at line 11022 of file altivec.h.

References __b, and __c.

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

Definition at line 2251 of file altivec.h.

Referenced by vec_lvlx(), and vec_lvrx().

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

Definition at line 2256 of file altivec.h.

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

Definition at line 2261 of file altivec.h.

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

Definition at line 2266 of file altivec.h.

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

Definition at line 2271 of file altivec.h.

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

Definition at line 2275 of file altivec.h.

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

Definition at line 2280 of file altivec.h.

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

Definition at line 2285 of file altivec.h.

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

Definition at line 2290 of file altivec.h.

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

Definition at line 2295 of file altivec.h.

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

Definition at line 2299 of file altivec.h.

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

Definition at line 2304 of file altivec.h.

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

Definition at line 2309 of file altivec.h.

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

Definition at line 2314 of file altivec.h.

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

Definition at line 2319 of file altivec.h.

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

Definition at line 2324 of file altivec.h.

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

Definition at line 2328 of file altivec.h.

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

Definition at line 2333 of file altivec.h.

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

Definition at line 2429 of file altivec.h.

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

Definition at line 2434 of file altivec.h.

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

Definition at line 2438 of file altivec.h.

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

Definition at line 2443 of file altivec.h.

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

Definition at line 2447 of file altivec.h.

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

Definition at line 2452 of file altivec.h.

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

Definition at line 2456 of file altivec.h.

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

Definition at line 2503 of file altivec.h.

Referenced by vec_lvlxl(), and vec_lvrxl().

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

Definition at line 2508 of file altivec.h.

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

Definition at line 2513 of file altivec.h.

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

Definition at line 2518 of file altivec.h.

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

Definition at line 2523 of file altivec.h.

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

Definition at line 2527 of file altivec.h.

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

Definition at line 2532 of file altivec.h.

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

Definition at line 2537 of file altivec.h.

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

Definition at line 2542 of file altivec.h.

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

Definition at line 2547 of file altivec.h.

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

Definition at line 2551 of file altivec.h.

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

Definition at line 2556 of file altivec.h.

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

Definition at line 2561 of file altivec.h.

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

Definition at line 2566 of file altivec.h.

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

Definition at line 2571 of file altivec.h.

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

Definition at line 2576 of file altivec.h.

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

Definition at line 2580 of file altivec.h.

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

Definition at line 2585 of file altivec.h.

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

Definition at line 2463 of file altivec.h.

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

Definition at line 2468 of file altivec.h.

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

Definition at line 2474 of file altivec.h.

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

Definition at line 2480 of file altivec.h.

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

Definition at line 2486 of file altivec.h.

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

Definition at line 2491 of file altivec.h.

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

Definition at line 2495 of file altivec.h.

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

Definition at line 11032 of file altivec.h.

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

Referenced by vec_stvrx(), and vec_stvrxl().

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

Definition at line 11038 of file altivec.h.

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

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

Definition at line 11044 of file altivec.h.

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

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

Definition at line 11050 of file altivec.h.

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

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

Definition at line 11056 of file altivec.h.

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

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

Definition at line 11061 of file altivec.h.

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

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

Definition at line 11066 of file altivec.h.

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

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

Definition at line 11073 of file altivec.h.

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

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

Definition at line 11079 of file altivec.h.

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

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

Definition at line 11085 of file altivec.h.

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

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

Definition at line 11090 of file altivec.h.

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

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

Definition at line 11096 of file altivec.h.

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

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

Definition at line 11100 of file altivec.h.

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

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

Definition at line 11107 of file altivec.h.

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

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

Definition at line 11113 of file altivec.h.

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

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

Definition at line 11119 of file altivec.h.

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

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

Definition at line 11124 of file altivec.h.

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

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

Definition at line 11129 of file altivec.h.

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

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

Definition at line 11138 of file altivec.h.

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

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

Definition at line 11144 of file altivec.h.

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

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

Definition at line 11150 of file altivec.h.

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

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

Definition at line 11156 of file altivec.h.

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

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

Definition at line 11162 of file altivec.h.

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

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

Definition at line 11167 of file altivec.h.

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

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

Definition at line 11172 of file altivec.h.

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

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

Definition at line 11179 of file altivec.h.

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

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

Definition at line 11185 of file altivec.h.

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

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

Definition at line 11191 of file altivec.h.

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

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

Definition at line 11196 of file altivec.h.

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

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

Definition at line 11202 of file altivec.h.

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

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

Definition at line 11206 of file altivec.h.

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

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

Definition at line 11213 of file altivec.h.

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

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

Definition at line 11219 of file altivec.h.

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

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

Definition at line 11225 of file altivec.h.

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

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

Definition at line 11230 of file altivec.h.

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

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

Definition at line 11235 of file altivec.h.

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

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

Definition at line 11244 of file altivec.h.

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

Referenced by vec_stvlx(), and vec_stvlxl().

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

Definition at line 11250 of file altivec.h.

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

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

Definition at line 11256 of file altivec.h.

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

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

Definition at line 11262 of file altivec.h.

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

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

Definition at line 11268 of file altivec.h.

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

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

Definition at line 11273 of file altivec.h.

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

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

Definition at line 11278 of file altivec.h.

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

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

Definition at line 11285 of file altivec.h.

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

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

Definition at line 11291 of file altivec.h.

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

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

Definition at line 11297 of file altivec.h.

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

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

Definition at line 11302 of file altivec.h.

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

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

Definition at line 11308 of file altivec.h.

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

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

Definition at line 11312 of file altivec.h.

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

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

Definition at line 11319 of file altivec.h.

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

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

Definition at line 11325 of file altivec.h.

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

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

Definition at line 11331 of file altivec.h.

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

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

Definition at line 11336 of file altivec.h.

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

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

Definition at line 11341 of file altivec.h.

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

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

Definition at line 11350 of file altivec.h.

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

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

Definition at line 11356 of file altivec.h.

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

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

Definition at line 11362 of file altivec.h.

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

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

Definition at line 11368 of file altivec.h.

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

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

Definition at line 11374 of file altivec.h.

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

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

Definition at line 11379 of file altivec.h.

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

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

Definition at line 11384 of file altivec.h.

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

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

Definition at line 11391 of file altivec.h.

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

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

Definition at line 11397 of file altivec.h.

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

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

Definition at line 11403 of file altivec.h.

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

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

Definition at line 11408 of file altivec.h.

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

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

Definition at line 11414 of file altivec.h.

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

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

Definition at line 11418 of file altivec.h.

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

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

Definition at line 11425 of file altivec.h.

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

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

Definition at line 11431 of file altivec.h.

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

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

Definition at line 11437 of file altivec.h.

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

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

Definition at line 11442 of file altivec.h.

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

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

Definition at line 11447 of file altivec.h.

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

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

Definition at line 2708 of file altivec.h.

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

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

Definition at line 2725 of file altivec.h.

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

Definition at line 2741 of file altivec.h.

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

Definition at line 2759 of file altivec.h.

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

Definition at line 2775 of file altivec.h.

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

Definition at line 2793 of file altivec.h.

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

Definition at line 2809 of file altivec.h.

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

Definition at line 2829 of file altivec.h.

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

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

Definition at line 2846 of file altivec.h.

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

Definition at line 2862 of file altivec.h.

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

Definition at line 2880 of file altivec.h.

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

Definition at line 2896 of file altivec.h.

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

Definition at line 2914 of file altivec.h.

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

Definition at line 2930 of file altivec.h.

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

Definition at line 2340 of file altivec.h.

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

Definition at line 2345 of file altivec.h.

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

Definition at line 2350 of file altivec.h.

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

Definition at line 2355 of file altivec.h.

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

Definition at line 2360 of file altivec.h.

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

Definition at line 2364 of file altivec.h.

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

Definition at line 2369 of file altivec.h.

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

Definition at line 2374 of file altivec.h.

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

Definition at line 2379 of file altivec.h.

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

Definition at line 2384 of file altivec.h.

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

Definition at line 2388 of file altivec.h.

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

Definition at line 2393 of file altivec.h.

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

Definition at line 2398 of file altivec.h.

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

Definition at line 2403 of file altivec.h.

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

Definition at line 2408 of file altivec.h.

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

Definition at line 2413 of file altivec.h.

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

Definition at line 2417 of file altivec.h.

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

Definition at line 2422 of file altivec.h.

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

Definition at line 2592 of file altivec.h.

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

Definition at line 2597 of file altivec.h.

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

Definition at line 2602 of file altivec.h.

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

Definition at line 2607 of file altivec.h.

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

Definition at line 2612 of file altivec.h.

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

Definition at line 2616 of file altivec.h.

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

Definition at line 2621 of file altivec.h.

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

Definition at line 2627 of file altivec.h.

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

Definition at line 2632 of file altivec.h.

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

Definition at line 2637 of file altivec.h.

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

Definition at line 2641 of file altivec.h.

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

Definition at line 2646 of file altivec.h.

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

Definition at line 2651 of file altivec.h.

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

Definition at line 2656 of file altivec.h.

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

Definition at line 2661 of file altivec.h.

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

Definition at line 2666 of file altivec.h.

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

Definition at line 2670 of file altivec.h.

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

Definition at line 2675 of file altivec.h.

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 2946 of file altivec.h.

References vec_mladd().

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 2952 of file altivec.h.

References vec_mladd().

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 2958 of file altivec.h.

References vec_mladd().

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 2964 of file altivec.h.

References vec_mladd().

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

Definition at line 2969 of file altivec.h.

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

Definition at line 3028 of file altivec.h.

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

Definition at line 3033 of file altivec.h.

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

Definition at line 3038 of file altivec.h.

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

Definition at line 3043 of file altivec.h.

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

Definition at line 3048 of file altivec.h.

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

Definition at line 3053 of file altivec.h.

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

Definition at line 3057 of file altivec.h.

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

Definition at line 3062 of file altivec.h.

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

Definition at line 3067 of file altivec.h.

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

Definition at line 3073 of file altivec.h.

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

Definition at line 3078 of file altivec.h.

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

Definition at line 3083 of file altivec.h.

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

Definition at line 3087 of file altivec.h.

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

Definition at line 3092 of file altivec.h.

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

Definition at line 3097 of file altivec.h.

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

Definition at line 3103 of file altivec.h.

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

Definition at line 3108 of file altivec.h.

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

Definition at line 3113 of file altivec.h.

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

Definition at line 3149 of file altivec.h.

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

Definition at line 3281 of file altivec.h.

References vec_perm().

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

Definition at line 3289 of file altivec.h.

References vec_perm().

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

Definition at line 3297 of file altivec.h.

References vec_perm().

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

Definition at line 3304 of file altivec.h.

References vec_perm().

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

Definition at line 3313 of file altivec.h.

References vec_perm().

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

Definition at line 3321 of file altivec.h.

References vec_perm().

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

Definition at line 3328 of file altivec.h.

References vec_perm().

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

Definition at line 3336 of file altivec.h.

References vec_perm().

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

Definition at line 3345 of file altivec.h.

References vec_perm().

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

Definition at line 3352 of file altivec.h.

References vec_perm().

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

Definition at line 3360 of file altivec.h.

References vec_perm().

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

Definition at line 3551 of file altivec.h.

References vec_perm().

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

Definition at line 3559 of file altivec.h.

References vec_perm().

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

Definition at line 3567 of file altivec.h.

References vec_perm().

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

Definition at line 3574 of file altivec.h.

References vec_perm().

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

Definition at line 3583 of file altivec.h.

References vec_perm().

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

Definition at line 3591 of file altivec.h.

References vec_perm().

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

Definition at line 3598 of file altivec.h.

References vec_perm().

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

Definition at line 3606 of file altivec.h.

References vec_perm().

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

Definition at line 3615 of file altivec.h.

References vec_perm().

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

Definition at line 3622 of file altivec.h.

References vec_perm().

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

Definition at line 3630 of file altivec.h.

References vec_perm().

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

Definition at line 3876 of file altivec.h.

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

Definition at line 3881 of file altivec.h.

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

Definition at line 3886 of file altivec.h.

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

Definition at line 3891 of file altivec.h.

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

Definition at line 3896 of file altivec.h.

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

Definition at line 3901 of file altivec.h.

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

Definition at line 3905 of file altivec.h.

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

Definition at line 3910 of file altivec.h.

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

Definition at line 3915 of file altivec.h.

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

Definition at line 3921 of file altivec.h.

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

Definition at line 3926 of file altivec.h.

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

Definition at line 3931 of file altivec.h.

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

Definition at line 3935 of file altivec.h.

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

Definition at line 3940 of file altivec.h.

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

Definition at line 3945 of file altivec.h.

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

Definition at line 3951 of file altivec.h.

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

Definition at line 3956 of file altivec.h.

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

Definition at line 3961 of file altivec.h.

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

Definition at line 3997 of file altivec.h.

static __inline__ vector signed short __ATTRS_o_ai vec_mladd ( vector signed  short,
vector signed  short,
vector signed  short 
)
static

Referenced by vec_madd().

static __inline__ vector signed short __ATTRS_o_ai vec_mladd ( vector signed  short,
vector unsigned  short,
vector unsigned  short 
)
static
static __inline__ vector signed short __ATTRS_o_ai vec_mladd ( vector unsigned  short,
vector signed  short,
vector signed  short 
)
static
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 4148 of file altivec.h.

References __c.

static __inline__ vector short __ATTRS_o_ai vec_mladd ( vector short  __a,
vector short  __b,
vector short  __c 
)
static

Definition at line 4130 of file altivec.h.

References __c.

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

Definition at line 4136 of file altivec.h.

References __c.

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

Definition at line 4141 of file altivec.h.

References __c.

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

Definition at line 4193 of file altivec.h.

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 4200 of file altivec.h.

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

Definition at line 4205 of file altivec.h.

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 4212 of file altivec.h.

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

Definition at line 4249 of file altivec.h.

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 4256 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector signed char  __a)
static

Definition at line 4278 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector unsigned char  __a)
static

Definition at line 4282 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector bool char  __a)
static

Definition at line 4286 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector short  __a)
static

Definition at line 4290 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector unsigned short  __a)
static

Definition at line 4294 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector bool short  __a)
static

Definition at line 4298 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector pixel  __a)
static

Definition at line 4302 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector int  __a)
static

Definition at line 4306 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector unsigned int  __a)
static

Definition at line 4310 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector bool int  __a)
static

Definition at line 4314 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_mtvscr ( vector float  __a)
static

Definition at line 4318 of file altivec.h.

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

Definition at line 4329 of file altivec.h.

References __b.

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

Definition at line 4334 of file altivec.h.

References __b.

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

Definition at line 4339 of file altivec.h.

References __b.

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

Definition at line 4344 of file altivec.h.

References __b.

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

Definition at line 4349 of file altivec.h.

References __b.

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

Definition at line 4354 of file altivec.h.

References __b.

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

Definition at line 4370 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_mule ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 4387 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_mule ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 4397 of file altivec.h.

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

Definition at line 4405 of file altivec.h.

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

Definition at line 4415 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_mulo ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 4489 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_mulo ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 4499 of file altivec.h.

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

Definition at line 4507 of file altivec.h.

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

Definition at line 4517 of file altivec.h.

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

Definition at line 4747 of file altivec.h.

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

Definition at line 4777 of file altivec.h.

References __b.

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

Definition at line 4782 of file altivec.h.

References __b.

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

Definition at line 4786 of file altivec.h.

References __b.

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

Definition at line 4791 of file altivec.h.

References __b.

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

Definition at line 4797 of file altivec.h.

References __b.

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

Definition at line 4802 of file altivec.h.

References __b.

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

Definition at line 4806 of file altivec.h.

References __b.

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

Definition at line 4812 of file altivec.h.

References __b.

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

Definition at line 4816 of file altivec.h.

References __b.

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

Definition at line 4821 of file altivec.h.

References __b.

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

Definition at line 4913 of file altivec.h.

References __b.

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

Definition at line 4918 of file altivec.h.

References __b.

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

Definition at line 4922 of file altivec.h.

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

Definition at line 4928 of file altivec.h.

References __b.

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

Definition at line 4933 of file altivec.h.

References __b.

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

Definition at line 4938 of file altivec.h.

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

Definition at line 4942 of file altivec.h.

References __b.

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

Definition at line 4947 of file altivec.h.

References __b.

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

Definition at line 4952 of file altivec.h.

References __b.

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

Definition at line 4957 of file altivec.h.

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

Definition at line 4963 of file altivec.h.

References __b.

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

Definition at line 4968 of file altivec.h.

References __b.

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

Definition at line 4973 of file altivec.h.

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

Definition at line 4977 of file altivec.h.

References __b.

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

Definition at line 4982 of file altivec.h.

References __b.

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

Definition at line 4987 of file altivec.h.

References __b.

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

Definition at line 4992 of file altivec.h.

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

Definition at line 4998 of file altivec.h.

References __b.

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

Definition at line 5003 of file altivec.h.

References __b.

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

Definition at line 5008 of file altivec.h.

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

Definition at line 5012 of file altivec.h.

References __b.

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

Definition at line 5017 of file altivec.h.

References __b.

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

Definition at line 5024 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_or ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 5031 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_pack ( vector signed short  __a,
vector signed short  __b 
)
static

Definition at line 5405 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned char __ATTRS_o_ai vec_pack ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5420 of file altivec.h.

References vec_perm().

static __inline__ vector bool char __ATTRS_o_ai vec_pack ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 5435 of file altivec.h.

References vec_perm().

static __inline__ vector short __ATTRS_o_ai vec_pack ( vector int  __a,
vector int  __b 
)
static

Definition at line 5449 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned short __ATTRS_o_ai vec_pack ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5465 of file altivec.h.

References vec_perm().

static __inline__ vector bool short __ATTRS_o_ai vec_pack ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 5479 of file altivec.h.

References vec_perm().

static __inline__ vector signed char __ATTRS_o_ai vec_packs ( vector short  __a,
vector short  __b 
)
static

Definition at line 5714 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_packs ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5724 of file altivec.h.

static __inline__ vector signed short __ATTRS_o_ai vec_packs ( vector int  __a,
vector int  __b 
)
static

Definition at line 5732 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_packs ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5742 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_packsu ( vector short  __a,
vector short  __b 
)
static

Definition at line 5843 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_packsu ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5852 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_packsu ( vector int  __a,
vector int  __b 
)
static

Definition at line 5861 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_packsu ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5870 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_perm ( vector signed char  __a,
vector signed char  __b,
vector unsigned char  __c 
)
static
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 5976 of file altivec.h.

References vec_xor().

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 5991 of file altivec.h.

References vec_xor().

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 6004 of file altivec.h.

References vec_xor().

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 6020 of file altivec.h.

References vec_xor().

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 6034 of file altivec.h.

References vec_xor().

static __inline__ vector pixel __ATTRS_o_ai vec_perm ( vector pixel  __a,
vector pixel  __b,
vector unsigned char  __c 
)
static

Definition at line 6048 of file altivec.h.

References vec_xor().

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 6063 of file altivec.h.

References vec_xor().

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 6077 of file altivec.h.

References vec_xor().

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 6092 of file altivec.h.

References vec_xor().

static __inline__ vector float __ATTRS_o_ai vec_perm ( vector float  __a,
vector float  __b,
vector unsigned char  __c 
)
static

Definition at line 6105 of file altivec.h.

References vec_xor().

static __inline__ vector signed char __ATTRS_o_ai vec_promote ( signed char  __a,
int  __b 
)
static

Definition at line 11921 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_promote ( unsigned char  __a,
int  __b 
)
static

Definition at line 11929 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_promote ( short  __a,
int  __b 
)
static

Definition at line 11935 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_promote ( unsigned short  __a,
int  __b 
)
static

Definition at line 11942 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_promote ( int  __a,
int  __b 
)
static

Definition at line 11948 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_promote ( unsigned int  __a,
int  __b 
)
static

Definition at line 11954 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_promote ( float  __a,
int  __b 
)
static

Definition at line 11961 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_re ( vector float  __a)
static

Definition at line 6262 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_rl ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 6286 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_rl ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6291 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_rl ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 6295 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_rl ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6301 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_rl ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 6305 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_rl ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6311 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_round ( vector float  __a)
static

Definition at line 6365 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_rsqrte ( vector float  __a)
static

Definition at line 6420 of file altivec.h.

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 6445 of file altivec.h.

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 6451 of file altivec.h.

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 6456 of file altivec.h.

References __c.

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 6461 of file altivec.h.

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 6467 of file altivec.h.

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 6471 of file altivec.h.

References __c.

static __inline__ vector short __ATTRS_o_ai vec_sel ( vector short  __a,
vector short  __b,
vector unsigned short  __c 
)
static

Definition at line 6477 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_sel ( vector short  __a,
vector short  __b,
vector bool short  __c 
)
static

Definition at line 6483 of file altivec.h.

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 6490 of file altivec.h.

References __c.

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 6496 of file altivec.h.

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 6502 of file altivec.h.

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 6508 of file altivec.h.

References __c.

static __inline__ vector int __ATTRS_o_ai vec_sel ( vector int  __a,
vector int  __b,
vector unsigned int  __c 
)
static

Definition at line 6512 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_sel ( vector int  __a,
vector int  __b,
vector bool int  __c 
)
static

Definition at line 6518 of file altivec.h.

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 6524 of file altivec.h.

References __c.

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 6530 of file altivec.h.

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 6535 of file altivec.h.

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 6539 of file altivec.h.

References __c.

static __inline__ vector float __ATTRS_o_ai vec_sel ( vector float  __a,
vector float  __b,
vector unsigned int  __c 
)
static

Definition at line 6545 of file altivec.h.

References __c.

static __inline__ vector float __ATTRS_o_ai vec_sel ( vector float  __a,
vector float  __b,
vector bool int  __c 
)
static

Definition at line 6553 of file altivec.h.

References __c.

static __inline__ vector signed char __ATTRS_o_ai vec_sl ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 6697 of file altivec.h.

Referenced by vec_vslb(), vec_vslh(), and vec_vslw().

static __inline__ vector unsigned char __ATTRS_o_ai vec_sl ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6702 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_sl ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 6706 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_sl ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6712 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_sl ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 6716 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_sl ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6722 of file altivec.h.

References __b.

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 6784 of file altivec.h.

References vec_perm().

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 6803 of file altivec.h.

References vec_perm().

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 6822 of file altivec.h.

References vec_perm().

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 6839 of file altivec.h.

References vec_perm().

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 6858 of file altivec.h.

References vec_perm().

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 6877 of file altivec.h.

References vec_perm().

static __inline__ vector pixel __ATTRS_o_ai vec_sld ( vector pixel  __a,
vector pixel  __b,
unsigned const int  __c 
)
static

Definition at line 6894 of file altivec.h.

References vec_perm().

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 6914 of file altivec.h.

References vec_perm().

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 6931 of file altivec.h.

References vec_perm().

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 6949 of file altivec.h.

References vec_perm().

static __inline__ vector float __ATTRS_o_ai vec_sld ( vector float  __a,
vector float  __b,
unsigned const int  __c 
)
static

Definition at line 6968 of file altivec.h.

References vec_perm().

static __inline__ vector signed char __ATTRS_o_ai vec_sll ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7140 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_sll ( vector signed char  __a,
vector unsigned short  __b 
)
static

Definition at line 7146 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_sll ( vector signed char  __a,
vector unsigned int  __b 
)
static

Definition at line 7152 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_sll ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7158 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_sll ( vector unsigned char  __a,
vector unsigned short  __b 
)
static

Definition at line 7164 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_sll ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 7170 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_sll ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 7176 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_sll ( vector bool char  __a,
vector unsigned short  __b 
)
static

Definition at line 7182 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_sll ( vector bool char  __a,
vector unsigned int  __b 
)
static

Definition at line 7188 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_sll ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 7193 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_sll ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 7198 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_sll ( vector short  __a,
vector unsigned int  __b 
)
static

Definition at line 7203 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_sll ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 7209 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_sll ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7215 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_sll ( vector unsigned short  __a,
vector unsigned int  __b 
)
static

Definition at line 7221 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_sll ( vector bool short  __a,
vector unsigned char  __b 
)
static

Definition at line 7227 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_sll ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 7233 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_sll ( vector bool short  __a,
vector unsigned int  __b 
)
static

Definition at line 7239 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_sll ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 7244 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_sll ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 7249 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_sll ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 7254 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_sll ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 7259 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_sll ( vector int  __a,
vector unsigned short  __b 
)
static

Definition at line 7264 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_sll ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 7269 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_sll ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 7275 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_sll ( vector unsigned int  __a,
vector unsigned short  __b 
)
static

Definition at line 7281 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_sll ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7287 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_sll ( vector bool int  __a,
vector unsigned char  __b 
)
static

Definition at line 7293 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_sll ( vector bool int  __a,
vector unsigned short  __b 
)
static

Definition at line 7299 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_sll ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 7305 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_slo ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 7486 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_slo ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7492 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_slo ( vector unsigned char  __a,
vector signed char  __b 
)
static

Definition at line 7498 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_slo ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7504 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_slo ( vector short  __a,
vector signed char  __b 
)
static

Definition at line 7509 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_slo ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 7514 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_slo ( vector unsigned short  __a,
vector signed char  __b 
)
static

Definition at line 7520 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_slo ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 7526 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_slo ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 7531 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_slo ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 7536 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_slo ( vector int  __a,
vector signed char  __b 
)
static

Definition at line 7541 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_slo ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 7546 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_slo ( vector unsigned int  __a,
vector signed char  __b 
)
static

Definition at line 7552 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_slo ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 7558 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_slo ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 7563 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_slo ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 7568 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_splat ( vector signed char  __a,
unsigned const int  __b 
)
static

Definition at line 7666 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned char __ATTRS_o_ai vec_splat ( vector unsigned char  __a,
unsigned const int  __b 
)
static

Definition at line 7671 of file altivec.h.

References vec_perm().

static __inline__ vector bool char __ATTRS_o_ai vec_splat ( vector bool char  __a,
unsigned const int  __b 
)
static

Definition at line 7676 of file altivec.h.

References vec_perm().

static __inline__ vector signed short __ATTRS_o_ai vec_splat ( vector signed short  __a,
unsigned const int  __b 
)
static

Definition at line 7681 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned short __ATTRS_o_ai vec_splat ( vector unsigned short  __a,
unsigned const int  __b 
)
static

Definition at line 7690 of file altivec.h.

References vec_perm().

static __inline__ vector bool short __ATTRS_o_ai vec_splat ( vector bool short  __a,
unsigned const int  __b 
)
static

Definition at line 7699 of file altivec.h.

References vec_perm().

static __inline__ vector pixel __ATTRS_o_ai vec_splat ( vector pixel  __a,
unsigned const int  __b 
)
static

Definition at line 7707 of file altivec.h.

References vec_perm().

static __inline__ vector signed int __ATTRS_o_ai vec_splat ( vector signed int  __a,
unsigned const int  __b 
)
static

Definition at line 7717 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned int __ATTRS_o_ai vec_splat ( vector unsigned int  __a,
unsigned const int  __b 
)
static

Definition at line 7726 of file altivec.h.

References vec_perm().

static __inline__ vector bool int __ATTRS_o_ai vec_splat ( vector bool int  __a,
unsigned const int  __b 
)
static

Definition at line 7735 of file altivec.h.

References vec_perm().

static __inline__ vector float __ATTRS_o_ai vec_splat ( vector float  __a,
unsigned const int  __b 
)
static

Definition at line 7743 of file altivec.h.

References vec_perm().

static __inline__ vector short __ATTRS_o_ai vec_splat_s16 ( signed char  __a)
static

Definition at line 7913 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_splat_s32 ( signed char  __a)
static

Definition at line 7929 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_splat_s8 ( signed char  __a)
static

Definition at line 7896 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_splat_u16 ( signed char  __a)
static

Definition at line 7952 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_splat_u32 ( signed char  __a)
static

Definition at line 7960 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_splat_u8 ( unsigned char  __a)
static

Definition at line 7944 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_splats ( signed char  __a)
static

Definition at line 11969 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_splats ( unsigned char  __a)
static

Definition at line 11974 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_splats ( short  __a)
static

Definition at line 11978 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_splats ( unsigned short  __a)
static

Definition at line 11983 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_splats ( int  __a)
static

Definition at line 11987 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_splats ( unsigned int  __a)
static

Definition at line 11992 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_splats ( float  __a)
static

Definition at line 12025 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_sr ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7967 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_sr ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7973 of file altivec.h.

References __b.

static __inline__ vector signed short __ATTRS_o_ai vec_sr ( vector signed short  __a,
vector unsigned short  __b 
)
static

Definition at line 7978 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_sr ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7984 of file altivec.h.

References __b.

static __inline__ vector signed int __ATTRS_o_ai vec_sr ( vector signed int  __a,
vector unsigned int  __b 
)
static

Definition at line 7989 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_sr ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7995 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_sra ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8057 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_sra ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8062 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_sra ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 8066 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_sra ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 8072 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_sra ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 8076 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_sra ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 8082 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_srl ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8137 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_srl ( vector signed char  __a,
vector unsigned short  __b 
)
static

Definition at line 8143 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_srl ( vector signed char  __a,
vector unsigned int  __b 
)
static

Definition at line 8149 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_srl ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8155 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_srl ( vector unsigned char  __a,
vector unsigned short  __b 
)
static

Definition at line 8161 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_srl ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 8167 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_srl ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 8173 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_srl ( vector bool char  __a,
vector unsigned short  __b 
)
static

Definition at line 8179 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_srl ( vector bool char  __a,
vector unsigned int  __b 
)
static

Definition at line 8185 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_srl ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 8190 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_srl ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 8195 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_srl ( vector short  __a,
vector unsigned int  __b 
)
static

Definition at line 8200 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_srl ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 8206 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_srl ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 8212 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_srl ( vector unsigned short  __a,
vector unsigned int  __b 
)
static

Definition at line 8218 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_srl ( vector bool short  __a,
vector unsigned char  __b 
)
static

Definition at line 8224 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_srl ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 8230 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_srl ( vector bool short  __a,
vector unsigned int  __b 
)
static

Definition at line 8236 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_srl ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8241 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_srl ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 8246 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_srl ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 8251 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_srl ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 8256 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_srl ( vector int  __a,
vector unsigned short  __b 
)
static

Definition at line 8261 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_srl ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 8266 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_srl ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 8272 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_srl ( vector unsigned int  __a,
vector unsigned short  __b 
)
static

Definition at line 8278 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_srl ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 8284 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_srl ( vector bool int  __a,
vector unsigned char  __b 
)
static

Definition at line 8290 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_srl ( vector bool int  __a,
vector unsigned short  __b 
)
static

Definition at line 8296 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_srl ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 8302 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_sro ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 8483 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_sro ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8489 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_sro ( vector unsigned char  __a,
vector signed char  __b 
)
static

Definition at line 8495 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_sro ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8501 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_sro ( vector short  __a,
vector signed char  __b 
)
static

Definition at line 8506 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_sro ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 8511 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_sro ( vector unsigned short  __a,
vector signed char  __b 
)
static

Definition at line 8517 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_sro ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 8523 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_sro ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 8528 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_sro ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8533 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_sro ( vector int  __a,
vector signed char  __b 
)
static

Definition at line 8538 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_sro ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 8543 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_sro ( vector unsigned int  __a,
vector signed char  __b 
)
static

Definition at line 8549 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_sro ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 8555 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_sro ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 8560 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_sro ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 8565 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 8662 of file altivec.h.

Referenced by vec_stvlx(), and vec_stvrx().

static __inline__ void __ATTRS_o_ai vec_st ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8667 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 8672 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8677 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8682 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8687 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 8692 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 8697 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8702 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 8707 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8712 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8717 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8722 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 8727 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 8732 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8737 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 8742 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 8747 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8752 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 8756 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8761 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8766 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8771 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 8776 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 8781 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_st ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 8786 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8925 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8930 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8935 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8940 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8945 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8950 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8955 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8960 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 8965 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8970 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8975 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8979 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8984 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8989 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_ste ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 8994 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 9082 of file altivec.h.

Referenced by vec_stvlxl(), and vec_stvrxl().

static __inline__ void __ATTRS_o_ai vec_stl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 9087 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 9092 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 9097 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 9102 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 9107 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 9112 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 9117 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 9122 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 9127 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9132 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 9137 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9142 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 9147 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 9152 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9157 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 9162 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 9167 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 9172 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 9176 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 9181 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 9186 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 9191 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 9196 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 9201 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stl ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 9206 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvebx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 9001 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvebx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 9006 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvebx ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 9011 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvebx ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 9016 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvehx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 9023 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvehx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9028 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvehx ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 9033 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvehx ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9038 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvehx ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 9043 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvehx ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9048 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvewx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 9055 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvewx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 9060 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvewx ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 9065 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvewx ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 9070 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvewx ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 9075 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 11455 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 11461 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 11468 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 11474 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 11481 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 11488 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 11494 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 11501 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 11507 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 11515 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 11522 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 11529 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 11535 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 11542 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 11548 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 11555 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlx ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 11562 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 11571 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 11577 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 11584 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 11590 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 11598 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 11605 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 11611 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 11618 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 11624 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 11632 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 11639 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 11646 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 11652 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 11659 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 11665 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 11672 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvlxl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 11679 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 11688 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 11694 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 11701 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 11707 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 11714 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 11721 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 11727 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 11734 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 11740 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 11748 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 11755 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 11762 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 11768 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 11775 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 11781 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 11788 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrx ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 11795 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 11804 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 11810 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 11817 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 11823 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 11831 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 11838 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 11844 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 11851 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 11857 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 11865 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 11872 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 11879 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 11885 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 11892 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 11898 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 11905 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvrxl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 11912 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static __inline__ void __ATTRS_o_ai vec_stvx ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 8793 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8798 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 8803 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8808 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8813 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8818 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 8823 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 8828 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8833 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 8838 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8843 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8848 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8853 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 8858 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 8863 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8868 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 8873 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 8878 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8883 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 8888 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8893 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8898 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8903 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 8908 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 8913 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvx ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 8918 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 9213 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 9218 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 9223 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 9228 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 9233 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 9238 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 9243 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 9248 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 9253 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 9258 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9264 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 9269 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9274 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 9279 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 9284 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9289 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 9294 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 9299 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 9304 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 9309 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 9314 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 9319 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 9324 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 9329 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 9334 of file altivec.h.

static __inline__ void __ATTRS_o_ai vec_stvxl ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 9339 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_sub ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 9347 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_sub ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 9352 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_sub ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 9357 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_sub ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9362 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_sub ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 9367 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_sub ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 9372 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_sub ( vector short  __a,
vector short  __b 
)
static

Definition at line 9376 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_sub ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 9381 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_sub ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 9386 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_sub ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9392 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_sub ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 9397 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_sub ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 9402 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_sub ( vector int  __a,
vector int  __b 
)
static

Definition at line 9406 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_sub ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 9411 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_sub ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 9416 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_sub ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9422 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_sub ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 9427 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_sub ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 9432 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_sub ( vector float  __a,
vector float  __b 
)
static

Definition at line 9465 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_subc ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9584 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_subs ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 9610 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_subs ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 9615 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_subs ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 9620 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_subs ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9625 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_subs ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 9630 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_subs ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 9635 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_subs ( vector short  __a,
vector short  __b 
)
static

Definition at line 9639 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_subs ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 9644 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_subs ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 9649 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_subs ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9655 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_subs ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 9660 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_subs ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 9665 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_subs ( vector int  __a,
vector int  __b 
)
static

Definition at line 9669 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_subs ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 9674 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_subs ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 9679 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_subs ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9685 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_subs ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 9690 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_subs ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 9695 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_sum4s ( vector signed char  __a,
vector int  __b 
)
static

Definition at line 9857 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_sum4s ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 9863 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_sum4s ( vector signed short  __a,
vector int  __b 
)
static

Definition at line 9867 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_trunc ( vector float  __a)
static

Definition at line 9967 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_unpackh ( vector signed char  __a)
static

Definition at line 9994 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_unpackh ( vector bool char  __a)
static

Definition at line 10003 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_unpackh ( vector short  __a)
static

Definition at line 10011 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_unpackh ( vector bool short  __a)
static

Definition at line 10020 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_unpackh ( vector pixel  __a)
static

Definition at line 10029 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_unpackl ( vector signed char  __a)
static

Definition at line 10128 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_unpackl ( vector bool char  __a)
static

Definition at line 10137 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_unpackl ( vector short  __a)
static

Definition at line 10145 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_unpackl ( vector bool short  __a)
static

Definition at line 10154 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_unpackl ( vector pixel  __a)
static

Definition at line 10163 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vaddsbs ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 563 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vaddsbs ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 568 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vaddsbs ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 573 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vaddshs ( vector short  __a,
vector short  __b 
)
static

Definition at line 596 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vaddshs ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 601 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vaddshs ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 606 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vaddsws ( vector int  __a,
vector int  __b 
)
static

Definition at line 630 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vaddsws ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 635 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vaddsws ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 640 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vaddubm ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 329 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vaddubm ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 334 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vaddubm ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 339 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 344 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 349 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubm ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 354 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 580 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 585 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vaddubs ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 590 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vadduhm ( vector short  __a,
vector short  __b 
)
static

Definition at line 362 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vadduhm ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 367 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vadduhm ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 372 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 378 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 383 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhm ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 388 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 614 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 619 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vadduhs ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 624 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vadduwm ( vector int  __a,
vector int  __b 
)
static

Definition at line 396 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vadduwm ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 401 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vadduwm ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 406 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 412 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 417 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduwm ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 422 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduws ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 648 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduws ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 653 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vadduws ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 658 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vand ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 907 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vand ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 912 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vand ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 917 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vand ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 922 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vand ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 927 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vand ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 932 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_vand ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 936 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vand ( vector short  __a,
vector short  __b 
)
static

Definition at line 941 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vand ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 946 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vand ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 951 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vand ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 957 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vand ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 962 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vand ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 967 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_vand ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 972 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vand ( vector int  __a,
vector int  __b 
)
static

Definition at line 976 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vand ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 981 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vand ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 986 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vand ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 992 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vand ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 997 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vand ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 1002 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_vand ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 1006 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_vand ( vector float  __a,
vector float  __b 
)
static

Definition at line 1011 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_vand ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 1018 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_vand ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 1025 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vandc ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 1260 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vandc ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 1265 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vandc ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 1270 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vandc ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 1275 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vandc ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 1280 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vandc ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 1285 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_vandc ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 1290 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vandc ( vector short  __a,
vector short  __b 
)
static

Definition at line 1294 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vandc ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 1299 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vandc ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 1304 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vandc ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 1310 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vandc ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 1315 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vandc ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 1320 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_vandc ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 1325 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vandc ( vector int  __a,
vector int  __b 
)
static

Definition at line 1329 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vandc ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 1334 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vandc ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 1339 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vandc ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 1345 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vandc ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 1350 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vandc ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 1355 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_vandc ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 1359 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_vandc ( vector float  __a,
vector float  __b 
)
static

Definition at line 1364 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_vandc ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 1371 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_vandc ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 1378 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vmaxsb ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 3168 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vmaxsb ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 3173 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vmaxsb ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 3178 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vmaxsh ( vector short  __a,
vector short  __b 
)
static

Definition at line 3201 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vmaxsh ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 3206 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vmaxsh ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 3211 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vmaxsw ( vector int  __a,
vector int  __b 
)
static

Definition at line 3235 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vmaxsw ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 3240 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vmaxsw ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 3245 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 3185 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 3190 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vmaxub ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 3195 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 3219 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 3224 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vmaxuh ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 3229 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 3253 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 3258 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vmaxuw ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 3263 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vminsb ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 4016 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vminsb ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 4021 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vminsb ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 4026 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vminsh ( vector short  __a,
vector short  __b 
)
static

Definition at line 4049 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vminsh ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 4054 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vminsh ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 4059 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vminsw ( vector int  __a,
vector int  __b 
)
static

Definition at line 4083 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vminsw ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 4088 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vminsw ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 4093 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vminub ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 4033 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vminub ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 4038 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vminub ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 4043 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vminuh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 4067 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vminuh ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 4072 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vminuh ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 4077 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vminuw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 4101 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vminuw ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 4106 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vminuw ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 4111 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vmladduhm ( vector short  __a,
vector short  __b,
vector short  __c 
)
static

Definition at line 4155 of file altivec.h.

References __c.

static __inline__ vector short __ATTRS_o_ai vec_vmladduhm ( vector short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 4161 of file altivec.h.

References __c.

static __inline__ vector short __ATTRS_o_ai vec_vmladduhm ( vector unsigned short  __a,
vector short  __b,
vector short  __c 
)
static

Definition at line 4167 of file altivec.h.

References __c.

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 4172 of file altivec.h.

References __c.

static __inline__ vector signed char __ATTRS_o_ai vec_vmrghb ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 3453 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned char __ATTRS_o_ai vec_vmrghb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 3461 of file altivec.h.

References vec_perm().

static __inline__ vector bool char __ATTRS_o_ai vec_vmrghb ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 3469 of file altivec.h.

References vec_perm().

static __inline__ vector short __ATTRS_o_ai vec_vmrghh ( vector short  __a,
vector short  __b 
)
static

Definition at line 3480 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned short __ATTRS_o_ai vec_vmrghh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 3489 of file altivec.h.

References vec_perm().

static __inline__ vector bool short __ATTRS_o_ai vec_vmrghh ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 3497 of file altivec.h.

References vec_perm().

static __inline__ vector pixel __ATTRS_o_ai vec_vmrghh ( vector pixel  __a,
vector pixel  __b 
)
static

Definition at line 3504 of file altivec.h.

References vec_perm().

static __inline__ vector int __ATTRS_o_ai vec_vmrghw ( vector int  __a,
vector int  __b 
)
static

Definition at line 3516 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned int __ATTRS_o_ai vec_vmrghw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 3525 of file altivec.h.

References vec_perm().

static __inline__ vector bool int __ATTRS_o_ai vec_vmrghw ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 3532 of file altivec.h.

References vec_perm().

static __inline__ vector float __ATTRS_o_ai vec_vmrghw ( vector float  __a,
vector float  __b 
)
static

Definition at line 3540 of file altivec.h.

References vec_perm().

static __inline__ vector signed char __ATTRS_o_ai vec_vmrglb ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 3716 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned char __ATTRS_o_ai vec_vmrglb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 3724 of file altivec.h.

References vec_perm().

static __inline__ vector bool char __ATTRS_o_ai vec_vmrglb ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 3732 of file altivec.h.

References vec_perm().

static __inline__ vector short __ATTRS_o_ai vec_vmrglh ( vector short  __a,
vector short  __b 
)
static

Definition at line 3743 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned short __ATTRS_o_ai vec_vmrglh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 3752 of file altivec.h.

References vec_perm().

static __inline__ vector bool short __ATTRS_o_ai vec_vmrglh ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 3760 of file altivec.h.

References vec_perm().

static __inline__ vector pixel __ATTRS_o_ai vec_vmrglh ( vector pixel  __a,
vector pixel  __b 
)
static

Definition at line 3767 of file altivec.h.

References vec_perm().

static __inline__ vector int __ATTRS_o_ai vec_vmrglw ( vector int  __a,
vector int  __b 
)
static

Definition at line 3779 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned int __ATTRS_o_ai vec_vmrglw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 3788 of file altivec.h.

References vec_perm().

static __inline__ vector bool int __ATTRS_o_ai vec_vmrglw ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 3795 of file altivec.h.

References vec_perm().

static __inline__ vector float __ATTRS_o_ai vec_vmrglw ( vector float  __a,
vector float  __b 
)
static

Definition at line 3803 of file altivec.h.

References vec_perm().

static __inline__ vector signed char __ATTRS_o_ai vec_vnor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 4840 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vnor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 4845 of file altivec.h.

References __b.

static __inline__ vector bool char __ATTRS_o_ai vec_vnor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 4849 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vnor ( vector short  __a,
vector short  __b 
)
static

Definition at line 4854 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vnor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 4860 of file altivec.h.

References __b.

static __inline__ vector bool short __ATTRS_o_ai vec_vnor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 4865 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vnor ( vector int  __a,
vector int  __b 
)
static

Definition at line 4869 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vnor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 4875 of file altivec.h.

References __b.

static __inline__ vector bool int __ATTRS_o_ai vec_vnor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 4879 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_vnor ( vector float  __a,
vector float  __b 
)
static

Definition at line 4884 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 5237 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vor ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 5242 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vor ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 5247 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 5252 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vor ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 5257 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vor ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 5262 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_vor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 5266 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vor ( vector short  __a,
vector short  __b 
)
static

Definition at line 5271 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vor ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 5276 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vor ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 5281 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5287 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vor ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 5292 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vor ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 5297 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_vor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 5302 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vor ( vector int  __a,
vector int  __b 
)
static

Definition at line 5306 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vor ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 5311 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vor ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 5316 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5322 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vor ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 5327 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vor ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 5332 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_vor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 5336 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_vor ( vector float  __a,
vector float  __b 
)
static

Definition at line 5341 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_vor ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 5348 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_vor ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 5355 of file altivec.h.

References __b.

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 6183 of file altivec.h.

References vec_perm().

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 6189 of file altivec.h.

References vec_perm().

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 6194 of file altivec.h.

References vec_perm().

static __inline__ vector short __ATTRS_o_ai vec_vperm ( vector short  __a,
vector short  __b,
vector unsigned char  __c 
)
static

Definition at line 6200 of file altivec.h.

References vec_perm().

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 6205 of file altivec.h.

References vec_perm().

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 6210 of file altivec.h.

References vec_perm().

static __inline__ vector pixel __ATTRS_o_ai vec_vperm ( vector pixel  __a,
vector pixel  __b,
vector unsigned char  __c 
)
static

Definition at line 6216 of file altivec.h.

References vec_perm().

static __inline__ vector int __ATTRS_o_ai vec_vperm ( vector int  __a,
vector int  __b,
vector unsigned char  __c 
)
static

Definition at line 6220 of file altivec.h.

References vec_perm().

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 6227 of file altivec.h.

References vec_perm().

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 6233 of file altivec.h.

References vec_perm().

static __inline__ vector float __ATTRS_o_ai vec_vperm ( vector float  __a,
vector float  __b,
vector unsigned char  __c 
)
static

Definition at line 6238 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned char __ATTRS_o_ai vec_vpkshus ( vector short  __a,
vector short  __b 
)
static

Definition at line 5901 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vpkshus ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5910 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vpkswus ( vector int  __a,
vector int  __b 
)
static

Definition at line 5921 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vpkswus ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5930 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vpkuhum ( vector signed short  __a,
vector signed short  __b 
)
static

Definition at line 5546 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned char __ATTRS_o_ai vec_vpkuhum ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5561 of file altivec.h.

References vec_perm().

static __inline__ vector bool char __ATTRS_o_ai vec_vpkuhum ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 5576 of file altivec.h.

References vec_perm().

static __inline__ vector short __ATTRS_o_ai vec_vpkuwum ( vector int  __a,
vector int  __b 
)
static

Definition at line 5594 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned short __ATTRS_o_ai vec_vpkuwum ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5610 of file altivec.h.

References vec_perm().

static __inline__ vector bool short __ATTRS_o_ai vec_vpkuwum ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 5625 of file altivec.h.

References vec_perm().

static __inline__ vector signed char __ATTRS_o_ai vec_vrlb ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 6330 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vrlb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6335 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vrlh ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 6342 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vrlh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6347 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vrlw ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 6353 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vrlw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6359 of file altivec.h.

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 6579 of file altivec.h.

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 6585 of file altivec.h.

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 6590 of file altivec.h.

References __c.

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 6595 of file altivec.h.

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 6601 of file altivec.h.

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 6605 of file altivec.h.

References __c.

static __inline__ vector short __ATTRS_o_ai vec_vsel ( vector short  __a,
vector short  __b,
vector unsigned short  __c 
)
static

Definition at line 6612 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsel ( vector short  __a,
vector short  __b,
vector bool short  __c 
)
static

Definition at line 6616 of file altivec.h.

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 6623 of file altivec.h.

References __c.

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 6629 of file altivec.h.

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 6635 of file altivec.h.

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 6641 of file altivec.h.

References __c.

static __inline__ vector int __ATTRS_o_ai vec_vsel ( vector int  __a,
vector int  __b,
vector unsigned int  __c 
)
static

Definition at line 6645 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsel ( vector int  __a,
vector int  __b,
vector bool int  __c 
)
static

Definition at line 6651 of file altivec.h.

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 6657 of file altivec.h.

References __c.

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 6662 of file altivec.h.

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 6668 of file altivec.h.

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 6672 of file altivec.h.

References __c.

static __inline__ vector float __ATTRS_o_ai vec_vsel ( vector float  __a,
vector float  __b,
vector unsigned int  __c 
)
static

Definition at line 6678 of file altivec.h.

References __c.

static __inline__ vector float __ATTRS_o_ai vec_vsel ( vector float  __a,
vector float  __b,
vector bool int  __c 
)
static

Definition at line 6686 of file altivec.h.

References __c.

static __inline__ vector signed char __ATTRS_o_ai vec_vsl ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7313 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vsl ( vector signed char  __a,
vector unsigned short  __b 
)
static

Definition at line 7319 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vsl ( vector signed char  __a,
vector unsigned int  __b 
)
static

Definition at line 7325 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsl ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7331 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsl ( vector unsigned char  __a,
vector unsigned short  __b 
)
static

Definition at line 7337 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsl ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 7343 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_vsl ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 7349 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_vsl ( vector bool char  __a,
vector unsigned short  __b 
)
static

Definition at line 7355 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_vsl ( vector bool char  __a,
vector unsigned int  __b 
)
static

Definition at line 7361 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsl ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 7366 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsl ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 7371 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsl ( vector short  __a,
vector unsigned int  __b 
)
static

Definition at line 7376 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsl ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 7382 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsl ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7388 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsl ( vector unsigned short  __a,
vector unsigned int  __b 
)
static

Definition at line 7394 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_vsl ( vector bool short  __a,
vector unsigned char  __b 
)
static

Definition at line 7400 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_vsl ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 7406 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_vsl ( vector bool short  __a,
vector unsigned int  __b 
)
static

Definition at line 7412 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_vsl ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 7417 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_vsl ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 7422 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_vsl ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 7427 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsl ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 7432 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsl ( vector int  __a,
vector unsigned short  __b 
)
static

Definition at line 7437 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsl ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 7442 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsl ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 7448 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsl ( vector unsigned int  __a,
vector unsigned short  __b 
)
static

Definition at line 7454 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsl ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7460 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_vsl ( vector bool int  __a,
vector unsigned char  __b 
)
static

Definition at line 7466 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_vsl ( vector bool int  __a,
vector unsigned short  __b 
)
static

Definition at line 7472 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_vsl ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 7478 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vslb ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 6743 of file altivec.h.

References vec_sl().

static __inline__ vector unsigned char __ATTRS_o_ai vec_vslb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6748 of file altivec.h.

References vec_sl().

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 6990 of file altivec.h.

References vec_perm().

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 7007 of file altivec.h.

References vec_perm().

static __inline__ vector short __ATTRS_o_ai vec_vsldoi ( vector short  __a,
vector short  __b,
unsigned char  __c 
)
static

Definition at line 7025 of file altivec.h.

References vec_perm().

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 7044 of file altivec.h.

References vec_perm().

static __inline__ vector pixel __ATTRS_o_ai vec_vsldoi ( vector pixel  __a,
vector pixel  __b,
unsigned char  __c 
)
static

Definition at line 7062 of file altivec.h.

References vec_perm().

static __inline__ vector int __ATTRS_o_ai vec_vsldoi ( vector int  __a,
vector int  __b,
unsigned char  __c 
)
static

Definition at line 7081 of file altivec.h.

References vec_perm().

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 7100 of file altivec.h.

References vec_perm().

static __inline__ vector float __ATTRS_o_ai vec_vsldoi ( vector float  __a,
vector float  __b,
unsigned char  __c 
)
static

Definition at line 7118 of file altivec.h.

References vec_perm().

static __inline__ vector short __ATTRS_o_ai vec_vslh ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 6757 of file altivec.h.

References vec_sl().

static __inline__ vector unsigned short __ATTRS_o_ai vec_vslh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6762 of file altivec.h.

References vec_sl().

static __inline__ vector signed char __ATTRS_o_ai vec_vslo ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 7576 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vslo ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7582 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vslo ( vector unsigned char  __a,
vector signed char  __b 
)
static

Definition at line 7588 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vslo ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7594 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vslo ( vector short  __a,
vector signed char  __b 
)
static

Definition at line 7599 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vslo ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 7604 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vslo ( vector unsigned short  __a,
vector signed char  __b 
)
static

Definition at line 7610 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vslo ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 7616 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_vslo ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 7621 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_vslo ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 7626 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vslo ( vector int  __a,
vector signed char  __b 
)
static

Definition at line 7631 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vslo ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 7636 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vslo ( vector unsigned int  __a,
vector signed char  __b 
)
static

Definition at line 7642 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vslo ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 7648 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_vslo ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 7653 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_vslo ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 7658 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vslw ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 6770 of file altivec.h.

References vec_sl().

static __inline__ vector unsigned int __ATTRS_o_ai vec_vslw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6776 of file altivec.h.

References vec_sl().

static __inline__ vector signed char __ATTRS_o_ai vec_vspltb ( vector signed char  __a,
unsigned char  __b 
)
static

Definition at line 7796 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned char __ATTRS_o_ai vec_vspltb ( vector unsigned char  __a,
unsigned char  __b 
)
static

Definition at line 7801 of file altivec.h.

References vec_perm().

static __inline__ vector bool char __ATTRS_o_ai vec_vspltb ( vector bool char  __a,
unsigned char  __b 
)
static

Definition at line 7805 of file altivec.h.

References vec_perm().

static __inline__ vector short __ATTRS_o_ai vec_vsplth ( vector short  __a,
unsigned char  __b 
)
static

Definition at line 7814 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsplth ( vector unsigned short  __a,
unsigned char  __b 
)
static

Definition at line 7824 of file altivec.h.

References vec_perm().

static __inline__ vector bool short __ATTRS_o_ai vec_vsplth ( vector bool short  __a,
unsigned char  __b 
)
static

Definition at line 7833 of file altivec.h.

References vec_perm().

static __inline__ vector pixel __ATTRS_o_ai vec_vsplth ( vector pixel  __a,
unsigned char  __b 
)
static

Definition at line 7841 of file altivec.h.

References vec_perm().

static __inline__ vector signed char __ATTRS_o_ai vec_vspltisb ( signed char  __a)
static

Definition at line 7904 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vspltish ( signed char  __a)
static

Definition at line 7920 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vspltisw ( signed char  __a)
static

Definition at line 7936 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vspltw ( vector int  __a,
unsigned char  __b 
)
static

Definition at line 7854 of file altivec.h.

References vec_perm().

static __inline__ vector unsigned int __ATTRS_o_ai vec_vspltw ( vector unsigned int  __a,
unsigned char  __b 
)
static

Definition at line 7864 of file altivec.h.

References vec_perm().

static __inline__ vector bool int __ATTRS_o_ai vec_vspltw ( vector bool int  __a,
unsigned char  __b 
)
static

Definition at line 7872 of file altivec.h.

References vec_perm().

static __inline__ vector float __ATTRS_o_ai vec_vspltw ( vector float  __a,
unsigned char  __b 
)
static

Definition at line 7881 of file altivec.h.

References vec_perm().

static __inline__ vector signed char __ATTRS_o_ai vec_vsr ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8310 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vsr ( vector signed char  __a,
vector unsigned short  __b 
)
static

Definition at line 8316 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vsr ( vector signed char  __a,
vector unsigned int  __b 
)
static

Definition at line 8322 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsr ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8328 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsr ( vector unsigned char  __a,
vector unsigned short  __b 
)
static

Definition at line 8334 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsr ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 8340 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_vsr ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 8346 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_vsr ( vector bool char  __a,
vector unsigned short  __b 
)
static

Definition at line 8352 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_vsr ( vector bool char  __a,
vector unsigned int  __b 
)
static

Definition at line 8358 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsr ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 8363 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsr ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 8368 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsr ( vector short  __a,
vector unsigned int  __b 
)
static

Definition at line 8373 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsr ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 8379 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsr ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 8385 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsr ( vector unsigned short  __a,
vector unsigned int  __b 
)
static

Definition at line 8391 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_vsr ( vector bool short  __a,
vector unsigned char  __b 
)
static

Definition at line 8397 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_vsr ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 8403 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_vsr ( vector bool short  __a,
vector unsigned int  __b 
)
static

Definition at line 8409 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_vsr ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8414 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_vsr ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 8419 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_vsr ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 8424 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsr ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 8429 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsr ( vector int  __a,
vector unsigned short  __b 
)
static

Definition at line 8434 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsr ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 8439 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsr ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 8445 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsr ( vector unsigned int  __a,
vector unsigned short  __b 
)
static

Definition at line 8451 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsr ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 8457 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_vsr ( vector bool int  __a,
vector unsigned char  __b 
)
static

Definition at line 8463 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_vsr ( vector bool int  __a,
vector unsigned short  __b 
)
static

Definition at line 8469 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_vsr ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 8475 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vsrab ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8101 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsrab ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8106 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsrah ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 8113 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsrah ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 8118 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsraw ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 8124 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsraw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 8130 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vsrb ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8017 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsrb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8022 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vsrh ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 8031 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsrh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 8036 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vsro ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 8573 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vsro ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8579 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsro ( vector unsigned char  __a,
vector signed char  __b 
)
static

Definition at line 8585 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsro ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8591 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsro ( vector short  __a,
vector signed char  __b 
)
static

Definition at line 8596 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsro ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 8601 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsro ( vector unsigned short  __a,
vector signed char  __b 
)
static

Definition at line 8607 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsro ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 8613 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_vsro ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 8618 of file altivec.h.

static __inline__ vector pixel __ATTRS_o_ai vec_vsro ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8623 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsro ( vector int  __a,
vector signed char  __b 
)
static

Definition at line 8628 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsro ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 8633 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsro ( vector unsigned int  __a,
vector signed char  __b 
)
static

Definition at line 8639 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsro ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 8645 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_vsro ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 8650 of file altivec.h.

static __inline__ vector float __ATTRS_o_ai vec_vsro ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 8655 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsrw ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 8044 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsrw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 8050 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vsubsbs ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 9702 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vsubsbs ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 9707 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vsubsbs ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 9712 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsubshs ( vector short  __a,
vector short  __b 
)
static

Definition at line 9735 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsubshs ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 9740 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsubshs ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 9745 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsubsws ( vector int  __a,
vector int  __b 
)
static

Definition at line 9769 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsubsws ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 9774 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsubsws ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 9779 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vsububm ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 9475 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vsububm ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 9480 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vsububm ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 9485 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububm ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9490 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububm ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 9495 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububm ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 9500 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububs ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9719 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububs ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 9724 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vsububs ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 9729 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vsubuhm ( vector short  __a,
vector short  __b 
)
static

Definition at line 9508 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vsubuhm ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 9513 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vsubuhm ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 9518 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9524 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 9529 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhm ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 9534 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9753 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 9758 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vsubuhs ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 9763 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vsubuwm ( vector int  __a,
vector int  __b 
)
static

Definition at line 9542 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vsubuwm ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 9547 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vsubuwm ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 9552 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9558 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 9563 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuwm ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 9568 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9787 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 9792 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vsubuws ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 9797 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vupkhsb ( vector signed char  __a)
static

Definition at line 10059 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_vupkhsb ( vector bool char  __a)
static

Definition at line 10068 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vupkhsh ( vector short  __a)
static

Definition at line 10078 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_vupkhsh ( vector bool short  __a)
static

Definition at line 10087 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vupkhsh ( vector pixel  __a)
static

Definition at line 10096 of file altivec.h.

static __inline__ vector short __ATTRS_o_ai vec_vupklsb ( vector signed char  __a)
static

Definition at line 10193 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_vupklsb ( vector bool char  __a)
static

Definition at line 10202 of file altivec.h.

static __inline__ vector int __ATTRS_o_ai vec_vupklsh ( vector short  __a)
static

Definition at line 10212 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_vupklsh ( vector bool short  __a)
static

Definition at line 10221 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vupklsh ( vector pixel  __a)
static

Definition at line 10230 of file altivec.h.

static __inline__ vector signed char __ATTRS_o_ai vec_vxor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 10702 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vxor ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 10707 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_vxor ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 10712 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vxor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 10717 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vxor ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 10722 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_vxor ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 10727 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_vxor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 10731 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vxor ( vector short  __a,
vector short  __b 
)
static

Definition at line 10736 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vxor ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 10741 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_vxor ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 10746 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vxor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 10752 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vxor ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 10757 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_vxor ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 10762 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_vxor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 10767 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vxor ( vector int  __a,
vector int  __b 
)
static

Definition at line 10771 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vxor ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 10776 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_vxor ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 10781 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vxor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 10787 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vxor ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 10792 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_vxor ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 10797 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_vxor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 10801 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_vxor ( vector float  __a,
vector float  __b 
)
static

Definition at line 10806 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_vxor ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 10813 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_vxor ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 10820 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_xor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 10534 of file altivec.h.

References __b.

Referenced by vec_perm().

static __inline__ vector signed char __ATTRS_o_ai vec_xor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 10519 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_xor ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 10524 of file altivec.h.

References __b.

static __inline__ vector signed char __ATTRS_o_ai vec_xor ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 10529 of file altivec.h.

static __inline__ vector unsigned char __ATTRS_o_ai vec_xor ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 10539 of file altivec.h.

References __b.

static __inline__ vector unsigned char __ATTRS_o_ai vec_xor ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 10544 of file altivec.h.

static __inline__ vector bool char __ATTRS_o_ai vec_xor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 10548 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_xor ( vector short  __a,
vector short  __b 
)
static

Definition at line 10553 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_xor ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 10558 of file altivec.h.

References __b.

static __inline__ vector short __ATTRS_o_ai vec_xor ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 10563 of file altivec.h.

static __inline__ vector unsigned short __ATTRS_o_ai vec_xor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 10569 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_xor ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 10574 of file altivec.h.

References __b.

static __inline__ vector unsigned short __ATTRS_o_ai vec_xor ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 10579 of file altivec.h.

static __inline__ vector bool short __ATTRS_o_ai vec_xor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 10584 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_xor ( vector int  __a,
vector int  __b 
)
static

Definition at line 10588 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_xor ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 10593 of file altivec.h.

References __b.

static __inline__ vector int __ATTRS_o_ai vec_xor ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 10598 of file altivec.h.

static __inline__ vector unsigned int __ATTRS_o_ai vec_xor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 10604 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_xor ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 10609 of file altivec.h.

References __b.

static __inline__ vector unsigned int __ATTRS_o_ai vec_xor ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 10614 of file altivec.h.

static __inline__ vector bool int __ATTRS_o_ai vec_xor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 10618 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_xor ( vector float  __a,
vector float  __b 
)
static

Definition at line 10623 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_xor ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 10630 of file altivec.h.

References __b.

static __inline__ vector float __ATTRS_o_ai vec_xor ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 10637 of file altivec.h.

References __b.

Variable Documentation

static __inline__ int vector float __b
Initial value:
{
return __a + __b
static __inline__ vector float vector float __b
Definition: altivec.h:431

Definition at line 431 of file altivec.h.

Referenced by _mm256_add_epi16(), _mm256_add_epi32(), _mm256_add_epi64(), _mm256_add_epi8(), _mm256_add_pd(), _mm256_add_ps(), _mm256_and_pd(), _mm256_and_ps(), _mm256_and_si256(), _mm256_andnot_pd(), _mm256_andnot_ps(), _mm256_andnot_si256(), _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_div_pd(), _mm256_div_ps(), _mm256_extract_epi16(), _mm256_extract_epi32(), _mm256_extract_epi8(), _mm256_insert_epi16(), _mm256_insert_epi32(), _mm256_insert_epi8(), _mm256_mul_pd(), _mm256_mul_ps(), _mm256_mullo_epi16(), _mm256_mullo_epi32(), _mm256_or_pd(), _mm256_or_ps(), _mm256_or_si256(), _mm256_set1_epi8(), _mm256_set_epi64x(), _mm256_set_pd(), _mm256_set_ps(), _mm256_setr_epi64x(), _mm256_setr_pd(), _mm256_setr_ps(), _mm256_sub_epi16(), _mm256_sub_epi32(), _mm256_sub_epi64(), _mm256_sub_epi8(), _mm256_sub_pd(), _mm256_sub_ps(), _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_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_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_cvtpi16_ps(), _mm_cvtpi8_ps(), _mm_cvtps_pi16(), _mm_cvtps_pi8(), _mm_cvtpu16_ps(), _mm_cvtpu8_ps(), _mm_cvtsi128_si32(), _mm_cvtsi32_sd(), _mm_cvtsi32_ss(), _mm_div_pd(), _mm_div_ps(), _mm_extract_epi16(), _mm_insert_epi16(), _mm_loadh_pi(), _mm_loadl_pi(), _mm_mul_pd(), _mm_mul_ps(), _mm_mullo_epi16(), _mm_or_pd(), _mm_or_ps(), _mm_or_si128(), _mm_set1_epi8(), _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_pd(), _mm_xor_ps(), _mm_xor_si128(), vec_add(), vec_and(), vec_andc(), vec_div(), vec_extract(), vec_insert(), vec_mul(), vec_nor(), vec_or(), vec_promote(), vec_sl(), vec_sr(), vec_sub(), vec_vaddubm(), vec_vadduhm(), vec_vadduwm(), vec_vand(), vec_vandc(), vec_vnor(), vec_vor(), vec_vsrb(), vec_vsrh(), vec_vsrw(), vec_vsububm(), vec_vsubuhm(), vec_vsubuwm(), vec_vxor(), and vec_xor().

static __inline__ vector float vector float vector float __c