HomeSort by relevance Sort by last modified time
    Searched defs:_mm_insert_ps (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/Headers/
smmintrin.h 196 #define _mm_insert_ps(X, Y, N) __builtin_ia32_insertps128((X), (Y), (N)) macro
209 an index suitable for _mm_insert_ps. */
213 #define _MM_PICK_OUT_PS(X, N) _mm_insert_ps (_mm_setzero_ps(), (X), \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
smmintrin.h 227 _mm_insert_ps (__m128 __D, __m128 __S, const int __N) function
234 #define _mm_insert_ps(D, S, N) \ macro
239 /* Helper macro to create the N value for _mm_insert_ps. */
272 _mm_insert_ps (_mm_setzero_ps (), (X), \
  /prebuilts/sdk/renderscript/clang-include/
smmintrin.h 196 #define _mm_insert_ps(X, Y, N) __builtin_ia32_insertps128((X), (Y), (N)) macro
209 an index suitable for _mm_insert_ps. */
213 #define _MM_PICK_OUT_PS(X, N) _mm_insert_ps (_mm_setzero_ps(), (X), \
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
smmintrin.h 292 _mm_insert_ps (__m128 __D, __m128 __S, const int __N) function
299 #define _mm_insert_ps(D, S, N) \ macro
303 /* Helper macro to create the N value for _mm_insert_ps. */
337 _mm_insert_ps (_mm_setzero_ps (), (X), \
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
smmintrin.h 292 _mm_insert_ps (__m128 __D, __m128 __S, const int __N) function
299 #define _mm_insert_ps(D, S, N) \ macro
303 /* Helper macro to create the N value for _mm_insert_ps. */
337 _mm_insert_ps (_mm_setzero_ps (), (X), \
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
smmintrin.h 345 _mm_insert_ps (__m128 __D, __m128 __S, const int __N) function
352 #define _mm_insert_ps(D, S, N) \ macro
357 /* Helper macro to create the N value for _mm_insert_ps. */
390 _mm_insert_ps (_mm_setzero_ps (), (X), \
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
smmintrin.h 344 _mm_insert_ps (__m128 __D, __m128 __S, const int __N) function
351 #define _mm_insert_ps(D, S, N) \ macro
356 /* Helper macro to create the N value for _mm_insert_ps. */
389 _mm_insert_ps (_mm_setzero_ps (), (X), \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
smmintrin.h 345 _mm_insert_ps (__m128 __D, __m128 __S, const int __N) function
352 #define _mm_insert_ps(D, S, N) \ macro
357 /* Helper macro to create the N value for _mm_insert_ps. */
390 _mm_insert_ps (_mm_setzero_ps (), (X), \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
smmintrin.h 345 _mm_insert_ps (__m128 __D, __m128 __S, const int __N) function
352 #define _mm_insert_ps(D, S, N) \ macro
357 /* Helper macro to create the N value for _mm_insert_ps. */
390 _mm_insert_ps (_mm_setzero_ps (), (X), \
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
smmintrin.h 345 _mm_insert_ps (__m128 __D, __m128 __S, const int __N) function
352 #define _mm_insert_ps(D, S, N) \ macro
357 /* Helper macro to create the N value for _mm_insert_ps. */
390 _mm_insert_ps (_mm_setzero_ps (), (X), \
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
smmintrin.h 344 _mm_insert_ps (__m128 __D, __m128 __S, const int __N) function
351 #define _mm_insert_ps(D, S, N) \ macro
356 /* Helper macro to create the N value for _mm_insert_ps. */
389 _mm_insert_ps (_mm_setzero_ps (), (X), \

Completed in 32 milliseconds