Searched refs:GGL_OR_REVERSE (Results 1 – 4 of 4) sorted by relevance
151 GGL_OR_REVERSE = 0x150B, // s | ~d enumerator
244 case GGL_OR_REVERSE: return s | ~d; in logic_op()
843 case GGL_OR_REVERSE: // s | ~d == ~(~s & d) in build_logic_op()
248 case GGL_OR_REVERSE: in decodeLogicOpNeeds()