xref: /aosp_15_r20/external/llvm/test/MC/X86/AlignedBundling/autogen-inst-offset-align-to-end.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: llvm-mc -filetype=obj -triple i386-pc-linux-gnu %s -o - \
2*9880d681SAndroid Build Coastguard Worker# RUN:   | llvm-objdump -triple i386 -disassemble -no-show-raw-insn - | FileCheck %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker# !!! This test is auto-generated from utils/testgen/mc-bundling-x86-gen.py !!!
5*9880d681SAndroid Build Coastguard Worker#     It tests that bundle-aligned grouping works correctly in MC. Read the
6*9880d681SAndroid Build Coastguard Worker#     source of the script for more details.
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard Worker  .text
9*9880d681SAndroid Build Coastguard Worker  .bundle_align_mode 4
10*9880d681SAndroid Build Coastguard Worker
11*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
12*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_0:
13*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
14*9880d681SAndroid Build Coastguard Worker  .rept 1
15*9880d681SAndroid Build Coastguard Worker  inc %eax
16*9880d681SAndroid Build Coastguard Worker  .endr
17*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
18*9880d681SAndroid Build Coastguard Worker# CHECK: 0: nop
19*9880d681SAndroid Build Coastguard Worker# CHECK: f: incl
20*9880d681SAndroid Build Coastguard Worker
21*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
22*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_1:
23*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
24*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
25*9880d681SAndroid Build Coastguard Worker  .rept 1
26*9880d681SAndroid Build Coastguard Worker  inc %eax
27*9880d681SAndroid Build Coastguard Worker  .endr
28*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
29*9880d681SAndroid Build Coastguard Worker# CHECK: 21: nop
30*9880d681SAndroid Build Coastguard Worker# CHECK: 2f: incl
31*9880d681SAndroid Build Coastguard Worker
32*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
33*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_2:
34*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
35*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
36*9880d681SAndroid Build Coastguard Worker  .rept 1
37*9880d681SAndroid Build Coastguard Worker  inc %eax
38*9880d681SAndroid Build Coastguard Worker  .endr
39*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
40*9880d681SAndroid Build Coastguard Worker# CHECK: 42: nop
41*9880d681SAndroid Build Coastguard Worker# CHECK: 4f: incl
42*9880d681SAndroid Build Coastguard Worker
43*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
44*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_3:
45*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
46*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
47*9880d681SAndroid Build Coastguard Worker  .rept 1
48*9880d681SAndroid Build Coastguard Worker  inc %eax
49*9880d681SAndroid Build Coastguard Worker  .endr
50*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
51*9880d681SAndroid Build Coastguard Worker# CHECK: 63: nop
52*9880d681SAndroid Build Coastguard Worker# CHECK: 6f: incl
53*9880d681SAndroid Build Coastguard Worker
54*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
55*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_4:
56*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
57*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
58*9880d681SAndroid Build Coastguard Worker  .rept 1
59*9880d681SAndroid Build Coastguard Worker  inc %eax
60*9880d681SAndroid Build Coastguard Worker  .endr
61*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
62*9880d681SAndroid Build Coastguard Worker# CHECK: 84: nop
63*9880d681SAndroid Build Coastguard Worker# CHECK: 8f: incl
64*9880d681SAndroid Build Coastguard Worker
65*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
66*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_5:
67*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
68*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
69*9880d681SAndroid Build Coastguard Worker  .rept 1
70*9880d681SAndroid Build Coastguard Worker  inc %eax
71*9880d681SAndroid Build Coastguard Worker  .endr
72*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
73*9880d681SAndroid Build Coastguard Worker# CHECK: a5: nop
74*9880d681SAndroid Build Coastguard Worker# CHECK: af: incl
75*9880d681SAndroid Build Coastguard Worker
76*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
77*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_6:
78*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
79*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
80*9880d681SAndroid Build Coastguard Worker  .rept 1
81*9880d681SAndroid Build Coastguard Worker  inc %eax
82*9880d681SAndroid Build Coastguard Worker  .endr
83*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
84*9880d681SAndroid Build Coastguard Worker# CHECK: c6: nop
85*9880d681SAndroid Build Coastguard Worker# CHECK: cf: incl
86*9880d681SAndroid Build Coastguard Worker
87*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
88*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_7:
89*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
90*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
91*9880d681SAndroid Build Coastguard Worker  .rept 1
92*9880d681SAndroid Build Coastguard Worker  inc %eax
93*9880d681SAndroid Build Coastguard Worker  .endr
94*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
95*9880d681SAndroid Build Coastguard Worker# CHECK: e7: nop
96*9880d681SAndroid Build Coastguard Worker# CHECK: ef: incl
97*9880d681SAndroid Build Coastguard Worker
98*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
99*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_8:
100*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
101*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
102*9880d681SAndroid Build Coastguard Worker  .rept 1
103*9880d681SAndroid Build Coastguard Worker  inc %eax
104*9880d681SAndroid Build Coastguard Worker  .endr
105*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
106*9880d681SAndroid Build Coastguard Worker# CHECK: 108: nop
107*9880d681SAndroid Build Coastguard Worker# CHECK: 10f: incl
108*9880d681SAndroid Build Coastguard Worker
109*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
110*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_9:
111*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
112*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
113*9880d681SAndroid Build Coastguard Worker  .rept 1
114*9880d681SAndroid Build Coastguard Worker  inc %eax
115*9880d681SAndroid Build Coastguard Worker  .endr
116*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
117*9880d681SAndroid Build Coastguard Worker# CHECK: 129: nop
118*9880d681SAndroid Build Coastguard Worker# CHECK: 12f: incl
119*9880d681SAndroid Build Coastguard Worker
120*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
121*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_10:
122*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
123*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
124*9880d681SAndroid Build Coastguard Worker  .rept 1
125*9880d681SAndroid Build Coastguard Worker  inc %eax
126*9880d681SAndroid Build Coastguard Worker  .endr
127*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
128*9880d681SAndroid Build Coastguard Worker# CHECK: 14a: nop
129*9880d681SAndroid Build Coastguard Worker# CHECK: 14f: incl
130*9880d681SAndroid Build Coastguard Worker
131*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
132*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_11:
133*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
134*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
135*9880d681SAndroid Build Coastguard Worker  .rept 1
136*9880d681SAndroid Build Coastguard Worker  inc %eax
137*9880d681SAndroid Build Coastguard Worker  .endr
138*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
139*9880d681SAndroid Build Coastguard Worker# CHECK: 16b: nop
140*9880d681SAndroid Build Coastguard Worker# CHECK: 16f: incl
141*9880d681SAndroid Build Coastguard Worker
142*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
143*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_12:
144*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
145*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
146*9880d681SAndroid Build Coastguard Worker  .rept 1
147*9880d681SAndroid Build Coastguard Worker  inc %eax
148*9880d681SAndroid Build Coastguard Worker  .endr
149*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
150*9880d681SAndroid Build Coastguard Worker# CHECK: 18c: nop
151*9880d681SAndroid Build Coastguard Worker# CHECK: 18f: incl
152*9880d681SAndroid Build Coastguard Worker
153*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
154*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_13:
155*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
156*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
157*9880d681SAndroid Build Coastguard Worker  .rept 1
158*9880d681SAndroid Build Coastguard Worker  inc %eax
159*9880d681SAndroid Build Coastguard Worker  .endr
160*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
161*9880d681SAndroid Build Coastguard Worker# CHECK: 1ad: nop
162*9880d681SAndroid Build Coastguard Worker# CHECK: 1af: incl
163*9880d681SAndroid Build Coastguard Worker
164*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
165*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_14:
166*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
167*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
168*9880d681SAndroid Build Coastguard Worker  .rept 1
169*9880d681SAndroid Build Coastguard Worker  inc %eax
170*9880d681SAndroid Build Coastguard Worker  .endr
171*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
172*9880d681SAndroid Build Coastguard Worker# CHECK: 1ce: nop
173*9880d681SAndroid Build Coastguard Worker# CHECK: 1cf: incl
174*9880d681SAndroid Build Coastguard Worker
175*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
176*9880d681SAndroid Build Coastguard WorkerINSTRLEN_1_OFFSET_15:
177*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
178*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
179*9880d681SAndroid Build Coastguard Worker  .rept 1
180*9880d681SAndroid Build Coastguard Worker  inc %eax
181*9880d681SAndroid Build Coastguard Worker  .endr
182*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
183*9880d681SAndroid Build Coastguard Worker# CHECK: 1ef: incl
184*9880d681SAndroid Build Coastguard Worker
185*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
186*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_0:
187*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
188*9880d681SAndroid Build Coastguard Worker  .rept 2
189*9880d681SAndroid Build Coastguard Worker  inc %eax
190*9880d681SAndroid Build Coastguard Worker  .endr
191*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
192*9880d681SAndroid Build Coastguard Worker# CHECK: 200: nop
193*9880d681SAndroid Build Coastguard Worker# CHECK: 20e: incl
194*9880d681SAndroid Build Coastguard Worker
195*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
196*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_1:
197*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
198*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
199*9880d681SAndroid Build Coastguard Worker  .rept 2
200*9880d681SAndroid Build Coastguard Worker  inc %eax
201*9880d681SAndroid Build Coastguard Worker  .endr
202*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
203*9880d681SAndroid Build Coastguard Worker# CHECK: 221: nop
204*9880d681SAndroid Build Coastguard Worker# CHECK: 22e: incl
205*9880d681SAndroid Build Coastguard Worker
206*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
207*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_2:
208*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
209*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
210*9880d681SAndroid Build Coastguard Worker  .rept 2
211*9880d681SAndroid Build Coastguard Worker  inc %eax
212*9880d681SAndroid Build Coastguard Worker  .endr
213*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
214*9880d681SAndroid Build Coastguard Worker# CHECK: 242: nop
215*9880d681SAndroid Build Coastguard Worker# CHECK: 24e: incl
216*9880d681SAndroid Build Coastguard Worker
217*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
218*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_3:
219*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
220*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
221*9880d681SAndroid Build Coastguard Worker  .rept 2
222*9880d681SAndroid Build Coastguard Worker  inc %eax
223*9880d681SAndroid Build Coastguard Worker  .endr
224*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
225*9880d681SAndroid Build Coastguard Worker# CHECK: 263: nop
226*9880d681SAndroid Build Coastguard Worker# CHECK: 26e: incl
227*9880d681SAndroid Build Coastguard Worker
228*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
229*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_4:
230*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
231*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
232*9880d681SAndroid Build Coastguard Worker  .rept 2
233*9880d681SAndroid Build Coastguard Worker  inc %eax
234*9880d681SAndroid Build Coastguard Worker  .endr
235*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
236*9880d681SAndroid Build Coastguard Worker# CHECK: 284: nop
237*9880d681SAndroid Build Coastguard Worker# CHECK: 28e: incl
238*9880d681SAndroid Build Coastguard Worker
239*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
240*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_5:
241*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
242*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
243*9880d681SAndroid Build Coastguard Worker  .rept 2
244*9880d681SAndroid Build Coastguard Worker  inc %eax
245*9880d681SAndroid Build Coastguard Worker  .endr
246*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
247*9880d681SAndroid Build Coastguard Worker# CHECK: 2a5: nop
248*9880d681SAndroid Build Coastguard Worker# CHECK: 2ae: incl
249*9880d681SAndroid Build Coastguard Worker
250*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
251*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_6:
252*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
253*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
254*9880d681SAndroid Build Coastguard Worker  .rept 2
255*9880d681SAndroid Build Coastguard Worker  inc %eax
256*9880d681SAndroid Build Coastguard Worker  .endr
257*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
258*9880d681SAndroid Build Coastguard Worker# CHECK: 2c6: nop
259*9880d681SAndroid Build Coastguard Worker# CHECK: 2ce: incl
260*9880d681SAndroid Build Coastguard Worker
261*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
262*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_7:
263*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
264*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
265*9880d681SAndroid Build Coastguard Worker  .rept 2
266*9880d681SAndroid Build Coastguard Worker  inc %eax
267*9880d681SAndroid Build Coastguard Worker  .endr
268*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
269*9880d681SAndroid Build Coastguard Worker# CHECK: 2e7: nop
270*9880d681SAndroid Build Coastguard Worker# CHECK: 2ee: incl
271*9880d681SAndroid Build Coastguard Worker
272*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
273*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_8:
274*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
275*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
276*9880d681SAndroid Build Coastguard Worker  .rept 2
277*9880d681SAndroid Build Coastguard Worker  inc %eax
278*9880d681SAndroid Build Coastguard Worker  .endr
279*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
280*9880d681SAndroid Build Coastguard Worker# CHECK: 308: nop
281*9880d681SAndroid Build Coastguard Worker# CHECK: 30e: incl
282*9880d681SAndroid Build Coastguard Worker
283*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
284*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_9:
285*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
286*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
287*9880d681SAndroid Build Coastguard Worker  .rept 2
288*9880d681SAndroid Build Coastguard Worker  inc %eax
289*9880d681SAndroid Build Coastguard Worker  .endr
290*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
291*9880d681SAndroid Build Coastguard Worker# CHECK: 329: nop
292*9880d681SAndroid Build Coastguard Worker# CHECK: 32e: incl
293*9880d681SAndroid Build Coastguard Worker
294*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
295*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_10:
296*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
297*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
298*9880d681SAndroid Build Coastguard Worker  .rept 2
299*9880d681SAndroid Build Coastguard Worker  inc %eax
300*9880d681SAndroid Build Coastguard Worker  .endr
301*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
302*9880d681SAndroid Build Coastguard Worker# CHECK: 34a: nop
303*9880d681SAndroid Build Coastguard Worker# CHECK: 34e: incl
304*9880d681SAndroid Build Coastguard Worker
305*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
306*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_11:
307*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
308*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
309*9880d681SAndroid Build Coastguard Worker  .rept 2
310*9880d681SAndroid Build Coastguard Worker  inc %eax
311*9880d681SAndroid Build Coastguard Worker  .endr
312*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
313*9880d681SAndroid Build Coastguard Worker# CHECK: 36b: nop
314*9880d681SAndroid Build Coastguard Worker# CHECK: 36e: incl
315*9880d681SAndroid Build Coastguard Worker
316*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
317*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_12:
318*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
319*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
320*9880d681SAndroid Build Coastguard Worker  .rept 2
321*9880d681SAndroid Build Coastguard Worker  inc %eax
322*9880d681SAndroid Build Coastguard Worker  .endr
323*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
324*9880d681SAndroid Build Coastguard Worker# CHECK: 38c: nop
325*9880d681SAndroid Build Coastguard Worker# CHECK: 38e: incl
326*9880d681SAndroid Build Coastguard Worker
327*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
328*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_13:
329*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
330*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
331*9880d681SAndroid Build Coastguard Worker  .rept 2
332*9880d681SAndroid Build Coastguard Worker  inc %eax
333*9880d681SAndroid Build Coastguard Worker  .endr
334*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
335*9880d681SAndroid Build Coastguard Worker# CHECK: 3ad: nop
336*9880d681SAndroid Build Coastguard Worker# CHECK: 3ae: incl
337*9880d681SAndroid Build Coastguard Worker
338*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
339*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_14:
340*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
341*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
342*9880d681SAndroid Build Coastguard Worker  .rept 2
343*9880d681SAndroid Build Coastguard Worker  inc %eax
344*9880d681SAndroid Build Coastguard Worker  .endr
345*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
346*9880d681SAndroid Build Coastguard Worker# CHECK: 3ce: incl
347*9880d681SAndroid Build Coastguard Worker
348*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
349*9880d681SAndroid Build Coastguard WorkerINSTRLEN_2_OFFSET_15:
350*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
351*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
352*9880d681SAndroid Build Coastguard Worker  .rept 2
353*9880d681SAndroid Build Coastguard Worker  inc %eax
354*9880d681SAndroid Build Coastguard Worker  .endr
355*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
356*9880d681SAndroid Build Coastguard Worker# CHECK: 3ef: nop
357*9880d681SAndroid Build Coastguard Worker# CHECK: 3f0: nop
358*9880d681SAndroid Build Coastguard Worker# CHECK: 3fe: incl
359*9880d681SAndroid Build Coastguard Worker
360*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
361*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_0:
362*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
363*9880d681SAndroid Build Coastguard Worker  .rept 3
364*9880d681SAndroid Build Coastguard Worker  inc %eax
365*9880d681SAndroid Build Coastguard Worker  .endr
366*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
367*9880d681SAndroid Build Coastguard Worker# CHECK: 400: nop
368*9880d681SAndroid Build Coastguard Worker# CHECK: 40d: incl
369*9880d681SAndroid Build Coastguard Worker
370*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
371*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_1:
372*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
373*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
374*9880d681SAndroid Build Coastguard Worker  .rept 3
375*9880d681SAndroid Build Coastguard Worker  inc %eax
376*9880d681SAndroid Build Coastguard Worker  .endr
377*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
378*9880d681SAndroid Build Coastguard Worker# CHECK: 421: nop
379*9880d681SAndroid Build Coastguard Worker# CHECK: 42d: incl
380*9880d681SAndroid Build Coastguard Worker
381*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
382*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_2:
383*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
384*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
385*9880d681SAndroid Build Coastguard Worker  .rept 3
386*9880d681SAndroid Build Coastguard Worker  inc %eax
387*9880d681SAndroid Build Coastguard Worker  .endr
388*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
389*9880d681SAndroid Build Coastguard Worker# CHECK: 442: nop
390*9880d681SAndroid Build Coastguard Worker# CHECK: 44d: incl
391*9880d681SAndroid Build Coastguard Worker
392*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
393*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_3:
394*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
395*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
396*9880d681SAndroid Build Coastguard Worker  .rept 3
397*9880d681SAndroid Build Coastguard Worker  inc %eax
398*9880d681SAndroid Build Coastguard Worker  .endr
399*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
400*9880d681SAndroid Build Coastguard Worker# CHECK: 463: nop
401*9880d681SAndroid Build Coastguard Worker# CHECK: 46d: incl
402*9880d681SAndroid Build Coastguard Worker
403*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
404*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_4:
405*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
406*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
407*9880d681SAndroid Build Coastguard Worker  .rept 3
408*9880d681SAndroid Build Coastguard Worker  inc %eax
409*9880d681SAndroid Build Coastguard Worker  .endr
410*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
411*9880d681SAndroid Build Coastguard Worker# CHECK: 484: nop
412*9880d681SAndroid Build Coastguard Worker# CHECK: 48d: incl
413*9880d681SAndroid Build Coastguard Worker
414*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
415*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_5:
416*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
417*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
418*9880d681SAndroid Build Coastguard Worker  .rept 3
419*9880d681SAndroid Build Coastguard Worker  inc %eax
420*9880d681SAndroid Build Coastguard Worker  .endr
421*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
422*9880d681SAndroid Build Coastguard Worker# CHECK: 4a5: nop
423*9880d681SAndroid Build Coastguard Worker# CHECK: 4ad: incl
424*9880d681SAndroid Build Coastguard Worker
425*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
426*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_6:
427*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
428*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
429*9880d681SAndroid Build Coastguard Worker  .rept 3
430*9880d681SAndroid Build Coastguard Worker  inc %eax
431*9880d681SAndroid Build Coastguard Worker  .endr
432*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
433*9880d681SAndroid Build Coastguard Worker# CHECK: 4c6: nop
434*9880d681SAndroid Build Coastguard Worker# CHECK: 4cd: incl
435*9880d681SAndroid Build Coastguard Worker
436*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
437*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_7:
438*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
439*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
440*9880d681SAndroid Build Coastguard Worker  .rept 3
441*9880d681SAndroid Build Coastguard Worker  inc %eax
442*9880d681SAndroid Build Coastguard Worker  .endr
443*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
444*9880d681SAndroid Build Coastguard Worker# CHECK: 4e7: nop
445*9880d681SAndroid Build Coastguard Worker# CHECK: 4ed: incl
446*9880d681SAndroid Build Coastguard Worker
447*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
448*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_8:
449*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
450*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
451*9880d681SAndroid Build Coastguard Worker  .rept 3
452*9880d681SAndroid Build Coastguard Worker  inc %eax
453*9880d681SAndroid Build Coastguard Worker  .endr
454*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
455*9880d681SAndroid Build Coastguard Worker# CHECK: 508: nop
456*9880d681SAndroid Build Coastguard Worker# CHECK: 50d: incl
457*9880d681SAndroid Build Coastguard Worker
458*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
459*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_9:
460*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
461*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
462*9880d681SAndroid Build Coastguard Worker  .rept 3
463*9880d681SAndroid Build Coastguard Worker  inc %eax
464*9880d681SAndroid Build Coastguard Worker  .endr
465*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
466*9880d681SAndroid Build Coastguard Worker# CHECK: 529: nop
467*9880d681SAndroid Build Coastguard Worker# CHECK: 52d: incl
468*9880d681SAndroid Build Coastguard Worker
469*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
470*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_10:
471*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
472*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
473*9880d681SAndroid Build Coastguard Worker  .rept 3
474*9880d681SAndroid Build Coastguard Worker  inc %eax
475*9880d681SAndroid Build Coastguard Worker  .endr
476*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
477*9880d681SAndroid Build Coastguard Worker# CHECK: 54a: nop
478*9880d681SAndroid Build Coastguard Worker# CHECK: 54d: incl
479*9880d681SAndroid Build Coastguard Worker
480*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
481*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_11:
482*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
483*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
484*9880d681SAndroid Build Coastguard Worker  .rept 3
485*9880d681SAndroid Build Coastguard Worker  inc %eax
486*9880d681SAndroid Build Coastguard Worker  .endr
487*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
488*9880d681SAndroid Build Coastguard Worker# CHECK: 56b: nop
489*9880d681SAndroid Build Coastguard Worker# CHECK: 56d: incl
490*9880d681SAndroid Build Coastguard Worker
491*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
492*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_12:
493*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
494*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
495*9880d681SAndroid Build Coastguard Worker  .rept 3
496*9880d681SAndroid Build Coastguard Worker  inc %eax
497*9880d681SAndroid Build Coastguard Worker  .endr
498*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
499*9880d681SAndroid Build Coastguard Worker# CHECK: 58c: nop
500*9880d681SAndroid Build Coastguard Worker# CHECK: 58d: incl
501*9880d681SAndroid Build Coastguard Worker
502*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
503*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_13:
504*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
505*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
506*9880d681SAndroid Build Coastguard Worker  .rept 3
507*9880d681SAndroid Build Coastguard Worker  inc %eax
508*9880d681SAndroid Build Coastguard Worker  .endr
509*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
510*9880d681SAndroid Build Coastguard Worker# CHECK: 5ad: incl
511*9880d681SAndroid Build Coastguard Worker
512*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
513*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_14:
514*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
515*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
516*9880d681SAndroid Build Coastguard Worker  .rept 3
517*9880d681SAndroid Build Coastguard Worker  inc %eax
518*9880d681SAndroid Build Coastguard Worker  .endr
519*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
520*9880d681SAndroid Build Coastguard Worker# CHECK: 5ce: nop
521*9880d681SAndroid Build Coastguard Worker# CHECK: 5d0: nop
522*9880d681SAndroid Build Coastguard Worker# CHECK: 5dd: incl
523*9880d681SAndroid Build Coastguard Worker
524*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
525*9880d681SAndroid Build Coastguard WorkerINSTRLEN_3_OFFSET_15:
526*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
527*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
528*9880d681SAndroid Build Coastguard Worker  .rept 3
529*9880d681SAndroid Build Coastguard Worker  inc %eax
530*9880d681SAndroid Build Coastguard Worker  .endr
531*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
532*9880d681SAndroid Build Coastguard Worker# CHECK: 5ef: nop
533*9880d681SAndroid Build Coastguard Worker# CHECK: 5f0: nop
534*9880d681SAndroid Build Coastguard Worker# CHECK: 5fd: incl
535*9880d681SAndroid Build Coastguard Worker
536*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
537*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_0:
538*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
539*9880d681SAndroid Build Coastguard Worker  .rept 4
540*9880d681SAndroid Build Coastguard Worker  inc %eax
541*9880d681SAndroid Build Coastguard Worker  .endr
542*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
543*9880d681SAndroid Build Coastguard Worker# CHECK: 600: nop
544*9880d681SAndroid Build Coastguard Worker# CHECK: 60c: incl
545*9880d681SAndroid Build Coastguard Worker
546*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
547*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_1:
548*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
549*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
550*9880d681SAndroid Build Coastguard Worker  .rept 4
551*9880d681SAndroid Build Coastguard Worker  inc %eax
552*9880d681SAndroid Build Coastguard Worker  .endr
553*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
554*9880d681SAndroid Build Coastguard Worker# CHECK: 621: nop
555*9880d681SAndroid Build Coastguard Worker# CHECK: 62c: incl
556*9880d681SAndroid Build Coastguard Worker
557*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
558*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_2:
559*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
560*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
561*9880d681SAndroid Build Coastguard Worker  .rept 4
562*9880d681SAndroid Build Coastguard Worker  inc %eax
563*9880d681SAndroid Build Coastguard Worker  .endr
564*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
565*9880d681SAndroid Build Coastguard Worker# CHECK: 642: nop
566*9880d681SAndroid Build Coastguard Worker# CHECK: 64c: incl
567*9880d681SAndroid Build Coastguard Worker
568*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
569*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_3:
570*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
571*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
572*9880d681SAndroid Build Coastguard Worker  .rept 4
573*9880d681SAndroid Build Coastguard Worker  inc %eax
574*9880d681SAndroid Build Coastguard Worker  .endr
575*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
576*9880d681SAndroid Build Coastguard Worker# CHECK: 663: nop
577*9880d681SAndroid Build Coastguard Worker# CHECK: 66c: incl
578*9880d681SAndroid Build Coastguard Worker
579*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
580*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_4:
581*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
582*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
583*9880d681SAndroid Build Coastguard Worker  .rept 4
584*9880d681SAndroid Build Coastguard Worker  inc %eax
585*9880d681SAndroid Build Coastguard Worker  .endr
586*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
587*9880d681SAndroid Build Coastguard Worker# CHECK: 684: nop
588*9880d681SAndroid Build Coastguard Worker# CHECK: 68c: incl
589*9880d681SAndroid Build Coastguard Worker
590*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
591*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_5:
592*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
593*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
594*9880d681SAndroid Build Coastguard Worker  .rept 4
595*9880d681SAndroid Build Coastguard Worker  inc %eax
596*9880d681SAndroid Build Coastguard Worker  .endr
597*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
598*9880d681SAndroid Build Coastguard Worker# CHECK: 6a5: nop
599*9880d681SAndroid Build Coastguard Worker# CHECK: 6ac: incl
600*9880d681SAndroid Build Coastguard Worker
601*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
602*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_6:
603*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
604*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
605*9880d681SAndroid Build Coastguard Worker  .rept 4
606*9880d681SAndroid Build Coastguard Worker  inc %eax
607*9880d681SAndroid Build Coastguard Worker  .endr
608*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
609*9880d681SAndroid Build Coastguard Worker# CHECK: 6c6: nop
610*9880d681SAndroid Build Coastguard Worker# CHECK: 6cc: incl
611*9880d681SAndroid Build Coastguard Worker
612*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
613*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_7:
614*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
615*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
616*9880d681SAndroid Build Coastguard Worker  .rept 4
617*9880d681SAndroid Build Coastguard Worker  inc %eax
618*9880d681SAndroid Build Coastguard Worker  .endr
619*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
620*9880d681SAndroid Build Coastguard Worker# CHECK: 6e7: nop
621*9880d681SAndroid Build Coastguard Worker# CHECK: 6ec: incl
622*9880d681SAndroid Build Coastguard Worker
623*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
624*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_8:
625*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
626*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
627*9880d681SAndroid Build Coastguard Worker  .rept 4
628*9880d681SAndroid Build Coastguard Worker  inc %eax
629*9880d681SAndroid Build Coastguard Worker  .endr
630*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
631*9880d681SAndroid Build Coastguard Worker# CHECK: 708: nop
632*9880d681SAndroid Build Coastguard Worker# CHECK: 70c: incl
633*9880d681SAndroid Build Coastguard Worker
634*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
635*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_9:
636*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
637*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
638*9880d681SAndroid Build Coastguard Worker  .rept 4
639*9880d681SAndroid Build Coastguard Worker  inc %eax
640*9880d681SAndroid Build Coastguard Worker  .endr
641*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
642*9880d681SAndroid Build Coastguard Worker# CHECK: 729: nop
643*9880d681SAndroid Build Coastguard Worker# CHECK: 72c: incl
644*9880d681SAndroid Build Coastguard Worker
645*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
646*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_10:
647*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
648*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
649*9880d681SAndroid Build Coastguard Worker  .rept 4
650*9880d681SAndroid Build Coastguard Worker  inc %eax
651*9880d681SAndroid Build Coastguard Worker  .endr
652*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
653*9880d681SAndroid Build Coastguard Worker# CHECK: 74a: nop
654*9880d681SAndroid Build Coastguard Worker# CHECK: 74c: incl
655*9880d681SAndroid Build Coastguard Worker
656*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
657*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_11:
658*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
659*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
660*9880d681SAndroid Build Coastguard Worker  .rept 4
661*9880d681SAndroid Build Coastguard Worker  inc %eax
662*9880d681SAndroid Build Coastguard Worker  .endr
663*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
664*9880d681SAndroid Build Coastguard Worker# CHECK: 76b: nop
665*9880d681SAndroid Build Coastguard Worker# CHECK: 76c: incl
666*9880d681SAndroid Build Coastguard Worker
667*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
668*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_12:
669*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
670*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
671*9880d681SAndroid Build Coastguard Worker  .rept 4
672*9880d681SAndroid Build Coastguard Worker  inc %eax
673*9880d681SAndroid Build Coastguard Worker  .endr
674*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
675*9880d681SAndroid Build Coastguard Worker# CHECK: 78c: incl
676*9880d681SAndroid Build Coastguard Worker
677*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
678*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_13:
679*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
680*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
681*9880d681SAndroid Build Coastguard Worker  .rept 4
682*9880d681SAndroid Build Coastguard Worker  inc %eax
683*9880d681SAndroid Build Coastguard Worker  .endr
684*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
685*9880d681SAndroid Build Coastguard Worker# CHECK: 7ad: nop
686*9880d681SAndroid Build Coastguard Worker# CHECK: 7b0: nop
687*9880d681SAndroid Build Coastguard Worker# CHECK: 7bc: incl
688*9880d681SAndroid Build Coastguard Worker
689*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
690*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_14:
691*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
692*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
693*9880d681SAndroid Build Coastguard Worker  .rept 4
694*9880d681SAndroid Build Coastguard Worker  inc %eax
695*9880d681SAndroid Build Coastguard Worker  .endr
696*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
697*9880d681SAndroid Build Coastguard Worker# CHECK: 7ce: nop
698*9880d681SAndroid Build Coastguard Worker# CHECK: 7d0: nop
699*9880d681SAndroid Build Coastguard Worker# CHECK: 7dc: incl
700*9880d681SAndroid Build Coastguard Worker
701*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
702*9880d681SAndroid Build Coastguard WorkerINSTRLEN_4_OFFSET_15:
703*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
704*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
705*9880d681SAndroid Build Coastguard Worker  .rept 4
706*9880d681SAndroid Build Coastguard Worker  inc %eax
707*9880d681SAndroid Build Coastguard Worker  .endr
708*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
709*9880d681SAndroid Build Coastguard Worker# CHECK: 7ef: nop
710*9880d681SAndroid Build Coastguard Worker# CHECK: 7f0: nop
711*9880d681SAndroid Build Coastguard Worker# CHECK: 7fc: incl
712*9880d681SAndroid Build Coastguard Worker
713*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
714*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_0:
715*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
716*9880d681SAndroid Build Coastguard Worker  .rept 5
717*9880d681SAndroid Build Coastguard Worker  inc %eax
718*9880d681SAndroid Build Coastguard Worker  .endr
719*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
720*9880d681SAndroid Build Coastguard Worker# CHECK: 800: nop
721*9880d681SAndroid Build Coastguard Worker# CHECK: 80b: incl
722*9880d681SAndroid Build Coastguard Worker
723*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
724*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_1:
725*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
726*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
727*9880d681SAndroid Build Coastguard Worker  .rept 5
728*9880d681SAndroid Build Coastguard Worker  inc %eax
729*9880d681SAndroid Build Coastguard Worker  .endr
730*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
731*9880d681SAndroid Build Coastguard Worker# CHECK: 821: nop
732*9880d681SAndroid Build Coastguard Worker# CHECK: 82b: incl
733*9880d681SAndroid Build Coastguard Worker
734*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
735*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_2:
736*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
737*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
738*9880d681SAndroid Build Coastguard Worker  .rept 5
739*9880d681SAndroid Build Coastguard Worker  inc %eax
740*9880d681SAndroid Build Coastguard Worker  .endr
741*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
742*9880d681SAndroid Build Coastguard Worker# CHECK: 842: nop
743*9880d681SAndroid Build Coastguard Worker# CHECK: 84b: incl
744*9880d681SAndroid Build Coastguard Worker
745*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
746*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_3:
747*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
748*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
749*9880d681SAndroid Build Coastguard Worker  .rept 5
750*9880d681SAndroid Build Coastguard Worker  inc %eax
751*9880d681SAndroid Build Coastguard Worker  .endr
752*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
753*9880d681SAndroid Build Coastguard Worker# CHECK: 863: nop
754*9880d681SAndroid Build Coastguard Worker# CHECK: 86b: incl
755*9880d681SAndroid Build Coastguard Worker
756*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
757*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_4:
758*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
759*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
760*9880d681SAndroid Build Coastguard Worker  .rept 5
761*9880d681SAndroid Build Coastguard Worker  inc %eax
762*9880d681SAndroid Build Coastguard Worker  .endr
763*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
764*9880d681SAndroid Build Coastguard Worker# CHECK: 884: nop
765*9880d681SAndroid Build Coastguard Worker# CHECK: 88b: incl
766*9880d681SAndroid Build Coastguard Worker
767*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
768*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_5:
769*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
770*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
771*9880d681SAndroid Build Coastguard Worker  .rept 5
772*9880d681SAndroid Build Coastguard Worker  inc %eax
773*9880d681SAndroid Build Coastguard Worker  .endr
774*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
775*9880d681SAndroid Build Coastguard Worker# CHECK: 8a5: nop
776*9880d681SAndroid Build Coastguard Worker# CHECK: 8ab: incl
777*9880d681SAndroid Build Coastguard Worker
778*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
779*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_6:
780*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
781*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
782*9880d681SAndroid Build Coastguard Worker  .rept 5
783*9880d681SAndroid Build Coastguard Worker  inc %eax
784*9880d681SAndroid Build Coastguard Worker  .endr
785*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
786*9880d681SAndroid Build Coastguard Worker# CHECK: 8c6: nop
787*9880d681SAndroid Build Coastguard Worker# CHECK: 8cb: incl
788*9880d681SAndroid Build Coastguard Worker
789*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
790*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_7:
791*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
792*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
793*9880d681SAndroid Build Coastguard Worker  .rept 5
794*9880d681SAndroid Build Coastguard Worker  inc %eax
795*9880d681SAndroid Build Coastguard Worker  .endr
796*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
797*9880d681SAndroid Build Coastguard Worker# CHECK: 8e7: nop
798*9880d681SAndroid Build Coastguard Worker# CHECK: 8eb: incl
799*9880d681SAndroid Build Coastguard Worker
800*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
801*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_8:
802*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
803*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
804*9880d681SAndroid Build Coastguard Worker  .rept 5
805*9880d681SAndroid Build Coastguard Worker  inc %eax
806*9880d681SAndroid Build Coastguard Worker  .endr
807*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
808*9880d681SAndroid Build Coastguard Worker# CHECK: 908: nop
809*9880d681SAndroid Build Coastguard Worker# CHECK: 90b: incl
810*9880d681SAndroid Build Coastguard Worker
811*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
812*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_9:
813*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
814*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
815*9880d681SAndroid Build Coastguard Worker  .rept 5
816*9880d681SAndroid Build Coastguard Worker  inc %eax
817*9880d681SAndroid Build Coastguard Worker  .endr
818*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
819*9880d681SAndroid Build Coastguard Worker# CHECK: 929: nop
820*9880d681SAndroid Build Coastguard Worker# CHECK: 92b: incl
821*9880d681SAndroid Build Coastguard Worker
822*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
823*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_10:
824*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
825*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
826*9880d681SAndroid Build Coastguard Worker  .rept 5
827*9880d681SAndroid Build Coastguard Worker  inc %eax
828*9880d681SAndroid Build Coastguard Worker  .endr
829*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
830*9880d681SAndroid Build Coastguard Worker# CHECK: 94a: nop
831*9880d681SAndroid Build Coastguard Worker# CHECK: 94b: incl
832*9880d681SAndroid Build Coastguard Worker
833*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
834*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_11:
835*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
836*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
837*9880d681SAndroid Build Coastguard Worker  .rept 5
838*9880d681SAndroid Build Coastguard Worker  inc %eax
839*9880d681SAndroid Build Coastguard Worker  .endr
840*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
841*9880d681SAndroid Build Coastguard Worker# CHECK: 96b: incl
842*9880d681SAndroid Build Coastguard Worker
843*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
844*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_12:
845*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
846*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
847*9880d681SAndroid Build Coastguard Worker  .rept 5
848*9880d681SAndroid Build Coastguard Worker  inc %eax
849*9880d681SAndroid Build Coastguard Worker  .endr
850*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
851*9880d681SAndroid Build Coastguard Worker# CHECK: 98c: nop
852*9880d681SAndroid Build Coastguard Worker# CHECK: 990: nop
853*9880d681SAndroid Build Coastguard Worker# CHECK: 99b: incl
854*9880d681SAndroid Build Coastguard Worker
855*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
856*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_13:
857*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
858*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
859*9880d681SAndroid Build Coastguard Worker  .rept 5
860*9880d681SAndroid Build Coastguard Worker  inc %eax
861*9880d681SAndroid Build Coastguard Worker  .endr
862*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
863*9880d681SAndroid Build Coastguard Worker# CHECK: 9ad: nop
864*9880d681SAndroid Build Coastguard Worker# CHECK: 9b0: nop
865*9880d681SAndroid Build Coastguard Worker# CHECK: 9bb: incl
866*9880d681SAndroid Build Coastguard Worker
867*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
868*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_14:
869*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
870*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
871*9880d681SAndroid Build Coastguard Worker  .rept 5
872*9880d681SAndroid Build Coastguard Worker  inc %eax
873*9880d681SAndroid Build Coastguard Worker  .endr
874*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
875*9880d681SAndroid Build Coastguard Worker# CHECK: 9ce: nop
876*9880d681SAndroid Build Coastguard Worker# CHECK: 9d0: nop
877*9880d681SAndroid Build Coastguard Worker# CHECK: 9db: incl
878*9880d681SAndroid Build Coastguard Worker
879*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
880*9880d681SAndroid Build Coastguard WorkerINSTRLEN_5_OFFSET_15:
881*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
882*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
883*9880d681SAndroid Build Coastguard Worker  .rept 5
884*9880d681SAndroid Build Coastguard Worker  inc %eax
885*9880d681SAndroid Build Coastguard Worker  .endr
886*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
887*9880d681SAndroid Build Coastguard Worker# CHECK: 9ef: nop
888*9880d681SAndroid Build Coastguard Worker# CHECK: 9f0: nop
889*9880d681SAndroid Build Coastguard Worker# CHECK: 9fb: incl
890*9880d681SAndroid Build Coastguard Worker
891*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
892*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_0:
893*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
894*9880d681SAndroid Build Coastguard Worker  .rept 6
895*9880d681SAndroid Build Coastguard Worker  inc %eax
896*9880d681SAndroid Build Coastguard Worker  .endr
897*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
898*9880d681SAndroid Build Coastguard Worker# CHECK: a00: nop
899*9880d681SAndroid Build Coastguard Worker# CHECK: a0a: incl
900*9880d681SAndroid Build Coastguard Worker
901*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
902*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_1:
903*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
904*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
905*9880d681SAndroid Build Coastguard Worker  .rept 6
906*9880d681SAndroid Build Coastguard Worker  inc %eax
907*9880d681SAndroid Build Coastguard Worker  .endr
908*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
909*9880d681SAndroid Build Coastguard Worker# CHECK: a21: nop
910*9880d681SAndroid Build Coastguard Worker# CHECK: a2a: incl
911*9880d681SAndroid Build Coastguard Worker
912*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
913*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_2:
914*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
915*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
916*9880d681SAndroid Build Coastguard Worker  .rept 6
917*9880d681SAndroid Build Coastguard Worker  inc %eax
918*9880d681SAndroid Build Coastguard Worker  .endr
919*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
920*9880d681SAndroid Build Coastguard Worker# CHECK: a42: nop
921*9880d681SAndroid Build Coastguard Worker# CHECK: a4a: incl
922*9880d681SAndroid Build Coastguard Worker
923*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
924*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_3:
925*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
926*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
927*9880d681SAndroid Build Coastguard Worker  .rept 6
928*9880d681SAndroid Build Coastguard Worker  inc %eax
929*9880d681SAndroid Build Coastguard Worker  .endr
930*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
931*9880d681SAndroid Build Coastguard Worker# CHECK: a63: nop
932*9880d681SAndroid Build Coastguard Worker# CHECK: a6a: incl
933*9880d681SAndroid Build Coastguard Worker
934*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
935*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_4:
936*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
937*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
938*9880d681SAndroid Build Coastguard Worker  .rept 6
939*9880d681SAndroid Build Coastguard Worker  inc %eax
940*9880d681SAndroid Build Coastguard Worker  .endr
941*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
942*9880d681SAndroid Build Coastguard Worker# CHECK: a84: nop
943*9880d681SAndroid Build Coastguard Worker# CHECK: a8a: incl
944*9880d681SAndroid Build Coastguard Worker
945*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
946*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_5:
947*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
948*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
949*9880d681SAndroid Build Coastguard Worker  .rept 6
950*9880d681SAndroid Build Coastguard Worker  inc %eax
951*9880d681SAndroid Build Coastguard Worker  .endr
952*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
953*9880d681SAndroid Build Coastguard Worker# CHECK: aa5: nop
954*9880d681SAndroid Build Coastguard Worker# CHECK: aaa: incl
955*9880d681SAndroid Build Coastguard Worker
956*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
957*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_6:
958*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
959*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
960*9880d681SAndroid Build Coastguard Worker  .rept 6
961*9880d681SAndroid Build Coastguard Worker  inc %eax
962*9880d681SAndroid Build Coastguard Worker  .endr
963*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
964*9880d681SAndroid Build Coastguard Worker# CHECK: ac6: nop
965*9880d681SAndroid Build Coastguard Worker# CHECK: aca: incl
966*9880d681SAndroid Build Coastguard Worker
967*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
968*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_7:
969*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
970*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
971*9880d681SAndroid Build Coastguard Worker  .rept 6
972*9880d681SAndroid Build Coastguard Worker  inc %eax
973*9880d681SAndroid Build Coastguard Worker  .endr
974*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
975*9880d681SAndroid Build Coastguard Worker# CHECK: ae7: nop
976*9880d681SAndroid Build Coastguard Worker# CHECK: aea: incl
977*9880d681SAndroid Build Coastguard Worker
978*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
979*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_8:
980*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
981*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
982*9880d681SAndroid Build Coastguard Worker  .rept 6
983*9880d681SAndroid Build Coastguard Worker  inc %eax
984*9880d681SAndroid Build Coastguard Worker  .endr
985*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
986*9880d681SAndroid Build Coastguard Worker# CHECK: b08: nop
987*9880d681SAndroid Build Coastguard Worker# CHECK: b0a: incl
988*9880d681SAndroid Build Coastguard Worker
989*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
990*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_9:
991*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
992*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
993*9880d681SAndroid Build Coastguard Worker  .rept 6
994*9880d681SAndroid Build Coastguard Worker  inc %eax
995*9880d681SAndroid Build Coastguard Worker  .endr
996*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
997*9880d681SAndroid Build Coastguard Worker# CHECK: b29: nop
998*9880d681SAndroid Build Coastguard Worker# CHECK: b2a: incl
999*9880d681SAndroid Build Coastguard Worker
1000*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1001*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_10:
1002*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
1003*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1004*9880d681SAndroid Build Coastguard Worker  .rept 6
1005*9880d681SAndroid Build Coastguard Worker  inc %eax
1006*9880d681SAndroid Build Coastguard Worker  .endr
1007*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1008*9880d681SAndroid Build Coastguard Worker# CHECK: b4a: incl
1009*9880d681SAndroid Build Coastguard Worker
1010*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1011*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_11:
1012*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
1013*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1014*9880d681SAndroid Build Coastguard Worker  .rept 6
1015*9880d681SAndroid Build Coastguard Worker  inc %eax
1016*9880d681SAndroid Build Coastguard Worker  .endr
1017*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1018*9880d681SAndroid Build Coastguard Worker# CHECK: b6b: nop
1019*9880d681SAndroid Build Coastguard Worker# CHECK: b70: nop
1020*9880d681SAndroid Build Coastguard Worker# CHECK: b7a: incl
1021*9880d681SAndroid Build Coastguard Worker
1022*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1023*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_12:
1024*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
1025*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1026*9880d681SAndroid Build Coastguard Worker  .rept 6
1027*9880d681SAndroid Build Coastguard Worker  inc %eax
1028*9880d681SAndroid Build Coastguard Worker  .endr
1029*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1030*9880d681SAndroid Build Coastguard Worker# CHECK: b8c: nop
1031*9880d681SAndroid Build Coastguard Worker# CHECK: b90: nop
1032*9880d681SAndroid Build Coastguard Worker# CHECK: b9a: incl
1033*9880d681SAndroid Build Coastguard Worker
1034*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1035*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_13:
1036*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
1037*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1038*9880d681SAndroid Build Coastguard Worker  .rept 6
1039*9880d681SAndroid Build Coastguard Worker  inc %eax
1040*9880d681SAndroid Build Coastguard Worker  .endr
1041*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1042*9880d681SAndroid Build Coastguard Worker# CHECK: bad: nop
1043*9880d681SAndroid Build Coastguard Worker# CHECK: bb0: nop
1044*9880d681SAndroid Build Coastguard Worker# CHECK: bba: incl
1045*9880d681SAndroid Build Coastguard Worker
1046*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1047*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_14:
1048*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
1049*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1050*9880d681SAndroid Build Coastguard Worker  .rept 6
1051*9880d681SAndroid Build Coastguard Worker  inc %eax
1052*9880d681SAndroid Build Coastguard Worker  .endr
1053*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1054*9880d681SAndroid Build Coastguard Worker# CHECK: bce: nop
1055*9880d681SAndroid Build Coastguard Worker# CHECK: bd0: nop
1056*9880d681SAndroid Build Coastguard Worker# CHECK: bda: incl
1057*9880d681SAndroid Build Coastguard Worker
1058*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1059*9880d681SAndroid Build Coastguard WorkerINSTRLEN_6_OFFSET_15:
1060*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
1061*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1062*9880d681SAndroid Build Coastguard Worker  .rept 6
1063*9880d681SAndroid Build Coastguard Worker  inc %eax
1064*9880d681SAndroid Build Coastguard Worker  .endr
1065*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1066*9880d681SAndroid Build Coastguard Worker# CHECK: bef: nop
1067*9880d681SAndroid Build Coastguard Worker# CHECK: bf0: nop
1068*9880d681SAndroid Build Coastguard Worker# CHECK: bfa: incl
1069*9880d681SAndroid Build Coastguard Worker
1070*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1071*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_0:
1072*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1073*9880d681SAndroid Build Coastguard Worker  .rept 7
1074*9880d681SAndroid Build Coastguard Worker  inc %eax
1075*9880d681SAndroid Build Coastguard Worker  .endr
1076*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1077*9880d681SAndroid Build Coastguard Worker# CHECK: c00: nop
1078*9880d681SAndroid Build Coastguard Worker# CHECK: c09: incl
1079*9880d681SAndroid Build Coastguard Worker
1080*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1081*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_1:
1082*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
1083*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1084*9880d681SAndroid Build Coastguard Worker  .rept 7
1085*9880d681SAndroid Build Coastguard Worker  inc %eax
1086*9880d681SAndroid Build Coastguard Worker  .endr
1087*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1088*9880d681SAndroid Build Coastguard Worker# CHECK: c21: nop
1089*9880d681SAndroid Build Coastguard Worker# CHECK: c29: incl
1090*9880d681SAndroid Build Coastguard Worker
1091*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1092*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_2:
1093*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
1094*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1095*9880d681SAndroid Build Coastguard Worker  .rept 7
1096*9880d681SAndroid Build Coastguard Worker  inc %eax
1097*9880d681SAndroid Build Coastguard Worker  .endr
1098*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1099*9880d681SAndroid Build Coastguard Worker# CHECK: c42: nop
1100*9880d681SAndroid Build Coastguard Worker# CHECK: c49: incl
1101*9880d681SAndroid Build Coastguard Worker
1102*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1103*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_3:
1104*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
1105*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1106*9880d681SAndroid Build Coastguard Worker  .rept 7
1107*9880d681SAndroid Build Coastguard Worker  inc %eax
1108*9880d681SAndroid Build Coastguard Worker  .endr
1109*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1110*9880d681SAndroid Build Coastguard Worker# CHECK: c63: nop
1111*9880d681SAndroid Build Coastguard Worker# CHECK: c69: incl
1112*9880d681SAndroid Build Coastguard Worker
1113*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1114*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_4:
1115*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
1116*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1117*9880d681SAndroid Build Coastguard Worker  .rept 7
1118*9880d681SAndroid Build Coastguard Worker  inc %eax
1119*9880d681SAndroid Build Coastguard Worker  .endr
1120*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1121*9880d681SAndroid Build Coastguard Worker# CHECK: c84: nop
1122*9880d681SAndroid Build Coastguard Worker# CHECK: c89: incl
1123*9880d681SAndroid Build Coastguard Worker
1124*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1125*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_5:
1126*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
1127*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1128*9880d681SAndroid Build Coastguard Worker  .rept 7
1129*9880d681SAndroid Build Coastguard Worker  inc %eax
1130*9880d681SAndroid Build Coastguard Worker  .endr
1131*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1132*9880d681SAndroid Build Coastguard Worker# CHECK: ca5: nop
1133*9880d681SAndroid Build Coastguard Worker# CHECK: ca9: incl
1134*9880d681SAndroid Build Coastguard Worker
1135*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1136*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_6:
1137*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
1138*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1139*9880d681SAndroid Build Coastguard Worker  .rept 7
1140*9880d681SAndroid Build Coastguard Worker  inc %eax
1141*9880d681SAndroid Build Coastguard Worker  .endr
1142*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1143*9880d681SAndroid Build Coastguard Worker# CHECK: cc6: nop
1144*9880d681SAndroid Build Coastguard Worker# CHECK: cc9: incl
1145*9880d681SAndroid Build Coastguard Worker
1146*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1147*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_7:
1148*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
1149*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1150*9880d681SAndroid Build Coastguard Worker  .rept 7
1151*9880d681SAndroid Build Coastguard Worker  inc %eax
1152*9880d681SAndroid Build Coastguard Worker  .endr
1153*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1154*9880d681SAndroid Build Coastguard Worker# CHECK: ce7: nop
1155*9880d681SAndroid Build Coastguard Worker# CHECK: ce9: incl
1156*9880d681SAndroid Build Coastguard Worker
1157*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1158*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_8:
1159*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
1160*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1161*9880d681SAndroid Build Coastguard Worker  .rept 7
1162*9880d681SAndroid Build Coastguard Worker  inc %eax
1163*9880d681SAndroid Build Coastguard Worker  .endr
1164*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1165*9880d681SAndroid Build Coastguard Worker# CHECK: d08: nop
1166*9880d681SAndroid Build Coastguard Worker# CHECK: d09: incl
1167*9880d681SAndroid Build Coastguard Worker
1168*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1169*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_9:
1170*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
1171*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1172*9880d681SAndroid Build Coastguard Worker  .rept 7
1173*9880d681SAndroid Build Coastguard Worker  inc %eax
1174*9880d681SAndroid Build Coastguard Worker  .endr
1175*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1176*9880d681SAndroid Build Coastguard Worker# CHECK: d29: incl
1177*9880d681SAndroid Build Coastguard Worker
1178*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1179*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_10:
1180*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
1181*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1182*9880d681SAndroid Build Coastguard Worker  .rept 7
1183*9880d681SAndroid Build Coastguard Worker  inc %eax
1184*9880d681SAndroid Build Coastguard Worker  .endr
1185*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1186*9880d681SAndroid Build Coastguard Worker# CHECK: d4a: nop
1187*9880d681SAndroid Build Coastguard Worker# CHECK: d50: nop
1188*9880d681SAndroid Build Coastguard Worker# CHECK: d59: incl
1189*9880d681SAndroid Build Coastguard Worker
1190*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1191*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_11:
1192*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
1193*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1194*9880d681SAndroid Build Coastguard Worker  .rept 7
1195*9880d681SAndroid Build Coastguard Worker  inc %eax
1196*9880d681SAndroid Build Coastguard Worker  .endr
1197*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1198*9880d681SAndroid Build Coastguard Worker# CHECK: d6b: nop
1199*9880d681SAndroid Build Coastguard Worker# CHECK: d70: nop
1200*9880d681SAndroid Build Coastguard Worker# CHECK: d79: incl
1201*9880d681SAndroid Build Coastguard Worker
1202*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1203*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_12:
1204*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
1205*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1206*9880d681SAndroid Build Coastguard Worker  .rept 7
1207*9880d681SAndroid Build Coastguard Worker  inc %eax
1208*9880d681SAndroid Build Coastguard Worker  .endr
1209*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1210*9880d681SAndroid Build Coastguard Worker# CHECK: d8c: nop
1211*9880d681SAndroid Build Coastguard Worker# CHECK: d90: nop
1212*9880d681SAndroid Build Coastguard Worker# CHECK: d99: incl
1213*9880d681SAndroid Build Coastguard Worker
1214*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1215*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_13:
1216*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
1217*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1218*9880d681SAndroid Build Coastguard Worker  .rept 7
1219*9880d681SAndroid Build Coastguard Worker  inc %eax
1220*9880d681SAndroid Build Coastguard Worker  .endr
1221*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1222*9880d681SAndroid Build Coastguard Worker# CHECK: dad: nop
1223*9880d681SAndroid Build Coastguard Worker# CHECK: db0: nop
1224*9880d681SAndroid Build Coastguard Worker# CHECK: db9: incl
1225*9880d681SAndroid Build Coastguard Worker
1226*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1227*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_14:
1228*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
1229*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1230*9880d681SAndroid Build Coastguard Worker  .rept 7
1231*9880d681SAndroid Build Coastguard Worker  inc %eax
1232*9880d681SAndroid Build Coastguard Worker  .endr
1233*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1234*9880d681SAndroid Build Coastguard Worker# CHECK: dce: nop
1235*9880d681SAndroid Build Coastguard Worker# CHECK: dd0: nop
1236*9880d681SAndroid Build Coastguard Worker# CHECK: dd9: incl
1237*9880d681SAndroid Build Coastguard Worker
1238*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1239*9880d681SAndroid Build Coastguard WorkerINSTRLEN_7_OFFSET_15:
1240*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
1241*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1242*9880d681SAndroid Build Coastguard Worker  .rept 7
1243*9880d681SAndroid Build Coastguard Worker  inc %eax
1244*9880d681SAndroid Build Coastguard Worker  .endr
1245*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1246*9880d681SAndroid Build Coastguard Worker# CHECK: def: nop
1247*9880d681SAndroid Build Coastguard Worker# CHECK: df0: nop
1248*9880d681SAndroid Build Coastguard Worker# CHECK: df9: incl
1249*9880d681SAndroid Build Coastguard Worker
1250*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1251*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_0:
1252*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1253*9880d681SAndroid Build Coastguard Worker  .rept 8
1254*9880d681SAndroid Build Coastguard Worker  inc %eax
1255*9880d681SAndroid Build Coastguard Worker  .endr
1256*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1257*9880d681SAndroid Build Coastguard Worker# CHECK: e00: nop
1258*9880d681SAndroid Build Coastguard Worker# CHECK: e08: incl
1259*9880d681SAndroid Build Coastguard Worker
1260*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1261*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_1:
1262*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
1263*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1264*9880d681SAndroid Build Coastguard Worker  .rept 8
1265*9880d681SAndroid Build Coastguard Worker  inc %eax
1266*9880d681SAndroid Build Coastguard Worker  .endr
1267*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1268*9880d681SAndroid Build Coastguard Worker# CHECK: e21: nop
1269*9880d681SAndroid Build Coastguard Worker# CHECK: e28: incl
1270*9880d681SAndroid Build Coastguard Worker
1271*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1272*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_2:
1273*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
1274*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1275*9880d681SAndroid Build Coastguard Worker  .rept 8
1276*9880d681SAndroid Build Coastguard Worker  inc %eax
1277*9880d681SAndroid Build Coastguard Worker  .endr
1278*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1279*9880d681SAndroid Build Coastguard Worker# CHECK: e42: nop
1280*9880d681SAndroid Build Coastguard Worker# CHECK: e48: incl
1281*9880d681SAndroid Build Coastguard Worker
1282*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1283*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_3:
1284*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
1285*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1286*9880d681SAndroid Build Coastguard Worker  .rept 8
1287*9880d681SAndroid Build Coastguard Worker  inc %eax
1288*9880d681SAndroid Build Coastguard Worker  .endr
1289*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1290*9880d681SAndroid Build Coastguard Worker# CHECK: e63: nop
1291*9880d681SAndroid Build Coastguard Worker# CHECK: e68: incl
1292*9880d681SAndroid Build Coastguard Worker
1293*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1294*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_4:
1295*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
1296*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1297*9880d681SAndroid Build Coastguard Worker  .rept 8
1298*9880d681SAndroid Build Coastguard Worker  inc %eax
1299*9880d681SAndroid Build Coastguard Worker  .endr
1300*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1301*9880d681SAndroid Build Coastguard Worker# CHECK: e84: nop
1302*9880d681SAndroid Build Coastguard Worker# CHECK: e88: incl
1303*9880d681SAndroid Build Coastguard Worker
1304*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1305*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_5:
1306*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
1307*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1308*9880d681SAndroid Build Coastguard Worker  .rept 8
1309*9880d681SAndroid Build Coastguard Worker  inc %eax
1310*9880d681SAndroid Build Coastguard Worker  .endr
1311*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1312*9880d681SAndroid Build Coastguard Worker# CHECK: ea5: nop
1313*9880d681SAndroid Build Coastguard Worker# CHECK: ea8: incl
1314*9880d681SAndroid Build Coastguard Worker
1315*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1316*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_6:
1317*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
1318*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1319*9880d681SAndroid Build Coastguard Worker  .rept 8
1320*9880d681SAndroid Build Coastguard Worker  inc %eax
1321*9880d681SAndroid Build Coastguard Worker  .endr
1322*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1323*9880d681SAndroid Build Coastguard Worker# CHECK: ec6: nop
1324*9880d681SAndroid Build Coastguard Worker# CHECK: ec8: incl
1325*9880d681SAndroid Build Coastguard Worker
1326*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1327*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_7:
1328*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
1329*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1330*9880d681SAndroid Build Coastguard Worker  .rept 8
1331*9880d681SAndroid Build Coastguard Worker  inc %eax
1332*9880d681SAndroid Build Coastguard Worker  .endr
1333*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1334*9880d681SAndroid Build Coastguard Worker# CHECK: ee7: nop
1335*9880d681SAndroid Build Coastguard Worker# CHECK: ee8: incl
1336*9880d681SAndroid Build Coastguard Worker
1337*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1338*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_8:
1339*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
1340*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1341*9880d681SAndroid Build Coastguard Worker  .rept 8
1342*9880d681SAndroid Build Coastguard Worker  inc %eax
1343*9880d681SAndroid Build Coastguard Worker  .endr
1344*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1345*9880d681SAndroid Build Coastguard Worker# CHECK: f08: incl
1346*9880d681SAndroid Build Coastguard Worker
1347*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1348*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_9:
1349*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
1350*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1351*9880d681SAndroid Build Coastguard Worker  .rept 8
1352*9880d681SAndroid Build Coastguard Worker  inc %eax
1353*9880d681SAndroid Build Coastguard Worker  .endr
1354*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1355*9880d681SAndroid Build Coastguard Worker# CHECK: f29: nop
1356*9880d681SAndroid Build Coastguard Worker# CHECK: f30: nop
1357*9880d681SAndroid Build Coastguard Worker# CHECK: f38: incl
1358*9880d681SAndroid Build Coastguard Worker
1359*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1360*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_10:
1361*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
1362*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1363*9880d681SAndroid Build Coastguard Worker  .rept 8
1364*9880d681SAndroid Build Coastguard Worker  inc %eax
1365*9880d681SAndroid Build Coastguard Worker  .endr
1366*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1367*9880d681SAndroid Build Coastguard Worker# CHECK: f4a: nop
1368*9880d681SAndroid Build Coastguard Worker# CHECK: f50: nop
1369*9880d681SAndroid Build Coastguard Worker# CHECK: f58: incl
1370*9880d681SAndroid Build Coastguard Worker
1371*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1372*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_11:
1373*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
1374*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1375*9880d681SAndroid Build Coastguard Worker  .rept 8
1376*9880d681SAndroid Build Coastguard Worker  inc %eax
1377*9880d681SAndroid Build Coastguard Worker  .endr
1378*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1379*9880d681SAndroid Build Coastguard Worker# CHECK: f6b: nop
1380*9880d681SAndroid Build Coastguard Worker# CHECK: f70: nop
1381*9880d681SAndroid Build Coastguard Worker# CHECK: f78: incl
1382*9880d681SAndroid Build Coastguard Worker
1383*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1384*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_12:
1385*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
1386*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1387*9880d681SAndroid Build Coastguard Worker  .rept 8
1388*9880d681SAndroid Build Coastguard Worker  inc %eax
1389*9880d681SAndroid Build Coastguard Worker  .endr
1390*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1391*9880d681SAndroid Build Coastguard Worker# CHECK: f8c: nop
1392*9880d681SAndroid Build Coastguard Worker# CHECK: f90: nop
1393*9880d681SAndroid Build Coastguard Worker# CHECK: f98: incl
1394*9880d681SAndroid Build Coastguard Worker
1395*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1396*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_13:
1397*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
1398*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1399*9880d681SAndroid Build Coastguard Worker  .rept 8
1400*9880d681SAndroid Build Coastguard Worker  inc %eax
1401*9880d681SAndroid Build Coastguard Worker  .endr
1402*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1403*9880d681SAndroid Build Coastguard Worker# CHECK: fad: nop
1404*9880d681SAndroid Build Coastguard Worker# CHECK: fb0: nop
1405*9880d681SAndroid Build Coastguard Worker# CHECK: fb8: incl
1406*9880d681SAndroid Build Coastguard Worker
1407*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1408*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_14:
1409*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
1410*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1411*9880d681SAndroid Build Coastguard Worker  .rept 8
1412*9880d681SAndroid Build Coastguard Worker  inc %eax
1413*9880d681SAndroid Build Coastguard Worker  .endr
1414*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1415*9880d681SAndroid Build Coastguard Worker# CHECK: fce: nop
1416*9880d681SAndroid Build Coastguard Worker# CHECK: fd0: nop
1417*9880d681SAndroid Build Coastguard Worker# CHECK: fd8: incl
1418*9880d681SAndroid Build Coastguard Worker
1419*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1420*9880d681SAndroid Build Coastguard WorkerINSTRLEN_8_OFFSET_15:
1421*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
1422*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1423*9880d681SAndroid Build Coastguard Worker  .rept 8
1424*9880d681SAndroid Build Coastguard Worker  inc %eax
1425*9880d681SAndroid Build Coastguard Worker  .endr
1426*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1427*9880d681SAndroid Build Coastguard Worker# CHECK: fef: nop
1428*9880d681SAndroid Build Coastguard Worker# CHECK: ff0: nop
1429*9880d681SAndroid Build Coastguard Worker# CHECK: ff8: incl
1430*9880d681SAndroid Build Coastguard Worker
1431*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1432*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_0:
1433*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1434*9880d681SAndroid Build Coastguard Worker  .rept 9
1435*9880d681SAndroid Build Coastguard Worker  inc %eax
1436*9880d681SAndroid Build Coastguard Worker  .endr
1437*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1438*9880d681SAndroid Build Coastguard Worker# CHECK: 1000: nop
1439*9880d681SAndroid Build Coastguard Worker# CHECK: 1007: incl
1440*9880d681SAndroid Build Coastguard Worker
1441*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1442*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_1:
1443*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
1444*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1445*9880d681SAndroid Build Coastguard Worker  .rept 9
1446*9880d681SAndroid Build Coastguard Worker  inc %eax
1447*9880d681SAndroid Build Coastguard Worker  .endr
1448*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1449*9880d681SAndroid Build Coastguard Worker# CHECK: 1021: nop
1450*9880d681SAndroid Build Coastguard Worker# CHECK: 1027: incl
1451*9880d681SAndroid Build Coastguard Worker
1452*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1453*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_2:
1454*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
1455*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1456*9880d681SAndroid Build Coastguard Worker  .rept 9
1457*9880d681SAndroid Build Coastguard Worker  inc %eax
1458*9880d681SAndroid Build Coastguard Worker  .endr
1459*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1460*9880d681SAndroid Build Coastguard Worker# CHECK: 1042: nop
1461*9880d681SAndroid Build Coastguard Worker# CHECK: 1047: incl
1462*9880d681SAndroid Build Coastguard Worker
1463*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1464*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_3:
1465*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
1466*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1467*9880d681SAndroid Build Coastguard Worker  .rept 9
1468*9880d681SAndroid Build Coastguard Worker  inc %eax
1469*9880d681SAndroid Build Coastguard Worker  .endr
1470*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1471*9880d681SAndroid Build Coastguard Worker# CHECK: 1063: nop
1472*9880d681SAndroid Build Coastguard Worker# CHECK: 1067: incl
1473*9880d681SAndroid Build Coastguard Worker
1474*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1475*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_4:
1476*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
1477*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1478*9880d681SAndroid Build Coastguard Worker  .rept 9
1479*9880d681SAndroid Build Coastguard Worker  inc %eax
1480*9880d681SAndroid Build Coastguard Worker  .endr
1481*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1482*9880d681SAndroid Build Coastguard Worker# CHECK: 1084: nop
1483*9880d681SAndroid Build Coastguard Worker# CHECK: 1087: incl
1484*9880d681SAndroid Build Coastguard Worker
1485*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1486*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_5:
1487*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
1488*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1489*9880d681SAndroid Build Coastguard Worker  .rept 9
1490*9880d681SAndroid Build Coastguard Worker  inc %eax
1491*9880d681SAndroid Build Coastguard Worker  .endr
1492*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1493*9880d681SAndroid Build Coastguard Worker# CHECK: 10a5: nop
1494*9880d681SAndroid Build Coastguard Worker# CHECK: 10a7: incl
1495*9880d681SAndroid Build Coastguard Worker
1496*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1497*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_6:
1498*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
1499*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1500*9880d681SAndroid Build Coastguard Worker  .rept 9
1501*9880d681SAndroid Build Coastguard Worker  inc %eax
1502*9880d681SAndroid Build Coastguard Worker  .endr
1503*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1504*9880d681SAndroid Build Coastguard Worker# CHECK: 10c6: nop
1505*9880d681SAndroid Build Coastguard Worker# CHECK: 10c7: incl
1506*9880d681SAndroid Build Coastguard Worker
1507*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1508*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_7:
1509*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
1510*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1511*9880d681SAndroid Build Coastguard Worker  .rept 9
1512*9880d681SAndroid Build Coastguard Worker  inc %eax
1513*9880d681SAndroid Build Coastguard Worker  .endr
1514*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1515*9880d681SAndroid Build Coastguard Worker# CHECK: 10e7: incl
1516*9880d681SAndroid Build Coastguard Worker
1517*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1518*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_8:
1519*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
1520*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1521*9880d681SAndroid Build Coastguard Worker  .rept 9
1522*9880d681SAndroid Build Coastguard Worker  inc %eax
1523*9880d681SAndroid Build Coastguard Worker  .endr
1524*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1525*9880d681SAndroid Build Coastguard Worker# CHECK: 1108: nop
1526*9880d681SAndroid Build Coastguard Worker# CHECK: 1110: nop
1527*9880d681SAndroid Build Coastguard Worker# CHECK: 1117: incl
1528*9880d681SAndroid Build Coastguard Worker
1529*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1530*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_9:
1531*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
1532*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1533*9880d681SAndroid Build Coastguard Worker  .rept 9
1534*9880d681SAndroid Build Coastguard Worker  inc %eax
1535*9880d681SAndroid Build Coastguard Worker  .endr
1536*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1537*9880d681SAndroid Build Coastguard Worker# CHECK: 1129: nop
1538*9880d681SAndroid Build Coastguard Worker# CHECK: 1130: nop
1539*9880d681SAndroid Build Coastguard Worker# CHECK: 1137: incl
1540*9880d681SAndroid Build Coastguard Worker
1541*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1542*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_10:
1543*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
1544*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1545*9880d681SAndroid Build Coastguard Worker  .rept 9
1546*9880d681SAndroid Build Coastguard Worker  inc %eax
1547*9880d681SAndroid Build Coastguard Worker  .endr
1548*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1549*9880d681SAndroid Build Coastguard Worker# CHECK: 114a: nop
1550*9880d681SAndroid Build Coastguard Worker# CHECK: 1150: nop
1551*9880d681SAndroid Build Coastguard Worker# CHECK: 1157: incl
1552*9880d681SAndroid Build Coastguard Worker
1553*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1554*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_11:
1555*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
1556*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1557*9880d681SAndroid Build Coastguard Worker  .rept 9
1558*9880d681SAndroid Build Coastguard Worker  inc %eax
1559*9880d681SAndroid Build Coastguard Worker  .endr
1560*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1561*9880d681SAndroid Build Coastguard Worker# CHECK: 116b: nop
1562*9880d681SAndroid Build Coastguard Worker# CHECK: 1170: nop
1563*9880d681SAndroid Build Coastguard Worker# CHECK: 1177: incl
1564*9880d681SAndroid Build Coastguard Worker
1565*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1566*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_12:
1567*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
1568*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1569*9880d681SAndroid Build Coastguard Worker  .rept 9
1570*9880d681SAndroid Build Coastguard Worker  inc %eax
1571*9880d681SAndroid Build Coastguard Worker  .endr
1572*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1573*9880d681SAndroid Build Coastguard Worker# CHECK: 118c: nop
1574*9880d681SAndroid Build Coastguard Worker# CHECK: 1190: nop
1575*9880d681SAndroid Build Coastguard Worker# CHECK: 1197: incl
1576*9880d681SAndroid Build Coastguard Worker
1577*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1578*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_13:
1579*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
1580*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1581*9880d681SAndroid Build Coastguard Worker  .rept 9
1582*9880d681SAndroid Build Coastguard Worker  inc %eax
1583*9880d681SAndroid Build Coastguard Worker  .endr
1584*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1585*9880d681SAndroid Build Coastguard Worker# CHECK: 11ad: nop
1586*9880d681SAndroid Build Coastguard Worker# CHECK: 11b0: nop
1587*9880d681SAndroid Build Coastguard Worker# CHECK: 11b7: incl
1588*9880d681SAndroid Build Coastguard Worker
1589*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1590*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_14:
1591*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
1592*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1593*9880d681SAndroid Build Coastguard Worker  .rept 9
1594*9880d681SAndroid Build Coastguard Worker  inc %eax
1595*9880d681SAndroid Build Coastguard Worker  .endr
1596*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1597*9880d681SAndroid Build Coastguard Worker# CHECK: 11ce: nop
1598*9880d681SAndroid Build Coastguard Worker# CHECK: 11d0: nop
1599*9880d681SAndroid Build Coastguard Worker# CHECK: 11d7: incl
1600*9880d681SAndroid Build Coastguard Worker
1601*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1602*9880d681SAndroid Build Coastguard WorkerINSTRLEN_9_OFFSET_15:
1603*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
1604*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1605*9880d681SAndroid Build Coastguard Worker  .rept 9
1606*9880d681SAndroid Build Coastguard Worker  inc %eax
1607*9880d681SAndroid Build Coastguard Worker  .endr
1608*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1609*9880d681SAndroid Build Coastguard Worker# CHECK: 11ef: nop
1610*9880d681SAndroid Build Coastguard Worker# CHECK: 11f0: nop
1611*9880d681SAndroid Build Coastguard Worker# CHECK: 11f7: incl
1612*9880d681SAndroid Build Coastguard Worker
1613*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1614*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_0:
1615*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1616*9880d681SAndroid Build Coastguard Worker  .rept 10
1617*9880d681SAndroid Build Coastguard Worker  inc %eax
1618*9880d681SAndroid Build Coastguard Worker  .endr
1619*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1620*9880d681SAndroid Build Coastguard Worker# CHECK: 1200: nop
1621*9880d681SAndroid Build Coastguard Worker# CHECK: 1206: incl
1622*9880d681SAndroid Build Coastguard Worker
1623*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1624*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_1:
1625*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
1626*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1627*9880d681SAndroid Build Coastguard Worker  .rept 10
1628*9880d681SAndroid Build Coastguard Worker  inc %eax
1629*9880d681SAndroid Build Coastguard Worker  .endr
1630*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1631*9880d681SAndroid Build Coastguard Worker# CHECK: 1221: nop
1632*9880d681SAndroid Build Coastguard Worker# CHECK: 1226: incl
1633*9880d681SAndroid Build Coastguard Worker
1634*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1635*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_2:
1636*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
1637*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1638*9880d681SAndroid Build Coastguard Worker  .rept 10
1639*9880d681SAndroid Build Coastguard Worker  inc %eax
1640*9880d681SAndroid Build Coastguard Worker  .endr
1641*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1642*9880d681SAndroid Build Coastguard Worker# CHECK: 1242: nop
1643*9880d681SAndroid Build Coastguard Worker# CHECK: 1246: incl
1644*9880d681SAndroid Build Coastguard Worker
1645*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1646*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_3:
1647*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
1648*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1649*9880d681SAndroid Build Coastguard Worker  .rept 10
1650*9880d681SAndroid Build Coastguard Worker  inc %eax
1651*9880d681SAndroid Build Coastguard Worker  .endr
1652*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1653*9880d681SAndroid Build Coastguard Worker# CHECK: 1263: nop
1654*9880d681SAndroid Build Coastguard Worker# CHECK: 1266: incl
1655*9880d681SAndroid Build Coastguard Worker
1656*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1657*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_4:
1658*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
1659*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1660*9880d681SAndroid Build Coastguard Worker  .rept 10
1661*9880d681SAndroid Build Coastguard Worker  inc %eax
1662*9880d681SAndroid Build Coastguard Worker  .endr
1663*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1664*9880d681SAndroid Build Coastguard Worker# CHECK: 1284: nop
1665*9880d681SAndroid Build Coastguard Worker# CHECK: 1286: incl
1666*9880d681SAndroid Build Coastguard Worker
1667*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1668*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_5:
1669*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
1670*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1671*9880d681SAndroid Build Coastguard Worker  .rept 10
1672*9880d681SAndroid Build Coastguard Worker  inc %eax
1673*9880d681SAndroid Build Coastguard Worker  .endr
1674*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1675*9880d681SAndroid Build Coastguard Worker# CHECK: 12a5: nop
1676*9880d681SAndroid Build Coastguard Worker# CHECK: 12a6: incl
1677*9880d681SAndroid Build Coastguard Worker
1678*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1679*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_6:
1680*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
1681*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1682*9880d681SAndroid Build Coastguard Worker  .rept 10
1683*9880d681SAndroid Build Coastguard Worker  inc %eax
1684*9880d681SAndroid Build Coastguard Worker  .endr
1685*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1686*9880d681SAndroid Build Coastguard Worker# CHECK: 12c6: incl
1687*9880d681SAndroid Build Coastguard Worker
1688*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1689*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_7:
1690*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
1691*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1692*9880d681SAndroid Build Coastguard Worker  .rept 10
1693*9880d681SAndroid Build Coastguard Worker  inc %eax
1694*9880d681SAndroid Build Coastguard Worker  .endr
1695*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1696*9880d681SAndroid Build Coastguard Worker# CHECK: 12e7: nop
1697*9880d681SAndroid Build Coastguard Worker# CHECK: 12f0: nop
1698*9880d681SAndroid Build Coastguard Worker# CHECK: 12f6: incl
1699*9880d681SAndroid Build Coastguard Worker
1700*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1701*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_8:
1702*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
1703*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1704*9880d681SAndroid Build Coastguard Worker  .rept 10
1705*9880d681SAndroid Build Coastguard Worker  inc %eax
1706*9880d681SAndroid Build Coastguard Worker  .endr
1707*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1708*9880d681SAndroid Build Coastguard Worker# CHECK: 1308: nop
1709*9880d681SAndroid Build Coastguard Worker# CHECK: 1310: nop
1710*9880d681SAndroid Build Coastguard Worker# CHECK: 1316: incl
1711*9880d681SAndroid Build Coastguard Worker
1712*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1713*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_9:
1714*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
1715*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1716*9880d681SAndroid Build Coastguard Worker  .rept 10
1717*9880d681SAndroid Build Coastguard Worker  inc %eax
1718*9880d681SAndroid Build Coastguard Worker  .endr
1719*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1720*9880d681SAndroid Build Coastguard Worker# CHECK: 1329: nop
1721*9880d681SAndroid Build Coastguard Worker# CHECK: 1330: nop
1722*9880d681SAndroid Build Coastguard Worker# CHECK: 1336: incl
1723*9880d681SAndroid Build Coastguard Worker
1724*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1725*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_10:
1726*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
1727*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1728*9880d681SAndroid Build Coastguard Worker  .rept 10
1729*9880d681SAndroid Build Coastguard Worker  inc %eax
1730*9880d681SAndroid Build Coastguard Worker  .endr
1731*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1732*9880d681SAndroid Build Coastguard Worker# CHECK: 134a: nop
1733*9880d681SAndroid Build Coastguard Worker# CHECK: 1350: nop
1734*9880d681SAndroid Build Coastguard Worker# CHECK: 1356: incl
1735*9880d681SAndroid Build Coastguard Worker
1736*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1737*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_11:
1738*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
1739*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1740*9880d681SAndroid Build Coastguard Worker  .rept 10
1741*9880d681SAndroid Build Coastguard Worker  inc %eax
1742*9880d681SAndroid Build Coastguard Worker  .endr
1743*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1744*9880d681SAndroid Build Coastguard Worker# CHECK: 136b: nop
1745*9880d681SAndroid Build Coastguard Worker# CHECK: 1370: nop
1746*9880d681SAndroid Build Coastguard Worker# CHECK: 1376: incl
1747*9880d681SAndroid Build Coastguard Worker
1748*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1749*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_12:
1750*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
1751*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1752*9880d681SAndroid Build Coastguard Worker  .rept 10
1753*9880d681SAndroid Build Coastguard Worker  inc %eax
1754*9880d681SAndroid Build Coastguard Worker  .endr
1755*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1756*9880d681SAndroid Build Coastguard Worker# CHECK: 138c: nop
1757*9880d681SAndroid Build Coastguard Worker# CHECK: 1390: nop
1758*9880d681SAndroid Build Coastguard Worker# CHECK: 1396: incl
1759*9880d681SAndroid Build Coastguard Worker
1760*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1761*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_13:
1762*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
1763*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1764*9880d681SAndroid Build Coastguard Worker  .rept 10
1765*9880d681SAndroid Build Coastguard Worker  inc %eax
1766*9880d681SAndroid Build Coastguard Worker  .endr
1767*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1768*9880d681SAndroid Build Coastguard Worker# CHECK: 13ad: nop
1769*9880d681SAndroid Build Coastguard Worker# CHECK: 13b0: nop
1770*9880d681SAndroid Build Coastguard Worker# CHECK: 13b6: incl
1771*9880d681SAndroid Build Coastguard Worker
1772*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1773*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_14:
1774*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
1775*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1776*9880d681SAndroid Build Coastguard Worker  .rept 10
1777*9880d681SAndroid Build Coastguard Worker  inc %eax
1778*9880d681SAndroid Build Coastguard Worker  .endr
1779*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1780*9880d681SAndroid Build Coastguard Worker# CHECK: 13ce: nop
1781*9880d681SAndroid Build Coastguard Worker# CHECK: 13d0: nop
1782*9880d681SAndroid Build Coastguard Worker# CHECK: 13d6: incl
1783*9880d681SAndroid Build Coastguard Worker
1784*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1785*9880d681SAndroid Build Coastguard WorkerINSTRLEN_10_OFFSET_15:
1786*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
1787*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1788*9880d681SAndroid Build Coastguard Worker  .rept 10
1789*9880d681SAndroid Build Coastguard Worker  inc %eax
1790*9880d681SAndroid Build Coastguard Worker  .endr
1791*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1792*9880d681SAndroid Build Coastguard Worker# CHECK: 13ef: nop
1793*9880d681SAndroid Build Coastguard Worker# CHECK: 13f0: nop
1794*9880d681SAndroid Build Coastguard Worker# CHECK: 13f6: incl
1795*9880d681SAndroid Build Coastguard Worker
1796*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1797*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_0:
1798*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1799*9880d681SAndroid Build Coastguard Worker  .rept 11
1800*9880d681SAndroid Build Coastguard Worker  inc %eax
1801*9880d681SAndroid Build Coastguard Worker  .endr
1802*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1803*9880d681SAndroid Build Coastguard Worker# CHECK: 1400: nop
1804*9880d681SAndroid Build Coastguard Worker# CHECK: 1405: incl
1805*9880d681SAndroid Build Coastguard Worker
1806*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1807*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_1:
1808*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
1809*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1810*9880d681SAndroid Build Coastguard Worker  .rept 11
1811*9880d681SAndroid Build Coastguard Worker  inc %eax
1812*9880d681SAndroid Build Coastguard Worker  .endr
1813*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1814*9880d681SAndroid Build Coastguard Worker# CHECK: 1421: nop
1815*9880d681SAndroid Build Coastguard Worker# CHECK: 1425: incl
1816*9880d681SAndroid Build Coastguard Worker
1817*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1818*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_2:
1819*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
1820*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1821*9880d681SAndroid Build Coastguard Worker  .rept 11
1822*9880d681SAndroid Build Coastguard Worker  inc %eax
1823*9880d681SAndroid Build Coastguard Worker  .endr
1824*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1825*9880d681SAndroid Build Coastguard Worker# CHECK: 1442: nop
1826*9880d681SAndroid Build Coastguard Worker# CHECK: 1445: incl
1827*9880d681SAndroid Build Coastguard Worker
1828*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1829*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_3:
1830*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
1831*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1832*9880d681SAndroid Build Coastguard Worker  .rept 11
1833*9880d681SAndroid Build Coastguard Worker  inc %eax
1834*9880d681SAndroid Build Coastguard Worker  .endr
1835*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1836*9880d681SAndroid Build Coastguard Worker# CHECK: 1463: nop
1837*9880d681SAndroid Build Coastguard Worker# CHECK: 1465: incl
1838*9880d681SAndroid Build Coastguard Worker
1839*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1840*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_4:
1841*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
1842*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1843*9880d681SAndroid Build Coastguard Worker  .rept 11
1844*9880d681SAndroid Build Coastguard Worker  inc %eax
1845*9880d681SAndroid Build Coastguard Worker  .endr
1846*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1847*9880d681SAndroid Build Coastguard Worker# CHECK: 1484: nop
1848*9880d681SAndroid Build Coastguard Worker# CHECK: 1485: incl
1849*9880d681SAndroid Build Coastguard Worker
1850*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1851*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_5:
1852*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
1853*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1854*9880d681SAndroid Build Coastguard Worker  .rept 11
1855*9880d681SAndroid Build Coastguard Worker  inc %eax
1856*9880d681SAndroid Build Coastguard Worker  .endr
1857*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1858*9880d681SAndroid Build Coastguard Worker# CHECK: 14a5: incl
1859*9880d681SAndroid Build Coastguard Worker
1860*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1861*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_6:
1862*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
1863*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1864*9880d681SAndroid Build Coastguard Worker  .rept 11
1865*9880d681SAndroid Build Coastguard Worker  inc %eax
1866*9880d681SAndroid Build Coastguard Worker  .endr
1867*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1868*9880d681SAndroid Build Coastguard Worker# CHECK: 14c6: nop
1869*9880d681SAndroid Build Coastguard Worker# CHECK: 14d0: nop
1870*9880d681SAndroid Build Coastguard Worker# CHECK: 14d5: incl
1871*9880d681SAndroid Build Coastguard Worker
1872*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1873*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_7:
1874*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
1875*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1876*9880d681SAndroid Build Coastguard Worker  .rept 11
1877*9880d681SAndroid Build Coastguard Worker  inc %eax
1878*9880d681SAndroid Build Coastguard Worker  .endr
1879*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1880*9880d681SAndroid Build Coastguard Worker# CHECK: 14e7: nop
1881*9880d681SAndroid Build Coastguard Worker# CHECK: 14f0: nop
1882*9880d681SAndroid Build Coastguard Worker# CHECK: 14f5: incl
1883*9880d681SAndroid Build Coastguard Worker
1884*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1885*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_8:
1886*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
1887*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1888*9880d681SAndroid Build Coastguard Worker  .rept 11
1889*9880d681SAndroid Build Coastguard Worker  inc %eax
1890*9880d681SAndroid Build Coastguard Worker  .endr
1891*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1892*9880d681SAndroid Build Coastguard Worker# CHECK: 1508: nop
1893*9880d681SAndroid Build Coastguard Worker# CHECK: 1510: nop
1894*9880d681SAndroid Build Coastguard Worker# CHECK: 1515: incl
1895*9880d681SAndroid Build Coastguard Worker
1896*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1897*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_9:
1898*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
1899*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1900*9880d681SAndroid Build Coastguard Worker  .rept 11
1901*9880d681SAndroid Build Coastguard Worker  inc %eax
1902*9880d681SAndroid Build Coastguard Worker  .endr
1903*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1904*9880d681SAndroid Build Coastguard Worker# CHECK: 1529: nop
1905*9880d681SAndroid Build Coastguard Worker# CHECK: 1530: nop
1906*9880d681SAndroid Build Coastguard Worker# CHECK: 1535: incl
1907*9880d681SAndroid Build Coastguard Worker
1908*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1909*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_10:
1910*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
1911*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1912*9880d681SAndroid Build Coastguard Worker  .rept 11
1913*9880d681SAndroid Build Coastguard Worker  inc %eax
1914*9880d681SAndroid Build Coastguard Worker  .endr
1915*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1916*9880d681SAndroid Build Coastguard Worker# CHECK: 154a: nop
1917*9880d681SAndroid Build Coastguard Worker# CHECK: 1550: nop
1918*9880d681SAndroid Build Coastguard Worker# CHECK: 1555: incl
1919*9880d681SAndroid Build Coastguard Worker
1920*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1921*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_11:
1922*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
1923*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1924*9880d681SAndroid Build Coastguard Worker  .rept 11
1925*9880d681SAndroid Build Coastguard Worker  inc %eax
1926*9880d681SAndroid Build Coastguard Worker  .endr
1927*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1928*9880d681SAndroid Build Coastguard Worker# CHECK: 156b: nop
1929*9880d681SAndroid Build Coastguard Worker# CHECK: 1570: nop
1930*9880d681SAndroid Build Coastguard Worker# CHECK: 1575: incl
1931*9880d681SAndroid Build Coastguard Worker
1932*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1933*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_12:
1934*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
1935*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1936*9880d681SAndroid Build Coastguard Worker  .rept 11
1937*9880d681SAndroid Build Coastguard Worker  inc %eax
1938*9880d681SAndroid Build Coastguard Worker  .endr
1939*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1940*9880d681SAndroid Build Coastguard Worker# CHECK: 158c: nop
1941*9880d681SAndroid Build Coastguard Worker# CHECK: 1590: nop
1942*9880d681SAndroid Build Coastguard Worker# CHECK: 1595: incl
1943*9880d681SAndroid Build Coastguard Worker
1944*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1945*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_13:
1946*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
1947*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1948*9880d681SAndroid Build Coastguard Worker  .rept 11
1949*9880d681SAndroid Build Coastguard Worker  inc %eax
1950*9880d681SAndroid Build Coastguard Worker  .endr
1951*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1952*9880d681SAndroid Build Coastguard Worker# CHECK: 15ad: nop
1953*9880d681SAndroid Build Coastguard Worker# CHECK: 15b0: nop
1954*9880d681SAndroid Build Coastguard Worker# CHECK: 15b5: incl
1955*9880d681SAndroid Build Coastguard Worker
1956*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1957*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_14:
1958*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
1959*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1960*9880d681SAndroid Build Coastguard Worker  .rept 11
1961*9880d681SAndroid Build Coastguard Worker  inc %eax
1962*9880d681SAndroid Build Coastguard Worker  .endr
1963*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1964*9880d681SAndroid Build Coastguard Worker# CHECK: 15ce: nop
1965*9880d681SAndroid Build Coastguard Worker# CHECK: 15d0: nop
1966*9880d681SAndroid Build Coastguard Worker# CHECK: 15d5: incl
1967*9880d681SAndroid Build Coastguard Worker
1968*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1969*9880d681SAndroid Build Coastguard WorkerINSTRLEN_11_OFFSET_15:
1970*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
1971*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1972*9880d681SAndroid Build Coastguard Worker  .rept 11
1973*9880d681SAndroid Build Coastguard Worker  inc %eax
1974*9880d681SAndroid Build Coastguard Worker  .endr
1975*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1976*9880d681SAndroid Build Coastguard Worker# CHECK: 15ef: nop
1977*9880d681SAndroid Build Coastguard Worker# CHECK: 15f0: nop
1978*9880d681SAndroid Build Coastguard Worker# CHECK: 15f5: incl
1979*9880d681SAndroid Build Coastguard Worker
1980*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1981*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_0:
1982*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1983*9880d681SAndroid Build Coastguard Worker  .rept 12
1984*9880d681SAndroid Build Coastguard Worker  inc %eax
1985*9880d681SAndroid Build Coastguard Worker  .endr
1986*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1987*9880d681SAndroid Build Coastguard Worker# CHECK: 1600: nop
1988*9880d681SAndroid Build Coastguard Worker# CHECK: 1604: incl
1989*9880d681SAndroid Build Coastguard Worker
1990*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
1991*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_1:
1992*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
1993*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
1994*9880d681SAndroid Build Coastguard Worker  .rept 12
1995*9880d681SAndroid Build Coastguard Worker  inc %eax
1996*9880d681SAndroid Build Coastguard Worker  .endr
1997*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
1998*9880d681SAndroid Build Coastguard Worker# CHECK: 1621: nop
1999*9880d681SAndroid Build Coastguard Worker# CHECK: 1624: incl
2000*9880d681SAndroid Build Coastguard Worker
2001*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2002*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_2:
2003*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
2004*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2005*9880d681SAndroid Build Coastguard Worker  .rept 12
2006*9880d681SAndroid Build Coastguard Worker  inc %eax
2007*9880d681SAndroid Build Coastguard Worker  .endr
2008*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2009*9880d681SAndroid Build Coastguard Worker# CHECK: 1642: nop
2010*9880d681SAndroid Build Coastguard Worker# CHECK: 1644: incl
2011*9880d681SAndroid Build Coastguard Worker
2012*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2013*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_3:
2014*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
2015*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2016*9880d681SAndroid Build Coastguard Worker  .rept 12
2017*9880d681SAndroid Build Coastguard Worker  inc %eax
2018*9880d681SAndroid Build Coastguard Worker  .endr
2019*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2020*9880d681SAndroid Build Coastguard Worker# CHECK: 1663: nop
2021*9880d681SAndroid Build Coastguard Worker# CHECK: 1664: incl
2022*9880d681SAndroid Build Coastguard Worker
2023*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2024*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_4:
2025*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
2026*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2027*9880d681SAndroid Build Coastguard Worker  .rept 12
2028*9880d681SAndroid Build Coastguard Worker  inc %eax
2029*9880d681SAndroid Build Coastguard Worker  .endr
2030*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2031*9880d681SAndroid Build Coastguard Worker# CHECK: 1684: incl
2032*9880d681SAndroid Build Coastguard Worker
2033*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2034*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_5:
2035*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
2036*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2037*9880d681SAndroid Build Coastguard Worker  .rept 12
2038*9880d681SAndroid Build Coastguard Worker  inc %eax
2039*9880d681SAndroid Build Coastguard Worker  .endr
2040*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2041*9880d681SAndroid Build Coastguard Worker# CHECK: 16a5: nop
2042*9880d681SAndroid Build Coastguard Worker# CHECK: 16b0: nop
2043*9880d681SAndroid Build Coastguard Worker# CHECK: 16b4: incl
2044*9880d681SAndroid Build Coastguard Worker
2045*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2046*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_6:
2047*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
2048*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2049*9880d681SAndroid Build Coastguard Worker  .rept 12
2050*9880d681SAndroid Build Coastguard Worker  inc %eax
2051*9880d681SAndroid Build Coastguard Worker  .endr
2052*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2053*9880d681SAndroid Build Coastguard Worker# CHECK: 16c6: nop
2054*9880d681SAndroid Build Coastguard Worker# CHECK: 16d0: nop
2055*9880d681SAndroid Build Coastguard Worker# CHECK: 16d4: incl
2056*9880d681SAndroid Build Coastguard Worker
2057*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2058*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_7:
2059*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
2060*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2061*9880d681SAndroid Build Coastguard Worker  .rept 12
2062*9880d681SAndroid Build Coastguard Worker  inc %eax
2063*9880d681SAndroid Build Coastguard Worker  .endr
2064*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2065*9880d681SAndroid Build Coastguard Worker# CHECK: 16e7: nop
2066*9880d681SAndroid Build Coastguard Worker# CHECK: 16f0: nop
2067*9880d681SAndroid Build Coastguard Worker# CHECK: 16f4: incl
2068*9880d681SAndroid Build Coastguard Worker
2069*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2070*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_8:
2071*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
2072*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2073*9880d681SAndroid Build Coastguard Worker  .rept 12
2074*9880d681SAndroid Build Coastguard Worker  inc %eax
2075*9880d681SAndroid Build Coastguard Worker  .endr
2076*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2077*9880d681SAndroid Build Coastguard Worker# CHECK: 1708: nop
2078*9880d681SAndroid Build Coastguard Worker# CHECK: 1710: nop
2079*9880d681SAndroid Build Coastguard Worker# CHECK: 1714: incl
2080*9880d681SAndroid Build Coastguard Worker
2081*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2082*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_9:
2083*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
2084*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2085*9880d681SAndroid Build Coastguard Worker  .rept 12
2086*9880d681SAndroid Build Coastguard Worker  inc %eax
2087*9880d681SAndroid Build Coastguard Worker  .endr
2088*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2089*9880d681SAndroid Build Coastguard Worker# CHECK: 1729: nop
2090*9880d681SAndroid Build Coastguard Worker# CHECK: 1730: nop
2091*9880d681SAndroid Build Coastguard Worker# CHECK: 1734: incl
2092*9880d681SAndroid Build Coastguard Worker
2093*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2094*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_10:
2095*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
2096*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2097*9880d681SAndroid Build Coastguard Worker  .rept 12
2098*9880d681SAndroid Build Coastguard Worker  inc %eax
2099*9880d681SAndroid Build Coastguard Worker  .endr
2100*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2101*9880d681SAndroid Build Coastguard Worker# CHECK: 174a: nop
2102*9880d681SAndroid Build Coastguard Worker# CHECK: 1750: nop
2103*9880d681SAndroid Build Coastguard Worker# CHECK: 1754: incl
2104*9880d681SAndroid Build Coastguard Worker
2105*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2106*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_11:
2107*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
2108*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2109*9880d681SAndroid Build Coastguard Worker  .rept 12
2110*9880d681SAndroid Build Coastguard Worker  inc %eax
2111*9880d681SAndroid Build Coastguard Worker  .endr
2112*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2113*9880d681SAndroid Build Coastguard Worker# CHECK: 176b: nop
2114*9880d681SAndroid Build Coastguard Worker# CHECK: 1770: nop
2115*9880d681SAndroid Build Coastguard Worker# CHECK: 1774: incl
2116*9880d681SAndroid Build Coastguard Worker
2117*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2118*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_12:
2119*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
2120*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2121*9880d681SAndroid Build Coastguard Worker  .rept 12
2122*9880d681SAndroid Build Coastguard Worker  inc %eax
2123*9880d681SAndroid Build Coastguard Worker  .endr
2124*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2125*9880d681SAndroid Build Coastguard Worker# CHECK: 178c: nop
2126*9880d681SAndroid Build Coastguard Worker# CHECK: 1790: nop
2127*9880d681SAndroid Build Coastguard Worker# CHECK: 1794: incl
2128*9880d681SAndroid Build Coastguard Worker
2129*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2130*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_13:
2131*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
2132*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2133*9880d681SAndroid Build Coastguard Worker  .rept 12
2134*9880d681SAndroid Build Coastguard Worker  inc %eax
2135*9880d681SAndroid Build Coastguard Worker  .endr
2136*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2137*9880d681SAndroid Build Coastguard Worker# CHECK: 17ad: nop
2138*9880d681SAndroid Build Coastguard Worker# CHECK: 17b0: nop
2139*9880d681SAndroid Build Coastguard Worker# CHECK: 17b4: incl
2140*9880d681SAndroid Build Coastguard Worker
2141*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2142*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_14:
2143*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
2144*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2145*9880d681SAndroid Build Coastguard Worker  .rept 12
2146*9880d681SAndroid Build Coastguard Worker  inc %eax
2147*9880d681SAndroid Build Coastguard Worker  .endr
2148*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2149*9880d681SAndroid Build Coastguard Worker# CHECK: 17ce: nop
2150*9880d681SAndroid Build Coastguard Worker# CHECK: 17d0: nop
2151*9880d681SAndroid Build Coastguard Worker# CHECK: 17d4: incl
2152*9880d681SAndroid Build Coastguard Worker
2153*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2154*9880d681SAndroid Build Coastguard WorkerINSTRLEN_12_OFFSET_15:
2155*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
2156*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2157*9880d681SAndroid Build Coastguard Worker  .rept 12
2158*9880d681SAndroid Build Coastguard Worker  inc %eax
2159*9880d681SAndroid Build Coastguard Worker  .endr
2160*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2161*9880d681SAndroid Build Coastguard Worker# CHECK: 17ef: nop
2162*9880d681SAndroid Build Coastguard Worker# CHECK: 17f0: nop
2163*9880d681SAndroid Build Coastguard Worker# CHECK: 17f4: incl
2164*9880d681SAndroid Build Coastguard Worker
2165*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2166*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_0:
2167*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2168*9880d681SAndroid Build Coastguard Worker  .rept 13
2169*9880d681SAndroid Build Coastguard Worker  inc %eax
2170*9880d681SAndroid Build Coastguard Worker  .endr
2171*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2172*9880d681SAndroid Build Coastguard Worker# CHECK: 1800: nop
2173*9880d681SAndroid Build Coastguard Worker# CHECK: 1803: incl
2174*9880d681SAndroid Build Coastguard Worker
2175*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2176*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_1:
2177*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
2178*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2179*9880d681SAndroid Build Coastguard Worker  .rept 13
2180*9880d681SAndroid Build Coastguard Worker  inc %eax
2181*9880d681SAndroid Build Coastguard Worker  .endr
2182*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2183*9880d681SAndroid Build Coastguard Worker# CHECK: 1821: nop
2184*9880d681SAndroid Build Coastguard Worker# CHECK: 1823: incl
2185*9880d681SAndroid Build Coastguard Worker
2186*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2187*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_2:
2188*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
2189*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2190*9880d681SAndroid Build Coastguard Worker  .rept 13
2191*9880d681SAndroid Build Coastguard Worker  inc %eax
2192*9880d681SAndroid Build Coastguard Worker  .endr
2193*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2194*9880d681SAndroid Build Coastguard Worker# CHECK: 1842: nop
2195*9880d681SAndroid Build Coastguard Worker# CHECK: 1843: incl
2196*9880d681SAndroid Build Coastguard Worker
2197*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2198*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_3:
2199*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
2200*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2201*9880d681SAndroid Build Coastguard Worker  .rept 13
2202*9880d681SAndroid Build Coastguard Worker  inc %eax
2203*9880d681SAndroid Build Coastguard Worker  .endr
2204*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2205*9880d681SAndroid Build Coastguard Worker# CHECK: 1863: incl
2206*9880d681SAndroid Build Coastguard Worker
2207*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2208*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_4:
2209*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
2210*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2211*9880d681SAndroid Build Coastguard Worker  .rept 13
2212*9880d681SAndroid Build Coastguard Worker  inc %eax
2213*9880d681SAndroid Build Coastguard Worker  .endr
2214*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2215*9880d681SAndroid Build Coastguard Worker# CHECK: 1884: nop
2216*9880d681SAndroid Build Coastguard Worker# CHECK: 1890: nop
2217*9880d681SAndroid Build Coastguard Worker# CHECK: 1893: incl
2218*9880d681SAndroid Build Coastguard Worker
2219*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2220*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_5:
2221*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
2222*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2223*9880d681SAndroid Build Coastguard Worker  .rept 13
2224*9880d681SAndroid Build Coastguard Worker  inc %eax
2225*9880d681SAndroid Build Coastguard Worker  .endr
2226*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2227*9880d681SAndroid Build Coastguard Worker# CHECK: 18a5: nop
2228*9880d681SAndroid Build Coastguard Worker# CHECK: 18b0: nop
2229*9880d681SAndroid Build Coastguard Worker# CHECK: 18b3: incl
2230*9880d681SAndroid Build Coastguard Worker
2231*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2232*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_6:
2233*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
2234*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2235*9880d681SAndroid Build Coastguard Worker  .rept 13
2236*9880d681SAndroid Build Coastguard Worker  inc %eax
2237*9880d681SAndroid Build Coastguard Worker  .endr
2238*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2239*9880d681SAndroid Build Coastguard Worker# CHECK: 18c6: nop
2240*9880d681SAndroid Build Coastguard Worker# CHECK: 18d0: nop
2241*9880d681SAndroid Build Coastguard Worker# CHECK: 18d3: incl
2242*9880d681SAndroid Build Coastguard Worker
2243*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2244*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_7:
2245*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
2246*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2247*9880d681SAndroid Build Coastguard Worker  .rept 13
2248*9880d681SAndroid Build Coastguard Worker  inc %eax
2249*9880d681SAndroid Build Coastguard Worker  .endr
2250*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2251*9880d681SAndroid Build Coastguard Worker# CHECK: 18e7: nop
2252*9880d681SAndroid Build Coastguard Worker# CHECK: 18f0: nop
2253*9880d681SAndroid Build Coastguard Worker# CHECK: 18f3: incl
2254*9880d681SAndroid Build Coastguard Worker
2255*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2256*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_8:
2257*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
2258*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2259*9880d681SAndroid Build Coastguard Worker  .rept 13
2260*9880d681SAndroid Build Coastguard Worker  inc %eax
2261*9880d681SAndroid Build Coastguard Worker  .endr
2262*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2263*9880d681SAndroid Build Coastguard Worker# CHECK: 1908: nop
2264*9880d681SAndroid Build Coastguard Worker# CHECK: 1910: nop
2265*9880d681SAndroid Build Coastguard Worker# CHECK: 1913: incl
2266*9880d681SAndroid Build Coastguard Worker
2267*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2268*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_9:
2269*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
2270*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2271*9880d681SAndroid Build Coastguard Worker  .rept 13
2272*9880d681SAndroid Build Coastguard Worker  inc %eax
2273*9880d681SAndroid Build Coastguard Worker  .endr
2274*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2275*9880d681SAndroid Build Coastguard Worker# CHECK: 1929: nop
2276*9880d681SAndroid Build Coastguard Worker# CHECK: 1930: nop
2277*9880d681SAndroid Build Coastguard Worker# CHECK: 1933: incl
2278*9880d681SAndroid Build Coastguard Worker
2279*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2280*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_10:
2281*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
2282*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2283*9880d681SAndroid Build Coastguard Worker  .rept 13
2284*9880d681SAndroid Build Coastguard Worker  inc %eax
2285*9880d681SAndroid Build Coastguard Worker  .endr
2286*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2287*9880d681SAndroid Build Coastguard Worker# CHECK: 194a: nop
2288*9880d681SAndroid Build Coastguard Worker# CHECK: 1950: nop
2289*9880d681SAndroid Build Coastguard Worker# CHECK: 1953: incl
2290*9880d681SAndroid Build Coastguard Worker
2291*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2292*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_11:
2293*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
2294*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2295*9880d681SAndroid Build Coastguard Worker  .rept 13
2296*9880d681SAndroid Build Coastguard Worker  inc %eax
2297*9880d681SAndroid Build Coastguard Worker  .endr
2298*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2299*9880d681SAndroid Build Coastguard Worker# CHECK: 196b: nop
2300*9880d681SAndroid Build Coastguard Worker# CHECK: 1970: nop
2301*9880d681SAndroid Build Coastguard Worker# CHECK: 1973: incl
2302*9880d681SAndroid Build Coastguard Worker
2303*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2304*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_12:
2305*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
2306*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2307*9880d681SAndroid Build Coastguard Worker  .rept 13
2308*9880d681SAndroid Build Coastguard Worker  inc %eax
2309*9880d681SAndroid Build Coastguard Worker  .endr
2310*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2311*9880d681SAndroid Build Coastguard Worker# CHECK: 198c: nop
2312*9880d681SAndroid Build Coastguard Worker# CHECK: 1990: nop
2313*9880d681SAndroid Build Coastguard Worker# CHECK: 1993: incl
2314*9880d681SAndroid Build Coastguard Worker
2315*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2316*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_13:
2317*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
2318*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2319*9880d681SAndroid Build Coastguard Worker  .rept 13
2320*9880d681SAndroid Build Coastguard Worker  inc %eax
2321*9880d681SAndroid Build Coastguard Worker  .endr
2322*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2323*9880d681SAndroid Build Coastguard Worker# CHECK: 19ad: nop
2324*9880d681SAndroid Build Coastguard Worker# CHECK: 19b0: nop
2325*9880d681SAndroid Build Coastguard Worker# CHECK: 19b3: incl
2326*9880d681SAndroid Build Coastguard Worker
2327*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2328*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_14:
2329*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
2330*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2331*9880d681SAndroid Build Coastguard Worker  .rept 13
2332*9880d681SAndroid Build Coastguard Worker  inc %eax
2333*9880d681SAndroid Build Coastguard Worker  .endr
2334*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2335*9880d681SAndroid Build Coastguard Worker# CHECK: 19ce: nop
2336*9880d681SAndroid Build Coastguard Worker# CHECK: 19d0: nop
2337*9880d681SAndroid Build Coastguard Worker# CHECK: 19d3: incl
2338*9880d681SAndroid Build Coastguard Worker
2339*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2340*9880d681SAndroid Build Coastguard WorkerINSTRLEN_13_OFFSET_15:
2341*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
2342*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2343*9880d681SAndroid Build Coastguard Worker  .rept 13
2344*9880d681SAndroid Build Coastguard Worker  inc %eax
2345*9880d681SAndroid Build Coastguard Worker  .endr
2346*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2347*9880d681SAndroid Build Coastguard Worker# CHECK: 19ef: nop
2348*9880d681SAndroid Build Coastguard Worker# CHECK: 19f0: nop
2349*9880d681SAndroid Build Coastguard Worker# CHECK: 19f3: incl
2350*9880d681SAndroid Build Coastguard Worker
2351*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2352*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_0:
2353*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2354*9880d681SAndroid Build Coastguard Worker  .rept 14
2355*9880d681SAndroid Build Coastguard Worker  inc %eax
2356*9880d681SAndroid Build Coastguard Worker  .endr
2357*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2358*9880d681SAndroid Build Coastguard Worker# CHECK: 1a00: nop
2359*9880d681SAndroid Build Coastguard Worker# CHECK: 1a02: incl
2360*9880d681SAndroid Build Coastguard Worker
2361*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2362*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_1:
2363*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
2364*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2365*9880d681SAndroid Build Coastguard Worker  .rept 14
2366*9880d681SAndroid Build Coastguard Worker  inc %eax
2367*9880d681SAndroid Build Coastguard Worker  .endr
2368*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2369*9880d681SAndroid Build Coastguard Worker# CHECK: 1a21: nop
2370*9880d681SAndroid Build Coastguard Worker# CHECK: 1a22: incl
2371*9880d681SAndroid Build Coastguard Worker
2372*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2373*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_2:
2374*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
2375*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2376*9880d681SAndroid Build Coastguard Worker  .rept 14
2377*9880d681SAndroid Build Coastguard Worker  inc %eax
2378*9880d681SAndroid Build Coastguard Worker  .endr
2379*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2380*9880d681SAndroid Build Coastguard Worker# CHECK: 1a42: incl
2381*9880d681SAndroid Build Coastguard Worker
2382*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2383*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_3:
2384*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
2385*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2386*9880d681SAndroid Build Coastguard Worker  .rept 14
2387*9880d681SAndroid Build Coastguard Worker  inc %eax
2388*9880d681SAndroid Build Coastguard Worker  .endr
2389*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2390*9880d681SAndroid Build Coastguard Worker# CHECK: 1a63: nop
2391*9880d681SAndroid Build Coastguard Worker# CHECK: 1a70: nop
2392*9880d681SAndroid Build Coastguard Worker# CHECK: 1a72: incl
2393*9880d681SAndroid Build Coastguard Worker
2394*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2395*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_4:
2396*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
2397*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2398*9880d681SAndroid Build Coastguard Worker  .rept 14
2399*9880d681SAndroid Build Coastguard Worker  inc %eax
2400*9880d681SAndroid Build Coastguard Worker  .endr
2401*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2402*9880d681SAndroid Build Coastguard Worker# CHECK: 1a84: nop
2403*9880d681SAndroid Build Coastguard Worker# CHECK: 1a90: nop
2404*9880d681SAndroid Build Coastguard Worker# CHECK: 1a92: incl
2405*9880d681SAndroid Build Coastguard Worker
2406*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2407*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_5:
2408*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
2409*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2410*9880d681SAndroid Build Coastguard Worker  .rept 14
2411*9880d681SAndroid Build Coastguard Worker  inc %eax
2412*9880d681SAndroid Build Coastguard Worker  .endr
2413*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2414*9880d681SAndroid Build Coastguard Worker# CHECK: 1aa5: nop
2415*9880d681SAndroid Build Coastguard Worker# CHECK: 1ab0: nop
2416*9880d681SAndroid Build Coastguard Worker# CHECK: 1ab2: incl
2417*9880d681SAndroid Build Coastguard Worker
2418*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2419*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_6:
2420*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
2421*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2422*9880d681SAndroid Build Coastguard Worker  .rept 14
2423*9880d681SAndroid Build Coastguard Worker  inc %eax
2424*9880d681SAndroid Build Coastguard Worker  .endr
2425*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2426*9880d681SAndroid Build Coastguard Worker# CHECK: 1ac6: nop
2427*9880d681SAndroid Build Coastguard Worker# CHECK: 1ad0: nop
2428*9880d681SAndroid Build Coastguard Worker# CHECK: 1ad2: incl
2429*9880d681SAndroid Build Coastguard Worker
2430*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2431*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_7:
2432*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
2433*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2434*9880d681SAndroid Build Coastguard Worker  .rept 14
2435*9880d681SAndroid Build Coastguard Worker  inc %eax
2436*9880d681SAndroid Build Coastguard Worker  .endr
2437*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2438*9880d681SAndroid Build Coastguard Worker# CHECK: 1ae7: nop
2439*9880d681SAndroid Build Coastguard Worker# CHECK: 1af0: nop
2440*9880d681SAndroid Build Coastguard Worker# CHECK: 1af2: incl
2441*9880d681SAndroid Build Coastguard Worker
2442*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2443*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_8:
2444*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
2445*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2446*9880d681SAndroid Build Coastguard Worker  .rept 14
2447*9880d681SAndroid Build Coastguard Worker  inc %eax
2448*9880d681SAndroid Build Coastguard Worker  .endr
2449*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2450*9880d681SAndroid Build Coastguard Worker# CHECK: 1b08: nop
2451*9880d681SAndroid Build Coastguard Worker# CHECK: 1b10: nop
2452*9880d681SAndroid Build Coastguard Worker# CHECK: 1b12: incl
2453*9880d681SAndroid Build Coastguard Worker
2454*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2455*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_9:
2456*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
2457*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2458*9880d681SAndroid Build Coastguard Worker  .rept 14
2459*9880d681SAndroid Build Coastguard Worker  inc %eax
2460*9880d681SAndroid Build Coastguard Worker  .endr
2461*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2462*9880d681SAndroid Build Coastguard Worker# CHECK: 1b29: nop
2463*9880d681SAndroid Build Coastguard Worker# CHECK: 1b30: nop
2464*9880d681SAndroid Build Coastguard Worker# CHECK: 1b32: incl
2465*9880d681SAndroid Build Coastguard Worker
2466*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2467*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_10:
2468*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
2469*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2470*9880d681SAndroid Build Coastguard Worker  .rept 14
2471*9880d681SAndroid Build Coastguard Worker  inc %eax
2472*9880d681SAndroid Build Coastguard Worker  .endr
2473*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2474*9880d681SAndroid Build Coastguard Worker# CHECK: 1b4a: nop
2475*9880d681SAndroid Build Coastguard Worker# CHECK: 1b50: nop
2476*9880d681SAndroid Build Coastguard Worker# CHECK: 1b52: incl
2477*9880d681SAndroid Build Coastguard Worker
2478*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2479*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_11:
2480*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
2481*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2482*9880d681SAndroid Build Coastguard Worker  .rept 14
2483*9880d681SAndroid Build Coastguard Worker  inc %eax
2484*9880d681SAndroid Build Coastguard Worker  .endr
2485*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2486*9880d681SAndroid Build Coastguard Worker# CHECK: 1b6b: nop
2487*9880d681SAndroid Build Coastguard Worker# CHECK: 1b70: nop
2488*9880d681SAndroid Build Coastguard Worker# CHECK: 1b72: incl
2489*9880d681SAndroid Build Coastguard Worker
2490*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2491*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_12:
2492*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
2493*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2494*9880d681SAndroid Build Coastguard Worker  .rept 14
2495*9880d681SAndroid Build Coastguard Worker  inc %eax
2496*9880d681SAndroid Build Coastguard Worker  .endr
2497*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2498*9880d681SAndroid Build Coastguard Worker# CHECK: 1b8c: nop
2499*9880d681SAndroid Build Coastguard Worker# CHECK: 1b90: nop
2500*9880d681SAndroid Build Coastguard Worker# CHECK: 1b92: incl
2501*9880d681SAndroid Build Coastguard Worker
2502*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2503*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_13:
2504*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
2505*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2506*9880d681SAndroid Build Coastguard Worker  .rept 14
2507*9880d681SAndroid Build Coastguard Worker  inc %eax
2508*9880d681SAndroid Build Coastguard Worker  .endr
2509*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2510*9880d681SAndroid Build Coastguard Worker# CHECK: 1bad: nop
2511*9880d681SAndroid Build Coastguard Worker# CHECK: 1bb0: nop
2512*9880d681SAndroid Build Coastguard Worker# CHECK: 1bb2: incl
2513*9880d681SAndroid Build Coastguard Worker
2514*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2515*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_14:
2516*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
2517*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2518*9880d681SAndroid Build Coastguard Worker  .rept 14
2519*9880d681SAndroid Build Coastguard Worker  inc %eax
2520*9880d681SAndroid Build Coastguard Worker  .endr
2521*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2522*9880d681SAndroid Build Coastguard Worker# CHECK: 1bce: nop
2523*9880d681SAndroid Build Coastguard Worker# CHECK: 1bd0: nop
2524*9880d681SAndroid Build Coastguard Worker# CHECK: 1bd2: incl
2525*9880d681SAndroid Build Coastguard Worker
2526*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2527*9880d681SAndroid Build Coastguard WorkerINSTRLEN_14_OFFSET_15:
2528*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
2529*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2530*9880d681SAndroid Build Coastguard Worker  .rept 14
2531*9880d681SAndroid Build Coastguard Worker  inc %eax
2532*9880d681SAndroid Build Coastguard Worker  .endr
2533*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2534*9880d681SAndroid Build Coastguard Worker# CHECK: 1bef: nop
2535*9880d681SAndroid Build Coastguard Worker# CHECK: 1bf0: nop
2536*9880d681SAndroid Build Coastguard Worker# CHECK: 1bf2: incl
2537*9880d681SAndroid Build Coastguard Worker
2538*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2539*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_0:
2540*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2541*9880d681SAndroid Build Coastguard Worker  .rept 15
2542*9880d681SAndroid Build Coastguard Worker  inc %eax
2543*9880d681SAndroid Build Coastguard Worker  .endr
2544*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2545*9880d681SAndroid Build Coastguard Worker# CHECK: 1c00: nop
2546*9880d681SAndroid Build Coastguard Worker# CHECK: 1c01: incl
2547*9880d681SAndroid Build Coastguard Worker
2548*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2549*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_1:
2550*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
2551*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2552*9880d681SAndroid Build Coastguard Worker  .rept 15
2553*9880d681SAndroid Build Coastguard Worker  inc %eax
2554*9880d681SAndroid Build Coastguard Worker  .endr
2555*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2556*9880d681SAndroid Build Coastguard Worker# CHECK: 1c21: incl
2557*9880d681SAndroid Build Coastguard Worker
2558*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2559*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_2:
2560*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
2561*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2562*9880d681SAndroid Build Coastguard Worker  .rept 15
2563*9880d681SAndroid Build Coastguard Worker  inc %eax
2564*9880d681SAndroid Build Coastguard Worker  .endr
2565*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2566*9880d681SAndroid Build Coastguard Worker# CHECK: 1c42: nop
2567*9880d681SAndroid Build Coastguard Worker# CHECK: 1c50: nop
2568*9880d681SAndroid Build Coastguard Worker# CHECK: 1c51: incl
2569*9880d681SAndroid Build Coastguard Worker
2570*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2571*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_3:
2572*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
2573*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2574*9880d681SAndroid Build Coastguard Worker  .rept 15
2575*9880d681SAndroid Build Coastguard Worker  inc %eax
2576*9880d681SAndroid Build Coastguard Worker  .endr
2577*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2578*9880d681SAndroid Build Coastguard Worker# CHECK: 1c63: nop
2579*9880d681SAndroid Build Coastguard Worker# CHECK: 1c70: nop
2580*9880d681SAndroid Build Coastguard Worker# CHECK: 1c71: incl
2581*9880d681SAndroid Build Coastguard Worker
2582*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2583*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_4:
2584*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
2585*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2586*9880d681SAndroid Build Coastguard Worker  .rept 15
2587*9880d681SAndroid Build Coastguard Worker  inc %eax
2588*9880d681SAndroid Build Coastguard Worker  .endr
2589*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2590*9880d681SAndroid Build Coastguard Worker# CHECK: 1c84: nop
2591*9880d681SAndroid Build Coastguard Worker# CHECK: 1c90: nop
2592*9880d681SAndroid Build Coastguard Worker# CHECK: 1c91: incl
2593*9880d681SAndroid Build Coastguard Worker
2594*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2595*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_5:
2596*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
2597*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2598*9880d681SAndroid Build Coastguard Worker  .rept 15
2599*9880d681SAndroid Build Coastguard Worker  inc %eax
2600*9880d681SAndroid Build Coastguard Worker  .endr
2601*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2602*9880d681SAndroid Build Coastguard Worker# CHECK: 1ca5: nop
2603*9880d681SAndroid Build Coastguard Worker# CHECK: 1cb0: nop
2604*9880d681SAndroid Build Coastguard Worker# CHECK: 1cb1: incl
2605*9880d681SAndroid Build Coastguard Worker
2606*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2607*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_6:
2608*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
2609*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2610*9880d681SAndroid Build Coastguard Worker  .rept 15
2611*9880d681SAndroid Build Coastguard Worker  inc %eax
2612*9880d681SAndroid Build Coastguard Worker  .endr
2613*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2614*9880d681SAndroid Build Coastguard Worker# CHECK: 1cc6: nop
2615*9880d681SAndroid Build Coastguard Worker# CHECK: 1cd0: nop
2616*9880d681SAndroid Build Coastguard Worker# CHECK: 1cd1: incl
2617*9880d681SAndroid Build Coastguard Worker
2618*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2619*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_7:
2620*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
2621*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2622*9880d681SAndroid Build Coastguard Worker  .rept 15
2623*9880d681SAndroid Build Coastguard Worker  inc %eax
2624*9880d681SAndroid Build Coastguard Worker  .endr
2625*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2626*9880d681SAndroid Build Coastguard Worker# CHECK: 1ce7: nop
2627*9880d681SAndroid Build Coastguard Worker# CHECK: 1cf0: nop
2628*9880d681SAndroid Build Coastguard Worker# CHECK: 1cf1: incl
2629*9880d681SAndroid Build Coastguard Worker
2630*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2631*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_8:
2632*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
2633*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2634*9880d681SAndroid Build Coastguard Worker  .rept 15
2635*9880d681SAndroid Build Coastguard Worker  inc %eax
2636*9880d681SAndroid Build Coastguard Worker  .endr
2637*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2638*9880d681SAndroid Build Coastguard Worker# CHECK: 1d08: nop
2639*9880d681SAndroid Build Coastguard Worker# CHECK: 1d10: nop
2640*9880d681SAndroid Build Coastguard Worker# CHECK: 1d11: incl
2641*9880d681SAndroid Build Coastguard Worker
2642*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2643*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_9:
2644*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
2645*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2646*9880d681SAndroid Build Coastguard Worker  .rept 15
2647*9880d681SAndroid Build Coastguard Worker  inc %eax
2648*9880d681SAndroid Build Coastguard Worker  .endr
2649*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2650*9880d681SAndroid Build Coastguard Worker# CHECK: 1d29: nop
2651*9880d681SAndroid Build Coastguard Worker# CHECK: 1d30: nop
2652*9880d681SAndroid Build Coastguard Worker# CHECK: 1d31: incl
2653*9880d681SAndroid Build Coastguard Worker
2654*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2655*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_10:
2656*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
2657*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2658*9880d681SAndroid Build Coastguard Worker  .rept 15
2659*9880d681SAndroid Build Coastguard Worker  inc %eax
2660*9880d681SAndroid Build Coastguard Worker  .endr
2661*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2662*9880d681SAndroid Build Coastguard Worker# CHECK: 1d4a: nop
2663*9880d681SAndroid Build Coastguard Worker# CHECK: 1d50: nop
2664*9880d681SAndroid Build Coastguard Worker# CHECK: 1d51: incl
2665*9880d681SAndroid Build Coastguard Worker
2666*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2667*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_11:
2668*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
2669*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2670*9880d681SAndroid Build Coastguard Worker  .rept 15
2671*9880d681SAndroid Build Coastguard Worker  inc %eax
2672*9880d681SAndroid Build Coastguard Worker  .endr
2673*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2674*9880d681SAndroid Build Coastguard Worker# CHECK: 1d6b: nop
2675*9880d681SAndroid Build Coastguard Worker# CHECK: 1d70: nop
2676*9880d681SAndroid Build Coastguard Worker# CHECK: 1d71: incl
2677*9880d681SAndroid Build Coastguard Worker
2678*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2679*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_12:
2680*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
2681*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2682*9880d681SAndroid Build Coastguard Worker  .rept 15
2683*9880d681SAndroid Build Coastguard Worker  inc %eax
2684*9880d681SAndroid Build Coastguard Worker  .endr
2685*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2686*9880d681SAndroid Build Coastguard Worker# CHECK: 1d8c: nop
2687*9880d681SAndroid Build Coastguard Worker# CHECK: 1d90: nop
2688*9880d681SAndroid Build Coastguard Worker# CHECK: 1d91: incl
2689*9880d681SAndroid Build Coastguard Worker
2690*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2691*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_13:
2692*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
2693*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2694*9880d681SAndroid Build Coastguard Worker  .rept 15
2695*9880d681SAndroid Build Coastguard Worker  inc %eax
2696*9880d681SAndroid Build Coastguard Worker  .endr
2697*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2698*9880d681SAndroid Build Coastguard Worker# CHECK: 1dad: nop
2699*9880d681SAndroid Build Coastguard Worker# CHECK: 1db0: nop
2700*9880d681SAndroid Build Coastguard Worker# CHECK: 1db1: incl
2701*9880d681SAndroid Build Coastguard Worker
2702*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2703*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_14:
2704*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
2705*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2706*9880d681SAndroid Build Coastguard Worker  .rept 15
2707*9880d681SAndroid Build Coastguard Worker  inc %eax
2708*9880d681SAndroid Build Coastguard Worker  .endr
2709*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2710*9880d681SAndroid Build Coastguard Worker# CHECK: 1dce: nop
2711*9880d681SAndroid Build Coastguard Worker# CHECK: 1dd0: nop
2712*9880d681SAndroid Build Coastguard Worker# CHECK: 1dd1: incl
2713*9880d681SAndroid Build Coastguard Worker
2714*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2715*9880d681SAndroid Build Coastguard WorkerINSTRLEN_15_OFFSET_15:
2716*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
2717*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2718*9880d681SAndroid Build Coastguard Worker  .rept 15
2719*9880d681SAndroid Build Coastguard Worker  inc %eax
2720*9880d681SAndroid Build Coastguard Worker  .endr
2721*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2722*9880d681SAndroid Build Coastguard Worker# CHECK: 1def: nop
2723*9880d681SAndroid Build Coastguard Worker# CHECK: 1df0: nop
2724*9880d681SAndroid Build Coastguard Worker# CHECK: 1df1: incl
2725*9880d681SAndroid Build Coastguard Worker
2726*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2727*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_0:
2728*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2729*9880d681SAndroid Build Coastguard Worker  .rept 16
2730*9880d681SAndroid Build Coastguard Worker  inc %eax
2731*9880d681SAndroid Build Coastguard Worker  .endr
2732*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2733*9880d681SAndroid Build Coastguard Worker# CHECK: 1e00: incl
2734*9880d681SAndroid Build Coastguard Worker
2735*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2736*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_1:
2737*9880d681SAndroid Build Coastguard Worker  .fill 1, 1, 0x90
2738*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2739*9880d681SAndroid Build Coastguard Worker  .rept 16
2740*9880d681SAndroid Build Coastguard Worker  inc %eax
2741*9880d681SAndroid Build Coastguard Worker  .endr
2742*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2743*9880d681SAndroid Build Coastguard Worker# CHECK: 1e21: nop
2744*9880d681SAndroid Build Coastguard Worker# CHECK: 1e30: incl
2745*9880d681SAndroid Build Coastguard Worker
2746*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2747*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_2:
2748*9880d681SAndroid Build Coastguard Worker  .fill 2, 1, 0x90
2749*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2750*9880d681SAndroid Build Coastguard Worker  .rept 16
2751*9880d681SAndroid Build Coastguard Worker  inc %eax
2752*9880d681SAndroid Build Coastguard Worker  .endr
2753*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2754*9880d681SAndroid Build Coastguard Worker# CHECK: 1e42: nop
2755*9880d681SAndroid Build Coastguard Worker# CHECK: 1e50: incl
2756*9880d681SAndroid Build Coastguard Worker
2757*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2758*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_3:
2759*9880d681SAndroid Build Coastguard Worker  .fill 3, 1, 0x90
2760*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2761*9880d681SAndroid Build Coastguard Worker  .rept 16
2762*9880d681SAndroid Build Coastguard Worker  inc %eax
2763*9880d681SAndroid Build Coastguard Worker  .endr
2764*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2765*9880d681SAndroid Build Coastguard Worker# CHECK: 1e63: nop
2766*9880d681SAndroid Build Coastguard Worker# CHECK: 1e70: incl
2767*9880d681SAndroid Build Coastguard Worker
2768*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2769*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_4:
2770*9880d681SAndroid Build Coastguard Worker  .fill 4, 1, 0x90
2771*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2772*9880d681SAndroid Build Coastguard Worker  .rept 16
2773*9880d681SAndroid Build Coastguard Worker  inc %eax
2774*9880d681SAndroid Build Coastguard Worker  .endr
2775*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2776*9880d681SAndroid Build Coastguard Worker# CHECK: 1e84: nop
2777*9880d681SAndroid Build Coastguard Worker# CHECK: 1e90: incl
2778*9880d681SAndroid Build Coastguard Worker
2779*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2780*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_5:
2781*9880d681SAndroid Build Coastguard Worker  .fill 5, 1, 0x90
2782*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2783*9880d681SAndroid Build Coastguard Worker  .rept 16
2784*9880d681SAndroid Build Coastguard Worker  inc %eax
2785*9880d681SAndroid Build Coastguard Worker  .endr
2786*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2787*9880d681SAndroid Build Coastguard Worker# CHECK: 1ea5: nop
2788*9880d681SAndroid Build Coastguard Worker# CHECK: 1eb0: incl
2789*9880d681SAndroid Build Coastguard Worker
2790*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2791*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_6:
2792*9880d681SAndroid Build Coastguard Worker  .fill 6, 1, 0x90
2793*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2794*9880d681SAndroid Build Coastguard Worker  .rept 16
2795*9880d681SAndroid Build Coastguard Worker  inc %eax
2796*9880d681SAndroid Build Coastguard Worker  .endr
2797*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2798*9880d681SAndroid Build Coastguard Worker# CHECK: 1ec6: nop
2799*9880d681SAndroid Build Coastguard Worker# CHECK: 1ed0: incl
2800*9880d681SAndroid Build Coastguard Worker
2801*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2802*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_7:
2803*9880d681SAndroid Build Coastguard Worker  .fill 7, 1, 0x90
2804*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2805*9880d681SAndroid Build Coastguard Worker  .rept 16
2806*9880d681SAndroid Build Coastguard Worker  inc %eax
2807*9880d681SAndroid Build Coastguard Worker  .endr
2808*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2809*9880d681SAndroid Build Coastguard Worker# CHECK: 1ee7: nop
2810*9880d681SAndroid Build Coastguard Worker# CHECK: 1ef0: incl
2811*9880d681SAndroid Build Coastguard Worker
2812*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2813*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_8:
2814*9880d681SAndroid Build Coastguard Worker  .fill 8, 1, 0x90
2815*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2816*9880d681SAndroid Build Coastguard Worker  .rept 16
2817*9880d681SAndroid Build Coastguard Worker  inc %eax
2818*9880d681SAndroid Build Coastguard Worker  .endr
2819*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2820*9880d681SAndroid Build Coastguard Worker# CHECK: 1f08: nop
2821*9880d681SAndroid Build Coastguard Worker# CHECK: 1f10: incl
2822*9880d681SAndroid Build Coastguard Worker
2823*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2824*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_9:
2825*9880d681SAndroid Build Coastguard Worker  .fill 9, 1, 0x90
2826*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2827*9880d681SAndroid Build Coastguard Worker  .rept 16
2828*9880d681SAndroid Build Coastguard Worker  inc %eax
2829*9880d681SAndroid Build Coastguard Worker  .endr
2830*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2831*9880d681SAndroid Build Coastguard Worker# CHECK: 1f29: nop
2832*9880d681SAndroid Build Coastguard Worker# CHECK: 1f30: incl
2833*9880d681SAndroid Build Coastguard Worker
2834*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2835*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_10:
2836*9880d681SAndroid Build Coastguard Worker  .fill 10, 1, 0x90
2837*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2838*9880d681SAndroid Build Coastguard Worker  .rept 16
2839*9880d681SAndroid Build Coastguard Worker  inc %eax
2840*9880d681SAndroid Build Coastguard Worker  .endr
2841*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2842*9880d681SAndroid Build Coastguard Worker# CHECK: 1f4a: nop
2843*9880d681SAndroid Build Coastguard Worker# CHECK: 1f50: incl
2844*9880d681SAndroid Build Coastguard Worker
2845*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2846*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_11:
2847*9880d681SAndroid Build Coastguard Worker  .fill 11, 1, 0x90
2848*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2849*9880d681SAndroid Build Coastguard Worker  .rept 16
2850*9880d681SAndroid Build Coastguard Worker  inc %eax
2851*9880d681SAndroid Build Coastguard Worker  .endr
2852*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2853*9880d681SAndroid Build Coastguard Worker# CHECK: 1f6b: nop
2854*9880d681SAndroid Build Coastguard Worker# CHECK: 1f70: incl
2855*9880d681SAndroid Build Coastguard Worker
2856*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2857*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_12:
2858*9880d681SAndroid Build Coastguard Worker  .fill 12, 1, 0x90
2859*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2860*9880d681SAndroid Build Coastguard Worker  .rept 16
2861*9880d681SAndroid Build Coastguard Worker  inc %eax
2862*9880d681SAndroid Build Coastguard Worker  .endr
2863*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2864*9880d681SAndroid Build Coastguard Worker# CHECK: 1f8c: nop
2865*9880d681SAndroid Build Coastguard Worker# CHECK: 1f90: incl
2866*9880d681SAndroid Build Coastguard Worker
2867*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2868*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_13:
2869*9880d681SAndroid Build Coastguard Worker  .fill 13, 1, 0x90
2870*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2871*9880d681SAndroid Build Coastguard Worker  .rept 16
2872*9880d681SAndroid Build Coastguard Worker  inc %eax
2873*9880d681SAndroid Build Coastguard Worker  .endr
2874*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2875*9880d681SAndroid Build Coastguard Worker# CHECK: 1fad: nop
2876*9880d681SAndroid Build Coastguard Worker# CHECK: 1fb0: incl
2877*9880d681SAndroid Build Coastguard Worker
2878*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2879*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_14:
2880*9880d681SAndroid Build Coastguard Worker  .fill 14, 1, 0x90
2881*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2882*9880d681SAndroid Build Coastguard Worker  .rept 16
2883*9880d681SAndroid Build Coastguard Worker  inc %eax
2884*9880d681SAndroid Build Coastguard Worker  .endr
2885*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2886*9880d681SAndroid Build Coastguard Worker# CHECK: 1fce: nop
2887*9880d681SAndroid Build Coastguard Worker# CHECK: 1fd0: incl
2888*9880d681SAndroid Build Coastguard Worker
2889*9880d681SAndroid Build Coastguard Worker  .align 32, 0x90
2890*9880d681SAndroid Build Coastguard WorkerINSTRLEN_16_OFFSET_15:
2891*9880d681SAndroid Build Coastguard Worker  .fill 15, 1, 0x90
2892*9880d681SAndroid Build Coastguard Worker  .bundle_lock align_to_end
2893*9880d681SAndroid Build Coastguard Worker  .rept 16
2894*9880d681SAndroid Build Coastguard Worker  inc %eax
2895*9880d681SAndroid Build Coastguard Worker  .endr
2896*9880d681SAndroid Build Coastguard Worker  .bundle_unlock
2897*9880d681SAndroid Build Coastguard Worker# CHECK: 1fef: nop
2898*9880d681SAndroid Build Coastguard Worker# CHECK: 1ff0: incl
2899*9880d681SAndroid Build Coastguard Worker
2900