1 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {bic\\.w\\W*r\[0-9\]*,\\W*r\[0-9\]*,\\W*r\[0-9\]*$} | count 4
2 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {bic\\.w\\W*r\[0-9\],\\W*r\[0-9\],\\W*r\[0-9\],\\W*lsl\\W*#5$} | count 1
3 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {bic\\.w\\W*r\[0-9\],\\W*r\[0-9\],\\W*r\[0-9\],\\W*lsr\\W*#6$} | count 1
4 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {bic\\.w\\W*r\[0-9\],\\W*r\[0-9\],\\W*r\[0-9\],\\W*asr\\W*#7$} | count 1
5 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {bic\\.w\\W*r\[0-9\],\\W*r\[0-9\],\\W*r\[0-9\],\\W*ror\\W*#8$} | count 1
7 define i32 @f1(i32 %a, i32 %b) {
8 %tmp = xor i32 %b, 4294967295
9 %tmp1 = and i32 %a, %tmp
13 define i32 @f2(i32 %a, i32 %b) {
14 %tmp = xor i32 %b, 4294967295
15 %tmp1 = and i32 %tmp, %a
19 define i32 @f3(i32 %a, i32 %b) {
20 %tmp = xor i32 4294967295, %b
21 %tmp1 = and i32 %a, %tmp
25 define i32 @f4(i32 %a, i32 %b) {
26 %tmp = xor i32 4294967295, %b
27 %tmp1 = and i32 %tmp, %a
31 define i32 @f5(i32 %a, i32 %b) {
33 %tmp1 = xor i32 4294967295, %tmp
34 %tmp2 = and i32 %a, %tmp1
38 define i32 @f6(i32 %a, i32 %b) {
40 %tmp1 = xor i32 %tmp, 4294967295
41 %tmp2 = and i32 %tmp1, %a
45 define i32 @f7(i32 %a, i32 %b) {
47 %tmp1 = xor i32 %tmp, 4294967295
48 %tmp2 = and i32 %a, %tmp1
52 define i32 @f8(i32 %a, i32 %b) {
55 %tmp = or i32 %l8, %r8
56 %tmp1 = xor i32 4294967295, %tmp
57 %tmp2 = and i32 %tmp1, %a