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

Variables

static vector float vector float __b
 
static void int int __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 103 of file altivec.h.

#define __builtin_altivec_abs_v4si   vec_abs

Definition at line 105 of file altivec.h.

#define __builtin_altivec_abs_v8hi   vec_abs

Definition at line 104 of file altivec.h.

#define __builtin_altivec_abss_v16qi   vec_abss

Definition at line 141 of file altivec.h.

#define __builtin_altivec_abss_v4si   vec_abss

Definition at line 143 of file altivec.h.

#define __builtin_altivec_abss_v8hi   vec_abss

Definition at line 142 of file altivec.h.

#define __builtin_altivec_vaddfp   vec_vaddfp

Definition at line 384 of file altivec.h.

#define __builtin_altivec_vaddubm   vec_vaddubm

Definition at line 283 of file altivec.h.

#define __builtin_altivec_vadduhm   vec_vadduhm

Definition at line 317 of file altivec.h.

#define __builtin_altivec_vadduwm   vec_vadduwm

Definition at line 351 of file altivec.h.

#define __builtin_altivec_vand   vec_and

Definition at line 662 of file altivec.h.

#define __builtin_altivec_vandc   vec_andc

Definition at line 1002 of file altivec.h.

#define __builtin_altivec_vmladduhm   vec_mladd

Definition at line 3951 of file altivec.h.

#define __builtin_altivec_vmrghb   vec_vmrghb

Definition at line 3287 of file altivec.h.

#define __builtin_altivec_vmrghh   vec_vmrghh

Definition at line 3315 of file altivec.h.

#define __builtin_altivec_vmrghw   vec_vmrghw

Definition at line 3351 of file altivec.h.

#define __builtin_altivec_vmrglb   vec_vmrglb

Definition at line 3550 of file altivec.h.

#define __builtin_altivec_vmrglh   vec_vmrglh

Definition at line 3578 of file altivec.h.

#define __builtin_altivec_vmrglw   vec_vmrglw

Definition at line 3614 of file altivec.h.

#define __builtin_altivec_vnor   vec_nor

Definition at line 4577 of file altivec.h.

#define __builtin_altivec_vor   vec_or

Definition at line 4707 of file altivec.h.

#define __builtin_altivec_vpkuhum   vec_vpkuhum

Definition at line 5306 of file altivec.h.

#define __builtin_altivec_vpkuwum   vec_vpkuwum

Definition at line 5355 of file altivec.h.

#define __builtin_altivec_vsel_4si   vec_sel

Definition at line 6215 of file altivec.h.

#define __builtin_altivec_vslb   vec_vslb

Definition at line 6518 of file altivec.h.

#define __builtin_altivec_vsldoi_4si   vec_sld

Definition at line 6560 of file altivec.h.

#define __builtin_altivec_vslh   vec_vslh

Definition at line 6532 of file altivec.h.

#define __builtin_altivec_vslw   vec_vslw

Definition at line 6546 of file altivec.h.

#define __builtin_altivec_vspltb   vec_vspltb

Definition at line 7593 of file altivec.h.

#define __builtin_altivec_vsplth   vec_vsplth

Definition at line 7612 of file altivec.h.

#define __builtin_altivec_vspltisb   vec_splat_s8

Definition at line 7691 of file altivec.h.

#define __builtin_altivec_vspltish   vec_splat_s16

Definition at line 7707 of file altivec.h.

#define __builtin_altivec_vspltisw   vec_splat_s32

Definition at line 7723 of file altivec.h.

#define __builtin_altivec_vspltw   vec_vspltw

Definition at line 7652 of file altivec.h.

#define __builtin_altivec_vsrb   vec_vsrb

Definition at line 7808 of file altivec.h.

#define __builtin_altivec_vsrh   vec_vsrh

Definition at line 7822 of file altivec.h.

#define __builtin_altivec_vsrw   vec_vsrw

Definition at line 7836 of file altivec.h.

#define __builtin_altivec_vsubfp   vec_vsubfp

Definition at line 9308 of file altivec.h.

#define __builtin_altivec_vsububm   vec_vsububm

Definition at line 9207 of file altivec.h.

#define __builtin_altivec_vsubuhm   vec_vsubuhm

Definition at line 9241 of file altivec.h.

#define __builtin_altivec_vsubuwm   vec_vsubuwm

Definition at line 9275 of file altivec.h.

#define __builtin_altivec_vxor   vec_xor

Definition at line 10042 of file altivec.h.

#define __CR6_EQ   0

Definition at line 32 of file altivec.h.

Referenced by vec_all_ge(), vec_all_le(), and vec_all_ne().

#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().

Function Documentation

static vector float __attribute__ ( (__always_inline__)  )
static

Definition at line 1432 of file altivec.h.

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

Definition at line 107 of file altivec.h.

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

Definition at line 111 of file altivec.h.

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

Definition at line 115 of file altivec.h.

static vector float __ATTRS_o_ai vec_abs ( vector float  __a)
static

Definition at line 126 of file altivec.h.

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

Definition at line 145 of file altivec.h.

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

Definition at line 150 of file altivec.h.

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

Definition at line 155 of file altivec.h.

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

Definition at line 162 of file altivec.h.

References __b.

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

Definition at line 167 of file altivec.h.

References __b.

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

Definition at line 172 of file altivec.h.

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

Definition at line 177 of file altivec.h.

References __b.

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

Definition at line 182 of file altivec.h.

References __b.

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

Definition at line 187 of file altivec.h.

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

Definition at line 192 of file altivec.h.

References __b.

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

Definition at line 196 of file altivec.h.

References __b.

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

Definition at line 201 of file altivec.h.

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

Definition at line 206 of file altivec.h.

References __b.

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

Definition at line 211 of file altivec.h.

References __b.

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

Definition at line 216 of file altivec.h.

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

Definition at line 221 of file altivec.h.

References __b.

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

Definition at line 225 of file altivec.h.

References __b.

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

Definition at line 229 of file altivec.h.

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

Definition at line 233 of file altivec.h.

References __b.

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

Definition at line 238 of file altivec.h.

References __b.

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

Definition at line 243 of file altivec.h.

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

Definition at line 270 of file altivec.h.

References __b.

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

Definition at line 393 of file altivec.h.

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

Definition at line 419 of file altivec.h.

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

Definition at line 424 of file altivec.h.

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

Definition at line 429 of file altivec.h.

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

Definition at line 434 of file altivec.h.

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

Definition at line 439 of file altivec.h.

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

Definition at line 444 of file altivec.h.

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

Definition at line 449 of file altivec.h.

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

Definition at line 453 of file altivec.h.

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

Definition at line 458 of file altivec.h.

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

Definition at line 463 of file altivec.h.

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

Definition at line 468 of file altivec.h.

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

Definition at line 473 of file altivec.h.

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

Definition at line 478 of file altivec.h.

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

Definition at line 482 of file altivec.h.

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

Definition at line 486 of file altivec.h.

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

Definition at line 490 of file altivec.h.

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

Definition at line 495 of file altivec.h.

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

Definition at line 500 of file altivec.h.

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

Definition at line 11387 of file altivec.h.

References __CR6_LT.

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

Definition at line 11393 of file altivec.h.

References __CR6_LT.

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

Definition at line 11399 of file altivec.h.

References __CR6_LT.

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

Definition at line 11405 of file altivec.h.

References __CR6_LT.

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

Definition at line 11411 of file altivec.h.

References __CR6_LT.

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

Definition at line 11417 of file altivec.h.

References __CR6_LT.

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

Definition at line 11423 of file altivec.h.

References __CR6_LT.

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

Definition at line 11428 of file altivec.h.

References __CR6_LT.

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

Definition at line 11432 of file altivec.h.

References __CR6_LT.

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

Definition at line 11436 of file altivec.h.

References __CR6_LT.

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

Definition at line 11442 of file altivec.h.

References __CR6_LT.

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

Definition at line 11448 of file altivec.h.

References __CR6_LT.

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

Definition at line 11453 of file altivec.h.

References __CR6_LT.

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

Definition at line 11459 of file altivec.h.

References __CR6_LT.

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

Definition at line 11465 of file altivec.h.

References __CR6_LT.

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

Definition at line 11470 of file altivec.h.

References __CR6_LT.

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

Definition at line 11474 of file altivec.h.

References __CR6_LT.

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

Definition at line 11478 of file altivec.h.

References __CR6_LT.

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

Definition at line 11484 of file altivec.h.

References __CR6_LT.

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

Definition at line 11490 of file altivec.h.

References __CR6_LT.

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

Definition at line 11495 of file altivec.h.

References __CR6_LT.

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

Definition at line 11501 of file altivec.h.

References __CR6_LT.

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

Definition at line 11548 of file altivec.h.

References __CR6_LT.

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

Definition at line 11554 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11559 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11564 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11569 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11574 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11580 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11585 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11590 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11594 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11598 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11603 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11609 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11614 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11620 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11626 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11630 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11634 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11639 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11644 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11649 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11654 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11700 of file altivec.h.

References __CR6_LT.

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

Definition at line 11706 of file altivec.h.

References __CR6_LT.

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

Definition at line 11711 of file altivec.h.

References __CR6_LT.

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

Definition at line 11716 of file altivec.h.

References __CR6_LT.

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

Definition at line 11721 of file altivec.h.

References __CR6_LT.

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

Definition at line 11726 of file altivec.h.

References __CR6_LT.

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

Definition at line 11732 of file altivec.h.

References __CR6_LT.

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

Definition at line 11737 of file altivec.h.

References __CR6_LT.

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

Definition at line 11742 of file altivec.h.

References __CR6_LT.

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

Definition at line 11746 of file altivec.h.

References __CR6_LT.

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

Definition at line 11750 of file altivec.h.

References __CR6_LT.

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

Definition at line 11755 of file altivec.h.

References __CR6_LT.

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

Definition at line 11761 of file altivec.h.

References __CR6_LT.

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

Definition at line 11766 of file altivec.h.

References __CR6_LT.

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

Definition at line 11772 of file altivec.h.

References __CR6_LT.

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

Definition at line 11778 of file altivec.h.

References __CR6_LT.

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

Definition at line 11782 of file altivec.h.

References __CR6_LT.

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

Definition at line 11786 of file altivec.h.

References __CR6_LT.

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

Definition at line 11791 of file altivec.h.

References __CR6_LT.

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

Definition at line 11796 of file altivec.h.

References __CR6_LT.

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

Definition at line 11801 of file altivec.h.

References __CR6_LT.

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

Definition at line 11806 of file altivec.h.

References __CR6_LT.

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

Definition at line 11852 of file altivec.h.

References __CR6_LT.

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

Definition at line 11865 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11870 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11875 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11880 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11885 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11891 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11896 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11901 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11905 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11909 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11914 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11920 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11925 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11931 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11937 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11941 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11945 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11950 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11955 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11960 of file altivec.h.

References __CR6_EQ.

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

Definition at line 11965 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12012 of file altivec.h.

References __CR6_LT.

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

Definition at line 12018 of file altivec.h.

References __CR6_LT.

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

Definition at line 12023 of file altivec.h.

References __CR6_LT.

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

Definition at line 12028 of file altivec.h.

References __CR6_LT.

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

Definition at line 12033 of file altivec.h.

References __CR6_LT.

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

Definition at line 12038 of file altivec.h.

References __CR6_LT.

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

Definition at line 12044 of file altivec.h.

References __CR6_LT.

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

Definition at line 12049 of file altivec.h.

References __CR6_LT.

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

Definition at line 12054 of file altivec.h.

References __CR6_LT.

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

Definition at line 12058 of file altivec.h.

References __CR6_LT.

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

Definition at line 12062 of file altivec.h.

References __CR6_LT.

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

Definition at line 12067 of file altivec.h.

References __CR6_LT.

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

Definition at line 12073 of file altivec.h.

References __CR6_LT.

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

Definition at line 12078 of file altivec.h.

References __CR6_LT.

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

Definition at line 12084 of file altivec.h.

References __CR6_LT.

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

Definition at line 12090 of file altivec.h.

References __CR6_LT.

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

Definition at line 12094 of file altivec.h.

References __CR6_LT.

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

Definition at line 12098 of file altivec.h.

