Searched defs:vec_ld (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 1617 vec_ld (int a1, vector float *a2) in vec_ld() function 1623 vec_ld (int a1, float *a2) in vec_ld() function 1629 vec_ld (int a1, vector signed int *a2) in vec_ld() function 1635 vec_ld (int a1, signed int *a2) in vec_ld() function 1641 vec_ld (int a1, signed long *a2) in vec_ld() function 1647 vec_ld (int a1, vector unsigned int *a2) in vec_ld() function 1653 vec_ld (int a1, unsigned int *a2) in vec_ld() function 1659 vec_ld (int a1, unsigned long *a2) in vec_ld() function 1665 vec_ld (int a1, vector signed short *a2) in vec_ld() function 1671 vec_ld (int a1, signed short *a2) in vec_ld() function [all …]
|
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 202 #define vec_ld __builtin_vec_ld macro
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 4049 vec_ld(long __a, const vector signed char *__b) { in vec_ld() function 4054 vec_ld(long __a, const signed char *__b) { in vec_ld() function 4059 vec_ld(long __a, const vector unsigned char *__b) { in vec_ld() function 4064 vec_ld(long __a, const unsigned char *__b) { in vec_ld() function 4069 vec_ld(long __a, const vector bool char *__b) { in vec_ld() function 4073 static __inline__ vector short __ATTRS_o_ai vec_ld(long __a, in vec_ld() function 4078 static __inline__ vector short __ATTRS_o_ai vec_ld(long __a, const short *__b) { in vec_ld() function 4083 vec_ld(long __a, const vector unsigned short *__b) { in vec_ld() function 4088 vec_ld(long __a, const unsigned short *__b) { in vec_ld() function 4093 vec_ld(long __a, const vector bool short *__b) { in vec_ld() function [all …]
|