Created by: fhahn
This patch adds a simple client to replace 'dst = src0 & src1' with 'dst = !(!src0 | !src1)' and uses the new emulation API to mark the sequence as 'emulating' the AND op.
Currently the client only supports AArch64, but it can be extended to X86 and ARM easily.
Issue: #3112 (closed)