Lines Matching defs:xor

243 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
244 *dst = FbDoMaskRRop(*dst,and,xor,l); \
246 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
247 *dst = FbDoMaskRRop(*dst,and,xor,r); \
256 #define FbSelectPatternPart(xor,o,t) ((xor) >> (FbPatternOffset (o,t) << 3))
257 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
258 FbSelectPart(xor,off,t)))
304 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
306 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
309 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
310 FbStorePart(dst,sizeof (FbBits) - 6,CARD8,xor); \
313 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
314 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
317 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
318 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
319 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
322 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
323 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
324 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
327 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
328 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
329 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
330 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
333 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
334 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
335 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
338 FbStorePart(dst,sizeof (FbBits) - 6,CARD8,xor); \
341 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
344 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
345 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
348 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
349 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
352 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
353 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
354 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
357 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
358 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
361 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
364 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
365 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
368 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
369 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
372 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
373 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
374 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
377 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
378 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
381 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
384 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
387 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
388 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
391 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
394 #define FbDoRightMaskByteRRop6Cases(dst,xor) \
396 FbStorePart(dst,0,CARD32,xor); \
399 FbStorePart(dst,0,CARD32,xor); \
400 FbStorePart(dst,4,CARD8,xor); \
403 FbStorePart(dst,0,CARD32,xor); \
404 FbStorePart(dst,4,CARD16,xor); \
407 FbStorePart(dst,0,CARD32,xor); \
408 FbStorePart(dst,4,CARD16,xor); \
409 FbStorePart(dst,6,CARD8,xor); \
412 #define FbDoLeftMaskByteRRop6Cases(dst,xor)
413 #define FbDoRightMaskByteRRop6Cases(dst,xor)
416 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
418 FbDoLeftMaskByteRRop6Cases(dst,xor) \
420 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
423 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
424 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
427 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
430 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
432 FbStorePart(dst,sizeof (FbBits) - 2,CARD16,xor); \
435 FbStorePart(dst,sizeof (FbBits) - 1,CARD8,xor); \
438 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
444 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
447 FbStorePart(dst,0,CARD8,xor); \
450 FbStorePart(dst,0,CARD16,xor); \
453 FbStorePart(dst,0,CARD16,xor); \
454 FbStorePart(dst,2,CARD8,xor); \
456 FbDoRightMaskByteRRop6Cases(dst,xor) \
458 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
664 FbBits and, xor; /* reduced rop values */
896 FbBits xor);
906 FbBits xor);
970 FbBits xor);
980 FbBits xor);
1045 FbBits xor);
1055 FbBits xor);
1120 FbBits xor);
1130 FbBits xor);
1445 FbBits xor);
1872 FbBits xor);
1884 FbBits xor);
2082 FbBits xor);