Searched defs:v4f32 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Sema/
H A Darm_vfma.c6 void func(float32x2_t v2f32, float32x4_t v4f32) { argument
8 vfmaq_f32(v4f32, v4f32, v4f32);
11 vfmsq_f32(v4f32, v4f32, v4f32);
/external/clang/test/CodeGen/
H A Dvectorcall.c56 typedef float __attribute__((vector_size(16))) v4f32; typedef
57 struct HVA2 { v4f32 x, y; };
58 struct HVA4 { v4f32 w, x, y, z; };
64 void __vectorcall hva2(struct HVA4 a, struct HVA4 b, v4f32 c) {}
68 void __vectorcall hva3(v4f32 a, v4f32 b, v4f32 c, v4f32 d, v4f32 e, struct HVA2 f) {}
H A Dbuiltins-mips-msa.c14 typedef float v4f32 __attribute__ ((vector_size(16))); typedef
47 v4f32 v4f32_a = (v4f32) {0.5, 1, 2, 3};
48 v4f32 v4f32_b = (v4f32) {1.5, 2, 3, 4};
49 v4f32 v4f32_r;
H A Dsystemz-abi-vector.c32 typedef __attribute__((vector_size(16))) float v4f32; typedef
114 v4f32 pass_v4f32(v4f32 arg) { return arg; }
H A Dx86_64-arguments.c159 typedef float v4f32 __attribute__((__vector_size__(16))); typedef
160 v4f32 f25(v4f32 X) {
183 v4f32 v;
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
H A Dvecoperations.c6 typedef float v4f32 __attribute__((ext_vector_type(4))); typedef
54 void print_v4f32(const char *str, v4f32 v) {
101 v4f32 v4f32_shuffle_1(v4f32 a) {
102 v4f32 c2 = a.yzwx;
106 v4f32 v4f32_shuffle_2(v4f32 a) {
107 v4f32 c2 = a.zwxy;
111 v4f32 v4f32_shuffle_3(v4f32
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DValueTypes.h72 v4f32 = 29, // 4 x f32 enumerator in enum:llvm::MVT::SimpleValueType
207 case v4f32:
230 case v4f32:
276 case v4f32:
364 if (NumElements == 4) return MVT::v4f32;
497 V==MVT::v2i64 || V==MVT::v4f32 || V==MVT::v2f64);

Completed in 521 milliseconds