Lines Matching refs:vector2
37 /* vector_res = vmull_lane(vector,vector2,lane), then store the result. */
41 VECT_VAR(vector2, T1, W, N), \
51 DECL_VARIABLE(vector2, int, 16, 4);
52 DECL_VARIABLE(vector2, int, 32, 2);
53 DECL_VARIABLE(vector2, uint, 16, 4);
54 DECL_VARIABLE(vector2, uint, 32, 2);
69 /* Initialize vector2 */
70 VDUP(vector2, , int, s, 16, 4, 0x4);
71 VDUP(vector2, , int, s, 32, 2, 0x2);
72 VDUP(vector2, , uint, u, 16, 4, 0x4);
73 VDUP(vector2, , uint, u, 32, 2, 0x2);