(set-logic QF_BV) (set-info :status sat) (declare-const v0 (_ BitVec 8)) (declare-const v1 (_ BitVec 8)) (assert (= #b1 (bvnot (ite (bvult (bvlshr v0 ((_ zero_extend 5) (_ bv1 3))) (bvnot v1)) #b1 #b0)))) (check-sat)