Searched refs:GGL_NOR (Results 1 – 4 of 4) sorted by relevance
148 GGL_NOR = 0x1508, // ~(s | d) enumerator
241 case GGL_NOR: return ~(s | d); in logic_op()
838 case GGL_NOR: ORR(AL, 0, pixel.reg, s.reg, d.reg); in build_logic_op()
246 case GGL_NOR: in decodeLogicOpNeeds()