clang  3.8.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 signed int
__ATTRS_o_ai 
vec_addc (vector signed int __a, vector signed int __b)
 
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 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 char
__ATTRS_o_ai 
vec_cmpge (vector signed char __a, vector signed char __b)
 
static vector bool char
__ATTRS_o_ai 
vec_cmpge (vector unsigned char __a, vector unsigned char __b)
 
static vector bool short
__ATTRS_o_ai 
vec_cmpge (vector signed short __a, vector signed short __b)
 
static vector bool short
__ATTRS_o_ai 
vec_cmpge (vector unsigned short __a, vector unsigned short __b)
 
static vector bool int __ATTRS_o_ai vec_cmpge (vector signed int __a, vector signed int __b)
 
static vector bool int __ATTRS_o_ai vec_cmpge (vector unsigned int __a, vector unsigned int __b)
 
static vector bool int __ATTRS_o_ai vec_cmpge (vector float __a, vector float __b)
 
static vector bool char
__ATTRS_o_ai 
vec_cmple (vector signed char __a, vector signed char __b)
 
static vector bool char
__ATTRS_o_ai 
vec_cmple (vector unsigned char __a, vector unsigned char __b)
 
static vector bool short
__ATTRS_o_ai 
vec_cmple (vector signed short __a, vector signed short __b)
 
static vector bool short
__ATTRS_o_ai 
vec_cmple (vector unsigned short __a, vector unsigned short __b)
 
static vector bool int __ATTRS_o_ai vec_cmple (vector signed int __a, vector signed int __b)
 
