Lines Matching defs:xor

239 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
240 *dst = FbDoMaskRRop(*dst,and,xor,l); \
242 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
243 *dst = FbDoMaskRRop(*dst,and,xor,r); \
252 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
253 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
254 FbSelectPart(xor,off,t)))
300 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
302 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
305 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
306 FbStorePart(dst,sizeof (FbBits) - 6,CARD8,xor); \
309 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
310 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
313 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
314 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
315 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
318 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
319 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
320 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
323 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
324 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
325 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
326 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
329 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
330 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
331 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
334 FbStorePart(dst,sizeof (FbBits) - 6,CARD8,xor); \
337 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
340 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
341 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
344 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
345 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
348 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
349 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
350 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
353 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
354 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
357 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
360 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
361 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
364 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
365 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
368 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
369 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
370 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
373 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
374 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
377 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
380 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
383 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
384 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
387 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
390 #define FbDoRightMaskByteRRop6Cases(dst,xor) \
392 FbStorePart(dst,0,CARD32,xor); \
395 FbStorePart(dst,0,CARD32,xor); \
396 FbStorePart(dst,4,CARD8,xor); \
399 FbStorePart(dst,0,CARD32,xor); \
400 FbStorePart(dst,4,CARD16,xor); \
403 FbStorePart(dst,0,CARD32,xor); \
404 FbStorePart(dst,4,CARD16,xor); \
405 FbStorePart(dst,6,CARD8,xor); \
408 #define FbDoLeftMaskByteRRop6Cases(dst,xor)
409 #define FbDoRightMaskByteRRop6Cases(dst,xor)
412 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
414 FbDoLeftMaskByteRRop6Cases(dst,xor) \
416 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
419 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
420 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
423 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
426 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
428 FbStorePart(dst,sizeof (FbBits) - 2,CARD16,xor); \
431 FbStorePart(dst,sizeof (FbBits) - 1,CARD8,xor); \
434 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
440 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
443 FbStorePart(dst,0,CARD8,xor); \
446 FbStorePart(dst,0,CARD16,xor); \
449 FbStorePart(dst,0,CARD16,xor); \
450 FbStorePart(dst,2,CARD8,xor); \
452 FbDoRightMaskByteRRop6Cases(dst,xor) \
454 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
665 FbBits and, xor; /* reduced rop values */
893 FbBits xor);
903 FbBits xor);
967 FbBits xor);
977 FbBits xor);
1042 FbBits xor);
1052 FbBits xor);
1117 FbBits xor);
1127 FbBits xor);
1442 FbBits xor);
1869 FbBits xor);
1881 FbBits xor);
2079 FbBits xor);