Searched refs:__vector (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Daltivec.h47 #define vector __vector
311 typedef __vector __bool int __ret;
314 typedef __vector __bool short __ret;
317 typedef __vector __bool char __ret;
449 #define vec_mfvscr() ((__vector unsigned short) __builtin_altivec_mfvscr ())
453 #define vec_splat_u8(x) ((__vector unsigned char) vec_splat_s8 ((x)))
454 #define vec_splat_u16(x) ((__vector unsigned short) vec_splat_s16 ((x)))
455 #define vec_splat_u32(x) ((__vector unsigned int) vec_splat_s32 ((x)))
H A Dspe.h32 #define __vector __attribute__((vector_size(8))) macro
41 typedef short __vector __ev64_s16__;
42 typedef unsigned short __vector __ev64_u16__;
43 typedef int __vector __ev64_s32__;
44 typedef unsigned __vector __ev64_u32__;
45 typedef long long __vector __ev64_s64__;
46 typedef unsigned long long __vector __ev64_u64__;
47 typedef float __vector __ev64_fs__;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp2292 __vector unsigned char Slashes = {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h4560 static __vector float __attribute__((__always_inline__))
4568 static __vector float __attribute__((__always_inline__))

Completed in 149 milliseconds