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

Lines Matching refs:VLOAD

77   VLOAD(vector, buffer, , int, s, 16, 4);
78 VLOAD(vector, buffer, , int, s, 32, 2);
79 VLOAD(vector, buffer, , uint, u, 16, 4);
80 VLOAD(vector, buffer, , uint, u, 32, 2);
81 VLOAD(vector, buffer, , float, f, 32, 2);
82 VLOAD(vector, buffer, q, int, s, 16, 8);
83 VLOAD(vector, buffer, q, int, s, 32, 4);
84 VLOAD(vector, buffer, q, uint, u, 16, 8);
85 VLOAD(vector, buffer, q, uint, u, 32, 4);
86 VLOAD(vector, buffer, q, float, f, 32, 4);