Searched refs:vec_insert (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | vecintrin.h | 123 vec_insert(signed char __scalar, __vector signed char __vec, int __index) { in vec_insert() function 130 vec_insert(unsigned char __scalar, __vector __bool char __vec, int __index) { in vec_insert() function 137 vec_insert(unsigned char __scalar, __vector unsigned char __vec, int __index) { in vec_insert() function 143 vec_insert(signed short __scalar, __vector signed short __vec, int __index) { in vec_insert() function 150 vec_insert(unsigned short __scalar, __vector __bool short __vec, in vec_insert() function 158 vec_insert(unsigned short __scalar, __vector unsigned short __vec, in vec_insert() function 165 vec_insert(signed int __scalar, __vector signed int __vec, int __index) { in vec_insert() function 172 vec_insert(unsigned int __scalar, __vector __bool int __vec, int __index) { in vec_insert() function 179 vec_insert(unsigned int __scalar, __vector unsigned int __vec, int __index) { in vec_insert() function 185 vec_insert(signed long long __scalar, __vector signed long long __vec, in vec_insert() function [all …]
|
| H A D | altivec.h | 13668 vec_insert(signed char __a, vector signed char __b, int __c) { in vec_insert() function 13674 vec_insert(unsigned char __a, vector unsigned char __b, int __c) { in vec_insert() function 13679 static __inline__ vector bool char __ATTRS_o_ai vec_insert(unsigned char __a, in vec_insert() function 13687 vec_insert(signed short __a, vector signed short __b, int __c) { in vec_insert() function 13693 vec_insert(unsigned short __a, vector unsigned short __b, int __c) { in vec_insert() function 13699 vec_insert(unsigned short __a, vector bool short __b, int __c) { in vec_insert() function 13705 vec_insert(signed int __a, vector signed int __b, int __c) { in vec_insert() function 13711 vec_insert(unsigned int __a, vector unsigned int __b, int __c) { in vec_insert() function 13716 static __inline__ vector bool int __ATTRS_o_ai vec_insert(unsigned int __a, in vec_insert() function 13725 vec_insert(signed long long __a, vector signed long long __b, int __c) { in vec_insert() function [all …]
|