Convert And+Sub into bic if possible

Convert
 i1: AND a, b
     SUB a, i1
into:
     BIC a, a, b

Also works if `i1` is AND b, a.

Bug: 304972513
Fixes: 304972513
Test: art/test/testrunner/testrunner.py --host --64 --target
Change-Id: I22218c263f52b58d87431186588ac166dc93246a
5 files changed