/external/llvm-project/clang/test/SemaObjC/ |
D | x86-method-vector-values.m | 32 -(void)takeM128:(__m128)v; argument 66 - (void)takeM128:(__m128)v { // expected-error {{'__m128' (vector of 4 'float' values) parameter ty… argument 85 - (void)takeM128:(__m128)v { argument
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2007-01-20-VectorICE.c | 3 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
D | union-align.c | 6 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
|
D | tbaa-vec.cpp | 4 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
|
/external/clang/test/CodeGen/ |
D | 2007-01-20-VectorICE.c | 3 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
D | union-align.c | 6 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
|
D | x86_32-inline-asm.c | 14 typedef float __m128 __attribute__ ((vector_size (16))); typedef
|
D | x86_64-arguments.c | 313 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
|
/external/llvm-project/clang/test/Sema/ |
D | uninit-variables-vectors.c | 4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
D | builtins-x86.c | 4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
/external/clang/test/Sema/ |
D | uninit-variables-vectors.c | 4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
D | builtins-x86.c | 4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
/external/rust/crates/half/src/binary16/ |
D | convert.rs | 424 *(&retval as *const __m128).cast() in f16_to_f32_x86_f16c() constant 444 *(&retval as *const __m128).cast() constant 466 let array = *(&retval as *const __m128).cast::<[f32; 4]>(); constant
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | x86_32-inline-asm.c | 14 typedef float __m128 __attribute__ ((vector_size (16))); typedef
|
D | x86-inline-asm-v-constraint.c | 6 typedef float __m128 __attribute__ ((vector_size (16))); typedef
|
D | x86_32-arguments-win32.c | 53 typedef float __m128 __attribute__((__vector_size__(16), __aligned__(16))); typedef
|
D | x86_64-arguments.c | 313 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-vector-types.cpp | 10 void foo128(__m128) {} in foo128() argument
|
D | x86_64-arguments-avx.cpp | 19 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-ms-vector-types.cpp | 53 void foo128(__m128) {} in foo128() argument
|
D | x86_64-arguments-avx.cpp | 19 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
D | inalloca-vector.cpp | 13 typedef float __m128 __attribute__((__vector_size__(16), __aligned__(16))); typedef
|
D | mangle-class-nttp.cpp | 136 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
/external/llvm-project/clang/test/Index/ |
D | usrs.cpp | 100 typedef float __m128 __attribute__((__vector_size__(16))); typedef
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_defines.h | 204 #define __m128 int macro
|