Searched defs:int32x4_t (Results 1 - 5 of 5) sorted by path

/external/clang/test/CodeGen/
H A Darm64-arguments.c218 typedef __attribute__((neon_vector_type(4))) int int32x4_t; typedef
219 int32x4_t f36(int i, s36_with_align s1, s36_with_align s2) {
229 int32x4_t v = vaddq_s32(*(int32x4_t *)&s1,
230 *(int32x4_t *)&s2);
240 int32x4_t f37(int i, s37_with_align s1, s37_with_align s2) {
246 int32x4_t v = vaddq_s32(*(int32x4_t *)&s1,
247 *(int32x4_t *)&s2);
251 int32x4_t caller3
[all...]
/external/clang/test/CodeGenCXX/
H A Daarch64-mangle-neon-vectors.cpp20 typedef __attribute__((neon_vector_type(4))) int int32x4_t; typedef
72 void f17(int32x4_t) {}
H A Dmangle-neon-vectors.cpp18 typedef __attribute__((neon_vector_type(4))) int int32x4_t; typedef
37 void f2(int32x4_t v) { }
/external/clang/test/Sema/
H A Daarch64-neon-vector-types.c23 typedef __attribute__((neon_vector_type(4))) int int32x4_t; typedef
H A Dneon-vector-types.c11 typedef __attribute__((neon_vector_type(4))) int int32x4_t; typedef

Completed in 5334 milliseconds