References __CR6_LT.

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

Definition at line 12103 of file altivec.h.

References __CR6_LT.

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

Definition at line 12108 of file altivec.h.

References __CR6_LT.

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

Definition at line 12113 of file altivec.h.

References __CR6_LT.

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

Definition at line 12118 of file altivec.h.

References __CR6_LT.

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

Definition at line 12165 of file altivec.h.

References __CR6_LT.

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

Definition at line 12177 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12183 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12189 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12195 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12201 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12207 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12213 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12218 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12222 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12226 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12232 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12238 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12243 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12249 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12255 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12260 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12264 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12268 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12274 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12280 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12285 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12291 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12339 of file altivec.h.

References __CR6_EQ.

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

Definition at line 664 of file altivec.h.

References __b.

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

Definition at line 669 of file altivec.h.

References __b.

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

Definition at line 674 of file altivec.h.

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

Definition at line 679 of file altivec.h.

References __b.

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

Definition at line 684 of file altivec.h.

References __b.

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

Definition at line 689 of file altivec.h.

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

Definition at line 694 of file altivec.h.

References __b.

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

Definition at line 699 of file altivec.h.

References __b.

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

Definition at line 703 of file altivec.h.

References __b.

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

Definition at line 708 of file altivec.h.

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

Definition at line 713 of file altivec.h.

References __b.

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

Definition at line 718 of file altivec.h.

References __b.

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

Definition at line 723 of file altivec.h.

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

Definition at line 728 of file altivec.h.

References __b.

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

Definition at line 733 of file altivec.h.

References __b.

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

Definition at line 737 of file altivec.h.

References __b.

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

Definition at line 741 of file altivec.h.

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

Definition at line 745 of file altivec.h.

References __b.

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

Definition at line 750 of file altivec.h.

References __b.

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

Definition at line 755 of file altivec.h.

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

Definition at line 760 of file altivec.h.

References __b.

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

Definition at line 765 of file altivec.h.

References __b.

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

Definition at line 771 of file altivec.h.

References __b.

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

Definition at line 778 of file altivec.h.

References __b.

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

Definition at line 1004 of file altivec.h.

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

Definition at line 1009 of file altivec.h.

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

Definition at line 1014 of file altivec.h.

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

Definition at line 1019 of file altivec.h.

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

Definition at line 1024 of file altivec.h.

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

Definition at line 1029 of file altivec.h.

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

Definition at line 1034 of file altivec.h.

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

Definition at line 1039 of file altivec.h.

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

Definition at line 1043 of file altivec.h.

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

Definition at line 1048 of file altivec.h.

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

Definition at line 1053 of file altivec.h.

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

Definition at line 1058 of file altivec.h.

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

Definition at line 1063 of file altivec.h.

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

Definition at line 1068 of file altivec.h.

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

Definition at line 1073 of file altivec.h.

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

Definition at line 1077 of file altivec.h.

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

Definition at line 1081 of file altivec.h.

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

Definition at line 1085 of file altivec.h.

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

Definition at line 1090 of file altivec.h.

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

Definition at line 1095 of file altivec.h.

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

Definition at line 1100 of file altivec.h.

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

Definition at line 1105 of file altivec.h.

References __b.

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

Definition at line 1111 of file altivec.h.

References __b.

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

Definition at line 1118 of file altivec.h.

References __b.

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

Definition at line 12380 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12386 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12392 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12398 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12404 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12410 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12416 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12421 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12425 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12429 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12435 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12441 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12446 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12452 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12458 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12463 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12467 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12471 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12477 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12483 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12488 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12494 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12542 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12548 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12553 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12559 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12564 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12570 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12576 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12582 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12587 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12591 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12595 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12600 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12606 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12611 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12617 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12623 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12627 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12631 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12636 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12642 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12647 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12653 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12702 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12708 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12713 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12719 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12724 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12730 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12736 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12742 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12747 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12751 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12755 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12760 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12766 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12771 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12777 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12783 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12787 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12791 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12796 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12802 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12807 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12813 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12862 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 12868 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12873 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12879 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12884 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12890 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12896 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12902 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12907 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12911 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12915 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12920 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12926 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12931 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12937 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12943 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12947 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12951 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12956 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12962 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12967 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 12973 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13022 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13028 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13033 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13039 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13044 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13050 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13056 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13062 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13067 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13071 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13075 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13080 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13086 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13091 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13097 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13103 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13107 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13111 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13116 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13122 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13127 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13133 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13182 of file altivec.h.

References __CR6_EQ_REV.

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

Definition at line 13194 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13200 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13206 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13212 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13218 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13224 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13230 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13235 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13239 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13243 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13249 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13255 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13260 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13266 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13272 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13277 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13281 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13285 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13291 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13297 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13302 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13308 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 13356 of file altivec.h.

References __CR6_LT_REV.

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

Definition at line 1344 of file altivec.h.

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

Definition at line 1349 of file altivec.h.

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

Definition at line 1354 of file altivec.h.

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

Definition at line 1358 of file altivec.h.

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

Definition at line 1363 of file altivec.h.

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

Definition at line 1367 of file altivec.h.

static vector float __ATTRS_o_ai vec_ceil ( vector float  __a)
static

Definition at line 1416 of file altivec.h.

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

Definition at line 1453 of file altivec.h.

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

Definition at line 1459 of file altivec.h.

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

Definition at line 1465 of file altivec.h.

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

Definition at line 1470 of file altivec.h.

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

Definition at line 1476 of file altivec.h.

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

Definition at line 1480 of file altivec.h.

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

Definition at line 1499 of file altivec.h.

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

Definition at line 1518 of file altivec.h.

Referenced by vec_cmple().

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

Definition at line 1560 of file altivec.h.

Referenced by vec_cmplt().

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

Definition at line 1565 of file altivec.h.

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

Definition at line 1570 of file altivec.h.

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

Definition at line 1575 of file altivec.h.

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

Definition at line 1580 of file altivec.h.

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

Definition at line 1584 of file altivec.h.

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

Definition at line 1601 of file altivec.h.

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

Definition at line 1668 of file altivec.h.

References vec_cmpge().

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

Definition at line 1693 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1698 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1703 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1708 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1713 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1717 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1722 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1790 of file altivec.h.

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

Definition at line 1794 of file altivec.h.

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

Definition at line 1845 of file altivec.h.

References __b.

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

Definition at line 1850 of file altivec.h.

References __b.

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

Definition at line 1855 of file altivec.h.

References __b.

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

Definition at line 1860 of file altivec.h.

References __b.

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

Definition at line 1865 of file altivec.h.

References __b.

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

Definition at line 1870 of file altivec.h.

References __b.

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

Definition at line 10384 of file altivec.h.

References __b.

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

Definition at line 10388 of file altivec.h.

References __b.

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

Definition at line 10393 of file altivec.h.

References __b.

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

Definition at line 10397 of file altivec.h.

References __b.

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

Definition at line 10402 of file altivec.h.

References __b.

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

Definition at line 10406 of file altivec.h.

References __b.

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

Definition at line 10410 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_floor ( vector float  __a)
static

Definition at line 2135 of file altivec.h.

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

Definition at line 10416 of file altivec.h.

References __b, and __c.

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

Definition at line 10423 of file altivec.h.

References __b, and __c.

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

Definition at line 10430 of file altivec.h.

References __b, and __c.

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

Definition at line 10436 of file altivec.h.

References __b, and __c.

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

Definition at line 10443 of file altivec.h.

References __b, and __c.

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

Definition at line 10448 of file altivec.h.

References __b, and __c.

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

Definition at line 10455 of file altivec.h.

References __b, and __c.

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

Definition at line 2158 of file altivec.h.

Referenced by vec_lvlx(), and vec_lvrx().

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

Definition at line 2163 of file altivec.h.

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

Definition at line 2168 of file altivec.h.

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

Definition at line 2172 of file altivec.h.

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

Definition at line 2177 of file altivec.h.

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

Definition at line 2182 of file altivec.h.

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

Definition at line 2186 of file altivec.h.

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

Definition at line 2191 of file altivec.h.

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

Definition at line 2195 of file altivec.h.

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

Definition at line 2200 of file altivec.h.

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

Definition at line 2205 of file altivec.h.

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

Definition at line 2209 of file altivec.h.

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

Definition at line 2213 of file altivec.h.

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

Definition at line 2217 of file altivec.h.

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

Definition at line 2222 of file altivec.h.

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

Definition at line 2227 of file altivec.h.

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

Definition at line 2232 of file altivec.h.

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

Definition at line 2236 of file altivec.h.

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

Definition at line 2327 of file altivec.h.

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

Definition at line 2332 of file altivec.h.

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

Definition at line 2337 of file altivec.h.

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

Definition at line 2341 of file altivec.h.

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

Definition at line 2346 of file altivec.h.

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

Definition at line 2350 of file altivec.h.

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

Definition at line 2355 of file altivec.h.

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

Definition at line 2399 of file altivec.h.

Referenced by vec_lvlxl(), and vec_lvrxl().

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

Definition at line 2404 of file altivec.h.

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

Definition at line 2410 of file altivec.h.

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

Definition at line 2414 of file altivec.h.

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

Definition at line 2419 of file altivec.h.

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

Definition at line 2424 of file altivec.h.

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

Definition at line 2428 of file altivec.h.

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

Definition at line 2433 of file altivec.h.

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

Definition at line 2437 of file altivec.h.

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

Definition at line 2442 of file altivec.h.

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

Definition at line 2447 of file altivec.h.

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

Definition at line 2451 of file altivec.h.

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

Definition at line 2455 of file altivec.h.

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

Definition at line 2460 of file altivec.h.

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

Definition at line 2464 of file altivec.h.

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

Definition at line 2469 of file altivec.h.

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

Definition at line 2474 of file altivec.h.

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

Definition at line 2478 of file altivec.h.

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

Definition at line 2361 of file altivec.h.

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

Definition at line 2366 of file altivec.h.

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

Definition at line 2373 of file altivec.h.

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

Definition at line 2377 of file altivec.h.

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

Definition at line 2384 of file altivec.h.

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

Definition at line 2388 of file altivec.h.

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

Definition at line 2393 of file altivec.h.

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

Definition at line 10463 of file altivec.h.

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

Referenced by vec_stvrx(), and vec_stvrxl().

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

Definition at line 10469 of file altivec.h.

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

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

Definition at line 10475 of file altivec.h.

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

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

Definition at line 10482 of file altivec.h.

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

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

Definition at line 10487 of file altivec.h.

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

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

Definition at line 10493 of file altivec.h.

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

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

Definition at line 10497 of file altivec.h.

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

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

Definition at line 10502 of file altivec.h.

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

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

Definition at line 10509 of file altivec.h.

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

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

Definition at line 10514 of file altivec.h.

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

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

Definition at line 10520 of file altivec.h.

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

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

Definition at line 10525 of file altivec.h.

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

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

Definition at line 10529 of file altivec.h.

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

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

Definition at line 10534 of file altivec.h.

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

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

Definition at line 10541 of file altivec.h.

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

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

Definition at line 10546 of file altivec.h.

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

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

Definition at line 10552 of file altivec.h.

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

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

Definition at line 10556 of file altivec.h.

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

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

Definition at line 10563 of file altivec.h.

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

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

Definition at line 10570 of file altivec.h.

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

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

Definition at line 10575 of file altivec.h.

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

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

Definition at line 10582 of file altivec.h.

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

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

Definition at line 10587 of file altivec.h.

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

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

Definition at line 10593 of file altivec.h.

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

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

Definition at line 10597 of file altivec.h.

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

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

Definition at line 10602 of file altivec.h.

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

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

Definition at line 10609 of file altivec.h.

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

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

Definition at line 10614 of file altivec.h.

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

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

Definition at line 10620 of file altivec.h.

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

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

Definition at line 10625 of file altivec.h.

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

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

Definition at line 10629 of file altivec.h.

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

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

Definition at line 10634 of file altivec.h.

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

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

Definition at line 10641 of file altivec.h.

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

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

Definition at line 10646 of file altivec.h.

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

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

Definition at line 10652 of file altivec.h.

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

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

Definition at line 10656 of file altivec.h.

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

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

Definition at line 10663 of file altivec.h.

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