static vector bool int __ATTRS_o_ai vec_cmple (vector unsigned int __a, vector unsigned int __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 int __ATTRS_o_ai vec_cts (vector float __a, int __b)
 
static vector unsigned int
__ATTRS_o_ai 
vec_ctu (vector float __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 signed short
__ATTRS_o_ai 
vec_mladd (vector signed short, vector signed short, vector signed short)
 
static vector signed short
__ATTRS_o_ai 
vec_mladd (vector signed short, vector unsigned short, vector unsigned short)
 
static vector signed short
__ATTRS_o_ai 
vec_mladd (vector unsigned short, vector signed short, vector signed short)
 
static vector unsigned short
__ATTRS_o_ai 
vec_mladd (vector unsigned short, vector unsigned short, vector unsigned short)
 
static vector signed short
__ATTRS_o_ai 
vec_madd (vector signed short __a, vector signed short __b, vector signed short __c)
 
static vector signed short
__ATTRS_o_ai 
vec_madd (vector signed short __a, vector unsigned short __b, vector unsigned short __c)
 
static vector signed short
__ATTRS_o_ai 
vec_madd (vector unsigned short __a, vector signed short __b, vector signed short __c)
 
static vector unsigned short
__ATTRS_o_ai 
vec_madd (vector unsigned short __a, vector unsigned short __b, vector unsigned short __c)
 
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 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 unsigned char __ATTRS_o_ai vec_extract (vector bool char __a, int __b)
 
static signed short __ATTRS_o_ai vec_extract (vector signed short __a, int __b)
 
static unsigned short __ATTRS_o_ai vec_extract (vector unsigned short __a, int __b)
 
static unsigned short __ATTRS_o_ai vec_extract (vector bool short __a, int __b)
 
static signed int __ATTRS_o_ai vec_extract (vector signed int __a, int __b)
 
static unsigned int __ATTRS_o_ai vec_extract (vector unsigned int __a, int __b)
 
static unsigned int __ATTRS_o_ai vec_extract (vector bool 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 bool char
__ATTRS_o_ai 
vec_insert (unsigned char __a, vector bool char __b, int __c)
 
static vector signed short
__ATTRS_o_ai 
vec_insert (signed short __a, vector signed short __b, int __c)
 
static vector unsigned short
__ATTRS_o_ai 
vec_insert (unsigned short __a, vector unsigned short __b, int __c)
 
static vector bool short
__ATTRS_o_ai 
vec_insert (unsigned short __a, vector bool short __b, int __c)
 
static vector signed int
__ATTRS_o_ai 
vec_insert (signed int __a, vector signed int __b, int __c)
 
static vector unsigned int
__ATTRS_o_ai 
vec_insert (unsigned int __a, vector unsigned int __b, int __c)
 
static vector bool int __ATTRS_o_ai vec_insert (unsigned int __a, vector bool 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_nan (vector float __a)
 
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_all_nge (vector float __a, vector float __b)
 
static int __ATTRS_o_ai vec_all_ngt (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 416 of file altivec.h.

#define __builtin_altivec_vaddubm   vec_vaddubm

Definition at line 315 of file altivec.h.

#define __builtin_altivec_vadduhm   vec_vadduhm

Definition at line 349 of file altivec.h.

#define __builtin_altivec_vadduwm   vec_vadduwm

Definition at line 383 of file altivec.h.

#define __builtin_altivec_vand   vec_and

Definition at line 702 of file altivec.h.

#define __builtin_altivec_vandc   vec_andc

Definition at line 1042 of file altivec.h.

#define __builtin_altivec_vmladduhm   vec_mladd

Definition at line 4044 of file altivec.h.

#define __builtin_altivec_vmrghb   vec_vmrghb

Definition at line 3372 of file altivec.h.

#define __builtin_altivec_vmrghh   vec_vmrghh

Definition at line 3400 of file altivec.h.

#define __builtin_altivec_vmrghw   vec_vmrghw

Definition at line 3436 of file altivec.h.

#define __builtin_altivec_vmrglb   vec_vmrglb

Definition at line 3643 of file altivec.h.

#define __builtin_altivec_vmrglh   vec_vmrglh

Definition at line 3671 of file altivec.h.

#define __builtin_altivec_vmrglw   vec_vmrglw

Definition at line 3707 of file altivec.h.

#define __builtin_altivec_vnor   vec_nor

Definition at line 4685 of file altivec.h.

#define __builtin_altivec_vor   vec_or

Definition at line 4815 of file altivec.h.

#define __builtin_altivec_vpkuhum   vec_vpkuhum

Definition at line 5434 of file altivec.h.

#define __builtin_altivec_vpkuwum   vec_vpkuwum

Definition at line 5483 of file altivec.h.

#define __builtin_altivec_vsel_4si   vec_sel

Definition at line 6343 of file altivec.h.

#define __builtin_altivec_vslb   vec_vslb

Definition at line 6646 of file altivec.h.

#define __builtin_altivec_vsldoi_4si   vec_sld

Definition at line 6688 of file altivec.h.

#define __builtin_altivec_vslh   vec_vslh

Definition at line 6660 of file altivec.h.

#define __builtin_altivec_vslw   vec_vslw

Definition at line 6674 of file altivec.h.

#define __builtin_altivec_vspltb   vec_vspltb

Definition at line 7721 of file altivec.h.

#define __builtin_altivec_vsplth   vec_vsplth

Definition at line 7740 of file altivec.h.

#define __builtin_altivec_vspltisb   vec_splat_s8

Definition at line 7819 of file altivec.h.

#define __builtin_altivec_vspltish   vec_splat_s16

Definition at line 7835 of file altivec.h.

#define __builtin_altivec_vspltisw   vec_splat_s32

Definition at line 7851 of file altivec.h.

#define __builtin_altivec_vspltw   vec_vspltw

Definition at line 7780 of file altivec.h.

#define __builtin_altivec_vsrb   vec_vsrb

Definition at line 7936 of file altivec.h.

#define __builtin_altivec_vsrh   vec_vsrh

Definition at line 7950 of file altivec.h.

#define __builtin_altivec_vsrw   vec_vsrw

Definition at line 7964 of file altivec.h.

#define __builtin_altivec_vsubfp   vec_vsubfp

Definition at line 9446 of file altivec.h.

#define __builtin_altivec_vsububm   vec_vsububm

Definition at line 9345 of file altivec.h.

#define __builtin_altivec_vsubuhm   vec_vsubuhm

Definition at line 9379 of file altivec.h.

#define __builtin_altivec_vsubuwm   vec_vsubuwm

Definition at line 9413 of file altivec.h.

#define __builtin_altivec_vxor   vec_xor

Definition at line 10180 of file altivec.h.

#define __CR6_EQ   0

Definition at line 32 of file altivec.h.

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

#define __CR6_EQ_REV   1

Definition at line 33 of file altivec.h.

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

#define __CR6_LT   2

Definition at line 34 of file altivec.h.

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

#define __CR6_LT_REV   3

Definition at line 35 of file altivec.h.

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

Function Documentation

static vector float __attribute__ ( (__always_inline__)  )
static

Definition at line 1472 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 signed int __ATTRS_o_ai vec_addc ( vector signed int  __a,
vector signed int  __b 
)
static

Definition at line 425 of file altivec.h.

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

Definition at line 431 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 459 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 464 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 469 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 474 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 479 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 484 of file altivec.h.

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

Definition at line 489 of file altivec.h.

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

Definition at line 493 of file altivec.h.

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

Definition at line 498 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 503 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 508 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 513 of file altivec.h.

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

Definition at line 518 of file altivec.h.

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

Definition at line 522 of file altivec.h.

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

Definition at line 526 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 530 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 535 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 540 of file altivec.h.

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

Definition at line 11636 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 11642 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 11648 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 11654 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 11660 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 11666 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 11672 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 11677 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 11681 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 11685 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 11691 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 11697 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 11702 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 11708 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 11714 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 11719 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 11723 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 11727 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 11733 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 11739 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 11744 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 11750 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 11797 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 11813 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 11818 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 11823 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 11828 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 11833 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 11839 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 11844 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 11849 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 11853 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 11857 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 11862 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 11868 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 11873 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 11879 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 11885 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 11889 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 11893 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 11898 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 11903 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 11908 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 11913 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 11959 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 11975 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 11980 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 11985 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 11990 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 11995 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 12001 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 12006 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 12011 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 12015 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 12019 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 12024 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 12030 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 12035 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 12041 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 12047 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 12051 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 12055 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 12060 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 12065 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 12070 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 12075 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 12121 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 12144 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 12149 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 12154 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 12159 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 12164 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 12170 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 12175 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 12180 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 12184 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 12188 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 12193 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 12199 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 12204 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 12210 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 12216 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 12220 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 12224 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 12229 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 12234 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 12239 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 12244 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 12291 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 12307 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 12312 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 12317 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 12322 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 12327 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 12333 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 12338 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 12343 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 12347 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 12351 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 12356 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 12362 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 12367 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 12373 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 12379 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 12383 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 12387 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 12392 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 12397 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 12402 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 12407 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 12454 of file altivec.h.

References __CR6_LT.

static int __ATTRS_o_ai vec_all_nan ( vector float  __a)
static

Definition at line 12470 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12486 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 12492 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 12498 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 12504 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 12510 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 12516 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 12522 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 12527 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 12531 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 12535 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 12541 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 12547 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 12552 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 12558 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 12564 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 12569 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 12573 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 12577 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 12583 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 12589 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 12594 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 12600 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 12648 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12665 of file altivec.h.

References __CR6_EQ.

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

Definition at line 12683 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 704 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 709 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 714 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 719 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 724 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 729 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 734 of file altivec.h.

References __b.

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

Definition at line 739 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 743 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 748 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 753 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 758 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 763 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 768 of file altivec.h.

References __b.

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

Definition at line 773 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 777 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 781 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 785 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 790 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 795 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 800 of file altivec.h.

References __b.

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

Definition at line 805 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 811 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 818 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 1044 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 1049 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 1054 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 1059 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 1064 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 1069 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 1074 of file altivec.h.

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

Definition at line 1079 of file altivec.h.

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

Definition at line 1083 of file altivec.h.

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

Definition at line 1088 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 1093 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 1098 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 1103 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 1108 of file altivec.h.

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

Definition at line 1113 of file altivec.h.

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

Definition at line 1117 of file altivec.h.

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

Definition at line 1121 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 1125 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 1130 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 1135 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 1140 of file altivec.h.

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

Definition at line 1145 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 1151 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 1158 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 12721 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 12727 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 12733 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 12739 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 12745 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 12751 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 12757 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 12762 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 12766 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 12770 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 12776 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 12782 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 12787 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 12793 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 12799 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 12804 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 12808 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 12812 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 12818 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 12824 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 12829 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 12835 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 12883 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 12899 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 12904 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 12910 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 12915 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 12921 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 12927 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 12933 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 12938 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 12942 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 12946 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 12951 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 12957 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 12962 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 12968 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 12974 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 12978 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 12982 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 12987 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 12993 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 12998 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 13004 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 13053 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 13069 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 13074 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 13080 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 13085 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 13091 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 13097 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 13103 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 13108 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 13112 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 13116 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 13121 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 13127 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 13132 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 13138 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 13144 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 13148 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 13152 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 13157 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 13163 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 13168 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 13174 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 13223 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 13239 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 13244 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 13250 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 13255 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 13261 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 13267 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 13273 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 13278 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 13282 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 13286 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 13291 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 13297 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 13302 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 13308 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 13314 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 13318 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 13322 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 13327 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 13333 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 13338 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 13344 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 13393 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 13409 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 13414 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 13420 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 13425 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 13431 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 13437 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 13443 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 13448 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 13452 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 13456 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 13461 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 13467 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 13472 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 13478 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 13484 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 13488 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 13492 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 13497 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 13503 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 13508 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 13514 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 13563 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 13585 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 13591 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 13597 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 13603 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 13609 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 13615 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 13621 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 13626 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 13630 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 13634 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 13640 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 13646 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 13651 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 13657 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 13663 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 13668 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 13672 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 13676 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 13682 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 13688 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 13693 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 13699 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 13747 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 1384 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 1389 of file altivec.h.

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

Definition at line 1394 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 1398 of file altivec.h.

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

Definition at line 1403 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 1407 of file altivec.h.

static vector float __ATTRS_o_ai vec_ceil ( vector float  __a)
static

Definition at line 1456 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 1493 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 1499 of file altivec.h.

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

Definition at line 1505 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 1510 of file altivec.h.

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

Definition at line 1516 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 1520 of file altivec.h.

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

Definition at line 1539 of file altivec.h.

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

Definition at line 1618 of file altivec.h.

References vec_cmpgt().

Referenced by vec_cmple().

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

Definition at line 1623 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1628 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1633 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1638 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1643 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1648 of file altivec.h.

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

Definition at line 1558 of file altivec.h.

Referenced by vec_cmpge(), and vec_cmplt().

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

Definition at line 1563 of file altivec.h.

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

Definition at line 1568 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 1573 of file altivec.h.

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

Definition at line 1578 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 1582 of file altivec.h.

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

Definition at line 1599 of file altivec.h.

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

Definition at line 1734 of file altivec.h.

References vec_cmpge().

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

Definition at line 1739 of file altivec.h.

References vec_cmpge().

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

Definition at line 1744 of file altivec.h.

References vec_cmpge().

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

Definition at line 1749 of file altivec.h.

References vec_cmpge().

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

Definition at line 1754 of file altivec.h.

References vec_cmpge().

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

Definition at line 1759 of file altivec.h.

References vec_cmpge().

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

Definition at line 1764 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 1789 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 1794 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 1799 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 1804 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 1809 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 1813 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 1818 of file altivec.h.

References vec_cmpgt().

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

Definition at line 1886 of file altivec.h.

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

Definition at line 1890 of file altivec.h.

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

Definition at line 1926 of file altivec.h.

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

Definition at line 1947 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 1985 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 1990 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 1995 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 2000 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 2005 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 2010 of file altivec.h.

References __b.

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

Definition at line 10522 of file altivec.h.

References __b.

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

Definition at line 10526 of file altivec.h.

References __b.

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

Definition at line 10531 of file altivec.h.

References __b.

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

Definition at line 10536 of file altivec.h.

References __b.

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

Definition at line 10540 of file altivec.h.

References __b.

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

Definition at line 10545 of file altivec.h.

References __b.

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

Definition at line 10550 of file altivec.h.

References __b.

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

Definition at line 10554 of file altivec.h.

References __b.

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

Definition at line 10558 of file altivec.h.

References __b.

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

Definition at line 10583 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_floor ( vector float  __a)
static

Definition at line 2178 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 10589 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 10596 of file altivec.h.

References __b, and __c.

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

Definition at line 10603 of file altivec.h.

References __b, and __c.

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

Definition at line 10610 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 10617 of file altivec.h.

References __b, and __c.

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

Definition at line 10624 of file altivec.h.

References __b, and __c.

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

Definition at line 10631 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 10638 of file altivec.h.

References __b, and __c.

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

Definition at line 10645 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 10677 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 2201 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 2206 of file altivec.h.

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

Definition at line 2211 of file altivec.h.

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

Definition at line 2215 of file altivec.h.

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

Definition at line 2220 of file altivec.h.

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

Definition at line 2225 of file altivec.h.

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

Definition at line 2229 of file altivec.h.

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

Definition at line 2234 of file altivec.h.

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

Definition at line 2238 of file altivec.h.

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

Definition at line 2243 of file altivec.h.

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

Definition at line 2248 of file altivec.h.

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

Definition at line 2252 of file altivec.h.

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

Definition at line 2256 of file altivec.h.

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

Definition at line 2260 of file altivec.h.

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

Definition at line 2265 of file altivec.h.

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

Definition at line 2270 of file altivec.h.

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

Definition at line 2275 of file altivec.h.

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

Definition at line 2279 of file altivec.h.

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

Definition at line 2370 of file altivec.h.

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

Definition at line 2375 of file altivec.h.

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

Definition at line 2380 of file altivec.h.

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

Definition at line 2384 of file altivec.h.

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

Definition at line 2389 of file altivec.h.

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

Definition at line 2393 of file altivec.h.

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

Definition at line 2398 of file altivec.h.

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

Definition at line 2442 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 2447 of file altivec.h.

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

Definition at line 2453 of file altivec.h.

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

Definition at line 2457 of file altivec.h.

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

Definition at line 2462 of file altivec.h.

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

Definition at line 2467 of file altivec.h.

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

Definition at line 2471 of file altivec.h.

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

Definition at line 2476 of file altivec.h.

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

Definition at line 2480 of file altivec.h.

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

Definition at line 2485 of file altivec.h.

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

Definition at line 2490 of file altivec.h.

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

Definition at line 2494 of file altivec.h.

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

Definition at line 2498 of file altivec.h.

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

Definition at line 2503 of file altivec.h.

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

Definition at line 2507 of file altivec.h.

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

Definition at line 2512 of file altivec.h.

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

Definition at line 2517 of file altivec.h.

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

Definition at line 2521 of file altivec.h.

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

Definition at line 2404 of file altivec.h.

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

Definition at line 2409 of file altivec.h.

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

Definition at line 2416 of file altivec.h.

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

Definition at line 2420 of file altivec.h.

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

Definition at line 2427 of file altivec.h.

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

Definition at line 2431 of file altivec.h.

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

Definition at line 2436 of file altivec.h.

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

Definition at line 10685 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 10691 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 10697 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 10704 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 10709 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 10715 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 10719 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 10724 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 10731 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 10736 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 10742 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 10747 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 10751 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 10756 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 10763 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 10768 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 10774 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 10778 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 10785 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 10792 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 10797 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 10804 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 10809 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 10815 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 10819 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 10824 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 10831 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 10836 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 10842 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 10847 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 10851 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 10856 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 10863 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 10868 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 10874 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 10878 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 10885 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 10891 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 10897 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 10904 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 10909 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 10915 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 10919 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 10924 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 10931 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 10936 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 10942 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 10947 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 10951 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 10956 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 10963 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 10968 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 10974 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 10978 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 10985 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 10992 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 10997 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 11004 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 11009 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 11015 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 11019 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 11024 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 11031 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 11036 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 11042 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 11047 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 11051 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 11056 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 11063 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 11068 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 11074 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 11078 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 2637 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 2654 of file altivec.h.

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

Definition at line 2671 of file altivec.h.

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

Definition at line 2687 of file altivec.h.

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

Definition at line 2704 of file altivec.h.

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

Definition at line 2720 of file altivec.h.

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

Definition at line 2737 of file altivec.h.

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

Definition at line 2755 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 2772 of file altivec.h.

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

Definition at line 2789 of file altivec.h.

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

Definition at line 2805 of file altivec.h.

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

Definition at line 2822 of file altivec.h.

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

Definition at line 2838 of file altivec.h.

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

Definition at line 2855 of file altivec.h.

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

Definition at line 2285 of file altivec.h.

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

Definition at line 2290 of file altivec.h.

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

Definition at line 2296 of file altivec.h.

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

Definition at line 2300 of file altivec.h.

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

Definition at line 2305 of file altivec.h.

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

Definition at line 2310 of file altivec.h.

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

Definition at line 2314 of file altivec.h.

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

Definition at line 2319 of file altivec.h.

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

Definition at line 2323 of file altivec.h.

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

Definition at line 2328 of file altivec.h.

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

Definition at line 2333 of file altivec.h.

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

Definition at line 2337 of file altivec.h.

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

Definition at line 2341 of file altivec.h.

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

Definition at line 2346 of file altivec.h.

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

Definition at line 2350 of file altivec.h.

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

Definition at line 2355 of file altivec.h.

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

Definition at line 2360 of file altivec.h.

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

Definition at line 2364 of file altivec.h.

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

Definition at line 2527 of file altivec.h.

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

Definition at line 2532 of file altivec.h.

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

Definition at line 2538 of file altivec.h.

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

Definition at line 2542 of file altivec.h.

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

Definition at line 2547 of file altivec.h.

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

Definition at line 2552 of file altivec.h.

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

Definition at line 2556 of file altivec.h.

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

Definition at line 2561 of file altivec.h.

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

Definition at line 2565 of file altivec.h.

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

Definition at line 2570 of file altivec.h.

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

Definition at line 2575 of file altivec.h.

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

Definition at line 2579 of file altivec.h.

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

Definition at line 2583 of file altivec.h.

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

Definition at line 2588 of file altivec.h.

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

Definition at line 2592 of file altivec.h.

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

Definition at line 2597 of file altivec.h.

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

Definition at line 2602 of file altivec.h.

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

Definition at line 2606 of file altivec.h.

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

Definition at line 2871 of file altivec.h.

References vec_mladd().

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

Definition at line 2877 of file altivec.h.

References vec_mladd().

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

Definition at line 2883 of file altivec.h.

References vec_mladd().

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

Definition at line 2889 of file altivec.h.

References vec_mladd().

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

Definition at line 2895 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 2948 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 2953 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 2958 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 2963 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 2968 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 2973 of file altivec.h.

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

Definition at line 2978 of file altivec.h.

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

Definition at line 2982 of file altivec.h.

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

Definition at line 2987 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 2992 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 2997 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 3002 of file altivec.h.

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

Definition at line 3007 of file altivec.h.

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

Definition at line 3011 of file altivec.h.

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

Definition at line 3015 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 3019 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 3024 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 3029 of file altivec.h.

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

Definition at line 3066 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 3193 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 3201 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 3209 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 3217 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 3226 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 3233 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 3241 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 3249 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 3256 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 3264 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 3272 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 3471 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 3479 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 3487 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 3495 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 3504 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 3511 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 3519 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 3527 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 3534 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 3542 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 3550 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 3799 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 3804 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 3809 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 3814 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 3819 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 3824 of file altivec.h.

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

Definition at line 3829 of file altivec.h.

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

Definition at line 3833 of file altivec.h.

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

Definition at line 3838 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 3843 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 3848 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 3853 of file altivec.h.

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

Definition at line 3858 of file altivec.h.

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

Definition at line 3862 of file altivec.h.

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

Definition at line 3866 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 3870 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 3875 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 3880 of file altivec.h.

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

Definition at line 3917 of file altivec.h.

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

Referenced by vec_madd().

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

References __c.

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

Definition at line 4046 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 4051 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 4057 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 4110 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 4116 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 4122 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 4127 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 4165 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 4170 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector signed char  __a)
static

Definition at line 4193 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector unsigned char  __a)
static

Definition at line 4197 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector bool char  __a)
static

Definition at line 4201 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector short  __a)
static

Definition at line 4205 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector unsigned short  __a)
static

