• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/

Lines Matching defs:vec_or

6229 /* vec_or */
6231 #define __builtin_altivec_vor vec_or
6234 vec_or(vector signed char __a, vector signed char __b) {
6239 vec_or(vector bool char __a, vector signed char __b) {
6243 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a,
6249 vec_or(vector unsigned char __a, vector unsigned char __b) {
6254 vec_or(vector bool char __a, vector unsigned char __b) {
6259 vec_or(vector unsigned char __a, vector bool char __b) {
6263 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a,
6268 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a,
6273 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a,
6278 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a,
6284 vec_or(vector unsigned short __a, vector unsigned short __b) {
6289 vec_or(vector bool short __a, vector unsigned short __b) {
6294 vec_or(vector unsigned short __a, vector bool short __b) {
6298 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a,
6303 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a,
6308 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a,
6313 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a,
6319 vec_or(vector unsigned int __a, vector unsigned int __b) {
6324 vec_or(vector bool int __a, vector unsigned int __b) {
6329 vec_or(vector unsigned int __a, vector bool int __b) {
6333 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a,
6338 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a,
6345 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a,
6352 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a,
6360 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a,
6366 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a,
6372 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a,
6379 vec_or(vector signed long long __a, vector signed long long __b) {
6384 vec_or(vector bool long long __a, vector signed long long __b) {
6389 vec_or(vector signed long long __a, vector bool long long __b) {
6394 vec_or(vector unsigned long long __a, vector unsigned long long __b) {
6399 vec_or(vector bool long long __a, vector unsigned long long __b) {
6404 vec_or(vector unsigned long long __a, vector bool long long __b) {
6409 vec_or(vector bool long long __a, vector bool long long __b) {