HomeSort by: relevance | last modified time | path
    Searched defs:__v4sf (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/crypto/arch/x86/
immintrin.h 63 typedef float __v4sf __attribute__((__vector_size__(16))); typedef
80 typedef float __v4sf __attribute__((__vector_size__(16))); typedef
119 return __extension__ (__m128)(__v4sf) { *__p, *__p, *__p, *__p };
169 return (__m128)__builtin_ia32_movhlps((__v4sf)__v0, (__v4sf)__v1);
171 return __builtin_shufflevector((__v4sf)__v0, (__v4sf)__v1, 6,7,2,3);
180 return (__m128)__builtin_ia32_movlhps((__v4sf)__v0, (__v4sf)__v1);
182 return __builtin_shufflevector((__v4sf)__v0, (__v4sf)__v1, 0,1,4,5)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
xmmintrin.h 72 typedef float __v4sf __attribute__ ((__vector_size__ (16))); typedef
93 return ((__m128)vec_ld(0, (__v4sf*)__P));
107 __v4sf __tmp;
113 __tmp = vec_ld (0, (__v4sf *) __P);
122 return __extension__ (__m128)(__v4sf){ __F, __F, __F, __F };
135 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z };
142 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W };
149 vec_st((__v4sf)__A, 0, (__v4sf*)__P);
163 __v4sf __tmp
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
xmmintrin.h 16 typedef float __v4sf __attribute__((__vector_size__(16))); typedef
72 return (__m128)((__v4sf)__a + (__v4sf)__b);
115 return (__m128)((__v4sf)__a - (__v4sf)__b);
157 return (__m128)((__v4sf)__a * (__v4sf)__b);
198 return (__m128)((__v4sf)__a / (__v4sf)__b);
216 return (__m128)__builtin_ia32_sqrtss((__v4sf)__a)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
xmmintrin.h 78 typedef float __v4sf __attribute__ ((__vector_size__ (16))); typedef
136 return (__m128) __builtin_ia32_addss ((__v4sf)__A, (__v4sf)__B);
142 return (__m128) __builtin_ia32_subss ((__v4sf)__A, (__v4sf)__B);
148 return (__m128) __builtin_ia32_mulss ((__v4sf)__A, (__v4sf)__B);
154 return (__m128) __builtin_ia32_divss ((__v4sf)__A, (__v4sf)__B);
160 return (__m128) __builtin_ia32_sqrtss ((__v4sf)__A)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
xmmintrin.h 93 typedef float __v4sf __attribute__ ((__vector_size__ (16))); typedef
115 return ((__m128)vec_ld(0, (__v4sf*)__P));
129 __v4sf __tmp;
135 __tmp = vec_ld (0, (__v4sf *) __P);
144 return __extension__ (__m128)(__v4sf){ __F, __F, __F, __F };
157 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z };
164 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W };
172 vec_st((__v4sf)__A, 0, (__v4sf*)__P);
186 __v4sf __tmp
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
xmmintrin.h 75 typedef float __v4sf __attribute__ ((__vector_size__ (16))); typedef
133 return (__m128) __builtin_ia32_addss ((__v4sf)__A, (__v4sf)__B);
139 return (__m128) __builtin_ia32_subss ((__v4sf)__A, (__v4sf)__B);
145 return (__m128) __builtin_ia32_mulss ((__v4sf)__A, (__v4sf)__B);
151 return (__m128) __builtin_ia32_divss ((__v4sf)__A, (__v4sf)__B);
157 return (__m128) __builtin_ia32_sqrtss ((__v4sf)__A)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
xmmintrin.h 93 typedef float __v4sf __attribute__ ((__vector_size__ (16))); typedef
115 return ((__m128)vec_ld(0, (__v4sf*)__P));
129 __v4sf __tmp;
135 __tmp = vec_ld (0, (__v4sf *) __P);
144 return __extension__ (__m128)(__v4sf){ __F, __F, __F, __F };
157 return __extension__ (__m128)(__v4sf){ __W, __X, __Y, __Z };
164 return __extension__ (__m128)(__v4sf){ __Z, __Y, __X, __W };
172 vec_st((__v4sf)__A, 0, (__v4sf*)__P);
186 __v4sf __tmp
    [all...]

Completed in 23 milliseconds