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