Lines Matching +full:4 +full:v
24 #define DEFINE(V) \ argument
25 unative_t *V = (unative_t *)V##_in; \
26 unative_t V##_0, V##_1, V##_2, V##_3
28 #define LOAD(V) \ argument
30 V##_0 = V[0]; \
31 V##_1 = V[1]; \
32 V##_2 = V[2]; \
33 V##_3 = V[3]; \
36 #define STORE(V) \ argument
38 V[0] = V##_0; \
39 V[1] = V##_1; \
40 V[2] = V##_2; \
41 V[3] = V##_3; \
57 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_2()
65 v1 += 4; in __xor_altivec_2()
66 v2 += 4; in __xor_altivec_2()
76 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_3()
86 v1 += 4; in __xor_altivec_3()
87 v2 += 4; in __xor_altivec_3()
88 v3 += 4; in __xor_altivec_3()
100 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_4()
112 v1 += 4; in __xor_altivec_4()
113 v2 += 4; in __xor_altivec_4()
114 v3 += 4; in __xor_altivec_4()
115 v4 += 4; in __xor_altivec_4()
128 unsigned long lines = bytes / (sizeof(unative_t)) / 4; in __xor_altivec_5()
142 v1 += 4; in __xor_altivec_5()
143 v2 += 4; in __xor_altivec_5()
144 v3 += 4; in __xor_altivec_5()
145 v4 += 4; in __xor_altivec_5()
146 v5 += 4; in __xor_altivec_5()