Lines Matching defs:xor

232 #define FbSelectPatternPart(xor,o,t)	((xor) >> (FbPatternOffset (o,t) << 3))
233 #define FbStorePart(dst,off,t,xor) (WRITE(FbPtrOffset(dst,off,t), \
234 FbSelectPart(xor,off,t)))
280 #define FbDoLeftMaskByteRRop6Cases(dst,xor) \
282 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
285 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
286 FbStorePart(dst,sizeof (FbBits) - 6,CARD8,xor); \
289 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
290 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
293 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
294 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
295 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
298 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
299 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
300 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
303 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
304 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
305 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
306 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
309 FbStorePart(dst,sizeof (FbBits) - 7,CARD8,xor); \
310 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
311 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
314 FbStorePart(dst,sizeof (FbBits) - 6,CARD8,xor); \
317 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
320 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
321 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
324 FbStorePart(dst,sizeof (FbBits) - 6,CARD16,xor); \
325 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,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) - 6,CARD16,xor); \
334 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
337 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
340 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
341 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
344 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
345 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
348 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
349 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
350 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
353 FbStorePart(dst,sizeof (FbBits) - 5,CARD8,xor); \
354 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
357 FbStorePart(dst,sizeof (FbBits) - 4,CARD8,xor); \
360 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
363 FbStorePart(dst,sizeof (FbBits) - 4,CARD16,xor); \
364 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
367 FbStorePart(dst,sizeof (FbBits) - 4,CARD32,xor); \
370 #define FbDoRightMaskByteRRop6Cases(dst,xor) \
372 FbStorePart(dst,0,CARD32,xor); \
375 FbStorePart(dst,0,CARD32,xor); \
376 FbStorePart(dst,4,CARD8,xor); \
379 FbStorePart(dst,0,CARD32,xor); \
380 FbStorePart(dst,4,CARD16,xor); \
383 FbStorePart(dst,0,CARD32,xor); \
384 FbStorePart(dst,4,CARD16,xor); \
385 FbStorePart(dst,6,CARD8,xor); \
388 #define FbDoLeftMaskByteRRop6Cases(dst,xor)
389 #define FbDoRightMaskByteRRop6Cases(dst,xor)
392 #define FbDoLeftMaskByteRRop(dst,lb,l,and,xor) { \
394 FbDoLeftMaskByteRRop6Cases(dst,xor) \
396 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
399 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
400 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
403 FbStorePart(dst,sizeof (FbBits) - 2,CARD8,xor); \
406 FbStorePart(dst,sizeof (FbBits) - 3,CARD8,xor); \
408 FbStorePart(dst,sizeof (FbBits) - 2,CARD16,xor); \
411 FbStorePart(dst,sizeof (FbBits) - 1,CARD8,xor); \
414 WRITE(dst, FbDoMaskRRop(READ(dst), and, xor, l)); \
420 #define FbDoRightMaskByteRRop(dst,rb,r,and,xor) { \
423 FbStorePart(dst,0,CARD8,xor); \
426 FbStorePart(dst,0,CARD16,xor); \
429 FbStorePart(dst,0,CARD16,xor); \
430 FbStorePart(dst,2,CARD8,xor); \
432 FbDoRightMaskByteRRop6Cases(dst,xor) \
434 WRITE(dst, FbDoMaskRRop (READ(dst), and, xor, r)); \
639 FbBits and, xor; /* reduced rop values */
867 FbBits xor);
877 FbBits xor);
941 FbBits xor);
951 FbBits xor);
1016 FbBits xor);
1026 FbBits xor);
1091 FbBits xor);
1101 FbBits xor);
1414 FbBits xor);
1841 FbBits xor);
1852 FbBits xor);
2049 FbBits xor);