Referenced by vec_stvlx(), and vec_stvlxl().

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

Definition at line 10669 of file altivec.h.

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

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

Definition at line 10675 of file altivec.h.

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

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

Definition at line 10682 of file altivec.h.

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

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

Definition at line 10687 of file altivec.h.

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

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

Definition at line 10693 of file altivec.h.

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

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

Definition at line 10697 of file altivec.h.

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

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

Definition at line 10702 of file altivec.h.

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

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

Definition at line 10709 of file altivec.h.

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

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

Definition at line 10714 of file altivec.h.

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

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

Definition at line 10720 of file altivec.h.

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

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

Definition at line 10725 of file altivec.h.

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

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

Definition at line 10729 of file altivec.h.

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

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

Definition at line 10734 of file altivec.h.

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

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

Definition at line 10741 of file altivec.h.

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

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

Definition at line 10746 of file altivec.h.

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

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

Definition at line 10752 of file altivec.h.

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

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

Definition at line 10756 of file altivec.h.

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

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

Definition at line 10763 of file altivec.h.

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

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

Definition at line 10770 of file altivec.h.

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

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

Definition at line 10775 of file altivec.h.

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

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

Definition at line 10782 of file altivec.h.

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

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

Definition at line 10787 of file altivec.h.

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

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

Definition at line 10793 of file altivec.h.

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

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

Definition at line 10797 of file altivec.h.

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

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

Definition at line 10802 of file altivec.h.

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

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

Definition at line 10809 of file altivec.h.

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

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

Definition at line 10814 of file altivec.h.

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

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

Definition at line 10820 of file altivec.h.

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

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

Definition at line 10825 of file altivec.h.

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

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

Definition at line 10829 of file altivec.h.

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

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

Definition at line 10834 of file altivec.h.

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

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

Definition at line 10841 of file altivec.h.

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

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

Definition at line 10846 of file altivec.h.

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

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

Definition at line 10852 of file altivec.h.

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

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

Definition at line 10856 of file altivec.h.

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

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

Definition at line 2594 of file altivec.h.

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

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

Definition at line 2611 of file altivec.h.

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

Definition at line 2628 of file altivec.h.

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

Definition at line 2644 of file altivec.h.

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

Definition at line 2661 of file altivec.h.

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

Definition at line 2677 of file altivec.h.

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

Definition at line 2694 of file altivec.h.

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

Definition at line 2712 of file altivec.h.

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

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

Definition at line 2729 of file altivec.h.

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

Definition at line 2746 of file altivec.h.

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

Definition at line 2762 of file altivec.h.

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

Definition at line 2779 of file altivec.h.

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

Definition at line 2795 of file altivec.h.

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

Definition at line 2812 of file altivec.h.

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

Definition at line 2242 of file altivec.h.

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

Definition at line 2247 of file altivec.h.

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

Definition at line 2253 of file altivec.h.

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

Definition at line 2257 of file altivec.h.

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

Definition at line 2262 of file altivec.h.

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

Definition at line 2267 of file altivec.h.

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

Definition at line 2271 of file altivec.h.

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

Definition at line 2276 of file altivec.h.

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

Definition at line 2280 of file altivec.h.

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

Definition at line 2285 of file altivec.h.

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

Definition at line 2290 of file altivec.h.

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

Definition at line 2294 of file altivec.h.

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

Definition at line 2298 of file altivec.h.

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

Definition at line 2303 of file altivec.h.

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

Definition at line 2307 of file altivec.h.

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

Definition at line 2312 of file altivec.h.

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

Definition at line 2317 of file altivec.h.

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

Definition at line 2321 of file altivec.h.

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

Definition at line 2484 of file altivec.h.

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

Definition at line 2489 of file altivec.h.

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

Definition at line 2495 of file altivec.h.

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

Definition at line 2499 of file altivec.h.

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

Definition at line 2504 of file altivec.h.

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

Definition at line 2509 of file altivec.h.

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

Definition at line 2513 of file altivec.h.

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

Definition at line 2518 of file altivec.h.

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

Definition at line 2522 of file altivec.h.

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

Definition at line 2527 of file altivec.h.

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

Definition at line 2532 of file altivec.h.

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

Definition at line 2536 of file altivec.h.

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

Definition at line 2540 of file altivec.h.

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

Definition at line 2545 of file altivec.h.

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

Definition at line 2549 of file altivec.h.

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

Definition at line 2554 of file altivec.h.

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

Definition at line 2559 of file altivec.h.

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

Definition at line 2563 of file altivec.h.

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

Definition at line 2820 of file altivec.h.

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

Definition at line 2873 of file altivec.h.

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

Definition at line 2878 of file altivec.h.

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

Definition at line 2883 of file altivec.h.

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

Definition at line 2888 of file altivec.h.

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

Definition at line 2893 of file altivec.h.

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

Definition at line 2898 of file altivec.h.

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

Definition at line 2903 of file altivec.h.

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

Definition at line 2907 of file altivec.h.

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

Definition at line 2912 of file altivec.h.

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

Definition at line 2917 of file altivec.h.

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

Definition at line 2922 of file altivec.h.

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

Definition at line 2927 of file altivec.h.

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

Definition at line 2932 of file altivec.h.

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

Definition at line 2936 of file altivec.h.

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

Definition at line 2940 of file altivec.h.

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

Definition at line 2944 of file altivec.h.

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

Definition at line 2949 of file altivec.h.

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

Definition at line 2954 of file altivec.h.

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

Definition at line 2991 of file altivec.h.

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

Definition at line 3118 of file altivec.h.

References vec_perm().

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

Definition at line 3126 of file altivec.h.

References vec_perm().

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

Definition at line 3134 of file altivec.h.

References vec_perm().

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

Definition at line 3142 of file altivec.h.

References vec_perm().

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

Definition at line 3151 of file altivec.h.

References vec_perm().

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

Definition at line 3158 of file altivec.h.

References vec_perm().

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

Definition at line 3166 of file altivec.h.

References vec_perm().

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

Definition at line 3174 of file altivec.h.

References vec_perm().

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

Definition at line 3181 of file altivec.h.

References vec_perm().

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

Definition at line 3189 of file altivec.h.

References vec_perm().

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

Definition at line 3197 of file altivec.h.

References vec_perm().

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

Definition at line 3386 of file altivec.h.

References vec_perm().

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

Definition at line 3394 of file altivec.h.

References vec_perm().

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

Definition at line 3402 of file altivec.h.

References vec_perm().

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

Definition at line 3410 of file altivec.h.

References vec_perm().

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

Definition at line 3419 of file altivec.h.

References vec_perm().

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

Definition at line 3426 of file altivec.h.

References vec_perm().

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

Definition at line 3434 of file altivec.h.

References vec_perm().

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

Definition at line 3442 of file altivec.h.

References vec_perm().

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

Definition at line 3449 of file altivec.h.

References vec_perm().

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

Definition at line 3457 of file altivec.h.

References vec_perm().

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

Definition at line 3465 of file altivec.h.

References vec_perm().

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

Definition at line 3706 of file altivec.h.

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

Definition at line 3711 of file altivec.h.

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

Definition at line 3716 of file altivec.h.

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

Definition at line 3721 of file altivec.h.

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

Definition at line 3726 of file altivec.h.

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

Definition at line 3731 of file altivec.h.

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

Definition at line 3736 of file altivec.h.

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

Definition at line 3740 of file altivec.h.

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

Definition at line 3745 of file altivec.h.

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

Definition at line 3750 of file altivec.h.

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

Definition at line 3755 of file altivec.h.

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

Definition at line 3760 of file altivec.h.

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

Definition at line 3765 of file altivec.h.

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

Definition at line 3769 of file altivec.h.

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

Definition at line 3773 of file altivec.h.

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

Definition at line 3777 of file altivec.h.

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

Definition at line 3782 of file altivec.h.

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

Definition at line 3787 of file altivec.h.

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

Definition at line 3824 of file altivec.h.

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

Definition at line 3953 of file altivec.h.

References __c.

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

Definition at line 3958 of file altivec.h.

References __c.

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

Definition at line 3964 of file altivec.h.

References __c.

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

Definition at line 3969 of file altivec.h.

References __c.

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

Definition at line 4017 of file altivec.h.

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

Definition at line 4023 of file altivec.h.

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

Definition at line 4029 of file altivec.h.

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

Definition at line 4034 of file altivec.h.

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

Definition at line 4072 of file altivec.h.

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

Definition at line 4077 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector signed char  __a)
static

Definition at line 4100 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector unsigned char  __a)
static

Definition at line 4104 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector bool char  __a)
static

Definition at line 4108 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector short  __a)
static

Definition at line 4112 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector unsigned short  __a)
static

Definition at line 4116 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector bool short  __a)
static

Definition at line 4120 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector pixel  __a)
static

Definition at line 4124 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector int  __a)
static

Definition at line 4128 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector unsigned int  __a)
static

Definition at line 4132 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector bool int  __a)
static

Definition at line 4136 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector float  __a)
static

Definition at line 4140 of file altivec.h.

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

Definition at line 4150 of file altivec.h.

References __b.

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

Definition at line 4155 of file altivec.h.

References __b.

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

Definition at line 4160 of file altivec.h.

References __b.

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

Definition at line 4165 of file altivec.h.

References __b.

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

Definition at line 4170 of file altivec.h.

References __b.

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

Definition at line 4175 of file altivec.h.

References __b.

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

Definition at line 4192 of file altivec.h.

References __b.

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

Definition at line 4208 of file altivec.h.

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

Definition at line 4217 of file altivec.h.

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

Definition at line 4226 of file altivec.h.

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

Definition at line 4234 of file altivec.h.

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

Definition at line 4309 of file altivec.h.

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

Definition at line 4318 of file altivec.h.

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

Definition at line 4327 of file altivec.h.

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

Definition at line 4335 of file altivec.h.

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

Definition at line 4553 of file altivec.h.

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

Definition at line 4579 of file altivec.h.

References __b.

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

Definition at line 4584 of file altivec.h.

References __b.

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

Definition at line 4589 of file altivec.h.

References __b.

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

Definition at line 4594 of file altivec.h.

References __b.

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

Definition at line 4598 of file altivec.h.

References __b.

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

Definition at line 4603 of file altivec.h.

References __b.

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

Definition at line 4608 of file altivec.h.

References __b.

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

Definition at line 4612 of file altivec.h.

References __b.

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

Definition at line 4617 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_nor ( vector float  __a,
vector float  __b 
)
static

Definition at line 4622 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_or ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 4709 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_or ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 4714 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_or ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 4719 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_or ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 4724 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_or ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 4729 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_or ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 4734 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_or ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 4739 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_or ( vector short  __a,
vector short  __b 
)
static

Definition at line 4744 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_or ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 4748 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_or ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 4753 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_or ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 4758 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_or ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 4763 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_or ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 4768 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_or ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 4773 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_or ( vector int  __a,
vector int  __b 
)
static

Definition at line 4778 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_or ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 4782 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_or ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 4786 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_or ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 4790 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_or ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 4795 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_or ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 4800 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_or ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 4805 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_or ( vector float  __a,
vector float  __b 
)
static

Definition at line 4810 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_or ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 4816 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_or ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 4822 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_pack ( vector signed short  __a,
vector signed short  __b 
)
static

Definition at line 5168 of file altivec.h.

References vec_perm().

static vector unsigned char __ATTRS_o_ai vec_pack ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5183 of file altivec.h.

References vec_perm().

static vector bool char __ATTRS_o_ai vec_pack ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 5198 of file altivec.h.

References vec_perm().

static vector short __ATTRS_o_ai vec_pack ( vector int  __a,
vector int  __b 
)
static

Definition at line 5213 of file altivec.h.

References vec_perm().

static vector unsigned short __ATTRS_o_ai vec_pack ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5227 of file altivec.h.

References vec_perm().

static vector bool short __ATTRS_o_ai vec_pack ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 5242 of file altivec.h.

References vec_perm().

static vector signed char __ATTRS_o_ai vec_packs ( vector short  __a,
vector short  __b 
)
static

Definition at line 5476 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_packs ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5485 of file altivec.h.

