Searched defs:vec_xst (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 1191 vec_xst(__vector signed char __vec, long __offset, signed char *__ptr) { in vec_xst() function 1196 vec_xst(__vector unsigned char __vec, long __offset, unsigned char *__ptr) { in vec_xst() function 1201 vec_xst(__vector signed short __vec, long __offset, signed short *__ptr) { in vec_xst() function 1206 vec_xst(__vector unsigned short __vec, long __offset, unsigned short *__ptr) { in vec_xst() function 1211 vec_xst(__vector signed int __vec, long __offset, signed int *__ptr) { in vec_xst() function 1216 vec_xst(__vector unsigned int __vec, long __offset, unsigned int *__ptr) { in vec_xst() function 1221 vec_xst(__vector signed long long __vec, long __offset, in vec_xst() function 1227 vec_xst(__vector unsigned long long __vec, long __offset, in vec_xst() function 1234 vec_xst(__vector float __vec, long __offset, float *__ptr) { in vec_xst() function 1240 vec_xst(__vector double __vec, long __offset, double *__ptr) { in vec_xst() function
|
D | altivec.h | 17082 static inline __ATTRS_o_ai void vec_xst(vector signed char __vec, in vec_xst() function 17088 static inline __ATTRS_o_ai void vec_xst(vector unsigned char __vec, in vec_xst() function 17094 static inline __ATTRS_o_ai void vec_xst(vector signed short __vec, in vec_xst() function 17101 static inline __ATTRS_o_ai void vec_xst(vector unsigned short __vec, in vec_xst() function 17108 static inline __ATTRS_o_ai void vec_xst(vector signed int __vec, in vec_xst() function 17115 static inline __ATTRS_o_ai void vec_xst(vector unsigned int __vec, in vec_xst() function 17122 static inline __ATTRS_o_ai void vec_xst(vector float __vec, in vec_xst() function 17130 static inline __ATTRS_o_ai void vec_xst(vector signed long long __vec, in vec_xst() function 17137 static inline __ATTRS_o_ai void vec_xst(vector unsigned long long __vec, in vec_xst() function 17144 static inline __ATTRS_o_ai void vec_xst(vector double __vec, in vec_xst() function [all …]
|