Lines Matching defs:xor

246 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
247 *dst = FbDoMaskRRop(*dst,and,xor,l); \
249 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
250 *dst = FbDoMaskRRop(*dst,and,xor,r); \
259 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
260 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
261 FbSelectPart(xor,off,t)))
307 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
309 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
312 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
313 FbStorePart(dst,sizeof (FbBits) - 6,CARD8,xor); \
316 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
317 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
320 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
321 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
322 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
325 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
326 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
327 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
330 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
331 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
332 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
333 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
336 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
337 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
338 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
341 FbStorePart(dst,sizeof (FbBits) - 6,CARD8,xor); \
344 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
347 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
348 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
351 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
352 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
355 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
356 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
357 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
360 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
361 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
364 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
367 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
368 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
371 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
372 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
375 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
376 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
377 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
380 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
381 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
384 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
387 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
390 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
391 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
394 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
397 #define FbDoRightMaskByteRRop6Cases(dst,xor) \
399 FbStorePart(dst,0,CARD32,xor); \
402 FbStorePart(dst,0,CARD32,xor); \
403 FbStorePart(dst,4,CARD8,xor); \
406 FbStorePart(dst,0,CARD32,xor); \
407 FbStorePart(dst,4,CARD16,xor); \
410 FbStorePart(dst,0,CARD32,xor); \
411 FbStorePart(dst,4,CARD16,xor); \
412 FbStorePart(dst,6,CARD8,xor); \
415 #define FbDoLeftMaskByteRRop6Cases(dst,xor)
416 #define FbDoRightMaskByteRRop6Cases(dst,xor)
419 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
421 FbDoLeftMaskByteRRop6Cases(dst,xor) \
423 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
426 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
427 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
430 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
433 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
435 FbStorePart(dst,sizeof (FbBits) - 2,CARD16,xor); \
438 FbStorePart(dst,sizeof (FbBits) - 1,CARD8,xor); \
441 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
447 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
450 FbStorePart(dst,0,CARD8,xor); \
453 FbStorePart(dst,0,CARD16,xor); \
456 FbStorePart(dst,0,CARD16,xor); \
457 FbStorePart(dst,2,CARD8,xor); \
459 FbDoRightMaskByteRRop6Cases(dst,xor) \
461 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
662 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);
1456 FbBits xor);
1897 FbBits xor);
1909 FbBits xor);
2107 FbBits xor);