static vector signed short __ATTRS_o_ai vec_packs ( vector int  __a,
vector int  __b 
)
static

Definition at line 5494 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_packs ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5503 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_packsu ( vector short  __a,
vector short  __b 
)
static

Definition at line 5604 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_packsu ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5613 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_packsu ( vector int  __a,
vector int  __b 
)
static

Definition at line 5622 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_packsu ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5631 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_perm ( vector signed char  __a,
vector signed char  __b,
vector unsigned char  __c 
)
static
static vector unsigned char __ATTRS_o_ai vec_perm ( vector unsigned char  __a,
vector unsigned char  __b,
vector unsigned char  __c 
)
static

Definition at line 5738 of file altivec.h.

References vec_xor().

static vector bool char __ATTRS_o_ai vec_perm ( vector bool char  __a,
vector bool char  __b,
vector unsigned char  __c 
)
static

Definition at line 5753 of file altivec.h.

References vec_xor().

static vector short __ATTRS_o_ai vec_perm ( vector signed short  __a,
vector signed short  __b,
vector unsigned char  __c 
)
static

Definition at line 5768 of file altivec.h.

References vec_xor().

static vector unsigned short __ATTRS_o_ai vec_perm ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned char  __c 
)
static

Definition at line 5783 of file altivec.h.

References vec_xor().

static vector bool short __ATTRS_o_ai vec_perm ( vector bool short  __a,
vector bool short  __b,
vector unsigned char  __c 
)
static

Definition at line 5798 of file altivec.h.

References vec_xor().

static vector pixel __ATTRS_o_ai vec_perm ( vector pixel  __a,
vector pixel  __b,
vector unsigned char  __c 
)
static

Definition at line 5813 of file altivec.h.

References vec_xor().

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

Definition at line 5827 of file altivec.h.

References vec_xor().

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

Definition at line 5840 of file altivec.h.

References vec_xor().

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

Definition at line 5855 of file altivec.h.

References vec_xor().

static vector float __ATTRS_o_ai vec_perm ( vector float  __a,
vector float  __b,
vector unsigned char  __c 
)
static

Definition at line 5870 of file altivec.h.

References vec_xor().

static vector signed char __ATTRS_o_ai vec_promote ( signed char  __a,
int  __b 
)
static

Definition at line 11311 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_promote ( unsigned char  __a,
int  __b 
)
static

Definition at line 11317 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_promote ( short  __a,
int  __b 
)
static

Definition at line 11324 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_promote ( unsigned short  __a,
int  __b 
)
static

Definition at line 11330 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_promote ( int  __a,
int  __b 
)
static

Definition at line 11337 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_promote ( unsigned int  __a,
int  __b 
)
static

Definition at line 11343 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_promote ( float  __a,
int  __b 
)
static

Definition at line 11349 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_re ( vector float  __a)
static

Definition at line 6032 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_rl ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 6055 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_rl ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6060 of file altivec.h.

static vector short __ATTRS_o_ai vec_rl ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 6065 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_rl ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6070 of file altivec.h.

static vector int __ATTRS_o_ai vec_rl ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 6075 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_rl ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6079 of file altivec.h.

static vector float __ATTRS_o_ai vec_round ( vector float  __a)
static

Definition at line 6134 of file altivec.h.

static vector float __ATTRS_o_ai vec_rsqrte ( vector float  __a)
static

Definition at line 6192 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_sel ( vector signed char  __a,
vector signed char  __b,
vector unsigned char  __c 
)
static

Definition at line 6217 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_sel ( vector signed char  __a,
vector signed char  __b,
vector bool char  __c 
)
static

Definition at line 6223 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_sel ( vector unsigned char  __a,
vector unsigned char  __b,
vector unsigned char  __c 
)
static

Definition at line 6229 of file altivec.h.

References __c.

static vector unsigned char __ATTRS_o_ai vec_sel ( vector unsigned char  __a,
vector unsigned char  __b,
vector bool char  __c 
)
static

Definition at line 6235 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_sel ( vector bool char  __a,
vector bool char  __b,
vector unsigned char  __c 
)
static

Definition at line 6241 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_sel ( vector bool char  __a,
vector bool char  __b,
vector bool char  __c 
)
static

Definition at line 6247 of file altivec.h.

References __c.

static vector short __ATTRS_o_ai vec_sel ( vector short  __a,
vector short  __b,
vector unsigned short  __c 
)
static

Definition at line 6253 of file altivec.h.

static vector short __ATTRS_o_ai vec_sel ( vector short  __a,
vector short  __b,
vector bool short  __c 
)
static

Definition at line 6258 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_sel ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 6263 of file altivec.h.

References __c.

static vector unsigned short __ATTRS_o_ai vec_sel ( vector unsigned short  __a,
vector unsigned short  __b,
vector bool short  __c 
)
static

Definition at line 6269 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_sel ( vector bool short  __a,
vector bool short  __b,
vector unsigned short  __c 
)
static

Definition at line 6276 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_sel ( vector bool short  __a,
vector bool short  __b,
vector bool short  __c 
)
static

Definition at line 6282 of file altivec.h.

References __c.

static vector int __ATTRS_o_ai vec_sel ( vector int  __a,
vector int  __b,
vector unsigned int  __c 
)
static

Definition at line 6288 of file altivec.h.

static vector int __ATTRS_o_ai vec_sel ( vector int  __a,
vector int  __b,
vector bool int  __c 
)
static

Definition at line 6293 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_sel ( vector unsigned int  __a,
vector unsigned int  __b,
vector unsigned int  __c 
)
static

Definition at line 6298 of file altivec.h.

References __c.

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

Definition at line 6304 of file altivec.h.

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

Definition at line 6310 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_sel ( vector bool int  __a,
vector bool int  __b,
vector bool int  __c 
)
static

Definition at line 6316 of file altivec.h.

References __c.

static vector float __ATTRS_o_ai vec_sel ( vector float  __a,
vector float  __b,
vector unsigned int  __c 
)
static

Definition at line 6322 of file altivec.h.

References __c.

static vector float __ATTRS_o_ai vec_sel ( vector float  __a,
vector float  __b,
vector bool int  __c 
)
static

Definition at line 6329 of file altivec.h.

References __c.

static vector signed char __ATTRS_o_ai vec_sl ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 6475 of file altivec.h.

Referenced by vec_vslb(), vec_vslh(), and vec_vslw().

static vector unsigned char __ATTRS_o_ai vec_sl ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6480 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_sl ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 6485 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_sl ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6490 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_sl ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 6495 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_sl ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6499 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_sld ( vector signed char  __a,
vector signed char  __b,
unsigned const int  __c 
)
static

Definition at line 6562 of file altivec.h.

References vec_perm().

static vector unsigned char __ATTRS_o_ai vec_sld ( vector unsigned char  __a,
vector unsigned char  __b,
unsigned const int  __c 
)
static

Definition at line 6582 of file altivec.h.

References vec_perm().

static vector bool char __ATTRS_o_ai vec_sld ( vector bool char  __a,
vector bool char  __b,
unsigned const int  __c 
)
static

Definition at line 6602 of file altivec.h.

References vec_perm().

static vector signed short __ATTRS_o_ai vec_sld ( vector signed short  __a,
vector signed short  __b,
unsigned const int  __c 
)
static

Definition at line 6622 of file altivec.h.

References vec_perm().

static vector unsigned short __ATTRS_o_ai vec_sld ( vector unsigned short  __a,
vector unsigned short  __b,
unsigned const int  __c 
)
static

Definition at line 6642 of file altivec.h.

References vec_perm().

static vector bool short __ATTRS_o_ai vec_sld ( vector bool short  __a,
vector bool short  __b,
unsigned const int  __c 
)
static

Definition at line 6662 of file altivec.h.

References vec_perm().

static vector pixel __ATTRS_o_ai vec_sld ( vector pixel  __a,
vector pixel  __b,
unsigned const int  __c 
)
static

Definition at line 6682 of file altivec.h.

References vec_perm().

static vector signed int __ATTRS_o_ai vec_sld ( vector signed int  __a,
vector signed int  __b,
unsigned const int  __c 
)
static

Definition at line 6701 of file altivec.h.

References vec_perm().

static vector unsigned int __ATTRS_o_ai vec_sld ( vector unsigned int  __a,
vector unsigned int  __b,
unsigned const int  __c 
)
static

Definition at line 6721 of file altivec.h.

References vec_perm().

static vector bool int __ATTRS_o_ai vec_sld ( vector bool int  __a,
vector bool int  __b,
unsigned const int  __c 
)
static

Definition at line 6741 of file altivec.h.

References vec_perm().

static vector float __ATTRS_o_ai vec_sld ( vector float  __a,
vector float  __b,
unsigned const int  __c 
)
static

Definition at line 6761 of file altivec.h.

References vec_perm().

static vector signed char __ATTRS_o_ai vec_sll ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 6940 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_sll ( vector signed char  __a,
vector unsigned short  __b 
)
static

Definition at line 6946 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_sll ( vector signed char  __a,
vector unsigned int  __b 
)
static

Definition at line 6952 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_sll ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6958 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_sll ( vector unsigned char  __a,
vector unsigned short  __b 
)
static

Definition at line 6964 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_sll ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 6970 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_sll ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 6976 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_sll ( vector bool char  __a,
vector unsigned short  __b 
)
static

Definition at line 6982 of file altivec.h.

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

Definition at line 6988 of file altivec.h.

static vector short __ATTRS_o_ai vec_sll ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 6994 of file altivec.h.

static vector short __ATTRS_o_ai vec_sll ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 6999 of file altivec.h.

static vector short __ATTRS_o_ai vec_sll ( vector short  __a,
vector unsigned int  __b 
)
static

Definition at line 7004 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_sll ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 7009 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_sll ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7015 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_sll ( vector unsigned short  __a,
vector unsigned int  __b 
)
static

Definition at line 7021 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_sll ( vector bool short  __a,
vector unsigned char  __b 
)
static

Definition at line 7027 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_sll ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 7033 of file altivec.h.

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

Definition at line 7039 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_sll ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 7045 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_sll ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 7050 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_sll ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 7055 of file altivec.h.

static vector int __ATTRS_o_ai vec_sll ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 7060 of file altivec.h.

static vector int __ATTRS_o_ai vec_sll ( vector int  __a,
vector unsigned short  __b 
)
static

Definition at line 7065 of file altivec.h.

static vector int __ATTRS_o_ai vec_sll ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 7070 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_sll ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 7075 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_sll ( vector unsigned int  __a,
vector unsigned short  __b 
)
static

Definition at line 7081 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_sll ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7087 of file altivec.h.

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

Definition at line 7093 of file altivec.h.

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

Definition at line 7099 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_sll ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 7105 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_slo ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 7286 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_slo ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7292 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_slo ( vector unsigned char  __a,
vector signed char  __b 
)
static

Definition at line 7298 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_slo ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7304 of file altivec.h.

static vector short __ATTRS_o_ai vec_slo ( vector short  __a,
vector signed char  __b 
)
static

Definition at line 7310 of file altivec.h.

static vector short __ATTRS_o_ai vec_slo ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 7315 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_slo ( vector unsigned short  __a,
vector signed char  __b 
)
static

Definition at line 7320 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_slo ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 7326 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_slo ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 7332 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_slo ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 7337 of file altivec.h.

static vector int __ATTRS_o_ai vec_slo ( vector int  __a,
vector signed char  __b 
)
static

Definition at line 7342 of file altivec.h.

static vector int __ATTRS_o_ai vec_slo ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 7346 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_slo ( vector unsigned int  __a,
vector signed char  __b 
)
static

Definition at line 7351 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_slo ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 7357 of file altivec.h.

static vector float __ATTRS_o_ai vec_slo ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 7363 of file altivec.h.

static vector float __ATTRS_o_ai vec_slo ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 7368 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_splat ( vector signed char  __a,
unsigned const int  __b 
)
static

Definition at line 7465 of file altivec.h.

References vec_perm().

static vector unsigned char __ATTRS_o_ai vec_splat ( vector unsigned char  __a,
unsigned const int  __b 
)
static

Definition at line 7470 of file altivec.h.

References vec_perm().

static vector bool char __ATTRS_o_ai vec_splat ( vector bool char  __a,
unsigned const int  __b 
)
static

