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

Lines Matching refs:VLOAD

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