Lines Matching refs:BIT
1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -asm-verbose=false | FileCheck %s -check-prefix=64BIT
8 ; 32BIT-LABEL: t1:
9 ; 32BIT: movw 20(%esp), %ax
10 ; 32BIT-NOT: movw %ax, %cx
11 ; 32BIT: leal 1(%eax), %ecx
13 ; 64BIT-LABEL: t1:
14 ; 64BIT-NOT: movw %si, %ax
15 ; 64BIT: leal 1(%rsi), %eax
30 ; 32BIT-LABEL: t2:
31 ; 32BIT: movw 20(%esp), %ax
32 ; 32BIT-NOT: movw %ax, %cx
33 ; 32BIT: leal -1(%eax), %ecx
35 ; 64BIT-LABEL: t2:
36 ; 64BIT-NOT: movw %si, %ax
37 ; 64BIT: leal -1(%rsi), %eax
38 ; 64BIT: movzwl %ax
55 ; 32BIT-LABEL: t3:
56 ; 32BIT: movw 20(%esp), %ax
57 ; 32BIT-NOT: movw %ax, %cx
58 ; 32BIT: leal 2(%eax), %ecx
60 ; 64BIT-LABEL: t3:
61 ; 64BIT-NOT: movw %si, %ax
62 ; 64BIT: leal 2(%rsi), %eax
77 ; 32BIT-LABEL: t4:
78 ; 32BIT: movw 16(%esp), %ax
79 ; 32BIT: movw 20(%esp), %cx
80 ; 32BIT-NOT: movw %cx, %dx
81 ; 32BIT: leal (%ecx,%eax), %edx
83 ; 64BIT-LABEL: t4:
84 ; 64BIT-NOT: movw %si, %ax
85 ; 64BIT: leal (%rsi,%rdi), %eax