bitwise-if

[procedure] bitwise-if e1 e2 e3

R6RS:

(bitwise-ior (bitwise-and e1 e2)
             (bitwise-and (bitwise-not e1) e3))

See also bitwise-and etc.