Definition at line 4209 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector bool short  __a)
static

Definition at line 4213 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector pixel  __a)
static

Definition at line 4217 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector int  __a)
static

Definition at line 4221 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector unsigned int  __a)
static

Definition at line 4225 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector bool int  __a)
static

Definition at line 4229 of file altivec.h.

static void __ATTRS_o_ai vec_mtvscr ( vector float  __a)
static

Definition at line 4233 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 4243 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 4248 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 4253 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 4258 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 4263 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 4268 of file altivec.h.

References __b.

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

Definition at line 4285 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 4301 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 4310 of file altivec.h.

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

Definition at line 4319 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 4327 of file altivec.h.

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

Definition at line 4402 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 4411 of file altivec.h.

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

Definition at line 4420 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 4428 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 4661 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 4687 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 4692 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 4697 of file altivec.h.

References __b.

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

Definition at line 4702 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 4706 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 4711 of file altivec.h.

References __b.

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

Definition at line 4716 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 4720 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 4725 of file altivec.h.

References __b.

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

Definition at line 4730 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 4817 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 4822 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 4827 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 4832 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 4837 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 4842 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 4847 of file altivec.h.

References __b.

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

Definition at line 4852 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 4856 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 4861 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 4866 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 4871 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 4876 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 4881 of file altivec.h.

