Lines Matching full:small
1 ; RUN: llc < %s -code-model=small | FileCheck -check-prefix CHECK-SMALL %s
10 ; CHECK-SMALL-LABEL: foo:
11 ; CHECK-SMALL: movl data(%rip), %eax
20 ; CHECK-SMALL-LABEL: foo2:
21 ; CHECK-SMALL: movl data+40(%rip), %eax
30 ; CHECK-SMALL-LABEL: foo3:
31 ; CHECK-SMALL: movl data-40(%rip), %eax
41 ; CHECK-SMALL-LABEL: foo4:
42 ; CHECK-SMALL: movl $16777216, %eax
43 ; CHECK-SMALL: movl data(%rax), %eax
52 ; CHECK-SMALL-LABEL: foo1:
53 ; CHECK-SMALL: movl data+16777212(%rip), %eax
61 ; CHECK-SMALL-LABEL: foo5:
62 ; CHECK-SMALL: movl data-16777216(%rip), %eax