Searched refs:GGL_XOR (Results 1 – 4 of 4) sorted by relevance
146 GGL_XOR = 0x1506, // s ^ d enumerator
239 case GGL_XOR: return s ^ d; in logic_op()
836 case GGL_XOR: EOR(AL, 0, pixel.reg, s.reg, d.reg); break; in build_logic_op()
244 case GGL_XOR: in decodeLogicOpNeeds()