summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2/thumb2-tst.ll
blob: 9e2d3e5ec1c9f50da2d50da558f69fd7b8e66b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep {tst\\W*r\[0-9\],\\W*#\[0-9\]*} | grep {#187\\|#11141290\\|#3422604288\\|#1114112\\|#3722304989} | count 10

; 0x000000bb = 187
define i1 @f1(i32 %a) {
    %tmp = and i32 %a, 187
    %tmp1 = icmp ne i32 %tmp, 0
    ret i1 %tmp1
}

; 0x000000bb = 187
define i1 @f2(i32 %a) {
    %tmp = and i32 %a, 187
    %tmp1 = icmp eq i32 0, %tmp
    ret i1 %tmp1
}

; 0x00aa00aa = 11141290
define i1 @f3(i32 %a) {
    %tmp = and i32 %a, 11141290 
    %tmp1 = icmp eq i32 %tmp, 0
    ret i1 %tmp1
}

; 0x00aa00aa = 11141290
define i1 @f4(i32 %a) {
    %tmp = and i32 %a, 11141290 
    %tmp1 = icmp ne i32 0, %tmp
    ret i1 %tmp1
}

; 0xcc00cc00 = 3422604288
define i1 @f5(i32 %a) {
    %tmp = and i32 %a, 3422604288
    %tmp1 = icmp ne i32 %tmp, 0
    ret i1 %tmp1
}

; 0xcc00cc00 = 3422604288
define i1 @f6(i32 %a) {
    %tmp = and i32 %a, 3422604288
    %tmp1 = icmp eq i32 0, %tmp
    ret i1 %tmp1
}

; 0xdddddddd = 3722304989
define i1 @f7(i32 %a) {
    %tmp = and i32 %a, 3722304989
    %tmp1 = icmp eq i32 %tmp, 0
    ret i1 %tmp1
}

; 0xdddddddd = 3722304989
define i1 @f8(i32 %a) {
    %tmp = and i32 %a, 3722304989
    %tmp1 = icmp ne i32 0, %tmp
    ret i1 %tmp1
}

; 0x00110000 = 1114112
define i1 @f9(i32 %a) {
    %tmp = and i32 %a, 1114112
    %tmp1 = icmp ne i32 %tmp, 0
    ret i1 %tmp1
}

; 0x00110000 = 1114112
define i1 @f10(i32 %a) {
    %tmp = and i32 %a, 1114112
    %tmp1 = icmp eq i32 0, %tmp
    ret i1 %tmp1
}
OpenPOWER on IntegriCloud