1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
|
/*
* Generated from https://github.com/aklomp/base64/blob/master/lib/arch/ssse3/
* using gcc6 -march=core2 -mtune=core2 -O3 -S
*/
#include "../macro.S"
#ifdef LINUX
#define PROGBITS @progbits
#else
#define PROGBITS
#endif
.comm _base64_table_dec, 256, 5
.file "ssse3.c"
.text
.p2align 4,,15
GLOBAL_HIDDEN_FN_EXT base64_decode_ssse3,4,1
base64_decode_ssse3_local:
.LFB4658:
.cfi_startproc
movdqa .LC0(%rip), %xmm11
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
xorl %r10d, %r10d
movdqa .LC1(%rip), %xmm2
pushq %rbx
.cfi_def_cfa_offset 24
.cfi_offset 3, -24
movdqa .LC2(%rip), %xmm10
movdqa .LC3(%rip), %xmm9
movdqa .LC4(%rip), %xmm8
movdqa .LC5(%rip), %xmm7
movdqa .LC6(%rip), %xmm6
movdqa .LC7(%rip), %xmm5
movdqa .LC8(%rip), %xmm4
movdqa .LC9(%rip), %xmm3
.L2:
cmpq $23, %rsi
ja .L4
.L25:
leaq -1(%rsi), %rbx
testq %rsi, %rsi
je .L21
movzbl (%rdi), %eax
leaq _base64_table_dec(%rip), %r9
movzbl (%r9,%rax), %eax
cmpb $-3, %al
ja .L11
leal 0(,%rax,4), %r8d
testq %rbx, %rbx
je .L21
movzbl 1(%rdi), %eax
movzbl (%r9,%rax), %eax
cmpb $-3, %al
ja .L15
.L27:
leaq -3(%rsi), %rbp
movl %eax, %r11d
sall $4, %eax
shrb $4, %r11b
orl %r11d, %r8d
cmpq $1, %rbx
movb %r8b, (%rdx)
leaq 1(%r10), %r11
je .L16
movzbl 2(%rdi), %r8d
movzbl (%r9,%r8), %r8d
cmpb $-3, %r8b
ja .L23
leaq 2(%r10), %rbx
movl %r8d, %r11d
subq $4, %rsi
shrb $2, %r11b
sall $6, %r8d
orl %r11d, %eax
testq %rbp, %rbp
movb %al, 1(%rdx)
je .L19
movzbl 3(%rdi), %eax
leaq 4(%rdi), %r11
movzbl (%r9,%rax), %eax
cmpb $-3, %al
ja .L24
orl %eax, %r8d
addq $3, %r10
addq $3, %rdx
movb %r8b, -1(%rdx)
cmpq $23, %rsi
movq %r11, %rdi
jbe .L25
.L4:
movdqu (%rdi), %xmm1
movdqa %xmm1, %xmm0
movdqa %xmm1, %xmm12
movdqa %xmm1, %xmm13
pcmpgtb %xmm2, %xmm12
movdqa %xmm1, %xmm14
pcmpgtb %xmm11, %xmm0
pcmpgtb %xmm10, %xmm13
pcmpgtb %xmm7, %xmm14
pandn %xmm12, %xmm0
movdqa %xmm1, %xmm12
pand %xmm6, %xmm0
pcmpgtb %xmm9, %xmm12
pandn %xmm12, %xmm13
movdqa %xmm1, %xmm12
pand %xmm5, %xmm13
por %xmm13, %xmm0
pcmpgtb %xmm8, %xmm12
pandn %xmm14, %xmm12
pand %xmm4, %xmm12
por %xmm12, %xmm0
movdqa %xmm1, %xmm12
pcmpeqb %xmm3, %xmm12
pand .LC10(%rip), %xmm12
por %xmm12, %xmm0
movdqa %xmm1, %xmm12
pcmpeqb %xmm2, %xmm12
pand .LC11(%rip), %xmm12
por %xmm12, %xmm0
pxor %xmm12, %xmm12
pcmpeqb %xmm0, %xmm12
pmovmskb %xmm12, %eax
testl %eax, %eax
je .L26
movzbl (%rdi), %eax
leaq _base64_table_dec(%rip), %r9
leaq -1(%rsi), %rbx
movzbl (%r9,%rax), %eax
cmpb $-3, %al
ja .L11
leal 0(,%rax,4), %r8d
movzbl 1(%rdi), %eax
movzbl (%r9,%rax), %eax
cmpb $-3, %al
jbe .L27
.L15:
movl $-1, %eax
popq %rbx
.cfi_remember_state
.cfi_def_cfa_offset 16
popq %rbp
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L26:
.cfi_restore_state
paddb %xmm1, %xmm0
addq $16, %rdi
addq $12, %rdx
movdqa .LC12(%rip), %xmm13
movdqa %xmm0, %xmm1
addq $12, %r10
subq $16, %rsi
movdqa .LC13(%rip), %xmm12
pand %xmm0, %xmm13
psrld $16, %xmm1
pand %xmm0, %xmm12
psrld $2, %xmm13
pslld $12, %xmm12
por %xmm13, %xmm1
pslld $26, %xmm0
por %xmm12, %xmm1
por %xmm1, %xmm0
pshufb .LC14(%rip), %xmm0
movups %xmm0, -12(%rdx)
jmp .L2
.p2align 4,,10
.p2align 3
.L19:
movq %rbx, %r10
.L21:
movl $1, %eax
.L5:
popq %rbx
.cfi_remember_state
.cfi_def_cfa_offset 16
movq %r10, (%rcx)
popq %rbp
.cfi_def_cfa_offset 8
ret
.p2align 4,,10
.p2align 3
.L11:
.cfi_restore_state
xorl %eax, %eax
jmp .L5
.p2align 4,,10
.p2align 3
.L16:
movq %r11, %r10
movl $1, %eax
jmp .L5
.p2align 4,,10
.p2align 3
.L23:
xorl %eax, %eax
cmpb $-2, %r8b
movq %r11, %r10
jne .L5
testq %rbp, %rbp
movl $1, %eax
je .L5
movzbl 3(%rdi), %eax
cmpb $-2, (%r9,%rax)
sete %dl
xorl %eax, %eax
cmpq $4, %rsi
sete %al
andl %edx, %eax
jmp .L5
.p2align 4,,10
.p2align 3
.L24:
cmpb $-2, %al
movq %rbx, %r10
sete %dl
xorl %eax, %eax
testq %rsi, %rsi
sete %al
andl %edx, %eax
jmp .L5
.cfi_endproc
.LFE4658:
.section .rodata.cst16,"aM",PROGBITS,16
.align 16
.LC0:
.byte 57
.byte 57
.byte 57
.byte 57
.byte 57
.byte 57
.byte 57
.byte 57
.byte 57
.byte 57
.byte 57
.byte 57
.byte 57
.byte 57
.byte 57
.byte 57
.align 16
.LC1:
.byte 47
.byte 47
.byte 47
.byte 47
.byte 47
.byte 47
.byte 47
.byte 47
.byte 47
.byte 47
.byte 47
.byte 47
.byte 47
.byte 47
.byte 47
.byte 47
.align 16
.LC2:
.byte 90
.byte 90
.byte 90
.byte 90
.byte 90
.byte 90
.byte 90
.byte 90
.byte 90
.byte 90
.byte 90
.byte 90
.byte 90
.byte 90
.byte 90
.byte 90
.align 16
.LC3:
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.byte 64
.align 16
.LC4:
.byte 122
.byte 122
.byte 122
.byte 122
.byte 122
.byte 122
.byte 122
.byte 122
.byte 122
.byte 122
.byte 122
.byte 122
.byte 122
.byte 122
.byte 122
.byte 122
.align 16
.LC5:
.byte 96
.byte 96
.byte 96
.byte 96
.byte 96
.byte 96
.byte 96
.byte 96
.byte 96
.byte 96
.byte 96
.byte 96
.byte 96
.byte 96
.byte 96
.byte 96
.align 16
.LC6:
.quad 289360691352306692
.quad 289360691352306692
.align 16
.LC7:
.quad -4629771061636907073
.quad -4629771061636907073
.align 16
.LC8:
.quad -5063812098665367111
.quad -5063812098665367111
.align 16
.LC9:
.byte 43
.byte 43
.byte 43
.byte 43
.byte 43
.byte 43
.byte 43
.byte 43
.byte 43
.byte 43
.byte 43
.byte 43
.byte 43
.byte 43
.byte 43
.byte 43
.align 16
.LC10:
.quad 1374463283923456787
.quad 1374463283923456787
.align 16
.LC11:
.quad 1157442765409226768
.quad 1157442765409226768
.align 16
.LC12:
.quad 17732923536900096
.quad 17732923536900096
.align 16
.LC13:
.quad 69269232566016
.quad 69269232566016
.align 16
.LC14:
.byte 3
.byte 2
.byte 1
.byte 7
.byte 6
.byte 5
.byte 11
.byte 10
.byte 9
.byte 15
.byte 14
.byte 13
.byte -1
.byte -1
.byte -1
.byte -1
.ident "GCC: (Debian 6.2.1-5) 6.2.1 20161124"
|