References __b.

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

Definition at line 4886 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 4890 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 4894 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 4898 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 4903 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 4908 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 4913 of file altivec.h.

References __b.

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

Definition at line 4918 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 4924 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 4930 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 5296 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 5311 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 5326 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 5341 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 5355 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 5370 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 5604 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 5613 of file altivec.h.

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

Definition at line 5622 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 5631 of file altivec.h.

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

Definition at line 5732 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 5741 of file altivec.h.

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

Definition at line 5750 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 5759 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 5866 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 5881 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 5896 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 5911 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 5926 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 5941 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 5955 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 5968 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 5983 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 5998 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 11533 of file altivec.h.

References __b.

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

Definition at line 11539 of file altivec.h.

References __b.

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

Definition at line 11546 of file altivec.h.

References __b.

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

Definition at line 11552 of file altivec.h.

References __b.

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

Definition at line 11559 of file altivec.h.

References __b.

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

Definition at line 11565 of file altivec.h.

References __b.

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

Definition at line 11571 of file altivec.h.

References __b.

static vector float __ATTRS_o_ai vec_re ( vector float  __a)
static

Definition at line 6160 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 6183 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 6188 of file altivec.h.

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

Definition at line 6193 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 6198 of file altivec.h.

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

Definition at line 6203 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 6207 of file altivec.h.

