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