Definition at line 7475 of file altivec.h.

References vec_perm().

static vector signed short __ATTRS_o_ai vec_splat ( vector signed short  __a,
unsigned const int  __b 
)
static

Definition at line 7480 of file altivec.h.

References vec_perm().

static vector unsigned short __ATTRS_o_ai vec_splat ( vector unsigned short  __a,
unsigned const int  __b 
)
static

Definition at line 7489 of file altivec.h.

References vec_perm().

static vector bool short __ATTRS_o_ai vec_splat ( vector bool short  __a,
unsigned const int  __b 
)
static

Definition at line 7498 of file altivec.h.

References vec_perm().

static vector pixel __ATTRS_o_ai vec_splat ( vector pixel  __a,
unsigned const int  __b 
)
static

Definition at line 7507 of file altivec.h.

References vec_perm().

static vector signed int __ATTRS_o_ai vec_splat ( vector signed int  __a,
unsigned const int  __b 
)
static

Definition at line 7516 of file altivec.h.

References vec_perm().

static vector unsigned int __ATTRS_o_ai vec_splat ( vector unsigned int  __a,
unsigned const int  __b 
)
static

Definition at line 7525 of file altivec.h.

References vec_perm().

static vector bool int __ATTRS_o_ai vec_splat ( vector bool int  __a,
unsigned const int  __b 
)
static

Definition at line 7534 of file altivec.h.

References vec_perm().

static vector float __ATTRS_o_ai vec_splat ( vector float  __a,
unsigned const int  __b 
)
static

Definition at line 7543 of file altivec.h.

References vec_perm().

static vector short __ATTRS_o_ai vec_splat_s16 ( signed char  __a)
static

Definition at line 7710 of file altivec.h.

static vector int __ATTRS_o_ai vec_splat_s32 ( signed char  __a)
static

Definition at line 7726 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_splat_s8 ( signed char  __a)
static

Definition at line 7694 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_splat_u16 ( signed char  __a)
static

Definition at line 7747 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_splat_u32 ( signed char  __a)
static

Definition at line 7754 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_splat_u8 ( unsigned char  __a)
static

Definition at line 7740 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_splats ( signed char  __a)
static

Definition at line 11357 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_splats ( unsigned char  __a)
static

Definition at line 11361 of file altivec.h.

static vector short __ATTRS_o_ai vec_splats ( short  __a)
static

Definition at line 11365 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_splats ( unsigned short  __a)
static

Definition at line 11369 of file altivec.h.

static vector int __ATTRS_o_ai vec_splats ( int  __a)
static

Definition at line 11373 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_splats ( unsigned int  __a)
static

Definition at line 11375 of file altivec.h.

static vector float __ATTRS_o_ai vec_splats ( float  __a)
static

Definition at line 11379 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_sr ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7760 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_sr ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7766 of file altivec.h.

References __b.

static vector signed short __ATTRS_o_ai vec_sr ( vector signed short  __a,
vector unsigned short  __b 
)
static

Definition at line 7771 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_sr ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7777 of file altivec.h.

References __b.

static vector signed int __ATTRS_o_ai vec_sr ( vector signed int  __a,
vector unsigned int  __b 
)
static

Definition at line 7782 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_sr ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7788 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_sra ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7850 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_sra ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7855 of file altivec.h.

static vector short __ATTRS_o_ai vec_sra ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 7860 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_sra ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7865 of file altivec.h.

static vector int __ATTRS_o_ai vec_sra ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 7870 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_sra ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7875 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_srl ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7930 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_srl ( vector signed char  __a,
vector unsigned short  __b 
)
static

Definition at line 7936 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_srl ( vector signed char  __a,
vector unsigned int  __b 
)
static

Definition at line 7942 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_srl ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7948 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_srl ( vector unsigned char  __a,
vector unsigned short  __b 
)
static

Definition at line 7954 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_srl ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 7960 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_srl ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 7966 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_srl ( vector bool char  __a,
vector unsigned short  __b 
)
static

Definition at line 7972 of file altivec.h.

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

Definition at line 7978 of file altivec.h.

static vector short __ATTRS_o_ai vec_srl ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 7984 of file altivec.h.

static vector short __ATTRS_o_ai vec_srl ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 7989 of file altivec.h.

static vector short __ATTRS_o_ai vec_srl ( vector short  __a,
vector unsigned int  __b 
)
static

Definition at line 7994 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_srl ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 7999 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_srl ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 8005 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_srl ( vector unsigned short  __a,
vector unsigned int  __b 
)
static

Definition at line 8011 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_srl ( vector bool short  __a,
vector unsigned char  __b 
)
static

Definition at line 8017 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_srl ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 8023 of file altivec.h.

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

Definition at line 8029 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_srl ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8035 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_srl ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 8040 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_srl ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 8045 of file altivec.h.

static vector int __ATTRS_o_ai vec_srl ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 8050 of file altivec.h.

static vector int __ATTRS_o_ai vec_srl ( vector int  __a,
vector unsigned short  __b 
)
static

Definition at line 8055 of file altivec.h.

static vector int __ATTRS_o_ai vec_srl ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 8060 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_srl ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 8065 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_srl ( vector unsigned int  __a,
vector unsigned short  __b 
)
static

Definition at line 8071 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_srl ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 8077 of file altivec.h.

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

Definition at line 8083 of file altivec.h.

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

Definition at line 8089 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_srl ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 8095 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_sro ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 8276 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_sro ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8282 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_sro ( vector unsigned char  __a,
vector signed char  __b 
)
static

Definition at line 8288 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_sro ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8294 of file altivec.h.

static vector short __ATTRS_o_ai vec_sro ( vector short  __a,
vector signed char  __b 
)
static

Definition at line 8300 of file altivec.h.

static vector short __ATTRS_o_ai vec_sro ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 8305 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_sro ( vector unsigned short  __a,
vector signed char  __b 
)
static

Definition at line 8310 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_sro ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 8316 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_sro ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 8322 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_sro ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8327 of file altivec.h.

static vector int __ATTRS_o_ai vec_sro ( vector int  __a,
vector signed char  __b 
)
static

Definition at line 8332 of file altivec.h.

static vector int __ATTRS_o_ai vec_sro ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 8336 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_sro ( vector unsigned int  __a,
vector signed char  __b 
)
static

Definition at line 8341 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_sro ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 8347 of file altivec.h.

static vector float __ATTRS_o_ai vec_sro ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 8353 of file altivec.h.

static vector float __ATTRS_o_ai vec_sro ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 8358 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 8455 of file altivec.h.

Referenced by vec_stvlx(), and vec_stvrx().

static void __ATTRS_o_ai vec_st ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8460 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 8465 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8470 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8475 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8480 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 8485 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 8490 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8494 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 8498 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8503 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8508 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8512 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 8517 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 8522 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8526 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 8531 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 8535 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8539 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 8543 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8548 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8553 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8557 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 8562 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 8567 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 8571 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8702 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8707 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8712 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8717 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8722 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8726 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8731 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8735 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 8740 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8744 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8749 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8753 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8758 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8762 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 8767 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 8849 of file altivec.h.

Referenced by vec_stvlxl(), and vec_stvrxl().

static void __ATTRS_o_ai vec_stl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8854 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 8859 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8864 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8869 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8874 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 8879 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 8884 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8888 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 8892 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8897 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8902 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8906 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 8911 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 8916 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8920 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 8925 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 8929 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8933 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 8937 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8942 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8947 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8951 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 8956 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 8961 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 8965 of file altivec.h.

static void __ATTRS_o_ai vec_stvebx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8773 of file altivec.h.

static void __ATTRS_o_ai vec_stvebx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8778 of file altivec.h.

static void __ATTRS_o_ai vec_stvebx ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8783 of file altivec.h.

static void __ATTRS_o_ai vec_stvebx ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8788 of file altivec.h.

static void __ATTRS_o_ai vec_stvehx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8795 of file altivec.h.

static void __ATTRS_o_ai vec_stvehx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8799 of file altivec.h.

static void __ATTRS_o_ai vec_stvehx ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8804 of file altivec.h.

static void __ATTRS_o_ai vec_stvehx ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8809 of file altivec.h.

static void __ATTRS_o_ai vec_stvehx ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 8814 of file altivec.h.

static void __ATTRS_o_ai vec_stvehx ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8818 of file altivec.h.

static void __ATTRS_o_ai vec_stvewx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8825 of file altivec.h.

static void __ATTRS_o_ai vec_stvewx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8829 of file altivec.h.

static void __ATTRS_o_ai vec_stvewx ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8834 of file altivec.h.

static void __ATTRS_o_ai vec_stvewx ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8838 of file altivec.h.

static void __ATTRS_o_ai vec_stvewx ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 8843 of file altivec.h.

static void __ATTRS_o_ai vec_stvlx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10863 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 10869 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10876 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 10882 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 10889 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 10896 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 10901 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 10908 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 10914 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 10921 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 10928 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 10935 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 10940 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 10946 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 10952 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 10959 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlx ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 10966 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvlxl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 10975 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 10981 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 10988 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 10994 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 11001 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 11008 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 11013 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 11020 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 11026 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 11033 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 11040 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 11047 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 11052 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 11058 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 11064 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 11071 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvlxl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 11078 of file altivec.h.

References vec_lvrx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 11087 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 11093 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 11100 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 11106 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 11113 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 11120 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 11125 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 11132 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 11138 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 11145 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 11152 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 11159 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 11164 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 11170 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 11176 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 11183 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrx ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 11190 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_st().

static void __ATTRS_o_ai vec_stvrxl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 11199 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 11205 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 11212 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 11218 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 11225 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 11232 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 11237 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 11244 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 11250 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 11257 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 11264 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 11271 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 11276 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 11282 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 11288 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 11295 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvrxl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 11302 of file altivec.h.

References vec_lvlx(), vec_lvsr(), vec_perm(), and vec_stl().

static void __ATTRS_o_ai vec_stvx ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 8577 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8582 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 8587 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8592 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8597 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8602 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 8607 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 8612 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8617 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 8621 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8626 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8631 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8635 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 8640 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 8645 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8649 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 8654 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 8659 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8663 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 8667 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8672 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8677 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8681 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 8686 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 8691 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 8696 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector signed char  __a,
int  __b,
vector signed char *  __c 
)
static

Definition at line 8971 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8976 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector unsigned char  __a,
int  __b,
vector unsigned char *  __c 
)
static

Definition at line 8981 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8986 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8991 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8996 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool char  __a,
int  __b,
vector bool char *  __c 
)
static

Definition at line 9001 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 9006 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 9011 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector unsigned short  __a,
int  __b,
vector unsigned short *  __c 
)
static

Definition at line 9015 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9020 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 9025 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9029 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool short  __a,
int  __b,
vector bool short *  __c 
)
static

Definition at line 9034 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 9039 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9043 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 9048 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 9053 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 9057 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector unsigned int  __a,
int  __b,
vector unsigned int *  __c 
)
static

Definition at line 9061 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 9066 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 9071 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 9075 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool int  __a,
int  __b,
vector bool int *  __c 
)
static

Definition at line 9080 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 9085 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 9090 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_sub ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 9096 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_sub ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 9101 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_sub ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 9106 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_sub ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9111 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_sub ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 9116 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_sub ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 9121 of file altivec.h.

static vector short __ATTRS_o_ai vec_sub ( vector short  __a,
vector short  __b 
)
static

Definition at line 9126 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_sub ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 9130 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_sub ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 9135 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_sub ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9140 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_sub ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 9145 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_sub ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 9150 of file altivec.h.

static vector int __ATTRS_o_ai vec_sub ( vector int  __a,
vector int  __b 
)
static

Definition at line 9155 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_sub ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 9159 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_sub ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 9163 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_sub ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9167 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_sub ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 9172 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_sub ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 9177 of file altivec.h.

static vector float __ATTRS_o_ai vec_sub ( vector float  __a,
vector float  __b 
)
static

Definition at line 9194 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_subc ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9317 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_subs ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 9343 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_subs ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 9348 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_subs ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 9353 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_subs ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9358 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_subs ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 9363 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_subs ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 9368 of file altivec.h.