static vector float __ATTRS_o_ai vec_round ( vector float  __a)
static

Definition at line 6262 of file altivec.h.

static vector float __ATTRS_o_ai vec_rsqrte ( vector float  __a)
static

Definition at line 6320 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 6345 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 6351 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 6357 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 6363 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 6369 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 6375 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 6381 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 6386 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 6391 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 6397 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 6404 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 6410 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 6416 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 6421 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 6426 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 6432 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 6438 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 6444 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 6450 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 6457 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 6603 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 6608 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 6613 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 6618 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 6623 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 6627 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 6690 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 6710 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 6730 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 6750 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 6770 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 6790 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 6810 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 6829 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 6849 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 6869 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 6889 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 7068 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 7074 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 7080 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 7086 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 7092 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 7098 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 7104 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 7110 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 7116 of file altivec.h.

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

Definition at line 7122 of file altivec.h.

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

Definition at line 7127 of file altivec.h.

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

Definition at line 7132 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 7137 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 7143 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 7149 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 7155 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 7161 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 7167 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_sll ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 7173 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_sll ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 7178 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_sll ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 7183 of file altivec.h.

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

Definition at line 7188 of file altivec.h.

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

Definition at line 7193 of file altivec.h.

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

Definition at line 7198 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 7203 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 7209 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 7215 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 7221 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 7227 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 7233 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 7414 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 7420 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 7426 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 7432 of file altivec.h.

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

Definition at line 7438 of file altivec.h.

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

Definition at line 7443 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 7448 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 7454 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_slo ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 7460 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_slo ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 7465 of file altivec.h.

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

Definition at line 7470 of file altivec.h.

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

Definition at line 7474 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 7479 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 7485 of file altivec.h.

static vector float __ATTRS_o_ai vec_slo ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 7491 of file altivec.h.

static vector float __ATTRS_o_ai vec_slo ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 7496 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 7593 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 7598 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 7603 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 7608 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 7617 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 7626 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 7635 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 7644 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 7653 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 7662 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 7671 of file altivec.h.

References vec_perm().

static vector short __ATTRS_o_ai vec_splat_s16 ( signed char  __a)
static

Definition at line 7838 of file altivec.h.

static vector int __ATTRS_o_ai vec_splat_s32 ( signed char  __a)
static

Definition at line 7854 of file altivec.h.

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

Definition at line 7822 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_splat_u16 ( signed char  __a)
static

Definition at line 7875 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_splat_u32 ( signed char  __a)
static

Definition at line 7882 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_splat_u8 ( unsigned char  __a)
static

Definition at line 7868 of file altivec.h.

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

Definition at line 11579 of file altivec.h.

static vector unsigned char __ATTRS_o_ai vec_splats ( unsigned char  __a)
static

Definition at line 11583 of file altivec.h.

static vector short __ATTRS_o_ai vec_splats ( short  __a)
static

Definition at line 11587 of file altivec.h.

static vector unsigned short __ATTRS_o_ai vec_splats ( unsigned short  __a)
static

Definition at line 11591 of file altivec.h.

static vector int __ATTRS_o_ai vec_splats ( int  __a)
static

Definition at line 11595 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_splats ( unsigned int  __a)
static

Definition at line 11597 of file altivec.h.

static vector float __ATTRS_o_ai vec_splats ( float  __a)
static

Definition at line 11628 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 7888 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 7894 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 7899 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 7905 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 7910 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 7916 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 7978 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 7983 of file altivec.h.

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

Definition at line 7988 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 7993 of file altivec.h.

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

Definition at line 7998 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 8003 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 8058 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 8064 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 8070 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 8076 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 8082 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 8088 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 8094 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 8100 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 8106 of file altivec.h.

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

Definition at line 8112 of file altivec.h.

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

Definition at line 8117 of file altivec.h.

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

Definition at line 8122 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 8127 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 8133 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 8139 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 8145 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 8151 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 8157 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_srl ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8163 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_srl ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 8168 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_srl ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 8173 of file altivec.h.

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

Definition at line 8178 of file altivec.h.

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

Definition at line 8183 of file altivec.h.

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

Definition at line 8188 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 8193 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 8199 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 8205 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 8211 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 8217 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 8223 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 8404 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 8410 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 8416 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 8422 of file altivec.h.

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

Definition at line 8428 of file altivec.h.

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

Definition at line 8433 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 8438 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 8444 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_sro ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 8450 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_sro ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8455 of file altivec.h.

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

Definition at line 8460 of file altivec.h.

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

Definition at line 8464 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 8469 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 8475 of file altivec.h.

static vector float __ATTRS_o_ai vec_sro ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 8481 of file altivec.h.

static vector float __ATTRS_o_ai vec_sro ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 8486 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 8583 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 8588 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 8593 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8598 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8603 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8608 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 8613 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 8618 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8622 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 8626 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8631 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8636 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8640 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 8645 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 8650 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8654 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 8659 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 8663 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8667 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 8671 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8676 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8681 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8685 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 8690 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 8695 of file altivec.h.

static void __ATTRS_o_ai vec_st ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 8699 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8830 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8835 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8840 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8845 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8850 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8854 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8859 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8863 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 8868 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8872 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8877 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8881 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8886 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8890 of file altivec.h.

