Lines Matching refs:z
47 static inline void AND(int x, int y, int z)
49 asm volatile ("VN %0,%1,%2" : : "i" (x), "i" (y), "i" (z));
52 static inline void XOR(int x, int y, int z)
54 asm volatile ("VX %0,%1,%2" : : "i" (x), "i" (y), "i" (z));
86 int d, z, z0;
99 for (z = z0 - 1; z >= 0; z--) {
104 LOAD_DATA(16,&dptr[z][d]);
119 int d, z, z0;
133 for (z = z0 - 1; z >= start; z--) {
138 LOAD_DATA(16,&dptr[z][d]);
143 for (z = start - 1; z >= 0; z--) {