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

Lines Matching refs:uint

49   DECL_VARIABLE(vector, uint, 16, 4);
50 DECL_VARIABLE(vector, uint, 32, 2);
53 DECL_VARIABLE(vector2, uint, 16, 4);
54 DECL_VARIABLE(vector2, uint, 32, 2);
58 DECL_VARIABLE(vector_res, uint, 32, 4);
59 DECL_VARIABLE(vector_res, uint, 64, 2);
66 VDUP(vector, , uint, u, 16, 4, 0x1000);
67 VDUP(vector, , uint, u, 32, 2, 0x1000);
72 VDUP(vector2, , uint, u, 16, 4, 0x4);
73 VDUP(vector2, , uint, u, 32, 2, 0x2);
78 TEST_VMULL_LANE(uint, u, 16, 32, 4, 2);
79 TEST_VMULL_LANE(uint, u, 32, 64, 2, 1);