1 ; RUN: llvm-as < %s | llc -march=thumb
2 ; RUN: llvm-as < %s | llc -march=arm > %t
3 ; RUN: grep rrx %t | count 1
4 ; RUN: grep __ashldi3 %t
5 ; RUN: grep __ashrdi3 %t
6 ; RUN: grep __lshrdi3 %t
8 define i64 @f0(i64 %A, i64 %B) {
9 %tmp = bitcast i64 %A to i64
10 %tmp2 = lshr i64 %B, 1
11 %tmp3 = sub i64 %tmp, %tmp2
15 define i32 @f1(i64 %x, i64 %y) {
17 %b = trunc i64 %a to i32
21 define i32 @f2(i64 %x, i64 %y) {
23 %b = trunc i64 %a to i32
27 define i32 @f3(i64 %x, i64 %y) {
29 %b = trunc i64 %a to i32