static void __ATTRS_o_ai vec_ste ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 8895 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 8977 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 8982 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 8987 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8992 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8997 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 9002 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 9007 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 9012 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 9016 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 9020 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9025 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 9030 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9034 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 9039 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 9044 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9048 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 9053 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 9057 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 9061 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 9065 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 9070 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 9075 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 9079 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 9084 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 9089 of file altivec.h.

static void __ATTRS_o_ai vec_stl ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 9093 of file altivec.h.

static void __ATTRS_o_ai vec_stvebx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8901 of file altivec.h.

static void __ATTRS_o_ai vec_stvebx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8906 of file altivec.h.

static void __ATTRS_o_ai vec_stvebx ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8911 of file altivec.h.

static void __ATTRS_o_ai vec_stvebx ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8916 of file altivec.h.

static void __ATTRS_o_ai vec_stvehx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8923 of file altivec.h.

static void __ATTRS_o_ai vec_stvehx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8927 of file altivec.h.

static void __ATTRS_o_ai vec_stvehx ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8932 of file altivec.h.

static void __ATTRS_o_ai vec_stvehx ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8937 of file altivec.h.

static void __ATTRS_o_ai vec_stvehx ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 8942 of file altivec.h.

static void __ATTRS_o_ai vec_stvehx ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8946 of file altivec.h.

static void __ATTRS_o_ai vec_stvewx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8953 of file altivec.h.

static void __ATTRS_o_ai vec_stvewx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8957 of file altivec.h.

static void __ATTRS_o_ai vec_stvewx ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8962 of file altivec.h.

static void __ATTRS_o_ai vec_stvewx ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8966 of file altivec.h.

static void __ATTRS_o_ai vec_stvewx ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 8971 of file altivec.h.

static void __ATTRS_o_ai vec_stvlx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 11085 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 11091 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 11098 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 11104 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 11111 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 11118 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 11123 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 11130 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 11136 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 11143 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 11150 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 11157 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 11162 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 11168 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 11174 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 11181 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 11188 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 11197 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 11203 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 11210 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 11216 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 11223 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 11230 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 11235 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 11242 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 11248 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 11255 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 11262 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 11269 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 11274 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 11280 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 11286 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 11293 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 11300 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 11309 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 11315 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 11322 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 11328 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 11335 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 11342 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 11347 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 11354 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 11360 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 11367 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 11374 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 11381 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 11386 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 11392 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 11398 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 11405 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 11412 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 11421 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 11427 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 11434 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 11440 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 11447 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 11454 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 11459 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 11466 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 11472 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 11479 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 11486 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 11493 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 11498 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 11504 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 11510 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 11517 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 11524 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 8705 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8710 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 8715 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8720 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 8725 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 8730 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 8735 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 8740 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8745 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 8749 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8754 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 8759 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8763 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 8768 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 8773 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 8777 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 8782 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 8787 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8791 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 8795 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8800 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 8805 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 8809 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 8814 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 8819 of file altivec.h.

static void __ATTRS_o_ai vec_stvx ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 8824 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 9099 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector signed char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 9104 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 9109 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector unsigned char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 9114 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool char  __a,
int  __b,
signed char *  __c 
)
static

Definition at line 9119 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool char  __a,
int  __b,
unsigned char *  __c 
)
static

Definition at line 9124 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 9129 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector short  __a,
int  __b,
vector short *  __c 
)
static

Definition at line 9134 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector short  __a,
int  __b,
short *  __c 
)
static

Definition at line 9139 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 9143 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector unsigned short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9148 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool short  __a,
int  __b,
short *  __c 
)
static

Definition at line 9153 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool short  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9157 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 9162 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector pixel  __a,
int  __b,
short *  __c 
)
static

Definition at line 9167 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector pixel  __a,
int  __b,
unsigned short *  __c 
)
static

Definition at line 9171 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector pixel  __a,
int  __b,
vector pixel *  __c 
)
static

Definition at line 9176 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector int  __a,
int  __b,
vector int *  __c 
)
static

Definition at line 9181 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector int  __a,
int  __b,
int *  __c 
)
static

Definition at line 9185 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 9189 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector unsigned int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 9194 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool int  __a,
int  __b,
int *  __c 
)
static

Definition at line 9199 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector bool int  __a,
int  __b,
unsigned int *  __c 
)
static

Definition at line 9203 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 9208 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector float  __a,
int  __b,
vector float *  __c 
)
static

Definition at line 9213 of file altivec.h.

static void __ATTRS_o_ai vec_stvxl ( vector float  __a,
int  __b,
float *  __c 
)
static

Definition at line 9218 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 9224 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 9229 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 9234 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 9239 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 9244 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 9249 of file altivec.h.

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

Definition at line 9254 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 9258 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 9263 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 9268 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 9273 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 9278 of file altivec.h.

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

Definition at line 9283 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 9287 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 9291 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 9295 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 9300 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 9305 of file altivec.h.

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

Definition at line 9339 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 9455 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 9481 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 9486 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 9491 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 9496 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 9501 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 9506 of file altivec.h.

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

Definition at line 9511 of file altivec.h.

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

Definition at line 9515 of file altivec.h.

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

Definition at line 9520 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 9525 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 9530 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 9535 of file altivec.h.

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

Definition at line 9540 of file altivec.h.

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

Definition at line 9544 of file altivec.h.

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

Definition at line 9548 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 9552 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 9557 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 9562 of file altivec.h.

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

Definition at line 9724 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 9729 of file altivec.h.

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

Definition at line 9734 of file altivec.h.

static vector float __ATTRS_o_ai vec_trunc ( vector float  __a)
static

Definition at line 9835 of file altivec.h.

static vector short __ATTRS_o_ai vec_unpackh ( vector signed char  __a)
static

Definition at line 9861 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_unpackh ( vector bool char  __a)
static

Definition at line 9869 of file altivec.h.

static vector int __ATTRS_o_ai vec_unpackh ( vector short  __a)
static

Definition at line 9877 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_unpackh ( vector bool short  __a)
static

Definition at line 9885 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_unpackh ( vector pixel  __a)
static

Definition at line 9893 of file altivec.h.

static vector short __ATTRS_o_ai vec_unpackl ( vector signed char  __a)
static

Definition at line 9985 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_unpackl ( vector bool char  __a)
static

Definition at line 9993 of file altivec.h.

static vector int __ATTRS_o_ai vec_unpackl ( vector short  __a)
static

Definition at line 10001 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_unpackl ( vector bool short  __a)
static

Definition at line 10009 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_unpackl ( vector pixel  __a)
static

Definition at line 10017 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 547 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 552 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 557 of file altivec.h.

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

