Lines Matching +full:check +full:- +full:x32
1 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu | FileCheck -check-prefix=X64 %s
2 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -relocation-model=pic | FileCheck -check-pr…
3 ; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu | FileCheck -check-prefix=X32 %s
4 ; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu -relocation-model=pic | FileCheck -check-prefix=…
7 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-apple-darwin | FileCheck -check-prefix=DARWIN %s
21 ; See test cases for emulated model in emutls.ll, emutls-pic.ll and emutls-pie.ll.
23 ; ----- no model specified -----
29 ; Non-PIC code can use initial-exec, PIC code has to use general dynamic.
30 ; X64-LABEL: f1:
32 ; X32-LABEL: f1:
33 ; X32: external_gd@INDNTPOFF
34 ; X64_PIC-LABEL: f1:
36 ; X32_PIC-LABEL: f1:
38 ; DARWIN-LABEL: f1:
46 ; Non-PIC code can use local exec, PIC code can use local dynamic.
47 ; X64-LABEL: f2:
49 ; X32-LABEL: f2:
50 ; X32: internal_gd@NTPOFF
51 ; X64_PIC-LABEL: f2:
53 ; X32_PIC-LABEL: f2:
55 ; DARWIN-LABEL: f2:
60 ; ----- localdynamic specified -----
66 ; Non-PIC code can use initial exec, PIC code use local dynamic as specified.
67 ; X64-LABEL: f3:
69 ; X32-LABEL: f3:
70 ; X32: external_ld@INDNTPOFF
71 ; X64_PIC-LABEL: f3:
73 ; X32_PIC-LABEL: f3:
75 ; DARWIN-LABEL: f3:
83 ; Non-PIC code can use local exec, PIC code can use local dynamic.
84 ; X64-LABEL: f4:
86 ; X32-LABEL: f4:
87 ; X32: internal_ld@NTPOFF
88 ; X64_PIC-LABEL: f4:
90 ; X32_PIC-LABEL: f4:
92 ; DARWIN-LABEL: f4:
97 ; ----- initialexec specified -----
103 ; Non-PIC and PIC code will use initial exec as specified.
104 ; X64-LABEL: f5:
106 ; X32-LABEL: f5:
107 ; X32: external_ie@INDNTPOFF
108 ; X64_PIC-LABEL: f5:
110 ; X32_PIC-LABEL: f5:
112 ; DARWIN-LABEL: f5:
120 ; Non-PIC code can use local exec, PIC code use initial exec as specified.
121 ; X64-LABEL: f6:
123 ; X32-LABEL: f6:
124 ; X32: internal_ie@NTPOFF
125 ; X64_PIC-LABEL: f6:
127 ; X32_PIC-LABEL: f6:
129 ; DARWIN-LABEL: f6:
136 ; X64-LABEL: PR22083:
138 ; X64_PIC-LABEL: PR22083:
142 ; ----- localexec specified -----
148 ; Non-PIC and PIC code will use local exec as specified.
149 ; X64-LABEL: f7:
151 ; X32-LABEL: f7:
152 ; X32: external_le@NTPOFF
153 ; X64_PIC-LABEL: f7:
155 ; X32_PIC-LABEL: f7:
157 ; DARWIN-LABEL: f7:
165 ; Non-PIC and PIC code will use local exec as specified.
166 ; X64-LABEL: f8:
168 ; X32-LABEL: f8:
169 ; X32: internal_le@NTPOFF
170 ; X64_PIC-LABEL: f8:
172 ; X32_PIC-LABEL: f8:
174 ; DARWIN-LABEL: f8: