Searched defs:v3f32 (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | regcall4.c | 89 typedef float __attribute__((ext_vector_type(3))) v3f32; typedef
|
H A D | regcall.c | 89 typedef float __attribute__((ext_vector_type(3))) v3f32; typedef
|
H A D | vectorcall.c | 100 typedef float __attribute__((ext_vector_type(3))) v3f32; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | builtins-elementwise-math.c | 916 test_builtin_elementwise_fma(int i32,int2 v2i32,short i16,double f64,double2 v2f64,double2 v3f64,float f32,float2 v2f32,float v3f32,float4 v4f32,const float4 c_v4f32,int3 v3i32,int * ptr) test_builtin_elementwise_fma() argument
|