Definition at line 581 of file altivec.h.

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

Definition at line 586 of file altivec.h.

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

Definition at line 591 of file altivec.h.

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

Definition at line 615 of file altivec.h.

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

Definition at line 619 of file altivec.h.

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

Definition at line 624 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 317 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 322 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 327 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 332 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 337 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 342 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 564 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 569 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 574 of file altivec.h.

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

Definition at line 351 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 356 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 361 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 367 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 372 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 376 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 599 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 604 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 608 of file altivec.h.

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

Definition at line 385 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 389 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 394 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 399 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 404 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 409 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 631 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 636 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 641 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 882 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 887 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 892 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 897 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 902 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 907 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 912 of file altivec.h.

References __b.

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

Definition at line 917 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 921 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 926 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 931 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 936 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 941 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 946 of file altivec.h.

References __b.

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

Definition at line 951 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 955 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 959 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 963 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 968 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 973 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 978 of file altivec.h.

References __b.

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

Definition at line 983 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 989 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 996 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 1224 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 1229 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 1234 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 1239 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 1244 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 1249 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 1254 of file altivec.h.

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

Definition at line 1259 of file altivec.h.

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

Definition at line 1263 of file altivec.h.

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

Definition at line 1268 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 1273 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 1278 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 1283 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 1288 of file altivec.h.

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

Definition at line 1293 of file altivec.h.

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

Definition at line 1297 of file altivec.h.

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

Definition at line 1301 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 1305 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 1310 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 1315 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 1320 of file altivec.h.

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

Definition at line 1325 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 1331 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 1338 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 3083 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 3088 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 3093 of file altivec.h.

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

Definition at line 3117 of file altivec.h.

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

Definition at line 3122 of file altivec.h.

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

Definition at line 3127 of file altivec.h.

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

Definition at line 3151 of file altivec.h.

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

Definition at line 3155 of file altivec.h.

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

Definition at line 3159 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 3100 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 3105 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 3110 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 3135 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 3140 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 3144 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 3165 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 3170 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 3175 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 3934 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 3939 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 3944 of file altivec.h.

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

Definition at line 3968 of file altivec.h.

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

Definition at line 3973 of file altivec.h.

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

Definition at line 3978 of file altivec.h.

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

Definition at line 4002 of file altivec.h.

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

Definition at line 4006 of file altivec.h.

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

Definition at line 4010 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 3951 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 3956 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 3961 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 3986 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 3991 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 3995 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 4016 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 4021 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 4026 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 4070 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 4076 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 4082 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 4089 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 3374 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 3382 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 3390 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 3402 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 3411 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 3418 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 3426 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 3438 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 3445 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 3453 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 3461 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 3645 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 3653 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 3661 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 3673 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 3682 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 3689 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 3697 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 3709 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 3716 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 3724 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 3732 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 4747 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 4752 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 4757 of file altivec.h.

References __b.

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

Definition at line 4762 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 4766 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 4771 of file altivec.h.

References __b.

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

Definition at line 4776 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 4780 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 4785 of file altivec.h.

References __b.

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

Definition at line 4790 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 5133 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 5138 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 5143 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 5148 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 5153 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 5158 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 5163 of file altivec.h.

References __b.

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

Definition at line 5168 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 5172 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 5177 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 5182 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 5187 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 5192 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 5197 of file altivec.h.

References __b.

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

Definition at line 5202 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 5206 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 5210 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 5214 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 5219 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 5224 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 5229 of file altivec.h.

References __b.

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

Definition at line 5234 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 5240 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 5247 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 6075 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 6081 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 6087 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 6093 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 6098 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 6104 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 6110 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 6115 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 6120 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 6126 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 6132 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 5790 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 5800 of file altivec.h.

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

Definition at line 5810 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 5819 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 5436 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 5452 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 5466 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 5485 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 5499 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 5514 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 6226 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 6231 of file altivec.h.

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

Definition at line 6238 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 6243 of file altivec.h.

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

Definition at line 6250 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 6255 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 6482 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 6488 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 6494 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 6500 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 6506 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 6512 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 6518 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 6523 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 6528 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 6534 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 6541 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 6547 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 6553 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 6558 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 6563 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 6569 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 6575 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 6581 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 6587 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 6594 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 7241 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 7247 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 7253 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 7259 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 7265 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 7271 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 7277 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 7283 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 7289 of file altivec.h.

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

Definition at line 7295 of file altivec.h.

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

Definition at line 7300 of file altivec.h.

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

Definition at line 7305 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 7310 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 7316 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 7322 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 7328 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 7334 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 7340 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsl ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 7346 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsl ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 7351 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsl ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 7356 of file altivec.h.

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

Definition at line 7361 of file altivec.h.

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

Definition at line 7366 of file altivec.h.

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

Definition at line 7371 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 7376 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 7382 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 7388 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 7394 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 7400 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 7406 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 6648 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 6653 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 6910 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 6930 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 6950 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 6969 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 6989 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 7008 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 7027 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 7047 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 6662 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 6667 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 7503 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 7509 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 7515 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 7521 of file altivec.h.

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

Definition at line 7527 of file altivec.h.

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

Definition at line 7532 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 7537 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 7543 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vslo ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 7549 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vslo ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 7554 of file altivec.h.

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

Definition at line 7559 of file altivec.h.

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

Definition at line 7564 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 7569 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 7575 of file altivec.h.

static vector float __ATTRS_o_ai vec_vslo ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 7581 of file altivec.h.

static vector float __ATTRS_o_ai vec_vslo ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 7586 of file altivec.h.

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

Definition at line 6676 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 6681 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 7723 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 7728 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 7733 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 7742 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 7751 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 7760 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 7769 of file altivec.h.

References vec_perm().

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

Definition at line 7829 of file altivec.h.

static vector short __ATTRS_o_ai vec_vspltish ( signed char  __a)
static

Definition at line 7845 of file altivec.h.

static vector int __ATTRS_o_ai vec_vspltisw ( signed char  __a)
static

Definition at line 7861 of file altivec.h.

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

Definition at line 7782 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 7790 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 7799 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 7808 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 8231 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 8237 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 8243 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 8249 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 8255 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 8261 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 8267 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 8273 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 8279 of file altivec.h.

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

Definition at line 8285 of file altivec.h.

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

Definition at line 8290 of file altivec.h.

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

Definition at line 8295 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 8300 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 8306 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 8312 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 8318 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 8324 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 8330 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsr ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8336 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsr ( vector pixel  __a,
vector unsigned short  __b 
)
static

