1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i686-unknown-unknown | FileCheck %s --check-prefix=X86
3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+cmov | FileCheck %s --check-prefix=X64
6 ; PR48768 - 'and' clears the overflow flag, so we don't need a separate 'test'.
9 define i8 @and_i8_ri(i8 zeroext %0, i8 zeroext %1) {
10 ; X86-LABEL: and_i8_ri:
12 ; X86-NEXT: movzbl {{[0-9]+}}(%esp), %eax
13 ; X86-NEXT: movl %eax, %ecx
14 ; X86-NEXT: andb $-17, %cl
15 ; X86-NEXT: je .LBB0_2
17 ; X86-NEXT: movl %ecx, %eax
21 ; X64-LABEL: and_i8_ri:
23 ; X64-NEXT: movl %edi, %eax
24 ; X64-NEXT: andb $-17, %al
25 ; X64-NEXT: movzbl %al, %eax
26 ; X64-NEXT: cmovel %edi, %eax
27 ; X64-NEXT: # kill: def $al killed $al killed $eax
31 %5 = select i1 %4, i8 %0, i8 %3
35 define i8 @and_i8_rr(i8 zeroext %0, i8 zeroext %1) {
36 ; X86-LABEL: and_i8_rr:
38 ; X86-NEXT: movzbl {{[0-9]+}}(%esp), %eax
39 ; X86-NEXT: movzbl {{[0-9]+}}(%esp), %ecx
40 ; X86-NEXT: andb %al, %cl
41 ; X86-NEXT: je .LBB1_2
43 ; X86-NEXT: movl %ecx, %eax
47 ; X64-LABEL: and_i8_rr:
49 ; X64-NEXT: movl %esi, %eax
50 ; X64-NEXT: andl %edi, %eax
51 ; X64-NEXT: cmovel %edi, %eax
52 ; X64-NEXT: # kill: def $al killed $al killed $eax
56 %5 = select i1 %4, i8 %0, i8 %3
60 define i16 @and_i16_ri(i16 zeroext %0, i16 zeroext %1) {
61 ; X86-LABEL: and_i16_ri:
63 ; X86-NEXT: movzwl {{[0-9]+}}(%esp), %eax
64 ; X86-NEXT: movl %eax, %ecx
65 ; X86-NEXT: andl $-17, %ecx
66 ; X86-NEXT: je .LBB2_2
68 ; X86-NEXT: movl %ecx, %eax
70 ; X86-NEXT: # kill: def $ax killed $ax killed $eax
73 ; X64-LABEL: and_i16_ri:
75 ; X64-NEXT: movl %edi, %eax
76 ; X64-NEXT: andl $-17, %eax
77 ; X64-NEXT: cmovel %edi, %eax
78 ; X64-NEXT: # kill: def $ax killed $ax killed $eax
81 %4 = icmp eq i16 %3, 0
82 %5 = select i1 %4, i16 %0, i16 %3
86 define i16 @and_i16_rr(i16 zeroext %0, i16 zeroext %1) {
87 ; X86-LABEL: and_i16_rr:
89 ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax
90 ; X86-NEXT: movzwl {{[0-9]+}}(%esp), %ecx
91 ; X86-NEXT: andw %ax, %cx
92 ; X86-NEXT: je .LBB3_2
94 ; X86-NEXT: movl %ecx, %eax
96 ; X86-NEXT: # kill: def $ax killed $ax killed $eax
99 ; X64-LABEL: and_i16_rr:
101 ; X64-NEXT: movl %esi, %eax
102 ; X64-NEXT: andl %edi, %eax
103 ; X64-NEXT: cmovel %edi, %eax
104 ; X64-NEXT: # kill: def $ax killed $ax killed $eax
107 %4 = icmp eq i16 %3, 0
108 %5 = select i1 %4, i16 %0, i16 %3
112 define i32 @and_i32_ri(i32 %0, i32 %1) {
113 ; X86-LABEL: and_i32_ri:
115 ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax
116 ; X86-NEXT: movl %eax, %ecx
117 ; X86-NEXT: andl $-17, %ecx
118 ; X86-NEXT: jle .LBB4_2
120 ; X86-NEXT: movl %ecx, %eax
124 ; X64-LABEL: and_i32_ri:
126 ; X64-NEXT: movl %edi, %eax
127 ; X64-NEXT: andl $-17, %eax
128 ; X64-NEXT: cmovlel %edi, %eax
131 %4 = icmp slt i32 %3, 1
132 %5 = select i1 %4, i32 %0, i32 %3
136 define i32 @and_i32_rr(i32 %0, i32 %1) {
137 ; X86-LABEL: and_i32_rr:
139 ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax
140 ; X86-NEXT: movl {{[0-9]+}}(%esp), %ecx
141 ; X86-NEXT: andl %eax, %ecx
142 ; X86-NEXT: jle .LBB5_2
144 ; X86-NEXT: movl %ecx, %eax
148 ; X64-LABEL: and_i32_rr:
150 ; X64-NEXT: movl %esi, %eax
151 ; X64-NEXT: andl %edi, %eax
152 ; X64-NEXT: cmovlel %edi, %eax
155 %4 = icmp slt i32 %3, 1
156 %5 = select i1 %4, i32 %0, i32 %3
160 define i64 @and_i64_ri(i64 %0, i64 %1) nounwind {
161 ; X86-LABEL: and_i64_ri:
163 ; X86-NEXT: pushl %esi
164 ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax
165 ; X86-NEXT: movl {{[0-9]+}}(%esp), %edx
166 ; X86-NEXT: movl %eax, %ecx
167 ; X86-NEXT: andl $-17, %ecx
168 ; X86-NEXT: cmpl $1, %ecx
169 ; X86-NEXT: movl %edx, %esi
170 ; X86-NEXT: sbbl $0, %esi
171 ; X86-NEXT: jl .LBB6_2
173 ; X86-NEXT: movl %ecx, %eax
175 ; X86-NEXT: popl %esi
178 ; X64-LABEL: and_i64_ri:
180 ; X64-NEXT: movq %rdi, %rax
181 ; X64-NEXT: andq $-17, %rax
182 ; X64-NEXT: cmovleq %rdi, %rax
185 %4 = icmp slt i64 %3, 1
186 %5 = select i1 %4, i64 %0, i64 %3
190 define i64 @and_i64_rr(i64 %0, i64 %1) nounwind {
191 ; X86-LABEL: and_i64_rr:
193 ; X86-NEXT: pushl %edi
194 ; X86-NEXT: pushl %esi
195 ; X86-NEXT: movl {{[0-9]+}}(%esp), %eax
196 ; X86-NEXT: movl {{[0-9]+}}(%esp), %edx
197 ; X86-NEXT: movl {{[0-9]+}}(%esp), %ecx
198 ; X86-NEXT: andl %edx, %ecx
199 ; X86-NEXT: movl {{[0-9]+}}(%esp), %esi
200 ; X86-NEXT: andl %eax, %esi
201 ; X86-NEXT: cmpl $1, %esi
202 ; X86-NEXT: movl %ecx, %edi
203 ; X86-NEXT: sbbl $0, %edi
204 ; X86-NEXT: jl .LBB7_2
206 ; X86-NEXT: movl %esi, %eax
207 ; X86-NEXT: movl %ecx, %edx
209 ; X86-NEXT: popl %esi
210 ; X86-NEXT: popl %edi
213 ; X64-LABEL: and_i64_rr:
215 ; X64-NEXT: movq %rsi, %rax
216 ; X64-NEXT: andq %rdi, %rax
217 ; X64-NEXT: cmovleq %rdi, %rax
220 %4 = icmp slt i64 %3, 1
221 %5 = select i1 %4, i64 %0, i64 %3