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

Lines Matching refs:uint

51   DECL_VARIABLE(vector, uint, 16, 8);
52 DECL_VARIABLE(vector, uint, 32, 4);
53 DECL_VARIABLE(vector, uint, 64, 2);
58 DECL_VARIABLE(vector_res, uint, 8, 8);
59 DECL_VARIABLE(vector_res, uint, 16, 4);
60 DECL_VARIABLE(vector_res, uint, 32, 2);
67 VLOAD(vector, buffer, q, uint, u, 16, 8);
68 VLOAD(vector, buffer, q, uint, u, 32, 4);
69 VLOAD(vector, buffer, q, uint, u, 64, 2);
75 TEST_VSHRN_N(uint, u, 16, 8, 8, 2);
76 TEST_VSHRN_N(uint, u, 32, 16, 4, 3);
77 TEST_VSHRN_N(uint, u, 64, 32, 2, 3);