Definition at line 8341 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsr ( vector pixel  __a,
vector unsigned int  __b 
)
static

Definition at line 8346 of file altivec.h.

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

Definition at line 8351 of file altivec.h.

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

Definition at line 8356 of file altivec.h.

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

Definition at line 8361 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 8366 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 8372 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 8378 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 8384 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 8390 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 8396 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 8022 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 8027 of file altivec.h.

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

Definition at line 8034 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 8039 of file altivec.h.

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

Definition at line 8046 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 8051 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 7938 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 7943 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 7952 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 7957 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 8493 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 8499 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 8505 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 8511 of file altivec.h.

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

Definition at line 8517 of file altivec.h.

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

Definition at line 8522 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 8527 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 8533 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsro ( vector pixel  __a,
vector signed char  __b 
)
static

Definition at line 8539 of file altivec.h.

static vector pixel __ATTRS_o_ai vec_vsro ( vector pixel  __a,
vector unsigned char  __b 
)
static

Definition at line 8544 of file altivec.h.

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

Definition at line 8549 of file altivec.h.

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

Definition at line 8554 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 8559 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 8565 of file altivec.h.

static vector float __ATTRS_o_ai vec_vsro ( vector float  __a,
vector signed char  __b 
)
static

Definition at line 8571 of file altivec.h.

static vector float __ATTRS_o_ai vec_vsro ( vector float  __a,
vector unsigned char  __b 
)
static

Definition at line 8576 of file altivec.h.

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

Definition at line 7966 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 7971 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 9569 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 9574 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 9579 of file altivec.h.

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

Definition at line 9603 of file altivec.h.

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

Definition at line 9608 of file altivec.h.

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

Definition at line 9613 of file altivec.h.

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

Definition at line 9637 of file altivec.h.

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

Definition at line 9641 of file altivec.h.

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

Definition at line 9646 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 9347 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 9352 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 9357 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 9362 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 9367 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 9372 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 9586 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 9591 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 9596 of file altivec.h.

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

Definition at line 9381 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 9386 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 9391 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 9397 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 9402 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 9406 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 9621 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 9626 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 9630 of file altivec.h.

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

Definition at line 9415 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 9419 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 9424 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 9429 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 9434 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 9439 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 9653 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 9658 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 9663 of file altivec.h.

static vector short __ATTRS_o_ai vec_vupkhsb ( vector signed char  __a)
static

Definition at line 9921 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vupkhsb ( vector bool char  __a)
static

Definition at line 9929 of file altivec.h.

static vector int __ATTRS_o_ai vec_vupkhsh ( vector short  __a)
static

Definition at line 9939 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_vupkhsh ( vector bool short  __a)
static

Definition at line 9947 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vupkhsh ( vector pixel  __a)
static

Definition at line 9955 of file altivec.h.

static vector short __ATTRS_o_ai vec_vupklsb ( vector signed char  __a)
static

Definition at line 10045 of file altivec.h.

static vector bool short __ATTRS_o_ai vec_vupklsb ( vector bool char  __a)
static

Definition at line 10053 of file altivec.h.

static vector int __ATTRS_o_ai vec_vupklsh ( vector short  __a)
static

Definition at line 10063 of file altivec.h.

static vector bool int __ATTRS_o_ai vec_vupklsh ( vector bool short  __a)
static

Definition at line 10071 of file altivec.h.

static vector unsigned int __ATTRS_o_ai vec_vupklsh ( vector pixel  __a)
static

Definition at line 10079 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 10360 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 10365 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 10370 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 10375 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 10380 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 10385 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 10390 of file altivec.h.

References __b.

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

Definition at line 10395 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 10399 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 10404 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 10409 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 10414 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 10419 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 10424 of file altivec.h.

References __b.

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

Definition at line 10429 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 10433 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 10437 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 10441 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 10446 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 10451 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 10456 of file altivec.h.

References __b.

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

Definition at line 10461 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 10467 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 10474 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 10197 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 10182 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 10187 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 10192 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 10202 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 10207 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 10212 of file altivec.h.

References __b.

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

Definition at line 10217 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 10221 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 10226 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 10231 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 10236 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 10241 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 10246 of file altivec.h.

References __b.

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

Definition at line 10251 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 10255 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 10259 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 10263 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 10268 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 10273 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 10278 of file altivec.h.

References __b.

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

Definition at line 10283 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 10289 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 10296 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:419

Definition at line 419 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(), _mm_add_epi16(), _mm_add_epi32(), _mm_add_epi64(), _mm_add_epi8(), _mm_add_pd(), _mm_add_ps(), _mm_and_pd(), _mm_and_ps(), _mm_and_si128(), _mm_andnot_pd(), _mm_andnot_ps(), _mm_andnot_si128(), _mm_cmpeq_epi16(), _mm_cmpeq_epi32(), _mm_cmpeq_epi8(), _mm_cmpgt_epi16(), _mm_cmpgt_epi32(), _mm_cmpgt_epi8(), _mm_cvtpi16_ps(), _mm_cvtpi8_ps(), _mm_cvtps_pi16(), _mm_cvtps_pi8(), _mm_cvtpu16_ps(), _mm_cvtpu8_ps(), _mm_cvtsi128_si32(), _mm_cvtsi32_sd(), _mm_cvtsi32_ss(), _mm_div_pd(), _mm_div_ps(), _mm_extract_epi16(), _mm_extract_pi16(), _mm_insert_epi16(), _mm_insert_pi16(), _mm_loadh_pi(), _mm_loadl_pi(), _mm_mul_pd(), _mm_mul_ps(), _mm_mullo_epi16(), _mm_or_pd(), _mm_or_ps(), _mm_or_si128(), _mm_set1_epi8(), _mm_store_si128(), _mm_sub_epi16(), _mm_sub_epi32(), _mm_sub_epi64(), _mm_sub_epi8(), _mm_sub_pd(), _mm_sub_ps(), _mm_xor_pd(), _mm_xor_ps(), _mm_xor_si128(), vec_add(), vec_and(), vec_andc(), vec_div(), vec_extract(), vec_insert(), vec_mul(), vec_nor(), vec_or(), vec_promote(), vec_sl(), vec_sr(), vec_sub(), vec_vaddubm(), vec_vadduhm(), vec_vadduwm(), vec_vand(), vec_vandc(), vec_vnor(), vec_vor(), vec_vsrb(), vec_vsrh(), vec_vsrw(), vec_vsububm(), vec_vsubuhm(), vec_vsubuwm(), vec_vxor(), and vec_xor().

static vector float vector float vector float __c