Home
last modified time | relevance | path

Searched defs:__m128 (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/clang/test/SemaObjC/
Dx86-method-vector-values.m32 -(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/
D2007-01-20-VectorICE.c3 typedef float __m128 __attribute__((__vector_size__(16))); typedef
Dunion-align.c6 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
Dtbaa-vec.cpp4 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
/external/clang/test/CodeGen/
D2007-01-20-VectorICE.c3 typedef float __m128 __attribute__((__vector_size__(16))); typedef
Dunion-align.c6 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
Dx86_32-inline-asm.c14 typedef float __m128 __attribute__ ((vector_size (16))); typedef
Dx86_64-arguments.c313 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
/external/llvm-project/clang/test/Sema/
Duninit-variables-vectors.c4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
Dbuiltins-x86.c4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
/external/clang/test/Sema/
Duninit-variables-vectors.c4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
Dbuiltins-x86.c4 typedef float __m128 __attribute__((__vector_size__(16))); typedef
/external/rust/crates/half/src/binary16/
Dconvert.rs424 *(&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/
Dx86_32-inline-asm.c14 typedef float __m128 __attribute__ ((vector_size (16))); typedef
Dx86-inline-asm-v-constraint.c6 typedef float __m128 __attribute__ ((vector_size (16))); typedef
Dx86_32-arguments-win32.c53 typedef float __m128 __attribute__((__vector_size__(16), __aligned__(16))); typedef
Dx86_64-arguments.c313 typedef float __m128 __attribute__ ((__vector_size__ (16))); typedef
/external/clang/test/CodeGenCXX/
Dmangle-ms-vector-types.cpp10 void foo128(__m128) {} in foo128() argument
Dx86_64-arguments-avx.cpp19 typedef float __m128 __attribute__((__vector_size__(16))); typedef
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-ms-vector-types.cpp53 void foo128(__m128) {} in foo128() argument
Dx86_64-arguments-avx.cpp19 typedef float __m128 __attribute__((__vector_size__(16))); typedef
Dinalloca-vector.cpp13 typedef float __m128 __attribute__((__vector_size__(16), __aligned__(16))); typedef
Dmangle-class-nttp.cpp136 typedef float __m128 __attribute__((__vector_size__(16))); typedef
/external/llvm-project/clang/test/Index/
Dusrs.cpp100 typedef float __m128 __attribute__((__vector_size__(16))); typedef
/external/python/pycparser/utils/fake_libc_include/
D_fake_defines.h204 #define __m128 int macro

12