Home | History | Annotate | Download | only in arm-neon-tests

Lines Matching refs:vector1

40     vaba##Q##_##T2##W(VECT_VAR(vector1, T1, W, N),			\
61 DECL_VABA_VAR(vector1);
69 VLOAD(vector1, buffer, , int, s, 8, 8);
70 VLOAD(vector1, buffer, , int, s, 16, 4);
71 VLOAD(vector1, buffer, , int, s, 32, 2);
72 VLOAD(vector1, buffer, , uint, u, 8, 8);
73 VLOAD(vector1, buffer, , uint, u, 16, 4);
74 VLOAD(vector1, buffer, , uint, u, 32, 2);
75 VLOAD(vector1, buffer, q, int, s, 8, 16);
76 VLOAD(vector1, buffer, q, int, s, 16, 8);
77 VLOAD(vector1, buffer, q, int, s, 32, 4);
78 VLOAD(vector1, buffer, q, uint, u, 8, 16);
79 VLOAD(vector1, buffer, q, uint, u, 16, 8);
80 VLOAD(vector1, buffer, q, uint, u, 32, 4);