static vector short __ATTRS_o_ai vec_subs ( vector short  __a,
vector short  __b 
)
static

Definition at line 9373 of file altivec.h.

static vector short __ATTRS_o_ai vec_subs ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 9377 of file altivec.h.

static vector short __ATTRS_o_ai vec_subs ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 9382 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_subs ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9387 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_subs ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 9392 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_subs ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 9397 of file altivec.h.

static vector int __ATTRS_o_ai vec_subs ( vector int  __a,
vector int  __b 
)
static

Definition at line 9402 of file altivec.h.

static vector int __ATTRS_o_ai vec_subs ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 9406 of file altivec.h.

static vector int __ATTRS_o_ai vec_subs ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 9410 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_subs ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9414 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_subs ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 9419 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_subs ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 9424 of file altivec.h.

static vector int __ATTRS_o_ai vec_sum4s ( vector signed char  __a,
vector int  __b 
)
static

Definition at line 9586 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_sum4s ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 9591 of file altivec.h.

static vector int __ATTRS_o_ai vec_sum4s ( vector signed short  __a,
vector int  __b 
)
static

Definition at line 9596 of file altivec.h.

static vector float __ATTRS_o_ai vec_trunc ( vector float  __a)
static

Definition at line 9697 of file altivec.h.

static vector short __ATTRS_o_ai vec_unpackh ( vector signed char  __a)
static

Definition at line 9723 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_unpackh ( vector bool char  __a)
static

Definition at line 9731 of file altivec.h.

static vector int __ATTRS_o_ai vec_unpackh ( vector short  __a)
static

Definition at line 9739 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_unpackh ( vector bool short  __a)
static

Definition at line 9747 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_unpackh ( vector pixel  __a)
static

Definition at line 9755 of file altivec.h.

static vector short __ATTRS_o_ai vec_unpackl ( vector signed char  __a)
static

Definition at line 9847 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_unpackl ( vector bool char  __a)
static

Definition at line 9855 of file altivec.h.

static vector int __ATTRS_o_ai vec_unpackl ( vector short  __a)
static

Definition at line 9863 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_unpackl ( vector bool short  __a)
static

Definition at line 9871 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_unpackl ( vector pixel  __a)
static

Definition at line 9879 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vaddsbs ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 507 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vaddsbs ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 512 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vaddsbs ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 517 of file altivec.h.

static vector short __ATTRS_o_ai vec_vaddshs ( vector short  __a,
vector short  __b 
)
static

Definition at line 541 of file altivec.h.

static vector short __ATTRS_o_ai vec_vaddshs ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 546 of file altivec.h.

static vector short __ATTRS_o_ai vec_vaddshs ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 551 of file altivec.h.

static vector int __ATTRS_o_ai vec_vaddsws ( vector int  __a,
vector int  __b 
)
static

Definition at line 575 of file altivec.h.

static vector int __ATTRS_o_ai vec_vaddsws ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 579 of file altivec.h.

static vector int __ATTRS_o_ai vec_vaddsws ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 584 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vaddubm ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 285 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vaddubm ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 290 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vaddubm ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 295 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vaddubm ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 300 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_vaddubm ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 305 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_vaddubm ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 310 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vaddubs ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 524 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vaddubs ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 529 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vaddubs ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 534 of file altivec.h.

static vector short __ATTRS_o_ai vec_vadduhm ( vector short  __a,
vector short  __b 
)
static

Definition at line 319 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vadduhm ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 324 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vadduhm ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 329 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vadduhm ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 335 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_vadduhm ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 340 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_vadduhm ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 344 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vadduhs ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 559 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vadduhs ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 564 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vadduhs ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 568 of file altivec.h.

static vector int __ATTRS_o_ai vec_vadduwm ( vector int  __a,
vector int  __b 
)
static

Definition at line 353 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vadduwm ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 357 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vadduwm ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 362 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vadduwm ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 367 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_vadduwm ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 372 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_vadduwm ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 377 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vadduws ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 591 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vadduws ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 596 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vadduws ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 601 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vand ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 842 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vand ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 847 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vand ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 852 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vand ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 857 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_vand ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 862 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_vand ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 867 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_vand ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 872 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vand ( vector short  __a,
vector short  __b 
)
static

Definition at line 877 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vand ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 881 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vand ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 886 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vand ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 891 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_vand ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 896 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_vand ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 901 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vand ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 906 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vand ( vector int  __a,
vector int  __b 
)
static

Definition at line 911 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vand ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 915 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vand ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 919 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vand ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 923 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_vand ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 928 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_vand ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 933 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_vand ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 938 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_vand ( vector float  __a,
vector float  __b 
)
static

Definition at line 943 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_vand ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 949 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_vand ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 956 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vandc ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 1184 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vandc ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 1189 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vandc ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 1194 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vandc ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 1199 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vandc ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 1204 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vandc ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 1209 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_vandc ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 1214 of file altivec.h.

static vector short __ATTRS_o_ai vec_vandc ( vector short  __a,
vector short  __b 
)
static

Definition at line 1219 of file altivec.h.

static vector short __ATTRS_o_ai vec_vandc ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 1223 of file altivec.h.

static vector short __ATTRS_o_ai vec_vandc ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 1228 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vandc ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 1233 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vandc ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 1238 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vandc ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 1243 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vandc ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 1248 of file altivec.h.

static vector int __ATTRS_o_ai vec_vandc ( vector int  __a,
vector int  __b 
)
static

Definition at line 1253 of file altivec.h.

static vector int __ATTRS_o_ai vec_vandc ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 1257 of file altivec.h.

static vector int __ATTRS_o_ai vec_vandc ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 1261 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vandc ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 1265 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vandc ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 1270 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vandc ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 1275 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_vandc ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 1280 of file altivec.h.

static vector float __ATTRS_o_ai vec_vandc ( vector float  __a,
vector float  __b 
)
static

Definition at line 1285 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_vandc ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 1291 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_vandc ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 1298 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vmaxsb ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 3008 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vmaxsb ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 3013 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vmaxsb ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 3018 of file altivec.h.

static vector short __ATTRS_o_ai vec_vmaxsh ( vector short  __a,
vector short  __b 
)
static

Definition at line 3042 of file altivec.h.

static vector short __ATTRS_o_ai vec_vmaxsh ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 3047 of file altivec.h.

static vector short __ATTRS_o_ai vec_vmaxsh ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 3052 of file altivec.h.

static vector int __ATTRS_o_ai vec_vmaxsw ( vector int  __a,
vector int  __b 
)
static

Definition at line 3076 of file altivec.h.

static vector int __ATTRS_o_ai vec_vmaxsw ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 3080 of file altivec.h.

static vector int __ATTRS_o_ai vec_vmaxsw ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 3084 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vmaxub ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 3025 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vmaxub ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 3030 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vmaxub ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 3035 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vmaxuh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 3060 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vmaxuh ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 3065 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vmaxuh ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 3069 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vmaxuw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 3090 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vmaxuw ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 3095 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vmaxuw ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 3100 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vminsb ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 3841 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vminsb ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 3846 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vminsb ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 3851 of file altivec.h.

static vector short __ATTRS_o_ai vec_vminsh ( vector short  __a,
vector short  __b 
)
static

Definition at line 3875 of file altivec.h.

static vector short __ATTRS_o_ai vec_vminsh ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 3880 of file altivec.h.

static vector short __ATTRS_o_ai vec_vminsh ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 3885 of file altivec.h.

static vector int __ATTRS_o_ai vec_vminsw ( vector int  __a,
vector int  __b 
)
static

Definition at line 3909 of file altivec.h.

static vector int __ATTRS_o_ai vec_vminsw ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 3913 of file altivec.h.

static vector int __ATTRS_o_ai vec_vminsw ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 3917 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vminub ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 3858 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vminub ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 3863 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vminub ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 3868 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vminuh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 3893 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vminuh ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 3898 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vminuh ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 3902 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vminuw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 3923 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vminuw ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 3928 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vminuw ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 3933 of file altivec.h.

static vector short __ATTRS_o_ai vec_vmladduhm ( vector short  __a,
vector short  __b,
vector short  __c 
)
static

Definition at line 3977 of file altivec.h.

References __c.

static vector short __ATTRS_o_ai vec_vmladduhm ( vector short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 3983 of file altivec.h.

References __c.

static vector short __ATTRS_o_ai vec_vmladduhm ( vector unsigned short  __a,
vector short  __b,
vector short  __c 
)
static

Definition at line 3989 of file altivec.h.

References __c.

static vector unsigned short __ATTRS_o_ai vec_vmladduhm ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 3996 of file altivec.h.

References __c.

static vector signed char __ATTRS_o_ai vec_vmrghb ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 3289 of file altivec.h.

References vec_perm().

static vector unsigned char __ATTRS_o_ai vec_vmrghb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 3297 of file altivec.h.

References vec_perm().

static vector bool char __ATTRS_o_ai vec_vmrghb ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 3305 of file altivec.h.

References vec_perm().

static vector short __ATTRS_o_ai vec_vmrghh ( vector short  __a,
vector short  __b 
)
static

Definition at line 3317 of file altivec.h.

References vec_perm().

static vector unsigned short __ATTRS_o_ai vec_vmrghh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 3326 of file altivec.h.

References vec_perm().

static vector bool short __ATTRS_o_ai vec_vmrghh ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 3333 of file altivec.h.

References vec_perm().

static vector pixel __ATTRS_o_ai vec_vmrghh ( vector pixel  __a,
vector pixel  __b 
)
static

Definition at line 3341 of file altivec.h.

References vec_perm().

static vector int __ATTRS_o_ai vec_vmrghw ( vector int  __a,
vector int  __b 
)
static

Definition at line 3353 of file altivec.h.

References vec_perm().

static vector unsigned int __ATTRS_o_ai vec_vmrghw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 3360 of file altivec.h.

References vec_perm().

static vector bool int __ATTRS_o_ai vec_vmrghw ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 3368 of file altivec.h.

References vec_perm().

static vector float __ATTRS_o_ai vec_vmrghw ( vector float  __a,
vector float  __b 
)
static

Definition at line 3376 of file altivec.h.

References vec_perm().

static vector signed char __ATTRS_o_ai vec_vmrglb ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 3552 of file altivec.h.

References vec_perm().

static vector unsigned char __ATTRS_o_ai vec_vmrglb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 3560 of file altivec.h.

References vec_perm().

static vector bool char __ATTRS_o_ai vec_vmrglb ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 3568 of file altivec.h.

References vec_perm().

static vector short __ATTRS_o_ai vec_vmrglh ( vector short  __a,
vector short  __b 
)
static

Definition at line 3580 of file altivec.h.

References vec_perm().

static vector unsigned short __ATTRS_o_ai vec_vmrglh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 3589 of file altivec.h.

References vec_perm().

static vector bool short __ATTRS_o_ai vec_vmrglh ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 3596 of file altivec.h.

References vec_perm().

static vector pixel __ATTRS_o_ai vec_vmrglh ( vector pixel  __a,
vector pixel  __b 
)
static

Definition at line 3604 of file altivec.h.

References vec_perm().

static vector int __ATTRS_o_ai vec_vmrglw ( vector int  __a,
vector int  __b 
)
static

Definition at line 3616 of file altivec.h.

References vec_perm().

static vector unsigned int __ATTRS_o_ai vec_vmrglw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 3623 of file altivec.h.

References vec_perm().

static vector bool int __ATTRS_o_ai vec_vmrglw ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 3631 of file altivec.h.

References vec_perm().

static vector float __ATTRS_o_ai vec_vmrglw ( vector float  __a,
vector float  __b 
)
static

Definition at line 3639 of file altivec.h.

References vec_perm().

static vector signed char __ATTRS_o_ai vec_vnor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 4639 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_vnor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 4644 of file altivec.h.

References __b.

static vector bool char __ATTRS_o_ai vec_vnor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 4649 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vnor ( vector short  __a,
vector short  __b 
)
static

Definition at line 4654 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_vnor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 4658 of file altivec.h.

References __b.

static vector bool short __ATTRS_o_ai vec_vnor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 4663 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vnor ( vector int  __a,
vector int  __b 
)
static

Definition at line 4668 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_vnor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 4672 of file altivec.h.

References __b.

static vector bool int __ATTRS_o_ai vec_vnor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 4677 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_vnor ( vector float  __a,
vector float  __b 
)
static

Definition at line 4682 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 5005 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vor ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 5010 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vor ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 5015 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 5020 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_vor ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 5025 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_vor ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 5030 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_vor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 5035 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vor ( vector short  __a,
vector short  __b 
)
static

Definition at line 5040 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vor ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 5044 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vor ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 5049 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5054 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_vor ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 5059 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_vor ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 5064 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 5069 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vor ( vector int  __a,
vector int  __b 
)
static

Definition at line 5074 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vor ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 5078 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vor ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 5082 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5086 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_vor ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 5091 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_vor ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 5096 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_vor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 5101 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_vor ( vector float  __a,
vector float  __b 
)
static

Definition at line 5106 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_vor ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 5112 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_vor ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 5119 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vperm ( vector signed char  __a,
vector signed char  __b,
vector unsigned char  __c 
)
static

Definition at line 5947 of file altivec.h.

References vec_perm().

static vector unsigned char __ATTRS_o_ai vec_vperm ( vector unsigned char  __a,
vector unsigned char  __b,
vector unsigned char  __c 
)
static

Definition at line 5953 of file altivec.h.

References vec_perm().

static vector bool char __ATTRS_o_ai vec_vperm ( vector bool char  __a,
vector bool char  __b,
vector unsigned char  __c 
)
static

Definition at line 5959 of file altivec.h.

References vec_perm().

static vector short __ATTRS_o_ai vec_vperm ( vector short  __a,
vector short  __b,
vector unsigned char  __c 
)
static

Definition at line 5965 of file altivec.h.

References vec_perm().

static vector unsigned short __ATTRS_o_ai vec_vperm ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned char  __c 
)
static

