Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:int32x4_t

217 typedef __attribute__((neon_vector_type(4))) int int32x4_t;
218 int32x4_t f36(int i, s36_with_align s1, s36_with_align s2) {
228 int32x4_t v = vaddq_s32(*(int32x4_t *)&s1,
229 *(int32x4_t *)&s2);
239 int32x4_t f37(int i, s37_with_align s1, s37_with_align s2) {
245 int32x4_t v = vaddq_s32(*(int32x4_t *)&s1,
246 *(int32x4_t *)&s2);
250 int32x4_t caller37() {
672 int32x4_t a, b;
675 int32x4_t test_hva(int n, ...) {
698 int32x4_t a, b, c, d, e;
701 int32x4_t test_toobig_hva(int n, ...) {