Lines Matching refs:V
36 #define DEFINE(V) \ argument
37 unative_t *V = (unative_t *)V##_in; \
38 unative_t V##_0, V##_1, V##_2, V##_3
40 #define LOAD(V) \ argument
42 V##_0 = V[0]; \
43 V##_1 = V[1]; \
44 V##_2 = V[2]; \
45 V##_3 = V[3]; \
48 #define STORE(V) \ argument
50 V[0] = V##_0; \
51 V[1] = V##_1; \
52 V[2] = V##_2; \
53 V[3] = V##_3; \