Definition at line 5970 of file altivec.h.

References vec_perm().

static vector bool short __ATTRS_o_ai vec_vperm ( vector bool short  __a,
vector bool short  __b,
vector unsigned char  __c 
)
static

Definition at line 5976 of file altivec.h.

References vec_perm().

static vector pixel __ATTRS_o_ai vec_vperm ( vector pixel  __a,
vector pixel  __b,
vector unsigned char  __c 
)
static

Definition at line 5982 of file altivec.h.

References vec_perm().

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

Definition at line 5987 of file altivec.h.

References vec_perm().

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

Definition at line 5992 of file altivec.h.

References vec_perm().

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

Definition at line 5998 of file altivec.h.

References vec_perm().

static vector float __ATTRS_o_ai vec_vperm ( vector float  __a,
vector float  __b,
vector unsigned char  __c 
)
static

Definition at line 6004 of file altivec.h.

References vec_perm().

static vector unsigned char __ATTRS_o_ai vec_vpkshus ( vector short  __a,
vector short  __b 
)
static

Definition at line 5662 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vpkshus ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5672 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vpkswus ( vector int  __a,
vector int  __b 
)
static

Definition at line 5682 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vpkswus ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5691 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vpkuhum ( vector signed short  __a,
vector signed short  __b 
)
static

Definition at line 5308 of file altivec.h.

References vec_perm().

static vector unsigned char __ATTRS_o_ai vec_vpkuhum ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 5324 of file altivec.h.

References vec_perm().

static vector bool char __ATTRS_o_ai vec_vpkuhum ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 5338 of file altivec.h.

References vec_perm().

static vector short __ATTRS_o_ai vec_vpkuwum ( vector int  __a,
vector int  __b 
)
static

Definition at line 5357 of file altivec.h.

References vec_perm().

static vector unsigned short __ATTRS_o_ai vec_vpkuwum ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 5371 of file altivec.h.

References vec_perm().

static vector bool short __ATTRS_o_ai vec_vpkuwum ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 5386 of file altivec.h.

References vec_perm().

static vector signed char __ATTRS_o_ai vec_vrlb ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 6098 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vrlb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6103 of file altivec.h.

static vector short __ATTRS_o_ai vec_vrlh ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 6110 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vrlh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6115 of file altivec.h.

static vector int __ATTRS_o_ai vec_vrlw ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 6122 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vrlw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6127 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vsel ( vector signed char  __a,
vector signed char  __b,
vector unsigned char  __c 
)
static

Definition at line 6354 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vsel ( vector signed char  __a,
vector signed char  __b,
vector bool char  __c 
)
static

Definition at line 6360 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsel ( vector unsigned char  __a,
vector unsigned char  __b,
vector unsigned char  __c 
)
static

Definition at line 6366 of file altivec.h.

References __c.

static vector unsigned char __ATTRS_o_ai vec_vsel ( vector unsigned char  __a,
vector unsigned char  __b,
vector bool char  __c 
)
static

Definition at line 6372 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_vsel ( vector bool char  __a,
vector bool char  __b,
vector unsigned char  __c 
)
static

Definition at line 6378 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_vsel ( vector bool char  __a,
vector bool char  __b,
vector bool char  __c 
)
static

Definition at line 6384 of file altivec.h.

References __c.

static vector short __ATTRS_o_ai vec_vsel ( vector short  __a,
vector short  __b,
vector unsigned short  __c 
)
static

Definition at line 6390 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsel ( vector short  __a,
vector short  __b,
vector bool short  __c 
)
static

Definition at line 6395 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsel ( vector unsigned short  __a,
vector unsigned short  __b,
vector unsigned short  __c 
)
static

Definition at line 6400 of file altivec.h.

References __c.

static vector unsigned short __ATTRS_o_ai vec_vsel ( vector unsigned short  __a,
vector unsigned short  __b,
vector bool short  __c 
)
static

Definition at line 6406 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vsel ( vector bool short  __a,
vector bool short  __b,
vector unsigned short  __c 
)
static

Definition at line 6413 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vsel ( vector bool short  __a,
vector bool short  __b,
vector bool short  __c 
)
static

Definition at line 6419 of file altivec.h.

References __c.

static vector int __ATTRS_o_ai vec_vsel ( vector int  __a,
vector int  __b,
vector unsigned int  __c 
)
static

Definition at line 6425 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsel ( vector int  __a,
vector int  __b,
vector bool int  __c 
)
static

Definition at line 6430 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsel ( vector unsigned int  __a,
vector unsigned int  __b,
vector unsigned int  __c 
)
static

Definition at line 6435 of file altivec.h.

References __c.

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

Definition at line 6441 of file altivec.h.

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

Definition at line 6447 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_vsel ( vector bool int  __a,
vector bool int  __b,
vector bool int  __c 
)
static

Definition at line 6453 of file altivec.h.

References __c.

static vector float __ATTRS_o_ai vec_vsel ( vector float  __a,
vector float  __b,
vector unsigned int  __c 
)
static

Definition at line 6459 of file altivec.h.

References __c.

static vector float __ATTRS_o_ai vec_vsel ( vector float  __a,
vector float  __b,
vector bool int  __c 
)
static

Definition at line 6466 of file altivec.h.

References __c.

static vector signed char __ATTRS_o_ai vec_vsl ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7113 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vsl ( vector signed char  __a,
vector unsigned short  __b 
)
static

Definition at line 7119 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vsl ( vector signed char  __a,
vector unsigned int  __b 
)
static

Definition at line 7125 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsl ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7131 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsl ( vector unsigned char  __a,
vector unsigned short  __b 
)
static

Definition at line 7137 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsl ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 7143 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_vsl ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 7149 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_vsl ( vector bool char  __a,
vector unsigned short  __b 
)
static

Definition at line 7155 of file altivec.h.

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

Definition at line 7161 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsl ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 7167 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsl ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 7172 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsl ( vector short  __a,
vector unsigned int  __b 
)
static

Definition at line 7177 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsl ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 7182 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsl ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7188 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsl ( vector unsigned short  __a,
vector unsigned int  __b 
)
static

Definition at line 7194 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vsl ( vector bool short  __a,
vector unsigned char  __b 
)
static

Definition at line 7200 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vsl ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 7206 of file altivec.h.

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

Definition at line 7212 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsl ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 7218 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsl ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 7223 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsl ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 7228 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsl ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 7233 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsl ( vector int  __a,
vector unsigned short  __b 
)
static

Definition at line 7238 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsl ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 7243 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsl ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 7248 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsl ( vector unsigned int  __a,
vector unsigned short  __b 
)
static

Definition at line 7254 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsl ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7260 of file altivec.h.

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

Definition at line 7266 of file altivec.h.

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

Definition at line 7272 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_vsl ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 7278 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vslb ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 6520 of file altivec.h.

References vec_sl().

static vector unsigned char __ATTRS_o_ai vec_vslb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 6525 of file altivec.h.

References vec_sl().

static vector signed char __ATTRS_o_ai vec_vsldoi ( vector signed char  __a,
vector signed char  __b,
unsigned char  __c 
)
static

Definition at line 6782 of file altivec.h.

References vec_perm().

static vector unsigned char __ATTRS_o_ai vec_vsldoi ( vector unsigned char  __a,
vector unsigned char  __b,
unsigned char  __c 
)
static

Definition at line 6802 of file altivec.h.

References vec_perm().

static vector short __ATTRS_o_ai vec_vsldoi ( vector short  __a,
vector short  __b,
unsigned char  __c 
)
static

Definition at line 6822 of file altivec.h.

References vec_perm().

static vector unsigned short __ATTRS_o_ai vec_vsldoi ( vector unsigned short  __a,
vector unsigned short  __b,
unsigned char  __c 
)
static

Definition at line 6841 of file altivec.h.

References vec_perm().

static vector pixel __ATTRS_o_ai vec_vsldoi ( vector pixel  __a,
vector pixel  __b,
unsigned char  __c 
)
static

Definition at line 6861 of file altivec.h.

References vec_perm().

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

Definition at line 6880 of file altivec.h.

References vec_perm().

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

Definition at line 6899 of file altivec.h.

References vec_perm().

static vector float __ATTRS_o_ai vec_vsldoi ( vector float  __a,
vector float  __b,
unsigned char  __c 
)
static

Definition at line 6919 of file altivec.h.

References vec_perm().

static vector short __ATTRS_o_ai vec_vslh ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 6534 of file altivec.h.

References vec_sl().

static vector unsigned short __ATTRS_o_ai vec_vslh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 6539 of file altivec.h.

References vec_sl().

static vector signed char __ATTRS_o_ai vec_vslo ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 7375 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vslo ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7381 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vslo ( vector unsigned char  __a,
vector signed char  __b 
)
static

Definition at line 7387 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vslo ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7393 of file altivec.h.

static vector short __ATTRS_o_ai vec_vslo ( vector short  __a,
vector signed char  __b 
)
static

Definition at line 7399 of file altivec.h.

static vector short __ATTRS_o_ai vec_vslo ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 7404 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vslo ( vector unsigned short  __a,
vector signed char  __b 
)
static

Definition at line 7409 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vslo ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 7415 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vslo ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 7421 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vslo ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 7426 of file altivec.h.

static vector int __ATTRS_o_ai vec_vslo ( vector int  __a,
vector signed char  __b 
)
static

Definition at line 7431 of file altivec.h.

static vector int __ATTRS_o_ai vec_vslo ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 7436 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vslo ( vector unsigned int  __a,
vector signed char  __b 
)
static

Definition at line 7441 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vslo ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 7447 of file altivec.h.

static vector float __ATTRS_o_ai vec_vslo ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 7453 of file altivec.h.

static vector float __ATTRS_o_ai vec_vslo ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 7458 of file altivec.h.

static vector int __ATTRS_o_ai vec_vslw ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 6548 of file altivec.h.

References vec_sl().

static vector unsigned int __ATTRS_o_ai vec_vslw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 6553 of file altivec.h.

References vec_sl().

static vector signed char __ATTRS_o_ai vec_vspltb ( vector signed char  __a,
unsigned char  __b 
)
static

Definition at line 7595 of file altivec.h.

References vec_perm().

static vector unsigned char __ATTRS_o_ai vec_vspltb ( vector unsigned char  __a,
unsigned char  __b 
)
static

Definition at line 7600 of file altivec.h.

References vec_perm().

static vector bool char __ATTRS_o_ai vec_vspltb ( vector bool char  __a,
unsigned char  __b 
)
static

