Searched refs:FbDoDestInvarientMergeRop (Results 1 – 2 of 2) sorted by relevance
132 WRITE(--dst, FbDoDestInvarientMergeRop(READ(--src))); in fbBlt()178 WRITE(dst++, FbDoDestInvarientMergeRop(READ(src++))); in fbBlt()229 WRITE(dst, FbDoDestInvarientMergeRop(bits)); in fbBlt()269 WRITE(dst, FbDoDestInvarientMergeRop(bits)); in fbBlt()
54 #define FbDoDestInvarientMergeRop(src) (((src) & _ca2) ^ _cx2) macro