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

Lines Matching refs:VLOAD

83   VLOAD(vector1, buffer, , int, s, 8, 8);
84 VLOAD(vector1, buffer, , int, s, 16, 4);
85 VLOAD(vector1, buffer, , int, s, 32, 2);
86 VLOAD(vector1, buffer, , uint, u, 8, 8);
87 VLOAD(vector1, buffer, , uint, u, 16, 4);
88 VLOAD(vector1, buffer, , uint, u, 32, 2);
89 VLOAD(vector1, buffer, , float, f, 32, 2);
90 VLOAD(vector1, buffer, q, int, s, 8, 16);
91 VLOAD(vector1, buffer, q, int, s, 16, 8);
92 VLOAD(vector1, buffer, q, int, s, 32, 4);
93 VLOAD(vector1, buffer, q, uint, u, 8, 16);
94 VLOAD(vector1, buffer, q, uint, u, 16, 8);
95 VLOAD(vector1, buffer, q, uint, u, 32, 4);
96 VLOAD(vector1, buffer, q, float, f, 32, 4);