Definition at line 7605 of file altivec.h.

References vec_perm().

static vector short __ATTRS_o_ai vec_vsplth ( vector short  __a,
unsigned char  __b 
)
static

Definition at line 7614 of file altivec.h.

References vec_perm().

static vector unsigned short __ATTRS_o_ai vec_vsplth ( vector unsigned short  __a,
unsigned char  __b 
)
static

Definition at line 7623 of file altivec.h.

References vec_perm().

static vector bool short __ATTRS_o_ai vec_vsplth ( vector bool short  __a,
unsigned char  __b 
)
static

Definition at line 7632 of file altivec.h.

References vec_perm().

static vector pixel __ATTRS_o_ai vec_vsplth ( vector pixel  __a,
unsigned char  __b 
)
static

Definition at line 7641 of file altivec.h.

References vec_perm().

static vector signed char __ATTRS_o_ai vec_vspltisb ( signed char  __a)
static

Definition at line 7701 of file altivec.h.

static vector short __ATTRS_o_ai vec_vspltish ( signed char  __a)
static

Definition at line 7717 of file altivec.h.

static vector int __ATTRS_o_ai vec_vspltisw ( signed char  __a)
static

Definition at line 7733 of file altivec.h.

static vector int __ATTRS_o_ai vec_vspltw ( vector int  __a,
unsigned char  __b 
)
static

Definition at line 7654 of file altivec.h.

References vec_perm().

static vector unsigned int __ATTRS_o_ai vec_vspltw ( vector unsigned int  __a,
unsigned char  __b 
)
static

Definition at line 7662 of file altivec.h.

References vec_perm().

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

Definition at line 7671 of file altivec.h.

References vec_perm().

static vector float __ATTRS_o_ai vec_vspltw ( vector float  __a,
unsigned char  __b 
)
static

Definition at line 7680 of file altivec.h.

References vec_perm().

static vector signed char __ATTRS_o_ai vec_vsr ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8103 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vsr ( vector signed char  __a,
vector unsigned short  __b 
)
static

Definition at line 8109 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vsr ( vector signed char  __a,
vector unsigned int  __b 
)
static

Definition at line 8115 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsr ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8121 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsr ( vector unsigned char  __a,
vector unsigned short  __b 
)
static

Definition at line 8127 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsr ( vector unsigned char  __a,
vector unsigned int  __b 
)
static

Definition at line 8133 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_vsr ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 8139 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_vsr ( vector bool char  __a,
vector unsigned short  __b 
)
static

Definition at line 8145 of file altivec.h.

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

Definition at line 8151 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsr ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 8157 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsr ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 8162 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsr ( vector short  __a,
vector unsigned int  __b 
)
static

Definition at line 8167 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsr ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 8172 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsr ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 8178 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsr ( vector unsigned short  __a,
vector unsigned int  __b 
)
static

Definition at line 8184 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vsr ( vector bool short  __a,
vector unsigned char  __b 
)
static

Definition at line 8190 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vsr ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 8196 of file altivec.h.

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

Definition at line 8202 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsr ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8208 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsr ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 8213 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsr ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 8218 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsr ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 8223 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsr ( vector int  __a,
vector unsigned short  __b 
)
static

Definition at line 8228 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsr ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 8233 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsr ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 8238 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsr ( vector unsigned int  __a,
vector unsigned short  __b 
)
static

Definition at line 8244 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsr ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 8250 of file altivec.h.

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

Definition at line 8256 of file altivec.h.

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

Definition at line 8262 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_vsr ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 8268 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vsrab ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7894 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsrab ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7899 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsrah ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 7906 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsrah ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7911 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsraw ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 7918 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsraw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7923 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vsrb ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 7810 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsrb ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 7815 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vsrh ( vector short  __a,
vector unsigned short  __b 
)
static

Definition at line 7824 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsrh ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 7829 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vsro ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 8365 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vsro ( vector signed char  __a,
vector unsigned char  __b 
)
static

Definition at line 8371 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsro ( vector unsigned char  __a,
vector signed char  __b 
)
static

Definition at line 8377 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsro ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 8383 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsro ( vector short  __a,
vector signed char  __b 
)
static

Definition at line 8389 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsro ( vector short  __a,
vector unsigned char  __b 
)
static

Definition at line 8394 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsro ( vector unsigned short  __a,
vector signed char  __b 
)
static

Definition at line 8399 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsro ( vector unsigned short  __a,
vector unsigned char  __b 
)
static

Definition at line 8405 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsro ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 8411 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsro ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8416 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsro ( vector int  __a,
vector signed char  __b 
)
static

Definition at line 8421 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsro ( vector int  __a,
vector unsigned char  __b 
)
static

Definition at line 8426 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsro ( vector unsigned int  __a,
vector signed char  __b 
)
static

Definition at line 8431 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsro ( vector unsigned int  __a,
vector unsigned char  __b 
)
static

Definition at line 8437 of file altivec.h.

static vector float __ATTRS_o_ai vec_vsro ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 8443 of file altivec.h.

static vector float __ATTRS_o_ai vec_vsro ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 8448 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsrw ( vector int  __a,
vector unsigned int  __b 
)
static

Definition at line 7838 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsrw ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 7843 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vsubsbs ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 9431 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vsubsbs ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 9436 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vsubsbs ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 9441 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsubshs ( vector short  __a,
vector short  __b 
)
static

Definition at line 9465 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsubshs ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 9470 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsubshs ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 9475 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsubsws ( vector int  __a,
vector int  __b 
)
static

Definition at line 9499 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsubsws ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 9503 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsubsws ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 9508 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vsububm ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 9209 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vsububm ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 9214 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vsububm ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 9219 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsububm ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9224 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_vsububm ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 9229 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_vsububm ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 9234 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsububs ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 9448 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsububs ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 9453 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vsububs ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 9458 of file altivec.h.

static vector short __ATTRS_o_ai vec_vsubuhm ( vector short  __a,
vector short  __b 
)
static

Definition at line 9243 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vsubuhm ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 9248 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vsubuhm ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 9253 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsubuhm ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9259 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_vsubuhm ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 9264 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_vsubuhm ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 9268 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsubuhs ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 9483 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsubuhs ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 9488 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vsubuhs ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 9492 of file altivec.h.

static vector int __ATTRS_o_ai vec_vsubuwm ( vector int  __a,
vector int  __b 
)
static

Definition at line 9277 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vsubuwm ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 9281 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vsubuwm ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 9286 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsubuwm ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9291 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_vsubuwm ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 9296 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_vsubuwm ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 9301 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsubuws ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 9515 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsubuws ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 9520 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vsubuws ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 9525 of file altivec.h.

static vector short __ATTRS_o_ai vec_vupkhsb ( vector signed char  __a)
static

Definition at line 9783 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vupkhsb ( vector bool char  __a)
static

Definition at line 9791 of file altivec.h.

static vector int __ATTRS_o_ai vec_vupkhsh ( vector short  __a)
static

Definition at line 9801 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_vupkhsh ( vector bool short  __a)
static

Definition at line 9809 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vupkhsh ( vector pixel  __a)
static

Definition at line 9817 of file altivec.h.

static vector short __ATTRS_o_ai vec_vupklsb ( vector signed char  __a)
static

Definition at line 9907 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vupklsb ( vector bool char  __a)
static

Definition at line 9915 of file altivec.h.

static vector int __ATTRS_o_ai vec_vupklsh ( vector short  __a)
static

Definition at line 9925 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_vupklsh ( vector bool short  __a)
static

Definition at line 9933 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vupklsh ( vector pixel  __a)
static

Definition at line 9941 of file altivec.h.

static vector signed char __ATTRS_o_ai vec_vxor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 10222 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vxor ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 10227 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_vxor ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 10232 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_vxor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 10237 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_vxor ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 10242 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_vxor ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 10247 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_vxor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 10252 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vxor ( vector short  __a,
vector short  __b 
)
static

Definition at line 10257 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vxor ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 10261 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_vxor ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 10266 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_vxor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 10271 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_vxor ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 10276 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_vxor ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 10281 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vxor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 10286 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vxor ( vector int  __a,
vector int  __b 
)
static

Definition at line 10291 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vxor ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 10295 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_vxor ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 10299 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vxor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 10303 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_vxor ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 10308 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_vxor ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 10313 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_vxor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 10318 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_vxor ( vector float  __a,
vector float  __b 
)
static

Definition at line 10323 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_vxor ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 10329 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_vxor ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 10336 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_xor ( vector unsigned char  __a,
vector unsigned char  __b 
)
static

Definition at line 10059 of file altivec.h.

References __b.

Referenced by vec_perm().

static vector signed char __ATTRS_o_ai vec_xor ( vector signed char  __a,
vector signed char  __b 
)
static

Definition at line 10044 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_xor ( vector bool char  __a,
vector signed char  __b 
)
static

Definition at line 10049 of file altivec.h.

References __b.

static vector signed char __ATTRS_o_ai vec_xor ( vector signed char  __a,
vector bool char  __b 
)
static

Definition at line 10054 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_xor ( vector bool char  __a,
vector unsigned char  __b 
)
static

Definition at line 10064 of file altivec.h.

References __b.

static vector unsigned char __ATTRS_o_ai vec_xor ( vector unsigned char  __a,
vector bool char  __b 
)
static

Definition at line 10069 of file altivec.h.

static vector bool char __ATTRS_o_ai vec_xor ( vector bool char  __a,
vector bool char  __b 
)
static

Definition at line 10074 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_xor ( vector short  __a,
vector short  __b 
)
static

Definition at line 10079 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_xor ( vector bool short  __a,
vector short  __b 
)
static

Definition at line 10083 of file altivec.h.

References __b.

static vector short __ATTRS_o_ai vec_xor ( vector short  __a,
vector bool short  __b 
)
static

Definition at line 10088 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_xor ( vector unsigned short  __a,
vector unsigned short  __b 
)
static

Definition at line 10093 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_xor ( vector bool short  __a,
vector unsigned short  __b 
)
static

Definition at line 10098 of file altivec.h.

References __b.

static vector unsigned short __ATTRS_o_ai vec_xor ( vector unsigned short  __a,
vector bool short  __b 
)
static

Definition at line 10103 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_xor ( vector bool short  __a,
vector bool short  __b 
)
static

Definition at line 10108 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_xor ( vector int  __a,
vector int  __b 
)
static

Definition at line 10113 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_xor ( vector bool int  __a,
vector int  __b 
)
static

Definition at line 10117 of file altivec.h.

References __b.

static vector int __ATTRS_o_ai vec_xor ( vector int  __a,
vector bool int  __b 
)
static

Definition at line 10121 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_xor ( vector unsigned int  __a,
vector unsigned int  __b 
)
static

Definition at line 10125 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_xor ( vector bool int  __a,
vector unsigned int  __b 
)
static

Definition at line 10130 of file altivec.h.

References __b.

static vector unsigned int __ATTRS_o_ai vec_xor ( vector unsigned int  __a,
vector bool int  __b 
)
static

Definition at line 10135 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_xor ( vector bool int  __a,
vector bool int  __b 
)
static

Definition at line 10140 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_xor ( vector float  __a,
vector float  __b 
)
static

Definition at line 10145 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_xor ( vector bool int  __a,
vector float  __b 
)
static

Definition at line 10151 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_xor ( vector float  __a,
vector bool int  __b 
)
static

Definition at line 10158 of file altivec.h.

References __b.

Variable Documentation

static int vector float __b
Initial value:
{
return __a + __b
static vector float vector float __b
Definition: altivec.h:387

Definition at line 387 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_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(), 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 vector float vector float vector float __c
Initial value:
{
__builtin_altivec_dst(__a, __b, __c)
static vector float vector float __b
Definition: altivec.h:387
static void int int __c
Definition: altivec.h:1911

Definition at line 1911 of file altivec.h.

Referenced by _mm256_insert_epi16(), _mm256_insert_epi32(), _mm256_insert_epi8(), _mm256_set_epi64x(), _mm256_set_pd(), _mm256_set_ps(), _mm256_setr_epi64x(), _mm256_setr_pd(), _mm256_setr_ps(), vec_insert(), vec_mladd(), vec_sel(), vec_vmladduhm(), and vec_vsel().