idx
int64 0
2.11M
| name
stringlengths 1
118k
| code
stringlengths 6
516k
| asm
stringlengths 21
4.64M
| file
stringlengths 39
143
| opt
stringclasses 1
value | path
stringlengths 20
133
|
|---|---|---|---|---|---|---|
2,113,000
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_fma_functor::binary_op_sub>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x152e55e
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x152dfc7
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x152e0f6
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x152e09c
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x152e09c
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x152e06d
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x152e06b
jmp 0x152e09a
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x152e098
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x152e09a
jmp 0x152e09c
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x152e0f4
movq %rax, %rdi
callq 0x678a0
jmp 0x152e0f6
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x152e1d5
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x152e1d5
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x152e1a6
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x152e1a4
jmp 0x152e1d3
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x152e1d1
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x152e1d3
jmp 0x152e1d5
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x152e22d
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x152e3f6
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x15451f0
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x152e33f
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x152e4e1
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1545240
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x152e42a
jmp 0x152e4e3
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x152e546
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x1545280
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x152e4e3
jmp 0x152e548
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x152de03
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,001
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_fma_functor::binary_op_mul>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x152ed7e
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x152e7e7
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x152e916
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x152e8bc
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x152e8bc
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x152e88d
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x152e88b
jmp 0x152e8ba
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x152e8b8
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x152e8ba
jmp 0x152e8bc
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x152e914
movq %rax, %rdi
callq 0x678a0
jmp 0x152e916
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x152e9f5
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x152e9f5
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x152e9c6
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x152e9c4
jmp 0x152e9f3
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x152e9f1
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x152e9f3
jmp 0x152e9f5
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x152ea4d
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x152ec16
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x15452b0
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x152eb5f
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x152ed01
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1545300
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x152ec4a
jmp 0x152ed03
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x152ed66
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x1545340
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x152ed03
jmp 0x152ed68
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x152e623
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,002
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_fma_functor::binary_op_div>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x152f59e
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x152f007
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x152f136
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x152f0dc
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x152f0dc
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x152f0ad
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x152f0ab
jmp 0x152f0da
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x152f0d8
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x152f0da
jmp 0x152f0dc
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x152f134
movq %rax, %rdi
callq 0x678a0
jmp 0x152f136
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x152f215
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x152f215
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x152f1e6
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x152f1e4
jmp 0x152f213
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x152f211
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x152f213
jmp 0x152f215
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x152f26d
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x152f436
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x1545370
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x152f37f
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x152f521
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x15453c0
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x152f46a
jmp 0x152f523
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x152f586
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x1545400
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x152f523
jmp 0x152f588
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x152ee43
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,003
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_fma_functor::binary_op_max>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x152fdbe
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x152f827
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x152f956
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x152f8fc
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x152f8fc
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x152f8cd
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x152f8cb
jmp 0x152f8fa
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x152f8f8
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x152f8fa
jmp 0x152f8fc
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x152f954
movq %rax, %rdi
callq 0x678a0
jmp 0x152f956
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x152fa35
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x152fa35
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x152fa06
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x152fa04
jmp 0x152fa33
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x152fa31
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x152fa33
jmp 0x152fa35
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x152fa8d
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x152fc56
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x1545430
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x152fb9f
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x152fd41
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1545490
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x152fc8a
jmp 0x152fd43
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x152fda6
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x15454d0
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x152fd43
jmp 0x152fda8
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x152f663
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,004
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_fma_functor::binary_op_min>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x15305de
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1530047
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x1530176
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153011c
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x153011c
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15300ed
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15300eb
jmp 0x153011a
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x1530118
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153011a
jmp 0x153011c
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1530174
movq %rax, %rdi
callq 0x678a0
jmp 0x1530176
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1530255
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x1530255
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1530226
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1530224
jmp 0x1530253
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x1530251
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1530253
jmp 0x1530255
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15302ad
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x1530476
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x1545500
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x15303bf
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x1530561
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1545560
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x15304aa
jmp 0x1530563
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x15305c6
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x15455a0
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1530563
jmp 0x15305c8
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x152fe83
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,005
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_fma_functor::binary_op_pow>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x1530dfe
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1530867
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x1530996
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153093c
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x153093c
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153090d
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153090b
jmp 0x153093a
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x1530938
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153093a
jmp 0x153093c
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1530994
movq %rax, %rdi
callq 0x678a0
jmp 0x1530996
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1530a75
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x1530a75
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1530a46
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1530a44
jmp 0x1530a73
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x1530a71
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1530a73
jmp 0x1530a75
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1530acd
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x1530c96
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x15455d0
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1530bdf
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x1530d81
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1546d60
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1530cca
jmp 0x1530d83
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x1530de6
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x15480b0
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1530d83
jmp 0x1530de8
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x15306a3
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,006
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_fma_functor::binary_op_rsub>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x153161e
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1531087
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x15311b6
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153115c
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x153115c
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153112d
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153112b
jmp 0x153115a
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x1531158
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153115a
jmp 0x153115c
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15311b4
movq %rax, %rdi
callq 0x678a0
jmp 0x15311b6
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1531295
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x1531295
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1531266
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1531264
jmp 0x1531293
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x1531291
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1531293
jmp 0x1531295
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15312ed
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x15314b6
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x15480e0
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x15313ff
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x15315a1
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1548130
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x15314ea
jmp 0x15315a3
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x1531606
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x1548170
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x15315a3
jmp 0x1531608
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x1530ec3
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,007
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_fma_functor::binary_op_rdiv>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x1531e3e
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15318a7
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x15319d6
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153197c
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x153197c
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153194d
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153194b
jmp 0x153197a
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x1531978
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153197a
jmp 0x153197c
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15319d4
movq %rax, %rdi
callq 0x678a0
jmp 0x15319d6
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1531ab5
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x1531ab5
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1531a86
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1531a84
jmp 0x1531ab3
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x1531ab1
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1531ab3
jmp 0x1531ab5
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1531b0d
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x1531cd6
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x15481a0
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1531c1f
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x1531dc1
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x15481f0
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1531d0a
jmp 0x1531dc3
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x1531e26
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x1548230
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1531dc3
jmp 0x1531e28
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x15316e3
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,008
|
virtual thunk to ncnn::BinaryOp_x86_fma::forward_inplace(ncnn::Mat&, ncnn::Option const&) const
|
int BinaryOp_x86_fma::forward_inplace(Mat& bottom_top_blob, const Option& opt) const
{
using namespace BinaryOp_x86_fma_functor;
if (op_type == Operation_ADD)
return binary_op_scalar_inplace<binary_op_add>(bottom_top_blob, b, opt);
if (op_type == Operation_SUB)
return binary_op_scalar_inplace<binary_op_sub>(bottom_top_blob, b, opt);
if (op_type == Operation_MUL)
return binary_op_scalar_inplace<binary_op_mul>(bottom_top_blob, b, opt);
if (op_type == Operation_DIV)
return binary_op_scalar_inplace<binary_op_div>(bottom_top_blob, b, opt);
if (op_type == Operation_MAX)
return binary_op_scalar_inplace<binary_op_max>(bottom_top_blob, b, opt);
if (op_type == Operation_MIN)
return binary_op_scalar_inplace<binary_op_min>(bottom_top_blob, b, opt);
if (op_type == Operation_POW)
return binary_op_scalar_inplace<binary_op_pow>(bottom_top_blob, b, opt);
if (op_type == Operation_RSUB)
return binary_op_scalar_inplace<binary_op_rsub>(bottom_top_blob, b, opt);
if (op_type == Operation_RDIV)
return binary_op_scalar_inplace<binary_op_rdiv>(bottom_top_blob, b, opt);
return 0;
}
|
movq %rdi, -0x8(%rsp)
movq %rsi, -0x10(%rsp)
movq %rdx, -0x18(%rsp)
movq -0x8(%rsp), %rdi
movq (%rdi), %rax
movq -0x58(%rax), %rax
addq %rax, %rdi
movq -0x10(%rsp), %rsi
movq -0x18(%rsp), %rdx
jmp 0x152d2c0
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,009
|
int ncnn::binary_op_7_13_19_29<ncnn::BinaryOp_x86_fma_functor::binary_op_add>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_7_13_19_29(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 7 13 19 29
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _p1 = _mm512_loadu_ps(ptr1);
__m512 _outp = op.func_pack16(_p, _p1);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
ptr1 += 16;
outptr += 16;
}
#endif // __AVX512F__
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 8;
outptr += 8;
}
#endif // __AVX__
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _p1 = _mm_load_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_store_ps(outptr, _outp);
ptr += 4;
ptr1 += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, *ptr1);
ptr += 1;
ptr1 += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x560, %rsp # imm = 0x560
movq %rdi, 0x270(%rsp)
movq %rsi, 0x268(%rsp)
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movq 0x270(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x250(%rsp)
movq 0x270(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x24c(%rsp)
movq 0x270(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x248(%rsp)
movq 0x270(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x244(%rsp)
movq 0x270(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x240(%rsp)
movl 0x250(%rsp), %eax
imull 0x24c(%rsp), %eax
imull 0x248(%rsp), %eax
imull 0x240(%rsp), %eax
movl %eax, 0x23c(%rsp)
movq 0x260(%rsp), %rdi
movq 0x270(%rsp), %rsi
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x260(%rsp), %rax
movq %rax, 0x280(%rsp)
movq 0x280(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x1531fb1
movq 0x80(%rsp), %rax
movq %rax, 0x398(%rsp)
movq 0x398(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x1531fbe
jmp 0x1531fce
movl $0xffffff9c, 0x27c(%rsp) # imm = 0xFFFFFF9C
jmp 0x1532f39
movl $0x0, 0x238(%rsp)
movl 0x238(%rsp), %eax
cmpl 0x244(%rsp), %eax
jge 0x1532f2e
movq 0x270(%rsp), %rcx
movl 0x238(%rsp), %eax
leaq 0x1e8(%rsp), %rdx
movq %rdx, 0x2b0(%rsp)
movq %rcx, 0x2a8(%rsp)
movl %eax, 0x2a4(%rsp)
movq 0x2a8(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x2a3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e8(%rsp), %r10
movq %r10, 0x408(%rsp)
movl %r9d, 0x404(%rsp)
movl %r8d, 0x400(%rsp)
movl %edi, 0x3fc(%rsp)
movq %rsi, 0x3f0(%rsp)
movq %rdx, 0x3e8(%rsp)
movl %ecx, 0x3e4(%rsp)
movq %rax, 0x3d8(%rsp)
movq 0x408(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x404(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x400(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x460(%rsp)
movl $0x10, 0x45c(%rsp)
movq 0x460(%rsp), %rax
movslq 0x45c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x45c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x210(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153219d
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x228(%rsp)
movb $0x1, 0x2a3(%rsp)
testb $0x1, 0x2a3(%rsp)
jne 0x15322cc
leaq 0x1e8(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movq 0x2c8(%rsp), %rax
movq %rax, 0x500(%rsp)
movq 0x500(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1532272
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4fc(%rsp) # imm = 0xFFFFFFFF
movl 0x4fc(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4f8(%rsp)
cmpl $0x1, 0x4f8(%rsp)
jne 0x1532272
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1532243
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1532241
jmp 0x1532270
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x508(%rsp)
je 0x153226e
movq 0x508(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1532270
jmp 0x1532272
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15322ca
movq %rax, %rdi
callq 0x678a0
jmp 0x15322cc
leaq 0x1e8(%rsp), %rax
movq %rax, 0x2c0(%rsp)
movq 0x2c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x60(%rsp)
leaq 0x1e8(%rsp), %rax
movq %rax, 0x2d8(%rsp)
movq 0x2d8(%rsp), %rax
movq %rax, 0x4e0(%rsp)
movq 0x4e0(%rsp), %rax
movq %rax, 0x58(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15323ab
movq 0x58(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4dc(%rsp) # imm = 0xFFFFFFFF
movl 0x4dc(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4d8(%rsp)
cmpl $0x1, 0x4d8(%rsp)
jne 0x15323ab
movq 0x58(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153237c
movq 0x58(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153237a
jmp 0x15323a9
movq 0x58(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x518(%rsp)
cmpq $0x0, 0x518(%rsp)
je 0x15323a7
movq 0x518(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15323a9
jmp 0x15323ab
movq 0x58(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1532403
movq %rax, %rdi
callq 0x678a0
movq 0x60(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x268(%rsp), %rcx
movl 0x238(%rsp), %eax
leaq 0x188(%rsp), %rdx
movq %rdx, 0x298(%rsp)
movq %rcx, 0x290(%rsp)
movl %eax, 0x28c(%rsp)
movq 0x290(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x28b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x188(%rsp), %r10
movq %r10, 0x440(%rsp)
movl %r9d, 0x43c(%rsp)
movl %r8d, 0x438(%rsp)
movl %edi, 0x434(%rsp)
movq %rsi, 0x428(%rsp)
movq %rdx, 0x420(%rsp)
movl %ecx, 0x41c(%rsp)
movq %rax, 0x410(%rsp)
movq 0x440(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x428(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x420(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x41c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x410(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x43c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x438(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x434(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x450(%rsp)
movl $0x10, 0x44c(%rsp)
movq 0x450(%rsp), %rax
movslq 0x44c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x44c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15325c0
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c8(%rsp)
movb $0x1, 0x28b(%rsp)
testb $0x1, 0x28b(%rsp)
jne 0x15326ef
leaq 0x188(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rax
movq %rax, 0x4f0(%rsp)
movq 0x4f0(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1532695
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4ec(%rsp) # imm = 0xFFFFFFFF
movl 0x4ec(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4e8(%rsp)
cmpl $0x1, 0x4e8(%rsp)
jne 0x1532695
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1532666
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1532664
jmp 0x1532693
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x510(%rsp)
je 0x1532691
movq 0x510(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1532693
jmp 0x1532695
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15326ed
movq %rax, %rdi
callq 0x678a0
jmp 0x15326ef
leaq 0x188(%rsp), %rax
movq %rax, 0x2b8(%rsp)
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x188(%rsp), %rax
movq %rax, 0x2e8(%rsp)
movq 0x2e8(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movq 0x4c0(%rsp), %rax
movq %rax, 0x30(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15327ce
movq 0x30(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4bc(%rsp) # imm = 0xFFFFFFFF
movl 0x4bc(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4b8(%rsp)
cmpl $0x1, 0x4b8(%rsp)
jne 0x15327ce
movq 0x30(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153279f
movq 0x30(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153279d
jmp 0x15327cc
movq 0x30(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
cmpq $0x0, 0x528(%rsp)
je 0x15327ca
movq 0x528(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15327cc
jmp 0x15327ce
movq 0x30(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1532826
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1d0(%rsp)
movq 0x260(%rsp), %rcx
movl 0x238(%rsp), %eax
leaq 0x138(%rsp), %rdx
movq %rdx, 0x318(%rsp)
movq %rcx, 0x310(%rsp)
movl %eax, 0x30c(%rsp)
movq 0x310(%rsp), %rax
movq %rax, 0x28(%rsp)
movb $0x0, 0x30b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x30c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x138(%rsp), %r10
movq %r10, 0x3d0(%rsp)
movl %r9d, 0x3cc(%rsp)
movl %r8d, 0x3c8(%rsp)
movl %edi, 0x3c4(%rsp)
movq %rsi, 0x3b8(%rsp)
movq %rdx, 0x3b0(%rsp)
movl %ecx, 0x3ac(%rsp)
movq %rax, 0x3a0(%rsp)
movq 0x3d0(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movq 0x3b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x470(%rsp)
movl $0x10, 0x46c(%rsp)
movq 0x470(%rsp), %rax
movslq 0x46c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x46c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x28(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x160(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15329e3
movq 0x28(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x178(%rsp)
movb $0x1, 0x30b(%rsp)
testb $0x1, 0x30b(%rsp)
jne 0x1532b12
leaq 0x138(%rsp), %rax
movq %rax, 0x320(%rsp)
movq 0x320(%rsp), %rax
movq %rax, 0x480(%rsp)
movq 0x480(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1532ab8
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x47c(%rsp) # imm = 0xFFFFFFFF
movl 0x47c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x478(%rsp)
cmpl $0x1, 0x478(%rsp)
jne 0x1532ab8
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1532a89
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1532a87
jmp 0x1532ab6
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x548(%rsp)
cmpq $0x0, 0x548(%rsp)
je 0x1532ab4
movq 0x548(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1532ab6
jmp 0x1532ab8
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1532b10
movq %rax, %rdi
callq 0x678a0
jmp 0x1532b12
leaq 0x138(%rsp), %rax
movq %rax, 0x328(%rsp)
movq 0x328(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x138(%rsp), %rax
movq %rax, 0x2f8(%rsp)
movq 0x2f8(%rsp), %rax
movq %rax, 0x4a0(%rsp)
movq 0x4a0(%rsp), %rax
movq %rax, 0x8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1532bf1
movq 0x8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x49c(%rsp) # imm = 0xFFFFFFFF
movl 0x49c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x498(%rsp)
cmpl $0x1, 0x498(%rsp)
jne 0x1532bf1
movq 0x8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1532bc2
movq 0x8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1532bc0
jmp 0x1532bef
movq 0x8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x538(%rsp)
je 0x1532bed
movq 0x538(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1532bef
jmp 0x1532bf1
movq 0x8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1532c49
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x180(%rsp)
movl $0x0, 0x134(%rsp)
movl 0x134(%rsp), %eax
addl $0x7, %eax
cmpl 0x23c(%rsp), %eax
jge 0x1532d71
movq 0x230(%rsp), %rax
movq %rax, 0x338(%rsp)
movq 0x338(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x100(%rsp)
movq 0x1d0(%rsp), %rax
movq %rax, 0x330(%rsp)
movq 0x330(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
leaq 0x257(%rsp), %rdi
leaq 0x100(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1545130
vmovaps %ymm0, 0xc0(%rsp)
movq 0x180(%rsp), %rax
vmovaps 0xc0(%rsp), %ymm0
movq %rax, 0x368(%rsp)
vmovaps %ymm0, 0x340(%rsp)
vmovaps 0x340(%rsp), %ymm0
movq 0x368(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x230(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x230(%rsp)
movq 0x1d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d0(%rsp)
movq 0x180(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x180(%rsp)
movl 0x134(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x134(%rsp)
jmp 0x1532c61
jmp 0x1532d73
movl 0x134(%rsp), %eax
addl $0x3, %eax
cmpl 0x23c(%rsp), %eax
jge 0x1532e86
movq 0x230(%rsp), %rax
movq %rax, 0x378(%rsp)
movq 0x378(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xb0(%rsp)
movq 0x1d0(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xa0(%rsp)
leaq 0x257(%rsp), %rdi
leaq 0xb0(%rsp), %rsi
leaq 0xa0(%rsp), %rdx
vzeroupper
callq 0x1545180
vmovaps %xmm0, 0x90(%rsp)
movq 0x180(%rsp), %rax
vmovaps 0x90(%rsp), %xmm0
movq %rax, 0x390(%rsp)
vmovaps %xmm0, 0x380(%rsp)
vmovaps 0x380(%rsp), %xmm0
movq 0x390(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x230(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x230(%rsp)
movq 0x1d0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1d0(%rsp)
movq 0x180(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x180(%rsp)
movl 0x134(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x134(%rsp)
jmp 0x1532d73
jmp 0x1532e88
movl 0x134(%rsp), %eax
cmpl 0x23c(%rsp), %eax
jge 0x1532f16
movq 0x230(%rsp), %rsi
movq 0x1d0(%rsp), %rdx
leaq 0x257(%rsp), %rdi
vzeroupper
callq 0x15451c0
movq 0x180(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x230(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x230(%rsp)
movq 0x1d0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1d0(%rsp)
movq 0x180(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x180(%rsp)
movl 0x134(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x134(%rsp)
jmp 0x1532e88
jmp 0x1532f18
movl 0x238(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x238(%rsp)
jmp 0x1531fd9
movl $0x0, 0x27c(%rsp)
movl 0x27c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,010
|
int ncnn::binary_op_6_11_16_25<ncnn::BinaryOp_x86_fma_functor::binary_op_add>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_6_11_16_25(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 6 11 16 25
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float b0 = b[0];
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b0_avx512 = _mm512_set1_ps(b0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_p, _b0_avx512);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _b0_avx = _mm256_set1_ps(b0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0_avx);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _b0 = _mm_set1_ps(b0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, b0);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x200(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x200(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x200(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x200(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x200(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x200(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x1533075
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x153307f
jmp 0x153308f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x1533cb4
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x1533ca9
movq 0x200(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x178(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x178(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153325e
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b8(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x153338d
leaq 0x178(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1533333
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x1533333
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1533304
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1533302
jmp 0x1533331
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x153332f
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1533331
jmp 0x1533333
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153338b
movq %rax, %rdi
callq 0x678a0
jmp 0x153338d
leaq 0x178(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x178(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153346c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x153346c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153343d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153343b
jmp 0x153346a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x1533468
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153346a
jmp 0x153346c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15334c4
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1c0(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x174(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15336be
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x15337ed
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1533793
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1533793
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1533764
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1533762
jmp 0x1533791
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x153378f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1533791
jmp 0x1533793
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15337eb
movq %rax, %rdi
callq 0x678a0
jmp 0x15337ed
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15338cc
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x15338cc
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153389d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153389b
jmp 0x15338ca
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x15338c8
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15338ca
jmp 0x15338cc
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1533924
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1533b0d
movq 0x1c0(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xc0(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1545130
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1533a36
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1533c18
movq 0x1c0(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x80(%rsp), %rsi
leaq 0x90(%rsp), %rdx
vzeroupper
callq 0x1545180
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1533b44
jmp 0x1533c1a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1533c91
movq 0x1c0(%rsp), %rsi
leaq 0x1e7(%rsp), %rdi
leaq 0x174(%rsp), %rdx
vzeroupper
callq 0x15451c0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1533c1a
jmp 0x1533c93
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x153309a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,011
|
int ncnn::binary_op_2_3_4_20<ncnn::BinaryOp_x86_fma_functor::binary_op_add>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_2_3_4_20(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = b.w;
int h = b.h;
int d = b.d;
int channels = b.c;
int elempack = b.elempack;
int size = w * h * d * elempack;
// type 2 3 4 20
c.create_like(b, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float a0 = a[0];
const float* ptr = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _a0_avx512 = _mm512_set1_ps(a0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_a0_avx512, _p);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _a0_avx = _mm256_set1_ps(a0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_a0_avx, _p);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _a0 = _mm_set1_ps(a0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(a0, *ptr);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x1f8(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x1533df5
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x1533dff
jmp 0x1533e0f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x1534a34
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x1534a29
movq 0x200(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x1c4(%rsp)
movq 0x1f8(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x170(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x170(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x198(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153401b
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b0(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x153414a
leaq 0x170(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15340f0
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x15340f0
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15340c1
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15340bf
jmp 0x15340ee
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x15340ec
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15340ee
jmp 0x15340f0
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1534148
movq %rax, %rdi
callq 0x678a0
jmp 0x153414a
leaq 0x170(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x170(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1534229
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x1534229
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15341fa
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15341f8
jmp 0x1534227
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x1534225
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1534227
jmp 0x1534229
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1534281
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153443e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x153456d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1534513
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1534513
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15344e4
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15344e2
jmp 0x1534511
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x153450f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1534511
jmp 0x1534513
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153456b
movq %rax, %rdi
callq 0x678a0
jmp 0x153456d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153464c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x153464c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153461d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153461b
jmp 0x153464a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x1534648
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153464a
jmp 0x153464c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15346a4
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153488d
movq 0x1b8(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xe0(%rsp), %rsi
leaq 0xc0(%rsp), %rdx
callq 0x1545130
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x15347b6
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1534998
movq 0x1b8(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x90(%rsp), %rsi
leaq 0x80(%rsp), %rdx
vzeroupper
callq 0x1545180
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x15348c4
jmp 0x153499a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1534a11
movq 0x1b8(%rsp), %rdx
leaq 0x1e7(%rsp), %rdi
leaq 0x1c4(%rsp), %rsi
vzeroupper
callq 0x15451c0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153499a
jmp 0x1534a13
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x1533e1a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,012
|
int ncnn::binary_op_7_13_19_29<ncnn::BinaryOp_x86_fma_functor::binary_op_sub>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_7_13_19_29(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 7 13 19 29
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _p1 = _mm512_loadu_ps(ptr1);
__m512 _outp = op.func_pack16(_p, _p1);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
ptr1 += 16;
outptr += 16;
}
#endif // __AVX512F__
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 8;
outptr += 8;
}
#endif // __AVX__
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _p1 = _mm_load_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_store_ps(outptr, _outp);
ptr += 4;
ptr1 += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, *ptr1);
ptr += 1;
ptr1 += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x500, %rsp # imm = 0x500
movq %rdi, 0x268(%rsp)
movq %rsi, 0x260(%rsp)
movq %rdx, 0x258(%rsp)
movq %rcx, 0x250(%rsp)
movq 0x268(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x248(%rsp)
movq 0x268(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x244(%rsp)
movq 0x268(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x240(%rsp)
movq 0x268(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x23c(%rsp)
movq 0x268(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x238(%rsp)
movl 0x248(%rsp), %eax
imull 0x244(%rsp), %eax
imull 0x240(%rsp), %eax
imull 0x238(%rsp), %eax
movl %eax, 0x234(%rsp)
movq 0x258(%rsp), %rdi
movq 0x268(%rsp), %rsi
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x258(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x1534b81
movq 0x80(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x1534b8e
jmp 0x1534b9e
movl $0xffffff9c, 0x274(%rsp) # imm = 0xFFFFFF9C
jmp 0x1535b09
movl $0x0, 0x230(%rsp)
movl 0x230(%rsp), %eax
cmpl 0x23c(%rsp), %eax
jge 0x1535afe
movq 0x268(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x1e0(%rsp), %rdx
movq %rdx, 0x2a8(%rsp)
movq %rcx, 0x2a0(%rsp)
movl %eax, 0x29c(%rsp)
movq 0x2a0(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x29b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e0(%rsp), %r10
movq %r10, 0x3f0(%rsp)
movl %r9d, 0x3ec(%rsp)
movl %r8d, 0x3e8(%rsp)
movl %edi, 0x3e4(%rsp)
movq %rsi, 0x3d8(%rsp)
movq %rdx, 0x3d0(%rsp)
movl %ecx, 0x3cc(%rsp)
movq %rax, 0x3c0(%rsp)
movq 0x3f0(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x448(%rsp)
movl $0x10, 0x444(%rsp)
movq 0x448(%rsp), %rax
movslq 0x444(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x444(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x208(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1534d6d
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x220(%rsp)
movb $0x1, 0x29b(%rsp)
testb $0x1, 0x29b(%rsp)
jne 0x1534e9c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2c0(%rsp)
movq 0x2c0(%rsp), %rax
movq %rax, 0x4b8(%rsp)
movq 0x4b8(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1534e42
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4b4(%rsp) # imm = 0xFFFFFFFF
movl 0x4b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4b0(%rsp)
cmpl $0x1, 0x4b0(%rsp)
jne 0x1534e42
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1534e13
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1534e11
jmp 0x1534e40
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c0(%rsp)
cmpq $0x0, 0x4c0(%rsp)
je 0x1534e3e
movq 0x4c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1534e40
jmp 0x1534e42
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1534e9a
movq %rax, %rdi
callq 0x678a0
jmp 0x1534e9c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2b8(%rsp)
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rax
movq %rax, 0x498(%rsp)
movq 0x498(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1534f7b
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x494(%rsp) # imm = 0xFFFFFFFF
movl 0x494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x490(%rsp)
cmpl $0x1, 0x490(%rsp)
jne 0x1534f7b
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1534f4c
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1534f4a
jmp 0x1534f79
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x4d0(%rsp)
je 0x1534f77
movq 0x4d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1534f79
jmp 0x1534f7b
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1534fd3
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x228(%rsp)
movq 0x260(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x190(%rsp), %rdx
movq %rdx, 0x290(%rsp)
movq %rcx, 0x288(%rsp)
movl %eax, 0x284(%rsp)
movq 0x288(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x283(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x284(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x190(%rsp), %r10
movq %r10, 0x428(%rsp)
movl %r9d, 0x424(%rsp)
movl %r8d, 0x420(%rsp)
movl %edi, 0x41c(%rsp)
movq %rsi, 0x410(%rsp)
movq %rdx, 0x408(%rsp)
movl %ecx, 0x404(%rsp)
movq %rax, 0x3f8(%rsp)
movq 0x428(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x410(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x408(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x404(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x424(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x420(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x41c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x438(%rsp)
movl $0x10, 0x434(%rsp)
movq 0x438(%rsp), %rax
movslq 0x434(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x434(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1535190
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d0(%rsp)
movb $0x1, 0x283(%rsp)
testb $0x1, 0x283(%rsp)
jne 0x15352bf
leaq 0x190(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movq 0x2c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
movq 0x4a8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1535265
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4a4(%rsp) # imm = 0xFFFFFFFF
movl 0x4a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4a0(%rsp)
cmpl $0x1, 0x4a0(%rsp)
jne 0x1535265
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1535236
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1535234
jmp 0x1535263
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
cmpq $0x0, 0x4c8(%rsp)
je 0x1535261
movq 0x4c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1535263
jmp 0x1535265
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15352bd
movq %rax, %rdi
callq 0x678a0
jmp 0x15352bf
leaq 0x190(%rsp), %rax
movq %rax, 0x2b0(%rsp)
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x190(%rsp), %rax
movq %rax, 0x2d8(%rsp)
movq 0x2d8(%rsp), %rax
movq %rax, 0x488(%rsp)
movq 0x488(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153539e
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x484(%rsp) # imm = 0xFFFFFFFF
movl 0x484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x480(%rsp)
cmpl $0x1, 0x480(%rsp)
jne 0x153539e
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153536f
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153536d
jmp 0x153539c
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x4d8(%rsp)
je 0x153539a
movq 0x4d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153539c
jmp 0x153539e
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15353f6
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x1d8(%rsp)
movq 0x258(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x140(%rsp), %rdx
movq %rdx, 0x2f8(%rsp)
movq %rcx, 0x2f0(%rsp)
movl %eax, 0x2ec(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, 0x28(%rsp)
movb $0x0, 0x2eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x140(%rsp), %r10
movq %r10, 0x3b8(%rsp)
movl %r9d, 0x3b4(%rsp)
movl %r8d, 0x3b0(%rsp)
movl %edi, 0x3ac(%rsp)
movq %rsi, 0x3a0(%rsp)
movq %rdx, 0x398(%rsp)
movl %ecx, 0x394(%rsp)
movq %rax, 0x388(%rsp)
movq 0x3b8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x398(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x394(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x388(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x458(%rsp)
movl $0x10, 0x454(%rsp)
movq 0x458(%rsp), %rax
movslq 0x454(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x454(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x28(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x168(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15355b3
movq 0x28(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x180(%rsp)
movb $0x1, 0x2eb(%rsp)
testb $0x1, 0x2eb(%rsp)
jne 0x15356e2
leaq 0x140(%rsp), %rax
movq %rax, 0x300(%rsp)
movq 0x300(%rsp), %rax
movq %rax, 0x468(%rsp)
movq 0x468(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1535688
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x464(%rsp) # imm = 0xFFFFFFFF
movl 0x464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x460(%rsp)
cmpl $0x1, 0x460(%rsp)
jne 0x1535688
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1535659
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1535657
jmp 0x1535686
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e8(%rsp)
cmpq $0x0, 0x4e8(%rsp)
je 0x1535684
movq 0x4e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1535686
jmp 0x1535688
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15356e0
movq %rax, %rdi
callq 0x678a0
jmp 0x15356e2
leaq 0x140(%rsp), %rax
movq %rax, 0x308(%rsp)
movq 0x308(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8(%rsp)
leaq 0x140(%rsp), %rax
movq %rax, 0x2e0(%rsp)
movq 0x2e0(%rsp), %rax
movq %rax, 0x478(%rsp)
movq 0x478(%rsp), %rax
movq %rax, 0x10(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15357c1
movq 0x10(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x474(%rsp) # imm = 0xFFFFFFFF
movl 0x474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x470(%rsp)
cmpl $0x1, 0x470(%rsp)
jne 0x15357c1
movq 0x10(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1535792
movq 0x10(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1535790
jmp 0x15357bf
movq 0x10(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e0(%rsp)
cmpq $0x0, 0x4e0(%rsp)
je 0x15357bd
movq 0x4e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15357bf
jmp 0x15357c1
movq 0x10(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1535819
movq %rax, %rdi
callq 0x678a0
movq 0x8(%rsp), %rax
movq %rax, 0x188(%rsp)
movl $0x0, 0x13c(%rsp)
movl 0x13c(%rsp), %eax
addl $0x7, %eax
cmpl 0x234(%rsp), %eax
jge 0x1535941
movq 0x228(%rsp), %rax
movq %rax, 0x318(%rsp)
movq 0x318(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x100(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x310(%rsp)
movq 0x310(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0x100(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x15451f0
vmovaps %ymm0, 0xc0(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0xc0(%rsp), %ymm0
movq %rax, 0x348(%rsp)
vmovaps %ymm0, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm0
movq 0x348(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1535831
jmp 0x1535943
movl 0x13c(%rsp), %eax
addl $0x3, %eax
cmpl 0x234(%rsp), %eax
jge 0x1535a56
movq 0x228(%rsp), %rax
movq %rax, 0x358(%rsp)
movq 0x358(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xb0(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x350(%rsp)
movq 0x350(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xa0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0xb0(%rsp), %rsi
leaq 0xa0(%rsp), %rdx
vzeroupper
callq 0x1545240
vmovaps %xmm0, 0x90(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0x90(%rsp), %xmm0
movq %rax, 0x378(%rsp)
vmovaps %xmm0, 0x360(%rsp)
vmovaps 0x360(%rsp), %xmm0
movq 0x378(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1535943
jmp 0x1535a58
movl 0x13c(%rsp), %eax
cmpl 0x234(%rsp), %eax
jge 0x1535ae6
movq 0x228(%rsp), %rsi
movq 0x1d8(%rsp), %rdx
leaq 0x24f(%rsp), %rdi
vzeroupper
callq 0x1545280
movq 0x188(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1535a58
jmp 0x1535ae8
movl 0x230(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x230(%rsp)
jmp 0x1534ba9
movl $0x0, 0x274(%rsp)
movl 0x274(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,013
|
int ncnn::binary_op_6_11_16_25<ncnn::BinaryOp_x86_fma_functor::binary_op_sub>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_6_11_16_25(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 6 11 16 25
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float b0 = b[0];
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b0_avx512 = _mm512_set1_ps(b0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_p, _b0_avx512);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _b0_avx = _mm256_set1_ps(b0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0_avx);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _b0 = _mm_set1_ps(b0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, b0);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x200(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x200(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x200(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x200(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x200(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x200(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x1535c45
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x1535c4f
jmp 0x1535c5f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x1536884
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x1536879
movq 0x200(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x178(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x178(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1535e2e
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b8(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x1535f5d
leaq 0x178(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1535f03
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x1535f03
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1535ed4
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1535ed2
jmp 0x1535f01
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x1535eff
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1535f01
jmp 0x1535f03
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1535f5b
movq %rax, %rdi
callq 0x678a0
jmp 0x1535f5d
leaq 0x178(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x178(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153603c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x153603c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153600d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153600b
jmp 0x153603a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x1536038
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153603a
jmp 0x153603c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1536094
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1c0(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x174(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153628e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x15363bd
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1536363
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1536363
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1536334
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1536332
jmp 0x1536361
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x153635f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1536361
jmp 0x1536363
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15363bb
movq %rax, %rdi
callq 0x678a0
jmp 0x15363bd
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153649c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x153649c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153646d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153646b
jmp 0x153649a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x1536498
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153649a
jmp 0x153649c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15364f4
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x15366dd
movq 0x1c0(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xc0(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x15451f0
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1536606
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x15367e8
movq 0x1c0(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x80(%rsp), %rsi
leaq 0x90(%rsp), %rdx
vzeroupper
callq 0x1545240
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1536714
jmp 0x15367ea
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1536861
movq 0x1c0(%rsp), %rsi
leaq 0x1e7(%rsp), %rdi
leaq 0x174(%rsp), %rdx
vzeroupper
callq 0x1545280
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x15367ea
jmp 0x1536863
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x1535c6a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,014
|
int ncnn::binary_op_2_3_4_20<ncnn::BinaryOp_x86_fma_functor::binary_op_sub>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_2_3_4_20(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = b.w;
int h = b.h;
int d = b.d;
int channels = b.c;
int elempack = b.elempack;
int size = w * h * d * elempack;
// type 2 3 4 20
c.create_like(b, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float a0 = a[0];
const float* ptr = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _a0_avx512 = _mm512_set1_ps(a0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_a0_avx512, _p);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _a0_avx = _mm256_set1_ps(a0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_a0_avx, _p);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _a0 = _mm_set1_ps(a0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(a0, *ptr);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x1f8(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x15369c5
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x15369cf
jmp 0x15369df
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x1537604
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x15375f9
movq 0x200(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x1c4(%rsp)
movq 0x1f8(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x170(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x170(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x198(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1536beb
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b0(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x1536d1a
leaq 0x170(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1536cc0
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x1536cc0
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1536c91
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1536c8f
jmp 0x1536cbe
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x1536cbc
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1536cbe
jmp 0x1536cc0
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1536d18
movq %rax, %rdi
callq 0x678a0
jmp 0x1536d1a
leaq 0x170(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x170(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1536df9
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x1536df9
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1536dca
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1536dc8
jmp 0x1536df7
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x1536df5
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1536df7
jmp 0x1536df9
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1536e51
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153700e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x153713d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15370e3
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x15370e3
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15370b4
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15370b2
jmp 0x15370e1
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x15370df
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15370e1
jmp 0x15370e3
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153713b
movq %rax, %rdi
callq 0x678a0
jmp 0x153713d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153721c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x153721c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15371ed
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15371eb
jmp 0x153721a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x1537218
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153721a
jmp 0x153721c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1537274
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153745d
movq 0x1b8(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xe0(%rsp), %rsi
leaq 0xc0(%rsp), %rdx
callq 0x15451f0
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1537386
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1537568
movq 0x1b8(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x90(%rsp), %rsi
leaq 0x80(%rsp), %rdx
vzeroupper
callq 0x1545240
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1537494
jmp 0x153756a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x15375e1
movq 0x1b8(%rsp), %rdx
leaq 0x1e7(%rsp), %rdi
leaq 0x1c4(%rsp), %rsi
vzeroupper
callq 0x1545280
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153756a
jmp 0x15375e3
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x15369ea
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,015
|
int ncnn::binary_op_7_13_19_29<ncnn::BinaryOp_x86_fma_functor::binary_op_mul>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_7_13_19_29(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 7 13 19 29
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _p1 = _mm512_loadu_ps(ptr1);
__m512 _outp = op.func_pack16(_p, _p1);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
ptr1 += 16;
outptr += 16;
}
#endif // __AVX512F__
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 8;
outptr += 8;
}
#endif // __AVX__
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _p1 = _mm_load_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_store_ps(outptr, _outp);
ptr += 4;
ptr1 += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, *ptr1);
ptr += 1;
ptr1 += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x500, %rsp # imm = 0x500
movq %rdi, 0x268(%rsp)
movq %rsi, 0x260(%rsp)
movq %rdx, 0x258(%rsp)
movq %rcx, 0x250(%rsp)
movq 0x268(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x248(%rsp)
movq 0x268(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x244(%rsp)
movq 0x268(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x240(%rsp)
movq 0x268(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x23c(%rsp)
movq 0x268(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x238(%rsp)
movl 0x248(%rsp), %eax
imull 0x244(%rsp), %eax
imull 0x240(%rsp), %eax
imull 0x238(%rsp), %eax
movl %eax, 0x234(%rsp)
movq 0x258(%rsp), %rdi
movq 0x268(%rsp), %rsi
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x258(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x1537751
movq 0x80(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x153775e
jmp 0x153776e
movl $0xffffff9c, 0x274(%rsp) # imm = 0xFFFFFF9C
jmp 0x15386d9
movl $0x0, 0x230(%rsp)
movl 0x230(%rsp), %eax
cmpl 0x23c(%rsp), %eax
jge 0x15386ce
movq 0x268(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x1e0(%rsp), %rdx
movq %rdx, 0x2a8(%rsp)
movq %rcx, 0x2a0(%rsp)
movl %eax, 0x29c(%rsp)
movq 0x2a0(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x29b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e0(%rsp), %r10
movq %r10, 0x3f0(%rsp)
movl %r9d, 0x3ec(%rsp)
movl %r8d, 0x3e8(%rsp)
movl %edi, 0x3e4(%rsp)
movq %rsi, 0x3d8(%rsp)
movq %rdx, 0x3d0(%rsp)
movl %ecx, 0x3cc(%rsp)
movq %rax, 0x3c0(%rsp)
movq 0x3f0(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x448(%rsp)
movl $0x10, 0x444(%rsp)
movq 0x448(%rsp), %rax
movslq 0x444(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x444(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x208(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153793d
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x220(%rsp)
movb $0x1, 0x29b(%rsp)
testb $0x1, 0x29b(%rsp)
jne 0x1537a6c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2c0(%rsp)
movq 0x2c0(%rsp), %rax
movq %rax, 0x4b8(%rsp)
movq 0x4b8(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1537a12
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4b4(%rsp) # imm = 0xFFFFFFFF
movl 0x4b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4b0(%rsp)
cmpl $0x1, 0x4b0(%rsp)
jne 0x1537a12
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15379e3
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15379e1
jmp 0x1537a10
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c0(%rsp)
cmpq $0x0, 0x4c0(%rsp)
je 0x1537a0e
movq 0x4c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1537a10
jmp 0x1537a12
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1537a6a
movq %rax, %rdi
callq 0x678a0
jmp 0x1537a6c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2b8(%rsp)
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rax
movq %rax, 0x498(%rsp)
movq 0x498(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1537b4b
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x494(%rsp) # imm = 0xFFFFFFFF
movl 0x494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x490(%rsp)
cmpl $0x1, 0x490(%rsp)
jne 0x1537b4b
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1537b1c
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1537b1a
jmp 0x1537b49
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x4d0(%rsp)
je 0x1537b47
movq 0x4d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1537b49
jmp 0x1537b4b
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1537ba3
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x228(%rsp)
movq 0x260(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x190(%rsp), %rdx
movq %rdx, 0x290(%rsp)
movq %rcx, 0x288(%rsp)
movl %eax, 0x284(%rsp)
movq 0x288(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x283(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x284(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x190(%rsp), %r10
movq %r10, 0x428(%rsp)
movl %r9d, 0x424(%rsp)
movl %r8d, 0x420(%rsp)
movl %edi, 0x41c(%rsp)
movq %rsi, 0x410(%rsp)
movq %rdx, 0x408(%rsp)
movl %ecx, 0x404(%rsp)
movq %rax, 0x3f8(%rsp)
movq 0x428(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x410(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x408(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x404(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x424(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x420(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x41c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x438(%rsp)
movl $0x10, 0x434(%rsp)
movq 0x438(%rsp), %rax
movslq 0x434(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x434(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1537d60
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d0(%rsp)
movb $0x1, 0x283(%rsp)
testb $0x1, 0x283(%rsp)
jne 0x1537e8f
leaq 0x190(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movq 0x2c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
movq 0x4a8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1537e35
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4a4(%rsp) # imm = 0xFFFFFFFF
movl 0x4a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4a0(%rsp)
cmpl $0x1, 0x4a0(%rsp)
jne 0x1537e35
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1537e06
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1537e04
jmp 0x1537e33
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
cmpq $0x0, 0x4c8(%rsp)
je 0x1537e31
movq 0x4c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1537e33
jmp 0x1537e35
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1537e8d
movq %rax, %rdi
callq 0x678a0
jmp 0x1537e8f
leaq 0x190(%rsp), %rax
movq %rax, 0x2b0(%rsp)
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x190(%rsp), %rax
movq %rax, 0x2d8(%rsp)
movq 0x2d8(%rsp), %rax
movq %rax, 0x488(%rsp)
movq 0x488(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1537f6e
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x484(%rsp) # imm = 0xFFFFFFFF
movl 0x484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x480(%rsp)
cmpl $0x1, 0x480(%rsp)
jne 0x1537f6e
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1537f3f
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1537f3d
jmp 0x1537f6c
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x4d8(%rsp)
je 0x1537f6a
movq 0x4d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1537f6c
jmp 0x1537f6e
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1537fc6
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x1d8(%rsp)
movq 0x258(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x140(%rsp), %rdx
movq %rdx, 0x2f8(%rsp)
movq %rcx, 0x2f0(%rsp)
movl %eax, 0x2ec(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, 0x28(%rsp)
movb $0x0, 0x2eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x140(%rsp), %r10
movq %r10, 0x3b8(%rsp)
movl %r9d, 0x3b4(%rsp)
movl %r8d, 0x3b0(%rsp)
movl %edi, 0x3ac(%rsp)
movq %rsi, 0x3a0(%rsp)
movq %rdx, 0x398(%rsp)
movl %ecx, 0x394(%rsp)
movq %rax, 0x388(%rsp)
movq 0x3b8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x398(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x394(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x388(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x458(%rsp)
movl $0x10, 0x454(%rsp)
movq 0x458(%rsp), %rax
movslq 0x454(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x454(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x28(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x168(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1538183
movq 0x28(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x180(%rsp)
movb $0x1, 0x2eb(%rsp)
testb $0x1, 0x2eb(%rsp)
jne 0x15382b2
leaq 0x140(%rsp), %rax
movq %rax, 0x300(%rsp)
movq 0x300(%rsp), %rax
movq %rax, 0x468(%rsp)
movq 0x468(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1538258
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x464(%rsp) # imm = 0xFFFFFFFF
movl 0x464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x460(%rsp)
cmpl $0x1, 0x460(%rsp)
jne 0x1538258
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1538229
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1538227
jmp 0x1538256
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e8(%rsp)
cmpq $0x0, 0x4e8(%rsp)
je 0x1538254
movq 0x4e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1538256
jmp 0x1538258
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15382b0
movq %rax, %rdi
callq 0x678a0
jmp 0x15382b2
leaq 0x140(%rsp), %rax
movq %rax, 0x308(%rsp)
movq 0x308(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8(%rsp)
leaq 0x140(%rsp), %rax
movq %rax, 0x2e0(%rsp)
movq 0x2e0(%rsp), %rax
movq %rax, 0x478(%rsp)
movq 0x478(%rsp), %rax
movq %rax, 0x10(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1538391
movq 0x10(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x474(%rsp) # imm = 0xFFFFFFFF
movl 0x474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x470(%rsp)
cmpl $0x1, 0x470(%rsp)
jne 0x1538391
movq 0x10(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1538362
movq 0x10(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1538360
jmp 0x153838f
movq 0x10(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e0(%rsp)
cmpq $0x0, 0x4e0(%rsp)
je 0x153838d
movq 0x4e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153838f
jmp 0x1538391
movq 0x10(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15383e9
movq %rax, %rdi
callq 0x678a0
movq 0x8(%rsp), %rax
movq %rax, 0x188(%rsp)
movl $0x0, 0x13c(%rsp)
movl 0x13c(%rsp), %eax
addl $0x7, %eax
cmpl 0x234(%rsp), %eax
jge 0x1538511
movq 0x228(%rsp), %rax
movq %rax, 0x318(%rsp)
movq 0x318(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x100(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x310(%rsp)
movq 0x310(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0x100(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x15452b0
vmovaps %ymm0, 0xc0(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0xc0(%rsp), %ymm0
movq %rax, 0x348(%rsp)
vmovaps %ymm0, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm0
movq 0x348(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1538401
jmp 0x1538513
movl 0x13c(%rsp), %eax
addl $0x3, %eax
cmpl 0x234(%rsp), %eax
jge 0x1538626
movq 0x228(%rsp), %rax
movq %rax, 0x358(%rsp)
movq 0x358(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xb0(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x350(%rsp)
movq 0x350(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xa0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0xb0(%rsp), %rsi
leaq 0xa0(%rsp), %rdx
vzeroupper
callq 0x1545300
vmovaps %xmm0, 0x90(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0x90(%rsp), %xmm0
movq %rax, 0x378(%rsp)
vmovaps %xmm0, 0x360(%rsp)
vmovaps 0x360(%rsp), %xmm0
movq 0x378(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1538513
jmp 0x1538628
movl 0x13c(%rsp), %eax
cmpl 0x234(%rsp), %eax
jge 0x15386b6
movq 0x228(%rsp), %rsi
movq 0x1d8(%rsp), %rdx
leaq 0x24f(%rsp), %rdi
vzeroupper
callq 0x1545340
movq 0x188(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1538628
jmp 0x15386b8
movl 0x230(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x230(%rsp)
jmp 0x1537779
movl $0x0, 0x274(%rsp)
movl 0x274(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,016
|
int ncnn::binary_op_6_11_16_25<ncnn::BinaryOp_x86_fma_functor::binary_op_mul>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_6_11_16_25(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 6 11 16 25
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float b0 = b[0];
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b0_avx512 = _mm512_set1_ps(b0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_p, _b0_avx512);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _b0_avx = _mm256_set1_ps(b0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0_avx);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _b0 = _mm_set1_ps(b0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, b0);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x200(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x200(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x200(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x200(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x200(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x200(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x1538815
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x153881f
jmp 0x153882f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x1539454
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x1539449
movq 0x200(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x178(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x178(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15389fe
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b8(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x1538b2d
leaq 0x178(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1538ad3
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x1538ad3
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1538aa4
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1538aa2
jmp 0x1538ad1
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x1538acf
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1538ad1
jmp 0x1538ad3
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1538b2b
movq %rax, %rdi
callq 0x678a0
jmp 0x1538b2d
leaq 0x178(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x178(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1538c0c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x1538c0c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1538bdd
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1538bdb
jmp 0x1538c0a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x1538c08
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1538c0a
jmp 0x1538c0c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1538c64
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1c0(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x174(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1538e5e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x1538f8d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1538f33
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1538f33
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1538f04
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1538f02
jmp 0x1538f31
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x1538f2f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1538f31
jmp 0x1538f33
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1538f8b
movq %rax, %rdi
callq 0x678a0
jmp 0x1538f8d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153906c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x153906c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153903d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153903b
jmp 0x153906a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x1539068
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153906a
jmp 0x153906c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15390c4
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x15392ad
movq 0x1c0(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xc0(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x15452b0
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x15391d6
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x15393b8
movq 0x1c0(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x80(%rsp), %rsi
leaq 0x90(%rsp), %rdx
vzeroupper
callq 0x1545300
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x15392e4
jmp 0x15393ba
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1539431
movq 0x1c0(%rsp), %rsi
leaq 0x1e7(%rsp), %rdi
leaq 0x174(%rsp), %rdx
vzeroupper
callq 0x1545340
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x15393ba
jmp 0x1539433
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x153883a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,017
|
int ncnn::binary_op_2_3_4_20<ncnn::BinaryOp_x86_fma_functor::binary_op_mul>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_2_3_4_20(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = b.w;
int h = b.h;
int d = b.d;
int channels = b.c;
int elempack = b.elempack;
int size = w * h * d * elempack;
// type 2 3 4 20
c.create_like(b, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float a0 = a[0];
const float* ptr = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _a0_avx512 = _mm512_set1_ps(a0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_a0_avx512, _p);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _a0_avx = _mm256_set1_ps(a0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_a0_avx, _p);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _a0 = _mm_set1_ps(a0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(a0, *ptr);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x1f8(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x1539595
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x153959f
jmp 0x15395af
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x153a1d4
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x153a1c9
movq 0x200(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x1c4(%rsp)
movq 0x1f8(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x170(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x170(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x198(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15397bb
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b0(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x15398ea
leaq 0x170(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1539890
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x1539890
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1539861
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153985f
jmp 0x153988e
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x153988c
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153988e
jmp 0x1539890
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15398e8
movq %rax, %rdi
callq 0x678a0
jmp 0x15398ea
leaq 0x170(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x170(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15399c9
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x15399c9
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153999a
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1539998
jmp 0x15399c7
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x15399c5
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15399c7
jmp 0x15399c9
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1539a21
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1539bde
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x1539d0d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1539cb3
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1539cb3
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1539c84
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1539c82
jmp 0x1539cb1
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x1539caf
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1539cb1
jmp 0x1539cb3
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1539d0b
movq %rax, %rdi
callq 0x678a0
jmp 0x1539d0d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1539dec
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x1539dec
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1539dbd
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1539dbb
jmp 0x1539dea
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x1539de8
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1539dea
jmp 0x1539dec
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1539e44
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153a02d
movq 0x1b8(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xe0(%rsp), %rsi
leaq 0xc0(%rsp), %rdx
callq 0x15452b0
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1539f56
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153a138
movq 0x1b8(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x90(%rsp), %rsi
leaq 0x80(%rsp), %rdx
vzeroupper
callq 0x1545300
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153a064
jmp 0x153a13a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153a1b1
movq 0x1b8(%rsp), %rdx
leaq 0x1e7(%rsp), %rdi
leaq 0x1c4(%rsp), %rsi
vzeroupper
callq 0x1545340
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153a13a
jmp 0x153a1b3
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x15395ba
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,018
|
int ncnn::binary_op_7_13_19_29<ncnn::BinaryOp_x86_fma_functor::binary_op_div>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_7_13_19_29(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 7 13 19 29
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _p1 = _mm512_loadu_ps(ptr1);
__m512 _outp = op.func_pack16(_p, _p1);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
ptr1 += 16;
outptr += 16;
}
#endif // __AVX512F__
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 8;
outptr += 8;
}
#endif // __AVX__
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _p1 = _mm_load_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_store_ps(outptr, _outp);
ptr += 4;
ptr1 += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, *ptr1);
ptr += 1;
ptr1 += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x500, %rsp # imm = 0x500
movq %rdi, 0x268(%rsp)
movq %rsi, 0x260(%rsp)
movq %rdx, 0x258(%rsp)
movq %rcx, 0x250(%rsp)
movq 0x268(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x248(%rsp)
movq 0x268(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x244(%rsp)
movq 0x268(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x240(%rsp)
movq 0x268(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x23c(%rsp)
movq 0x268(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x238(%rsp)
movl 0x248(%rsp), %eax
imull 0x244(%rsp), %eax
imull 0x240(%rsp), %eax
imull 0x238(%rsp), %eax
movl %eax, 0x234(%rsp)
movq 0x258(%rsp), %rdi
movq 0x268(%rsp), %rsi
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x258(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x153a321
movq 0x80(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x153a32e
jmp 0x153a33e
movl $0xffffff9c, 0x274(%rsp) # imm = 0xFFFFFF9C
jmp 0x153b2a9
movl $0x0, 0x230(%rsp)
movl 0x230(%rsp), %eax
cmpl 0x23c(%rsp), %eax
jge 0x153b29e
movq 0x268(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x1e0(%rsp), %rdx
movq %rdx, 0x2a8(%rsp)
movq %rcx, 0x2a0(%rsp)
movl %eax, 0x29c(%rsp)
movq 0x2a0(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x29b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e0(%rsp), %r10
movq %r10, 0x3f0(%rsp)
movl %r9d, 0x3ec(%rsp)
movl %r8d, 0x3e8(%rsp)
movl %edi, 0x3e4(%rsp)
movq %rsi, 0x3d8(%rsp)
movq %rdx, 0x3d0(%rsp)
movl %ecx, 0x3cc(%rsp)
movq %rax, 0x3c0(%rsp)
movq 0x3f0(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x448(%rsp)
movl $0x10, 0x444(%rsp)
movq 0x448(%rsp), %rax
movslq 0x444(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x444(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x208(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153a50d
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x220(%rsp)
movb $0x1, 0x29b(%rsp)
testb $0x1, 0x29b(%rsp)
jne 0x153a63c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2c0(%rsp)
movq 0x2c0(%rsp), %rax
movq %rax, 0x4b8(%rsp)
movq 0x4b8(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153a5e2
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4b4(%rsp) # imm = 0xFFFFFFFF
movl 0x4b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4b0(%rsp)
cmpl $0x1, 0x4b0(%rsp)
jne 0x153a5e2
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153a5b3
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153a5b1
jmp 0x153a5e0
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c0(%rsp)
cmpq $0x0, 0x4c0(%rsp)
je 0x153a5de
movq 0x4c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153a5e0
jmp 0x153a5e2
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153a63a
movq %rax, %rdi
callq 0x678a0
jmp 0x153a63c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2b8(%rsp)
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rax
movq %rax, 0x498(%rsp)
movq 0x498(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153a71b
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x494(%rsp) # imm = 0xFFFFFFFF
movl 0x494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x490(%rsp)
cmpl $0x1, 0x490(%rsp)
jne 0x153a71b
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153a6ec
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153a6ea
jmp 0x153a719
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x4d0(%rsp)
je 0x153a717
movq 0x4d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153a719
jmp 0x153a71b
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153a773
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x228(%rsp)
movq 0x260(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x190(%rsp), %rdx
movq %rdx, 0x290(%rsp)
movq %rcx, 0x288(%rsp)
movl %eax, 0x284(%rsp)
movq 0x288(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x283(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x284(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x190(%rsp), %r10
movq %r10, 0x428(%rsp)
movl %r9d, 0x424(%rsp)
movl %r8d, 0x420(%rsp)
movl %edi, 0x41c(%rsp)
movq %rsi, 0x410(%rsp)
movq %rdx, 0x408(%rsp)
movl %ecx, 0x404(%rsp)
movq %rax, 0x3f8(%rsp)
movq 0x428(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x410(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x408(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x404(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x424(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x420(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x41c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x438(%rsp)
movl $0x10, 0x434(%rsp)
movq 0x438(%rsp), %rax
movslq 0x434(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x434(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153a930
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d0(%rsp)
movb $0x1, 0x283(%rsp)
testb $0x1, 0x283(%rsp)
jne 0x153aa5f
leaq 0x190(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movq 0x2c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
movq 0x4a8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153aa05
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4a4(%rsp) # imm = 0xFFFFFFFF
movl 0x4a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4a0(%rsp)
cmpl $0x1, 0x4a0(%rsp)
jne 0x153aa05
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153a9d6
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153a9d4
jmp 0x153aa03
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
cmpq $0x0, 0x4c8(%rsp)
je 0x153aa01
movq 0x4c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153aa03
jmp 0x153aa05
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153aa5d
movq %rax, %rdi
callq 0x678a0
jmp 0x153aa5f
leaq 0x190(%rsp), %rax
movq %rax, 0x2b0(%rsp)
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x190(%rsp), %rax
movq %rax, 0x2d8(%rsp)
movq 0x2d8(%rsp), %rax
movq %rax, 0x488(%rsp)
movq 0x488(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153ab3e
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x484(%rsp) # imm = 0xFFFFFFFF
movl 0x484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x480(%rsp)
cmpl $0x1, 0x480(%rsp)
jne 0x153ab3e
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153ab0f
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153ab0d
jmp 0x153ab3c
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x4d8(%rsp)
je 0x153ab3a
movq 0x4d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153ab3c
jmp 0x153ab3e
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153ab96
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x1d8(%rsp)
movq 0x258(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x140(%rsp), %rdx
movq %rdx, 0x2f8(%rsp)
movq %rcx, 0x2f0(%rsp)
movl %eax, 0x2ec(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, 0x28(%rsp)
movb $0x0, 0x2eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x140(%rsp), %r10
movq %r10, 0x3b8(%rsp)
movl %r9d, 0x3b4(%rsp)
movl %r8d, 0x3b0(%rsp)
movl %edi, 0x3ac(%rsp)
movq %rsi, 0x3a0(%rsp)
movq %rdx, 0x398(%rsp)
movl %ecx, 0x394(%rsp)
movq %rax, 0x388(%rsp)
movq 0x3b8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x398(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x394(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x388(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x458(%rsp)
movl $0x10, 0x454(%rsp)
movq 0x458(%rsp), %rax
movslq 0x454(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x454(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x28(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x168(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153ad53
movq 0x28(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x180(%rsp)
movb $0x1, 0x2eb(%rsp)
testb $0x1, 0x2eb(%rsp)
jne 0x153ae82
leaq 0x140(%rsp), %rax
movq %rax, 0x300(%rsp)
movq 0x300(%rsp), %rax
movq %rax, 0x468(%rsp)
movq 0x468(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153ae28
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x464(%rsp) # imm = 0xFFFFFFFF
movl 0x464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x460(%rsp)
cmpl $0x1, 0x460(%rsp)
jne 0x153ae28
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153adf9
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153adf7
jmp 0x153ae26
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e8(%rsp)
cmpq $0x0, 0x4e8(%rsp)
je 0x153ae24
movq 0x4e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153ae26
jmp 0x153ae28
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153ae80
movq %rax, %rdi
callq 0x678a0
jmp 0x153ae82
leaq 0x140(%rsp), %rax
movq %rax, 0x308(%rsp)
movq 0x308(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8(%rsp)
leaq 0x140(%rsp), %rax
movq %rax, 0x2e0(%rsp)
movq 0x2e0(%rsp), %rax
movq %rax, 0x478(%rsp)
movq 0x478(%rsp), %rax
movq %rax, 0x10(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153af61
movq 0x10(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x474(%rsp) # imm = 0xFFFFFFFF
movl 0x474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x470(%rsp)
cmpl $0x1, 0x470(%rsp)
jne 0x153af61
movq 0x10(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153af32
movq 0x10(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153af30
jmp 0x153af5f
movq 0x10(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e0(%rsp)
cmpq $0x0, 0x4e0(%rsp)
je 0x153af5d
movq 0x4e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153af5f
jmp 0x153af61
movq 0x10(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153afb9
movq %rax, %rdi
callq 0x678a0
movq 0x8(%rsp), %rax
movq %rax, 0x188(%rsp)
movl $0x0, 0x13c(%rsp)
movl 0x13c(%rsp), %eax
addl $0x7, %eax
cmpl 0x234(%rsp), %eax
jge 0x153b0e1
movq 0x228(%rsp), %rax
movq %rax, 0x318(%rsp)
movq 0x318(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x100(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x310(%rsp)
movq 0x310(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0x100(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1545370
vmovaps %ymm0, 0xc0(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0xc0(%rsp), %ymm0
movq %rax, 0x348(%rsp)
vmovaps %ymm0, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm0
movq 0x348(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x13c(%rsp)
jmp 0x153afd1
jmp 0x153b0e3
movl 0x13c(%rsp), %eax
addl $0x3, %eax
cmpl 0x234(%rsp), %eax
jge 0x153b1f6
movq 0x228(%rsp), %rax
movq %rax, 0x358(%rsp)
movq 0x358(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xb0(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x350(%rsp)
movq 0x350(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xa0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0xb0(%rsp), %rsi
leaq 0xa0(%rsp), %rdx
vzeroupper
callq 0x15453c0
vmovaps %xmm0, 0x90(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0x90(%rsp), %xmm0
movq %rax, 0x378(%rsp)
vmovaps %xmm0, 0x360(%rsp)
vmovaps 0x360(%rsp), %xmm0
movq 0x378(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x13c(%rsp)
jmp 0x153b0e3
jmp 0x153b1f8
movl 0x13c(%rsp), %eax
cmpl 0x234(%rsp), %eax
jge 0x153b286
movq 0x228(%rsp), %rsi
movq 0x1d8(%rsp), %rdx
leaq 0x24f(%rsp), %rdi
vzeroupper
callq 0x1545400
movq 0x188(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13c(%rsp)
jmp 0x153b1f8
jmp 0x153b288
movl 0x230(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x230(%rsp)
jmp 0x153a349
movl $0x0, 0x274(%rsp)
movl 0x274(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,019
|
int ncnn::binary_op_6_11_16_25<ncnn::BinaryOp_x86_fma_functor::binary_op_div>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_6_11_16_25(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 6 11 16 25
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float b0 = b[0];
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b0_avx512 = _mm512_set1_ps(b0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_p, _b0_avx512);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _b0_avx = _mm256_set1_ps(b0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0_avx);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _b0 = _mm_set1_ps(b0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, b0);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x200(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x200(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x200(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x200(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x200(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x200(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x153b3e5
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x153b3ef
jmp 0x153b3ff
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x153c024
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x153c019
movq 0x200(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x178(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x178(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153b5ce
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b8(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x153b6fd
leaq 0x178(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153b6a3
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x153b6a3
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153b674
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153b672
jmp 0x153b6a1
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x153b69f
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153b6a1
jmp 0x153b6a3
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153b6fb
movq %rax, %rdi
callq 0x678a0
jmp 0x153b6fd
leaq 0x178(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x178(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153b7dc
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x153b7dc
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153b7ad
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153b7ab
jmp 0x153b7da
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x153b7d8
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153b7da
jmp 0x153b7dc
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153b834
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1c0(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x174(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153ba2e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x153bb5d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153bb03
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x153bb03
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153bad4
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153bad2
jmp 0x153bb01
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x153baff
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153bb01
jmp 0x153bb03
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153bb5b
movq %rax, %rdi
callq 0x678a0
jmp 0x153bb5d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153bc3c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x153bc3c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153bc0d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153bc0b
jmp 0x153bc3a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x153bc38
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153bc3a
jmp 0x153bc3c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153bc94
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153be7d
movq 0x1c0(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xc0(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1545370
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153bda6
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153bf88
movq 0x1c0(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x80(%rsp), %rsi
leaq 0x90(%rsp), %rdx
vzeroupper
callq 0x15453c0
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153beb4
jmp 0x153bf8a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153c001
movq 0x1c0(%rsp), %rsi
leaq 0x1e7(%rsp), %rdi
leaq 0x174(%rsp), %rdx
vzeroupper
callq 0x1545400
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153bf8a
jmp 0x153c003
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x153b40a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,020
|
int ncnn::binary_op_2_3_4_20<ncnn::BinaryOp_x86_fma_functor::binary_op_div>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_2_3_4_20(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = b.w;
int h = b.h;
int d = b.d;
int channels = b.c;
int elempack = b.elempack;
int size = w * h * d * elempack;
// type 2 3 4 20
c.create_like(b, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float a0 = a[0];
const float* ptr = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _a0_avx512 = _mm512_set1_ps(a0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_a0_avx512, _p);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _a0_avx = _mm256_set1_ps(a0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_a0_avx, _p);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _a0 = _mm_set1_ps(a0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(a0, *ptr);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x1f8(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x153c165
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x153c16f
jmp 0x153c17f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x153cda4
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x153cd99
movq 0x200(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x1c4(%rsp)
movq 0x1f8(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x170(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x170(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x198(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153c38b
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b0(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x153c4ba
leaq 0x170(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153c460
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x153c460
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153c431
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153c42f
jmp 0x153c45e
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x153c45c
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153c45e
jmp 0x153c460
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153c4b8
movq %rax, %rdi
callq 0x678a0
jmp 0x153c4ba
leaq 0x170(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x170(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153c599
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x153c599
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153c56a
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153c568
jmp 0x153c597
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x153c595
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153c597
jmp 0x153c599
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153c5f1
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153c7ae
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x153c8dd
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153c883
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x153c883
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153c854
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153c852
jmp 0x153c881
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x153c87f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153c881
jmp 0x153c883
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153c8db
movq %rax, %rdi
callq 0x678a0
jmp 0x153c8dd
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153c9bc
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x153c9bc
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153c98d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153c98b
jmp 0x153c9ba
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x153c9b8
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153c9ba
jmp 0x153c9bc
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153ca14
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153cbfd
movq 0x1b8(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xe0(%rsp), %rsi
leaq 0xc0(%rsp), %rdx
callq 0x1545370
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153cb26
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153cd08
movq 0x1b8(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x90(%rsp), %rsi
leaq 0x80(%rsp), %rdx
vzeroupper
callq 0x15453c0
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153cc34
jmp 0x153cd0a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153cd81
movq 0x1b8(%rsp), %rdx
leaq 0x1e7(%rsp), %rdi
leaq 0x1c4(%rsp), %rsi
vzeroupper
callq 0x1545400
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153cd0a
jmp 0x153cd83
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x153c18a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,021
|
int ncnn::binary_op_7_13_19_29<ncnn::BinaryOp_x86_fma_functor::binary_op_max>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_7_13_19_29(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 7 13 19 29
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _p1 = _mm512_loadu_ps(ptr1);
__m512 _outp = op.func_pack16(_p, _p1);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
ptr1 += 16;
outptr += 16;
}
#endif // __AVX512F__
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 8;
outptr += 8;
}
#endif // __AVX__
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _p1 = _mm_load_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_store_ps(outptr, _outp);
ptr += 4;
ptr1 += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, *ptr1);
ptr += 1;
ptr1 += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x500, %rsp # imm = 0x500
movq %rdi, 0x268(%rsp)
movq %rsi, 0x260(%rsp)
movq %rdx, 0x258(%rsp)
movq %rcx, 0x250(%rsp)
movq 0x268(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x248(%rsp)
movq 0x268(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x244(%rsp)
movq 0x268(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x240(%rsp)
movq 0x268(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x23c(%rsp)
movq 0x268(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x238(%rsp)
movl 0x248(%rsp), %eax
imull 0x244(%rsp), %eax
imull 0x240(%rsp), %eax
imull 0x238(%rsp), %eax
movl %eax, 0x234(%rsp)
movq 0x258(%rsp), %rdi
movq 0x268(%rsp), %rsi
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x258(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x153cef1
movq 0x80(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x153cefe
jmp 0x153cf0e
movl $0xffffff9c, 0x274(%rsp) # imm = 0xFFFFFF9C
jmp 0x153de79
movl $0x0, 0x230(%rsp)
movl 0x230(%rsp), %eax
cmpl 0x23c(%rsp), %eax
jge 0x153de6e
movq 0x268(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x1e0(%rsp), %rdx
movq %rdx, 0x2a8(%rsp)
movq %rcx, 0x2a0(%rsp)
movl %eax, 0x29c(%rsp)
movq 0x2a0(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x29b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e0(%rsp), %r10
movq %r10, 0x3f0(%rsp)
movl %r9d, 0x3ec(%rsp)
movl %r8d, 0x3e8(%rsp)
movl %edi, 0x3e4(%rsp)
movq %rsi, 0x3d8(%rsp)
movq %rdx, 0x3d0(%rsp)
movl %ecx, 0x3cc(%rsp)
movq %rax, 0x3c0(%rsp)
movq 0x3f0(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x448(%rsp)
movl $0x10, 0x444(%rsp)
movq 0x448(%rsp), %rax
movslq 0x444(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x444(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x208(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153d0dd
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x220(%rsp)
movb $0x1, 0x29b(%rsp)
testb $0x1, 0x29b(%rsp)
jne 0x153d20c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2c0(%rsp)
movq 0x2c0(%rsp), %rax
movq %rax, 0x4b8(%rsp)
movq 0x4b8(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153d1b2
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4b4(%rsp) # imm = 0xFFFFFFFF
movl 0x4b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4b0(%rsp)
cmpl $0x1, 0x4b0(%rsp)
jne 0x153d1b2
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153d183
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153d181
jmp 0x153d1b0
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c0(%rsp)
cmpq $0x0, 0x4c0(%rsp)
je 0x153d1ae
movq 0x4c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153d1b0
jmp 0x153d1b2
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153d20a
movq %rax, %rdi
callq 0x678a0
jmp 0x153d20c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2b8(%rsp)
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rax
movq %rax, 0x498(%rsp)
movq 0x498(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153d2eb
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x494(%rsp) # imm = 0xFFFFFFFF
movl 0x494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x490(%rsp)
cmpl $0x1, 0x490(%rsp)
jne 0x153d2eb
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153d2bc
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153d2ba
jmp 0x153d2e9
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x4d0(%rsp)
je 0x153d2e7
movq 0x4d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153d2e9
jmp 0x153d2eb
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153d343
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x228(%rsp)
movq 0x260(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x190(%rsp), %rdx
movq %rdx, 0x290(%rsp)
movq %rcx, 0x288(%rsp)
movl %eax, 0x284(%rsp)
movq 0x288(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x283(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x284(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x190(%rsp), %r10
movq %r10, 0x428(%rsp)
movl %r9d, 0x424(%rsp)
movl %r8d, 0x420(%rsp)
movl %edi, 0x41c(%rsp)
movq %rsi, 0x410(%rsp)
movq %rdx, 0x408(%rsp)
movl %ecx, 0x404(%rsp)
movq %rax, 0x3f8(%rsp)
movq 0x428(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x410(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x408(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x404(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x424(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x420(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x41c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x438(%rsp)
movl $0x10, 0x434(%rsp)
movq 0x438(%rsp), %rax
movslq 0x434(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x434(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153d500
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d0(%rsp)
movb $0x1, 0x283(%rsp)
testb $0x1, 0x283(%rsp)
jne 0x153d62f
leaq 0x190(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movq 0x2c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
movq 0x4a8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153d5d5
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4a4(%rsp) # imm = 0xFFFFFFFF
movl 0x4a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4a0(%rsp)
cmpl $0x1, 0x4a0(%rsp)
jne 0x153d5d5
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153d5a6
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153d5a4
jmp 0x153d5d3
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
cmpq $0x0, 0x4c8(%rsp)
je 0x153d5d1
movq 0x4c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153d5d3
jmp 0x153d5d5
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153d62d
movq %rax, %rdi
callq 0x678a0
jmp 0x153d62f
leaq 0x190(%rsp), %rax
movq %rax, 0x2b0(%rsp)
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x190(%rsp), %rax
movq %rax, 0x2d8(%rsp)
movq 0x2d8(%rsp), %rax
movq %rax, 0x488(%rsp)
movq 0x488(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153d70e
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x484(%rsp) # imm = 0xFFFFFFFF
movl 0x484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x480(%rsp)
cmpl $0x1, 0x480(%rsp)
jne 0x153d70e
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153d6df
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153d6dd
jmp 0x153d70c
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x4d8(%rsp)
je 0x153d70a
movq 0x4d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153d70c
jmp 0x153d70e
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153d766
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x1d8(%rsp)
movq 0x258(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x140(%rsp), %rdx
movq %rdx, 0x2f8(%rsp)
movq %rcx, 0x2f0(%rsp)
movl %eax, 0x2ec(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, 0x28(%rsp)
movb $0x0, 0x2eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x140(%rsp), %r10
movq %r10, 0x3b8(%rsp)
movl %r9d, 0x3b4(%rsp)
movl %r8d, 0x3b0(%rsp)
movl %edi, 0x3ac(%rsp)
movq %rsi, 0x3a0(%rsp)
movq %rdx, 0x398(%rsp)
movl %ecx, 0x394(%rsp)
movq %rax, 0x388(%rsp)
movq 0x3b8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x398(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x394(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x388(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x458(%rsp)
movl $0x10, 0x454(%rsp)
movq 0x458(%rsp), %rax
movslq 0x454(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x454(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x28(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x168(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153d923
movq 0x28(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x180(%rsp)
movb $0x1, 0x2eb(%rsp)
testb $0x1, 0x2eb(%rsp)
jne 0x153da52
leaq 0x140(%rsp), %rax
movq %rax, 0x300(%rsp)
movq 0x300(%rsp), %rax
movq %rax, 0x468(%rsp)
movq 0x468(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153d9f8
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x464(%rsp) # imm = 0xFFFFFFFF
movl 0x464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x460(%rsp)
cmpl $0x1, 0x460(%rsp)
jne 0x153d9f8
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153d9c9
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153d9c7
jmp 0x153d9f6
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e8(%rsp)
cmpq $0x0, 0x4e8(%rsp)
je 0x153d9f4
movq 0x4e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153d9f6
jmp 0x153d9f8
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153da50
movq %rax, %rdi
callq 0x678a0
jmp 0x153da52
leaq 0x140(%rsp), %rax
movq %rax, 0x308(%rsp)
movq 0x308(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8(%rsp)
leaq 0x140(%rsp), %rax
movq %rax, 0x2e0(%rsp)
movq 0x2e0(%rsp), %rax
movq %rax, 0x478(%rsp)
movq 0x478(%rsp), %rax
movq %rax, 0x10(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153db31
movq 0x10(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x474(%rsp) # imm = 0xFFFFFFFF
movl 0x474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x470(%rsp)
cmpl $0x1, 0x470(%rsp)
jne 0x153db31
movq 0x10(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153db02
movq 0x10(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153db00
jmp 0x153db2f
movq 0x10(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e0(%rsp)
cmpq $0x0, 0x4e0(%rsp)
je 0x153db2d
movq 0x4e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153db2f
jmp 0x153db31
movq 0x10(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153db89
movq %rax, %rdi
callq 0x678a0
movq 0x8(%rsp), %rax
movq %rax, 0x188(%rsp)
movl $0x0, 0x13c(%rsp)
movl 0x13c(%rsp), %eax
addl $0x7, %eax
cmpl 0x234(%rsp), %eax
jge 0x153dcb1
movq 0x228(%rsp), %rax
movq %rax, 0x318(%rsp)
movq 0x318(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x100(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x310(%rsp)
movq 0x310(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0x100(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1545430
vmovaps %ymm0, 0xc0(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0xc0(%rsp), %ymm0
movq %rax, 0x348(%rsp)
vmovaps %ymm0, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm0
movq 0x348(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x13c(%rsp)
jmp 0x153dba1
jmp 0x153dcb3
movl 0x13c(%rsp), %eax
addl $0x3, %eax
cmpl 0x234(%rsp), %eax
jge 0x153ddc6
movq 0x228(%rsp), %rax
movq %rax, 0x358(%rsp)
movq 0x358(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xb0(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x350(%rsp)
movq 0x350(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xa0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0xb0(%rsp), %rsi
leaq 0xa0(%rsp), %rdx
vzeroupper
callq 0x1545490
vmovaps %xmm0, 0x90(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0x90(%rsp), %xmm0
movq %rax, 0x378(%rsp)
vmovaps %xmm0, 0x360(%rsp)
vmovaps 0x360(%rsp), %xmm0
movq 0x378(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x13c(%rsp)
jmp 0x153dcb3
jmp 0x153ddc8
movl 0x13c(%rsp), %eax
cmpl 0x234(%rsp), %eax
jge 0x153de56
movq 0x228(%rsp), %rsi
movq 0x1d8(%rsp), %rdx
leaq 0x24f(%rsp), %rdi
vzeroupper
callq 0x15454d0
movq 0x188(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13c(%rsp)
jmp 0x153ddc8
jmp 0x153de58
movl 0x230(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x230(%rsp)
jmp 0x153cf19
movl $0x0, 0x274(%rsp)
movl 0x274(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,022
|
int ncnn::binary_op_6_11_16_25<ncnn::BinaryOp_x86_fma_functor::binary_op_max>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_6_11_16_25(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 6 11 16 25
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float b0 = b[0];
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b0_avx512 = _mm512_set1_ps(b0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_p, _b0_avx512);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _b0_avx = _mm256_set1_ps(b0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0_avx);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _b0 = _mm_set1_ps(b0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, b0);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x200(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x200(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x200(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x200(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x200(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x200(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x153dfb5
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x153dfbf
jmp 0x153dfcf
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x153ebf4
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x153ebe9
movq 0x200(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x178(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x178(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153e19e
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b8(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x153e2cd
leaq 0x178(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153e273
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x153e273
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153e244
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153e242
jmp 0x153e271
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x153e26f
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153e271
jmp 0x153e273
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153e2cb
movq %rax, %rdi
callq 0x678a0
jmp 0x153e2cd
leaq 0x178(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x178(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153e3ac
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x153e3ac
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153e37d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153e37b
jmp 0x153e3aa
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x153e3a8
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153e3aa
jmp 0x153e3ac
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153e404
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1c0(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x174(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153e5fe
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x153e72d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153e6d3
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x153e6d3
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153e6a4
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153e6a2
jmp 0x153e6d1
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x153e6cf
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153e6d1
jmp 0x153e6d3
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153e72b
movq %rax, %rdi
callq 0x678a0
jmp 0x153e72d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153e80c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x153e80c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153e7dd
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153e7db
jmp 0x153e80a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x153e808
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153e80a
jmp 0x153e80c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153e864
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153ea4d
movq 0x1c0(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xc0(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1545430
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153e976
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153eb58
movq 0x1c0(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x80(%rsp), %rsi
leaq 0x90(%rsp), %rdx
vzeroupper
callq 0x1545490
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153ea84
jmp 0x153eb5a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153ebd1
movq 0x1c0(%rsp), %rsi
leaq 0x1e7(%rsp), %rdi
leaq 0x174(%rsp), %rdx
vzeroupper
callq 0x15454d0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153eb5a
jmp 0x153ebd3
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x153dfda
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,023
|
int ncnn::binary_op_2_3_4_20<ncnn::BinaryOp_x86_fma_functor::binary_op_max>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_2_3_4_20(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = b.w;
int h = b.h;
int d = b.d;
int channels = b.c;
int elempack = b.elempack;
int size = w * h * d * elempack;
// type 2 3 4 20
c.create_like(b, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float a0 = a[0];
const float* ptr = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _a0_avx512 = _mm512_set1_ps(a0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_a0_avx512, _p);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _a0_avx = _mm256_set1_ps(a0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_a0_avx, _p);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _a0 = _mm_set1_ps(a0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(a0, *ptr);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x1f8(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x153ed35
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x153ed3f
jmp 0x153ed4f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x153f974
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x153f969
movq 0x200(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x1c4(%rsp)
movq 0x1f8(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x170(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x170(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x198(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153ef5b
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b0(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x153f08a
leaq 0x170(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153f030
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x153f030
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153f001
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153efff
jmp 0x153f02e
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x153f02c
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153f02e
jmp 0x153f030
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153f088
movq %rax, %rdi
callq 0x678a0
jmp 0x153f08a
leaq 0x170(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x170(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153f169
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x153f169
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153f13a
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153f138
jmp 0x153f167
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x153f165
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153f167
jmp 0x153f169
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153f1c1
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153f37e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x153f4ad
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153f453
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x153f453
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153f424
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153f422
jmp 0x153f451
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x153f44f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153f451
jmp 0x153f453
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153f4ab
movq %rax, %rdi
callq 0x678a0
jmp 0x153f4ad
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153f58c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x153f58c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153f55d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153f55b
jmp 0x153f58a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x153f588
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153f58a
jmp 0x153f58c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153f5e4
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153f7cd
movq 0x1b8(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xe0(%rsp), %rsi
leaq 0xc0(%rsp), %rdx
callq 0x1545430
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153f6f6
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153f8d8
movq 0x1b8(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x90(%rsp), %rsi
leaq 0x80(%rsp), %rdx
vzeroupper
callq 0x1545490
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153f804
jmp 0x153f8da
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x153f951
movq 0x1b8(%rsp), %rdx
leaq 0x1e7(%rsp), %rdi
leaq 0x1c4(%rsp), %rsi
vzeroupper
callq 0x15454d0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x153f8da
jmp 0x153f953
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x153ed5a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,024
|
int ncnn::binary_op_7_13_19_29<ncnn::BinaryOp_x86_fma_functor::binary_op_min>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_7_13_19_29(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 7 13 19 29
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _p1 = _mm512_loadu_ps(ptr1);
__m512 _outp = op.func_pack16(_p, _p1);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
ptr1 += 16;
outptr += 16;
}
#endif // __AVX512F__
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 8;
outptr += 8;
}
#endif // __AVX__
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _p1 = _mm_load_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_store_ps(outptr, _outp);
ptr += 4;
ptr1 += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, *ptr1);
ptr += 1;
ptr1 += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x500, %rsp # imm = 0x500
movq %rdi, 0x268(%rsp)
movq %rsi, 0x260(%rsp)
movq %rdx, 0x258(%rsp)
movq %rcx, 0x250(%rsp)
movq 0x268(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x248(%rsp)
movq 0x268(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x244(%rsp)
movq 0x268(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x240(%rsp)
movq 0x268(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x23c(%rsp)
movq 0x268(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x238(%rsp)
movl 0x248(%rsp), %eax
imull 0x244(%rsp), %eax
imull 0x240(%rsp), %eax
imull 0x238(%rsp), %eax
movl %eax, 0x234(%rsp)
movq 0x258(%rsp), %rdi
movq 0x268(%rsp), %rsi
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x258(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x153fac1
movq 0x80(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x153face
jmp 0x153fade
movl $0xffffff9c, 0x274(%rsp) # imm = 0xFFFFFF9C
jmp 0x1540a49
movl $0x0, 0x230(%rsp)
movl 0x230(%rsp), %eax
cmpl 0x23c(%rsp), %eax
jge 0x1540a3e
movq 0x268(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x1e0(%rsp), %rdx
movq %rdx, 0x2a8(%rsp)
movq %rcx, 0x2a0(%rsp)
movl %eax, 0x29c(%rsp)
movq 0x2a0(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x29b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e0(%rsp), %r10
movq %r10, 0x3f0(%rsp)
movl %r9d, 0x3ec(%rsp)
movl %r8d, 0x3e8(%rsp)
movl %edi, 0x3e4(%rsp)
movq %rsi, 0x3d8(%rsp)
movq %rdx, 0x3d0(%rsp)
movl %ecx, 0x3cc(%rsp)
movq %rax, 0x3c0(%rsp)
movq 0x3f0(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x448(%rsp)
movl $0x10, 0x444(%rsp)
movq 0x448(%rsp), %rax
movslq 0x444(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x444(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x208(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x153fcad
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x220(%rsp)
movb $0x1, 0x29b(%rsp)
testb $0x1, 0x29b(%rsp)
jne 0x153fddc
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2c0(%rsp)
movq 0x2c0(%rsp), %rax
movq %rax, 0x4b8(%rsp)
movq 0x4b8(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153fd82
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4b4(%rsp) # imm = 0xFFFFFFFF
movl 0x4b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4b0(%rsp)
cmpl $0x1, 0x4b0(%rsp)
jne 0x153fd82
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153fd53
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153fd51
jmp 0x153fd80
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c0(%rsp)
cmpq $0x0, 0x4c0(%rsp)
je 0x153fd7e
movq 0x4c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153fd80
jmp 0x153fd82
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153fdda
movq %rax, %rdi
callq 0x678a0
jmp 0x153fddc
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2b8(%rsp)
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rax
movq %rax, 0x498(%rsp)
movq 0x498(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x153febb
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x494(%rsp) # imm = 0xFFFFFFFF
movl 0x494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x490(%rsp)
cmpl $0x1, 0x490(%rsp)
jne 0x153febb
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x153fe8c
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x153fe8a
jmp 0x153feb9
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x4d0(%rsp)
je 0x153feb7
movq 0x4d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x153feb9
jmp 0x153febb
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x153ff13
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x228(%rsp)
movq 0x260(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x190(%rsp), %rdx
movq %rdx, 0x290(%rsp)
movq %rcx, 0x288(%rsp)
movl %eax, 0x284(%rsp)
movq 0x288(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x283(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x284(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x190(%rsp), %r10
movq %r10, 0x428(%rsp)
movl %r9d, 0x424(%rsp)
movl %r8d, 0x420(%rsp)
movl %edi, 0x41c(%rsp)
movq %rsi, 0x410(%rsp)
movq %rdx, 0x408(%rsp)
movl %ecx, 0x404(%rsp)
movq %rax, 0x3f8(%rsp)
movq 0x428(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x410(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x408(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x404(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x424(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x420(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x41c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x438(%rsp)
movl $0x10, 0x434(%rsp)
movq 0x438(%rsp), %rax
movslq 0x434(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x434(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15400d0
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d0(%rsp)
movb $0x1, 0x283(%rsp)
testb $0x1, 0x283(%rsp)
jne 0x15401ff
leaq 0x190(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movq 0x2c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
movq 0x4a8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15401a5
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4a4(%rsp) # imm = 0xFFFFFFFF
movl 0x4a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4a0(%rsp)
cmpl $0x1, 0x4a0(%rsp)
jne 0x15401a5
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1540176
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1540174
jmp 0x15401a3
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
cmpq $0x0, 0x4c8(%rsp)
je 0x15401a1
movq 0x4c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15401a3
jmp 0x15401a5
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15401fd
movq %rax, %rdi
callq 0x678a0
jmp 0x15401ff
leaq 0x190(%rsp), %rax
movq %rax, 0x2b0(%rsp)
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x190(%rsp), %rax
movq %rax, 0x2d8(%rsp)
movq 0x2d8(%rsp), %rax
movq %rax, 0x488(%rsp)
movq 0x488(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15402de
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x484(%rsp) # imm = 0xFFFFFFFF
movl 0x484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x480(%rsp)
cmpl $0x1, 0x480(%rsp)
jne 0x15402de
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15402af
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15402ad
jmp 0x15402dc
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x4d8(%rsp)
je 0x15402da
movq 0x4d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15402dc
jmp 0x15402de
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1540336
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x1d8(%rsp)
movq 0x258(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x140(%rsp), %rdx
movq %rdx, 0x2f8(%rsp)
movq %rcx, 0x2f0(%rsp)
movl %eax, 0x2ec(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, 0x28(%rsp)
movb $0x0, 0x2eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x140(%rsp), %r10
movq %r10, 0x3b8(%rsp)
movl %r9d, 0x3b4(%rsp)
movl %r8d, 0x3b0(%rsp)
movl %edi, 0x3ac(%rsp)
movq %rsi, 0x3a0(%rsp)
movq %rdx, 0x398(%rsp)
movl %ecx, 0x394(%rsp)
movq %rax, 0x388(%rsp)
movq 0x3b8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x398(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x394(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x388(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x458(%rsp)
movl $0x10, 0x454(%rsp)
movq 0x458(%rsp), %rax
movslq 0x454(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x454(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x28(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x168(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15404f3
movq 0x28(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x180(%rsp)
movb $0x1, 0x2eb(%rsp)
testb $0x1, 0x2eb(%rsp)
jne 0x1540622
leaq 0x140(%rsp), %rax
movq %rax, 0x300(%rsp)
movq 0x300(%rsp), %rax
movq %rax, 0x468(%rsp)
movq 0x468(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15405c8
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x464(%rsp) # imm = 0xFFFFFFFF
movl 0x464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x460(%rsp)
cmpl $0x1, 0x460(%rsp)
jne 0x15405c8
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1540599
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1540597
jmp 0x15405c6
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e8(%rsp)
cmpq $0x0, 0x4e8(%rsp)
je 0x15405c4
movq 0x4e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15405c6
jmp 0x15405c8
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1540620
movq %rax, %rdi
callq 0x678a0
jmp 0x1540622
leaq 0x140(%rsp), %rax
movq %rax, 0x308(%rsp)
movq 0x308(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8(%rsp)
leaq 0x140(%rsp), %rax
movq %rax, 0x2e0(%rsp)
movq 0x2e0(%rsp), %rax
movq %rax, 0x478(%rsp)
movq 0x478(%rsp), %rax
movq %rax, 0x10(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1540701
movq 0x10(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x474(%rsp) # imm = 0xFFFFFFFF
movl 0x474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x470(%rsp)
cmpl $0x1, 0x470(%rsp)
jne 0x1540701
movq 0x10(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15406d2
movq 0x10(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15406d0
jmp 0x15406ff
movq 0x10(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e0(%rsp)
cmpq $0x0, 0x4e0(%rsp)
je 0x15406fd
movq 0x4e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15406ff
jmp 0x1540701
movq 0x10(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1540759
movq %rax, %rdi
callq 0x678a0
movq 0x8(%rsp), %rax
movq %rax, 0x188(%rsp)
movl $0x0, 0x13c(%rsp)
movl 0x13c(%rsp), %eax
addl $0x7, %eax
cmpl 0x234(%rsp), %eax
jge 0x1540881
movq 0x228(%rsp), %rax
movq %rax, 0x318(%rsp)
movq 0x318(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x100(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x310(%rsp)
movq 0x310(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0x100(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1545500
vmovaps %ymm0, 0xc0(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0xc0(%rsp), %ymm0
movq %rax, 0x348(%rsp)
vmovaps %ymm0, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm0
movq 0x348(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1540771
jmp 0x1540883
movl 0x13c(%rsp), %eax
addl $0x3, %eax
cmpl 0x234(%rsp), %eax
jge 0x1540996
movq 0x228(%rsp), %rax
movq %rax, 0x358(%rsp)
movq 0x358(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xb0(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x350(%rsp)
movq 0x350(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xa0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0xb0(%rsp), %rsi
leaq 0xa0(%rsp), %rdx
vzeroupper
callq 0x1545560
vmovaps %xmm0, 0x90(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0x90(%rsp), %xmm0
movq %rax, 0x378(%rsp)
vmovaps %xmm0, 0x360(%rsp)
vmovaps 0x360(%rsp), %xmm0
movq 0x378(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1540883
jmp 0x1540998
movl 0x13c(%rsp), %eax
cmpl 0x234(%rsp), %eax
jge 0x1540a26
movq 0x228(%rsp), %rsi
movq 0x1d8(%rsp), %rdx
leaq 0x24f(%rsp), %rdi
vzeroupper
callq 0x15455a0
movq 0x188(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1540998
jmp 0x1540a28
movl 0x230(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x230(%rsp)
jmp 0x153fae9
movl $0x0, 0x274(%rsp)
movl 0x274(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,025
|
int ncnn::binary_op_6_11_16_25<ncnn::BinaryOp_x86_fma_functor::binary_op_min>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_6_11_16_25(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 6 11 16 25
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float b0 = b[0];
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b0_avx512 = _mm512_set1_ps(b0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_p, _b0_avx512);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _b0_avx = _mm256_set1_ps(b0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0_avx);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _b0 = _mm_set1_ps(b0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, b0);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x200(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x200(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x200(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x200(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x200(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x200(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x1540b85
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x1540b8f
jmp 0x1540b9f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x15417c4
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x15417b9
movq 0x200(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x178(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x178(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1540d6e
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b8(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x1540e9d
leaq 0x178(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1540e43
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x1540e43
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1540e14
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1540e12
jmp 0x1540e41
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x1540e3f
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1540e41
jmp 0x1540e43
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1540e9b
movq %rax, %rdi
callq 0x678a0
jmp 0x1540e9d
leaq 0x178(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x178(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1540f7c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x1540f7c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1540f4d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1540f4b
jmp 0x1540f7a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x1540f78
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1540f7a
jmp 0x1540f7c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1540fd4
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1c0(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x174(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15411ce
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x15412fd
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15412a3
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x15412a3
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1541274
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1541272
jmp 0x15412a1
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x154129f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15412a1
jmp 0x15412a3
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15412fb
movq %rax, %rdi
callq 0x678a0
jmp 0x15412fd
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15413dc
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x15413dc
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15413ad
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15413ab
jmp 0x15413da
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x15413d8
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15413da
jmp 0x15413dc
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1541434
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x154161d
movq 0x1c0(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xc0(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1545500
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1541546
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1541728
movq 0x1c0(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x80(%rsp), %rsi
leaq 0x90(%rsp), %rdx
vzeroupper
callq 0x1545560
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1541654
jmp 0x154172a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x15417a1
movq 0x1c0(%rsp), %rsi
leaq 0x1e7(%rsp), %rdi
leaq 0x174(%rsp), %rdx
vzeroupper
callq 0x15455a0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x154172a
jmp 0x15417a3
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x1540baa
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,026
|
int ncnn::binary_op_2_3_4_20<ncnn::BinaryOp_x86_fma_functor::binary_op_min>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_2_3_4_20(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = b.w;
int h = b.h;
int d = b.d;
int channels = b.c;
int elempack = b.elempack;
int size = w * h * d * elempack;
// type 2 3 4 20
c.create_like(b, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float a0 = a[0];
const float* ptr = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _a0_avx512 = _mm512_set1_ps(a0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_a0_avx512, _p);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _a0_avx = _mm256_set1_ps(a0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_a0_avx, _p);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _a0 = _mm_set1_ps(a0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(a0, *ptr);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x1f8(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x1541905
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x154190f
jmp 0x154191f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x1542544
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x1542539
movq 0x200(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x1c4(%rsp)
movq 0x1f8(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x170(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x170(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x198(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1541b2b
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b0(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x1541c5a
leaq 0x170(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1541c00
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x1541c00
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1541bd1
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1541bcf
jmp 0x1541bfe
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x1541bfc
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1541bfe
jmp 0x1541c00
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1541c58
movq %rax, %rdi
callq 0x678a0
jmp 0x1541c5a
leaq 0x170(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x170(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1541d39
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x1541d39
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1541d0a
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1541d08
jmp 0x1541d37
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x1541d35
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1541d37
jmp 0x1541d39
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1541d91
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1541f4e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x154207d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1542023
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1542023
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1541ff4
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1541ff2
jmp 0x1542021
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x154201f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1542021
jmp 0x1542023
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154207b
movq %rax, %rdi
callq 0x678a0
jmp 0x154207d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154215c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x154215c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154212d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154212b
jmp 0x154215a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x1542158
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154215a
jmp 0x154215c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15421b4
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x154239d
movq 0x1b8(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xe0(%rsp), %rsi
leaq 0xc0(%rsp), %rdx
callq 0x1545500
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x15422c6
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x15424a8
movq 0x1b8(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x90(%rsp), %rsi
leaq 0x80(%rsp), %rdx
vzeroupper
callq 0x1545560
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x15423d4
jmp 0x15424aa
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1542521
movq 0x1b8(%rsp), %rdx
leaq 0x1e7(%rsp), %rdi
leaq 0x1c4(%rsp), %rsi
vzeroupper
callq 0x15455a0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x15424aa
jmp 0x1542523
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x154192a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,027
|
int ncnn::binary_op_7_13_19_29<ncnn::BinaryOp_x86_fma_functor::binary_op_pow>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_7_13_19_29(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 7 13 19 29
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _p1 = _mm512_loadu_ps(ptr1);
__m512 _outp = op.func_pack16(_p, _p1);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
ptr1 += 16;
outptr += 16;
}
#endif // __AVX512F__
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 8;
outptr += 8;
}
#endif // __AVX__
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _p1 = _mm_load_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_store_ps(outptr, _outp);
ptr += 4;
ptr1 += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, *ptr1);
ptr += 1;
ptr1 += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x500, %rsp # imm = 0x500
movq %rdi, 0x268(%rsp)
movq %rsi, 0x260(%rsp)
movq %rdx, 0x258(%rsp)
movq %rcx, 0x250(%rsp)
movq 0x268(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x248(%rsp)
movq 0x268(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x244(%rsp)
movq 0x268(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x240(%rsp)
movq 0x268(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x23c(%rsp)
movq 0x268(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x238(%rsp)
movl 0x248(%rsp), %eax
imull 0x244(%rsp), %eax
imull 0x240(%rsp), %eax
imull 0x238(%rsp), %eax
movl %eax, 0x234(%rsp)
movq 0x258(%rsp), %rdi
movq 0x268(%rsp), %rsi
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x258(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x1542691
movq 0x80(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x154269e
jmp 0x15426ae
movl $0xffffff9c, 0x274(%rsp) # imm = 0xFFFFFF9C
jmp 0x1543619
movl $0x0, 0x230(%rsp)
movl 0x230(%rsp), %eax
cmpl 0x23c(%rsp), %eax
jge 0x154360e
movq 0x268(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x1e0(%rsp), %rdx
movq %rdx, 0x2a8(%rsp)
movq %rcx, 0x2a0(%rsp)
movl %eax, 0x29c(%rsp)
movq 0x2a0(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x29b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e0(%rsp), %r10
movq %r10, 0x3f0(%rsp)
movl %r9d, 0x3ec(%rsp)
movl %r8d, 0x3e8(%rsp)
movl %edi, 0x3e4(%rsp)
movq %rsi, 0x3d8(%rsp)
movq %rdx, 0x3d0(%rsp)
movl %ecx, 0x3cc(%rsp)
movq %rax, 0x3c0(%rsp)
movq 0x3f0(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x448(%rsp)
movl $0x10, 0x444(%rsp)
movq 0x448(%rsp), %rax
movslq 0x444(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x444(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x208(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154287d
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x220(%rsp)
movb $0x1, 0x29b(%rsp)
testb $0x1, 0x29b(%rsp)
jne 0x15429ac
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2c0(%rsp)
movq 0x2c0(%rsp), %rax
movq %rax, 0x4b8(%rsp)
movq 0x4b8(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1542952
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4b4(%rsp) # imm = 0xFFFFFFFF
movl 0x4b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4b0(%rsp)
cmpl $0x1, 0x4b0(%rsp)
jne 0x1542952
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1542923
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1542921
jmp 0x1542950
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c0(%rsp)
cmpq $0x0, 0x4c0(%rsp)
je 0x154294e
movq 0x4c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1542950
jmp 0x1542952
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15429aa
movq %rax, %rdi
callq 0x678a0
jmp 0x15429ac
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2b8(%rsp)
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rax
movq %rax, 0x498(%rsp)
movq 0x498(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1542a8b
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x494(%rsp) # imm = 0xFFFFFFFF
movl 0x494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x490(%rsp)
cmpl $0x1, 0x490(%rsp)
jne 0x1542a8b
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1542a5c
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1542a5a
jmp 0x1542a89
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x4d0(%rsp)
je 0x1542a87
movq 0x4d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1542a89
jmp 0x1542a8b
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1542ae3
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x228(%rsp)
movq 0x260(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x190(%rsp), %rdx
movq %rdx, 0x290(%rsp)
movq %rcx, 0x288(%rsp)
movl %eax, 0x284(%rsp)
movq 0x288(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x283(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x284(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x190(%rsp), %r10
movq %r10, 0x428(%rsp)
movl %r9d, 0x424(%rsp)
movl %r8d, 0x420(%rsp)
movl %edi, 0x41c(%rsp)
movq %rsi, 0x410(%rsp)
movq %rdx, 0x408(%rsp)
movl %ecx, 0x404(%rsp)
movq %rax, 0x3f8(%rsp)
movq 0x428(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x410(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x408(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x404(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x424(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x420(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x41c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x438(%rsp)
movl $0x10, 0x434(%rsp)
movq 0x438(%rsp), %rax
movslq 0x434(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x434(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1542ca0
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d0(%rsp)
movb $0x1, 0x283(%rsp)
testb $0x1, 0x283(%rsp)
jne 0x1542dcf
leaq 0x190(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movq 0x2c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
movq 0x4a8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1542d75
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4a4(%rsp) # imm = 0xFFFFFFFF
movl 0x4a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4a0(%rsp)
cmpl $0x1, 0x4a0(%rsp)
jne 0x1542d75
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1542d46
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1542d44
jmp 0x1542d73
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
cmpq $0x0, 0x4c8(%rsp)
je 0x1542d71
movq 0x4c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1542d73
jmp 0x1542d75
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1542dcd
movq %rax, %rdi
callq 0x678a0
jmp 0x1542dcf
leaq 0x190(%rsp), %rax
movq %rax, 0x2b0(%rsp)
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x190(%rsp), %rax
movq %rax, 0x2d8(%rsp)
movq 0x2d8(%rsp), %rax
movq %rax, 0x488(%rsp)
movq 0x488(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1542eae
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x484(%rsp) # imm = 0xFFFFFFFF
movl 0x484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x480(%rsp)
cmpl $0x1, 0x480(%rsp)
jne 0x1542eae
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1542e7f
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1542e7d
jmp 0x1542eac
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x4d8(%rsp)
je 0x1542eaa
movq 0x4d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1542eac
jmp 0x1542eae
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1542f06
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x1d8(%rsp)
movq 0x258(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x140(%rsp), %rdx
movq %rdx, 0x2f8(%rsp)
movq %rcx, 0x2f0(%rsp)
movl %eax, 0x2ec(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, 0x28(%rsp)
movb $0x0, 0x2eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x140(%rsp), %r10
movq %r10, 0x3b8(%rsp)
movl %r9d, 0x3b4(%rsp)
movl %r8d, 0x3b0(%rsp)
movl %edi, 0x3ac(%rsp)
movq %rsi, 0x3a0(%rsp)
movq %rdx, 0x398(%rsp)
movl %ecx, 0x394(%rsp)
movq %rax, 0x388(%rsp)
movq 0x3b8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x398(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x394(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x388(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x458(%rsp)
movl $0x10, 0x454(%rsp)
movq 0x458(%rsp), %rax
movslq 0x454(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x454(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x28(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x168(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15430c3
movq 0x28(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x180(%rsp)
movb $0x1, 0x2eb(%rsp)
testb $0x1, 0x2eb(%rsp)
jne 0x15431f2
leaq 0x140(%rsp), %rax
movq %rax, 0x300(%rsp)
movq 0x300(%rsp), %rax
movq %rax, 0x468(%rsp)
movq 0x468(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1543198
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x464(%rsp) # imm = 0xFFFFFFFF
movl 0x464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x460(%rsp)
cmpl $0x1, 0x460(%rsp)
jne 0x1543198
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1543169
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1543167
jmp 0x1543196
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e8(%rsp)
cmpq $0x0, 0x4e8(%rsp)
je 0x1543194
movq 0x4e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1543196
jmp 0x1543198
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15431f0
movq %rax, %rdi
callq 0x678a0
jmp 0x15431f2
leaq 0x140(%rsp), %rax
movq %rax, 0x308(%rsp)
movq 0x308(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8(%rsp)
leaq 0x140(%rsp), %rax
movq %rax, 0x2e0(%rsp)
movq 0x2e0(%rsp), %rax
movq %rax, 0x478(%rsp)
movq 0x478(%rsp), %rax
movq %rax, 0x10(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15432d1
movq 0x10(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x474(%rsp) # imm = 0xFFFFFFFF
movl 0x474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x470(%rsp)
cmpl $0x1, 0x470(%rsp)
jne 0x15432d1
movq 0x10(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15432a2
movq 0x10(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15432a0
jmp 0x15432cf
movq 0x10(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e0(%rsp)
cmpq $0x0, 0x4e0(%rsp)
je 0x15432cd
movq 0x4e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15432cf
jmp 0x15432d1
movq 0x10(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1543329
movq %rax, %rdi
callq 0x678a0
movq 0x8(%rsp), %rax
movq %rax, 0x188(%rsp)
movl $0x0, 0x13c(%rsp)
movl 0x13c(%rsp), %eax
addl $0x7, %eax
cmpl 0x234(%rsp), %eax
jge 0x1543451
movq 0x228(%rsp), %rax
movq %rax, 0x318(%rsp)
movq 0x318(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x100(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x310(%rsp)
movq 0x310(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0x100(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x15455d0
vmovaps %ymm0, 0xc0(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0xc0(%rsp), %ymm0
movq %rax, 0x348(%rsp)
vmovaps %ymm0, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm0
movq 0x348(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1543341
jmp 0x1543453
movl 0x13c(%rsp), %eax
addl $0x3, %eax
cmpl 0x234(%rsp), %eax
jge 0x1543566
movq 0x228(%rsp), %rax
movq %rax, 0x358(%rsp)
movq 0x358(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xb0(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x350(%rsp)
movq 0x350(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xa0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0xb0(%rsp), %rsi
leaq 0xa0(%rsp), %rdx
vzeroupper
callq 0x1546d60
vmovaps %xmm0, 0x90(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0x90(%rsp), %xmm0
movq %rax, 0x378(%rsp)
vmovaps %xmm0, 0x360(%rsp)
vmovaps 0x360(%rsp), %xmm0
movq 0x378(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1543453
jmp 0x1543568
movl 0x13c(%rsp), %eax
cmpl 0x234(%rsp), %eax
jge 0x15435f6
movq 0x228(%rsp), %rsi
movq 0x1d8(%rsp), %rdx
leaq 0x24f(%rsp), %rdi
vzeroupper
callq 0x15480b0
movq 0x188(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1543568
jmp 0x15435f8
movl 0x230(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x230(%rsp)
jmp 0x15426b9
movl $0x0, 0x274(%rsp)
movl 0x274(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,028
|
int ncnn::binary_op_6_11_16_25<ncnn::BinaryOp_x86_fma_functor::binary_op_pow>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_6_11_16_25(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 6 11 16 25
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float b0 = b[0];
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b0_avx512 = _mm512_set1_ps(b0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_p, _b0_avx512);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _b0_avx = _mm256_set1_ps(b0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0_avx);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _b0 = _mm_set1_ps(b0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, b0);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x200(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x200(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x200(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x200(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x200(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x200(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x1543755
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x154375f
jmp 0x154376f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x1544394
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x1544389
movq 0x200(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x178(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x178(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154393e
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b8(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x1543a6d
leaq 0x178(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1543a13
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x1543a13
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15439e4
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15439e2
jmp 0x1543a11
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x1543a0f
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1543a11
jmp 0x1543a13
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1543a6b
movq %rax, %rdi
callq 0x678a0
jmp 0x1543a6d
leaq 0x178(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x178(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1543b4c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x1543b4c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1543b1d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1543b1b
jmp 0x1543b4a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x1543b48
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1543b4a
jmp 0x1543b4c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1543ba4
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1c0(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x174(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1543d9e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x1543ecd
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1543e73
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1543e73
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1543e44
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1543e42
jmp 0x1543e71
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x1543e6f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1543e71
jmp 0x1543e73
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1543ecb
movq %rax, %rdi
callq 0x678a0
jmp 0x1543ecd
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1543fac
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x1543fac
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1543f7d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1543f7b
jmp 0x1543faa
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x1543fa8
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1543faa
jmp 0x1543fac
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1544004
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x15441ed
movq 0x1c0(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xc0(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x15455d0
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1544116
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x15442f8
movq 0x1c0(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x80(%rsp), %rsi
leaq 0x90(%rsp), %rdx
vzeroupper
callq 0x1546d60
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1544224
jmp 0x15442fa
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1544371
movq 0x1c0(%rsp), %rsi
leaq 0x1e7(%rsp), %rdi
leaq 0x174(%rsp), %rdx
vzeroupper
callq 0x15480b0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x15442fa
jmp 0x1544373
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x154377a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,029
|
int ncnn::binary_op_2_3_4_20<ncnn::BinaryOp_x86_fma_functor::binary_op_pow>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_2_3_4_20(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = b.w;
int h = b.h;
int d = b.d;
int channels = b.c;
int elempack = b.elempack;
int size = w * h * d * elempack;
// type 2 3 4 20
c.create_like(b, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float a0 = a[0];
const float* ptr = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _a0_avx512 = _mm512_set1_ps(a0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_a0_avx512, _p);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _a0_avx = _mm256_set1_ps(a0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_a0_avx, _p);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _a0 = _mm_set1_ps(a0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(a0, *ptr);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x1f8(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x15444d5
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x15444df
jmp 0x15444ef
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x1545114
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x1545109
movq 0x200(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x1c4(%rsp)
movq 0x1f8(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x170(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x170(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x198(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15446fb
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b0(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x154482a
leaq 0x170(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15447d0
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x15447d0
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15447a1
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154479f
jmp 0x15447ce
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x15447cc
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15447ce
jmp 0x15447d0
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1544828
movq %rax, %rdi
callq 0x678a0
jmp 0x154482a
leaq 0x170(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x170(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1544909
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x1544909
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15448da
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15448d8
jmp 0x1544907
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x1544905
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1544907
jmp 0x1544909
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1544961
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1544b1e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x1544c4d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1544bf3
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1544bf3
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1544bc4
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1544bc2
jmp 0x1544bf1
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x1544bef
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1544bf1
jmp 0x1544bf3
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1544c4b
movq %rax, %rdi
callq 0x678a0
jmp 0x1544c4d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1544d2c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x1544d2c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1544cfd
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1544cfb
jmp 0x1544d2a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x1544d28
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1544d2a
jmp 0x1544d2c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1544d84
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1544f6d
movq 0x1b8(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xe0(%rsp), %rsi
leaq 0xc0(%rsp), %rdx
callq 0x15455d0
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1544e96
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1545078
movq 0x1b8(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x90(%rsp), %rsi
leaq 0x80(%rsp), %rdx
vzeroupper
callq 0x1546d60
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1544fa4
jmp 0x154507a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x15450f1
movq 0x1b8(%rsp), %rdx
leaq 0x1e7(%rsp), %rdi
leaq 0x1c4(%rsp), %rsi
vzeroupper
callq 0x15480b0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x154507a
jmp 0x15450f3
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x15444fa
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,030
|
ncnn::BinaryOp_x86_fma_functor::binary_op_add::func_pack8(float vector[8] const&, float vector[8] const&) const
|
__m256 func_pack8(const __m256& x, const __m256& y) const
{
return _mm256_add_ps(x, y);
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x80, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq %rdx, 0x8(%rsp)
movq 0x10(%rsp), %rax
vmovaps (%rax), %ymm1
movq 0x8(%rsp), %rax
vmovaps (%rax), %ymm0
vmovaps %ymm1, 0x40(%rsp)
vmovaps %ymm0, 0x20(%rsp)
vmovaps 0x40(%rsp), %ymm0
vaddps 0x20(%rsp), %ymm0, %ymm0
movq %rbp, %rsp
popq %rbp
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,031
|
ncnn::BinaryOp_x86_fma_functor::binary_op_add::func_pack4(float vector[4] const&, float vector[4] const&) const
|
__m128 func_pack4(const __m128& x, const __m128& y) const
{
return _mm_add_ps(x, y);
}
|
movq %rdi, -0x30(%rsp)
movq %rsi, -0x38(%rsp)
movq %rdx, -0x40(%rsp)
movq -0x38(%rsp), %rax
vmovaps (%rax), %xmm1
movq -0x40(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm1, -0x18(%rsp)
vmovaps %xmm0, -0x28(%rsp)
vmovaps -0x18(%rsp), %xmm0
vaddps -0x28(%rsp), %xmm0, %xmm0
retq
nopw (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,032
|
ncnn::BinaryOp_x86_fma_functor::binary_op_add::func(float const&, float const&) const
|
float func(const float& x, const float& y) const
{
return x + y;
}
|
movq %rdi, -0x8(%rsp)
movq %rsi, -0x10(%rsp)
movq %rdx, -0x18(%rsp)
movq -0x10(%rsp), %rax
vmovss (%rax), %xmm0
movq -0x18(%rsp), %rax
vaddss (%rax), %xmm0, %xmm0
retq
nopw %cs:(%rax,%rax)
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,033
|
ncnn::BinaryOp_x86_fma_functor::binary_op_sub::func_pack8(float vector[8] const&, float vector[8] const&) const
|
__m256 func_pack8(const __m256& x, const __m256& y) const
{
return _mm256_sub_ps(x, y);
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x80, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq %rdx, 0x8(%rsp)
movq 0x10(%rsp), %rax
vmovaps (%rax), %ymm1
movq 0x8(%rsp), %rax
vmovaps (%rax), %ymm0
vmovaps %ymm1, 0x40(%rsp)
vmovaps %ymm0, 0x20(%rsp)
vmovaps 0x40(%rsp), %ymm0
vsubps 0x20(%rsp), %ymm0, %ymm0
movq %rbp, %rsp
popq %rbp
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,034
|
ncnn::BinaryOp_x86_fma_functor::binary_op_sub::func_pack4(float vector[4] const&, float vector[4] const&) const
|
__m128 func_pack4(const __m128& x, const __m128& y) const
{
return _mm_sub_ps(x, y);
}
|
movq %rdi, -0x30(%rsp)
movq %rsi, -0x38(%rsp)
movq %rdx, -0x40(%rsp)
movq -0x38(%rsp), %rax
vmovaps (%rax), %xmm1
movq -0x40(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm1, -0x18(%rsp)
vmovaps %xmm0, -0x28(%rsp)
vmovaps -0x18(%rsp), %xmm0
vsubps -0x28(%rsp), %xmm0, %xmm0
retq
nopw (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,035
|
ncnn::BinaryOp_x86_fma_functor::binary_op_sub::func(float const&, float const&) const
|
float func(const float& x, const float& y) const
{
return x - y;
}
|
movq %rdi, -0x8(%rsp)
movq %rsi, -0x10(%rsp)
movq %rdx, -0x18(%rsp)
movq -0x10(%rsp), %rax
vmovss (%rax), %xmm0
movq -0x18(%rsp), %rax
vsubss (%rax), %xmm0, %xmm0
retq
nopw %cs:(%rax,%rax)
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,036
|
ncnn::BinaryOp_x86_fma_functor::binary_op_mul::func_pack8(float vector[8] const&, float vector[8] const&) const
|
__m256 func_pack8(const __m256& x, const __m256& y) const
{
return _mm256_mul_ps(x, y);
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x80, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq %rdx, 0x8(%rsp)
movq 0x10(%rsp), %rax
vmovaps (%rax), %ymm1
movq 0x8(%rsp), %rax
vmovaps (%rax), %ymm0
vmovaps %ymm1, 0x40(%rsp)
vmovaps %ymm0, 0x20(%rsp)
vmovaps 0x40(%rsp), %ymm0
vmulps 0x20(%rsp), %ymm0, %ymm0
movq %rbp, %rsp
popq %rbp
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,037
|
ncnn::BinaryOp_x86_fma_functor::binary_op_mul::func_pack4(float vector[4] const&, float vector[4] const&) const
|
__m128 func_pack4(const __m128& x, const __m128& y) const
{
return _mm_mul_ps(x, y);
}
|
movq %rdi, -0x30(%rsp)
movq %rsi, -0x38(%rsp)
movq %rdx, -0x40(%rsp)
movq -0x38(%rsp), %rax
vmovaps (%rax), %xmm1
movq -0x40(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm1, -0x18(%rsp)
vmovaps %xmm0, -0x28(%rsp)
vmovaps -0x18(%rsp), %xmm0
vmulps -0x28(%rsp), %xmm0, %xmm0
retq
nopw (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,038
|
ncnn::BinaryOp_x86_fma_functor::binary_op_mul::func(float const&, float const&) const
|
float func(const float& x, const float& y) const
{
return x * y;
}
|
movq %rdi, -0x8(%rsp)
movq %rsi, -0x10(%rsp)
movq %rdx, -0x18(%rsp)
movq -0x10(%rsp), %rax
vmovss (%rax), %xmm0
movq -0x18(%rsp), %rax
vmulss (%rax), %xmm0, %xmm0
retq
nopw %cs:(%rax,%rax)
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,039
|
ncnn::BinaryOp_x86_fma_functor::binary_op_div::func_pack8(float vector[8] const&, float vector[8] const&) const
|
__m256 func_pack8(const __m256& x, const __m256& y) const
{
return _mm256_div_ps(x, y);
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x80, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq %rdx, 0x8(%rsp)
movq 0x10(%rsp), %rax
vmovaps (%rax), %ymm1
movq 0x8(%rsp), %rax
vmovaps (%rax), %ymm0
vmovaps %ymm1, 0x40(%rsp)
vmovaps %ymm0, 0x20(%rsp)
vmovaps 0x40(%rsp), %ymm0
vdivps 0x20(%rsp), %ymm0, %ymm0
movq %rbp, %rsp
popq %rbp
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,040
|
ncnn::BinaryOp_x86_fma_functor::binary_op_div::func_pack4(float vector[4] const&, float vector[4] const&) const
|
__m128 func_pack4(const __m128& x, const __m128& y) const
{
return _mm_div_ps(x, y);
}
|
movq %rdi, -0x30(%rsp)
movq %rsi, -0x38(%rsp)
movq %rdx, -0x40(%rsp)
movq -0x38(%rsp), %rax
vmovaps (%rax), %xmm1
movq -0x40(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm1, -0x18(%rsp)
vmovaps %xmm0, -0x28(%rsp)
vmovaps -0x18(%rsp), %xmm0
vdivps -0x28(%rsp), %xmm0, %xmm0
retq
nopw (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,041
|
ncnn::BinaryOp_x86_fma_functor::binary_op_div::func(float const&, float const&) const
|
float func(const float& x, const float& y) const
{
return x / y;
}
|
movq %rdi, -0x8(%rsp)
movq %rsi, -0x10(%rsp)
movq %rdx, -0x18(%rsp)
movq -0x10(%rsp), %rax
vmovss (%rax), %xmm0
movq -0x18(%rsp), %rax
vdivss (%rax), %xmm0, %xmm0
retq
nopw %cs:(%rax,%rax)
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,042
|
ncnn::BinaryOp_x86_fma_functor::binary_op_max::func_pack8(float vector[8] const&, float vector[8] const&) const
|
__m256 func_pack8(const __m256& x, const __m256& y) const
{
return _mm256_max_ps(x, y);
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x80, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq %rdx, 0x8(%rsp)
movq 0x10(%rsp), %rax
vmovaps (%rax), %ymm1
movq 0x8(%rsp), %rax
vmovaps (%rax), %ymm0
vmovaps %ymm1, 0x40(%rsp)
vmovaps %ymm0, 0x20(%rsp)
vmovaps 0x40(%rsp), %ymm0
vmovaps 0x20(%rsp), %ymm1
vmaxps %ymm1, %ymm0, %ymm0
movq %rbp, %rsp
popq %rbp
retq
nopw %cs:(%rax,%rax)
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,043
|
ncnn::BinaryOp_x86_fma_functor::binary_op_max::func_pack4(float vector[4] const&, float vector[4] const&) const
|
__m128 func_pack4(const __m128& x, const __m128& y) const
{
return _mm_max_ps(x, y);
}
|
movq %rdi, -0x30(%rsp)
movq %rsi, -0x38(%rsp)
movq %rdx, -0x40(%rsp)
movq -0x38(%rsp), %rax
vmovaps (%rax), %xmm1
movq -0x40(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm1, -0x18(%rsp)
vmovaps %xmm0, -0x28(%rsp)
vmovaps -0x18(%rsp), %xmm0
vmovaps -0x28(%rsp), %xmm1
vmaxps %xmm1, %xmm0, %xmm0
retq
nop
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,044
|
ncnn::BinaryOp_x86_fma_functor::binary_op_max::func(float const&, float const&) const
|
float func(const float& x, const float& y) const
{
return std::max(x, y);
}
|
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq %rsi, 0x8(%rsp)
movq %rdx, (%rsp)
movq 0x8(%rsp), %rdi
movq (%rsp), %rsi
callq 0x670b0
vmovss (%rax), %xmm0
addq $0x18, %rsp
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,045
|
ncnn::BinaryOp_x86_fma_functor::binary_op_min::func_pack8(float vector[8] const&, float vector[8] const&) const
|
__m256 func_pack8(const __m256& x, const __m256& y) const
{
return _mm256_min_ps(x, y);
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x80, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq %rdx, 0x8(%rsp)
movq 0x10(%rsp), %rax
vmovaps (%rax), %ymm1
movq 0x8(%rsp), %rax
vmovaps (%rax), %ymm0
vmovaps %ymm1, 0x40(%rsp)
vmovaps %ymm0, 0x20(%rsp)
vmovaps 0x40(%rsp), %ymm0
vmovaps 0x20(%rsp), %ymm1
vminps %ymm1, %ymm0, %ymm0
movq %rbp, %rsp
popq %rbp
retq
nopw %cs:(%rax,%rax)
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,046
|
ncnn::BinaryOp_x86_fma_functor::binary_op_min::func_pack4(float vector[4] const&, float vector[4] const&) const
|
__m128 func_pack4(const __m128& x, const __m128& y) const
{
return _mm_min_ps(x, y);
}
|
movq %rdi, -0x30(%rsp)
movq %rsi, -0x38(%rsp)
movq %rdx, -0x40(%rsp)
movq -0x38(%rsp), %rax
vmovaps (%rax), %xmm1
movq -0x40(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm1, -0x18(%rsp)
vmovaps %xmm0, -0x28(%rsp)
vmovaps -0x18(%rsp), %xmm0
vmovaps -0x28(%rsp), %xmm1
vminps %xmm1, %xmm0, %xmm0
retq
nop
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,047
|
ncnn::BinaryOp_x86_fma_functor::binary_op_min::func(float const&, float const&) const
|
float func(const float& x, const float& y) const
{
return std::min(x, y);
}
|
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq %rsi, 0x8(%rsp)
movq %rdx, (%rsp)
movq 0x8(%rsp), %rdi
movq (%rsp), %rsi
callq 0x670f0
vmovss (%rax), %xmm0
addq $0x18, %rsp
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,048
|
ncnn::BinaryOp_x86_fma_functor::binary_op_pow::func_pack8(float vector[8] const&, float vector[8] const&) const
|
__m256 func_pack8(const __m256& x, const __m256& y) const
{
return pow256_ps(x, y);
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x1c60, %rsp # imm = 0x1C60
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq %rdx, 0x8(%rsp)
movq 0x10(%rsp), %rax
vmovaps (%rax), %ymm1
movq 0x8(%rsp), %rax
vmovaps (%rax), %ymm0
vmovaps %ymm1, 0x40(%rsp)
vmovaps %ymm0, 0x20(%rsp)
vmovaps 0x20(%rsp), %ymm7
vmovaps 0x40(%rsp), %ymm0
vmovaps %ymm0, 0x420(%rsp)
vmovaps 0x8c74d7(%rip), %ymm2 # 0x1e0cb00
vmovaps %ymm2, 0x3e0(%rsp)
vmovaps 0x420(%rsp), %ymm0
vxorps %xmm5, %xmm5, %xmm5
vmovaps %ymm5, 0x680(%rsp)
vmovaps 0x680(%rsp), %ymm1
vcmpleps %ymm1, %ymm0, %ymm0
vmovaps %ymm0, 0x3c0(%rsp)
vmovaps 0x420(%rsp), %ymm0
vmovaps %ymm0, 0x660(%rsp)
vmovaps 0x8c7627(%rip), %ymm0 # 0x1e0cca0
vmovaps %ymm0, 0x640(%rsp)
vmovaps 0x660(%rsp), %ymm0
vmovaps 0x640(%rsp), %ymm1
vmaxps %ymm1, %ymm0, %ymm0
vmovaps %ymm0, 0x420(%rsp)
vmovaps 0x420(%rsp), %ymm0
vmovaps %ymm0, 0x1a40(%rsp)
vmovaps 0x1a40(%rsp), %ymm0
vmovaps %ymm0, 0x19e0(%rsp)
movl $0x17, 0x19dc(%rsp)
vmovaps 0x19e0(%rsp), %ymm0
vmovaps %ymm0, 0x1960(%rsp)
vmovdqa 0x1960(%rsp), %xmm0
vmovdqa %xmm0, 0x19c0(%rsp)
vmovdqa 0x1970(%rsp), %xmm0
vmovdqa %xmm0, 0x19b0(%rsp)
vmovdqa 0x19c0(%rsp), %xmm0
movl 0x19dc(%rsp), %eax
vmovdqa %xmm0, 0x1a30(%rsp)
movl %eax, 0x1a2c(%rsp)
vmovdqa 0x1a30(%rsp), %xmm0
vmovd 0x1a2c(%rsp), %xmm1
vpsrld %xmm1, %xmm0, %xmm0
vmovdqa %xmm0, 0x19c0(%rsp)
vmovdqa 0x19b0(%rsp), %xmm0
movl 0x19dc(%rsp), %eax
vmovdqa %xmm0, 0x1a10(%rsp)
movl %eax, 0x1a0c(%rsp)
vmovdqa 0x1a10(%rsp), %xmm0
vmovd 0x1a0c(%rsp), %xmm1
vpsrld %xmm1, %xmm0, %xmm0
vmovdqa %xmm0, 0x19b0(%rsp)
vmovdqa 0x19c0(%rsp), %xmm0
vmovdqa %xmm0, 0x1940(%rsp)
vmovdqa 0x19b0(%rsp), %xmm0
vmovdqa %xmm0, 0x1950(%rsp)
vmovaps 0x1940(%rsp), %ymm0
vmovaps %ymm0, 0x1980(%rsp)
vmovaps 0x1980(%rsp), %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x420(%rsp), %ymm0
vmovaps %ymm0, 0xdc0(%rsp)
vmovaps 0x8c74da(%rip), %ymm0 # 0x1e0ccc0
vmovaps %ymm0, 0xda0(%rsp)
vmovaps 0xdc0(%rsp), %ymm0
vmovaps 0xda0(%rsp), %ymm1
vandps %ymm1, %ymm0, %ymm0
vmovaps %ymm0, 0x420(%rsp)
vmovaps 0x420(%rsp), %ymm0
vmovaps %ymm0, 0x1ac0(%rsp)
vmovaps 0x8c7358(%rip), %ymm1 # 0x1e0cb80
vmovaps %ymm1, 0x1aa0(%rsp)
vmovaps 0x1ac0(%rsp), %ymm0
vmovaps 0x1aa0(%rsp), %ymm3
vorps %ymm3, %ymm0, %ymm0
vmovaps %ymm0, 0x420(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0x1bc0(%rsp)
vmovaps 0x8c7416(%rip), %ymm0 # 0x1e0cc80
vmovaps %ymm0, 0x1ba0(%rsp)
vmovaps 0x1bc0(%rsp), %ymm3
vmovaps %ymm3, 0x1b20(%rsp)
vmovdqa 0x1b20(%rsp), %xmm3
vmovdqa %xmm3, 0x1b90(%rsp)
vmovdqa 0x1b30(%rsp), %xmm3
vmovdqa %xmm3, 0x1b80(%rsp)
vmovaps 0x1ba0(%rsp), %ymm3
vmovaps %ymm3, 0x1b00(%rsp)
vmovdqa 0x1b00(%rsp), %xmm3
vmovdqa %xmm3, 0x1b70(%rsp)
vmovdqa 0x1b10(%rsp), %xmm3
vmovdqa %xmm3, 0x1b60(%rsp)
vmovdqa 0x1b90(%rsp), %xmm4
vmovdqa 0x1b70(%rsp), %xmm3
vmovdqa %xmm4, 0x1c10(%rsp)
vmovdqa %xmm3, 0x1c00(%rsp)
vmovdqa 0x1c10(%rsp), %xmm3
vmovdqa 0x1c00(%rsp), %xmm4
vpsubd %xmm4, %xmm3, %xmm3
vmovdqa %xmm3, 0x1b90(%rsp)
vmovdqa 0x1b80(%rsp), %xmm4
vmovdqa 0x1b60(%rsp), %xmm3
vmovdqa %xmm4, 0x1bf0(%rsp)
vmovdqa %xmm3, 0x1be0(%rsp)
vmovdqa 0x1bf0(%rsp), %xmm3
vmovdqa 0x1be0(%rsp), %xmm4
vpsubd %xmm4, %xmm3, %xmm3
vmovdqa %xmm3, 0x1b80(%rsp)
vmovdqa 0x1b90(%rsp), %xmm3
vmovdqa %xmm3, 0x1ae0(%rsp)
vmovdqa 0x1b80(%rsp), %xmm3
vmovdqa %xmm3, 0x1af0(%rsp)
vmovaps 0x1ae0(%rsp), %ymm3
vmovaps %ymm3, 0x1b40(%rsp)
vmovaps 0x1b40(%rsp), %ymm3
vmovaps %ymm3, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm3
vmovaps %ymm3, 0x1c20(%rsp)
vcvtdq2ps 0x1c20(%rsp), %ymm3
vmovaps %ymm3, 0x3a0(%rsp)
vmovaps 0x3a0(%rsp), %ymm4
vmovaps 0x3e0(%rsp), %ymm3
vmovaps %ymm4, 0x4e0(%rsp)
vmovaps %ymm3, 0x4c0(%rsp)
vmovaps 0x4e0(%rsp), %ymm3
vmovaps 0x4c0(%rsp), %ymm4
vaddps %ymm4, %ymm3, %ymm3
vmovaps %ymm3, 0x3a0(%rsp)
vmovaps 0x420(%rsp), %ymm3
vmovaps 0x8c72bb(%rip), %ymm4 # 0x1e0cce0
vcmpltps %ymm4, %ymm3, %ymm3
vmovaps %ymm3, 0x380(%rsp)
vmovaps 0x420(%rsp), %ymm4
vmovaps 0x380(%rsp), %ymm3
vmovaps %ymm4, 0xd80(%rsp)
vmovaps %ymm3, 0xd60(%rsp)
vmovaps 0xd80(%rsp), %ymm3
vmovaps 0xd60(%rsp), %ymm4
vandps %ymm4, %ymm3, %ymm3
vmovaps %ymm3, 0x360(%rsp)
vmovaps 0x420(%rsp), %ymm4
vmovaps 0x3e0(%rsp), %ymm3
vmovaps %ymm4, 0x560(%rsp)
vmovaps %ymm3, 0x540(%rsp)
vmovaps 0x560(%rsp), %ymm3
vmovaps 0x540(%rsp), %ymm4
vsubps %ymm4, %ymm3, %ymm3
vmovaps %ymm3, 0x420(%rsp)
vmovaps 0x3a0(%rsp), %ymm4
vmovaps 0x3e0(%rsp), %ymm6
vmovaps 0x380(%rsp), %ymm3
vmovaps %ymm6, 0xd40(%rsp)
vmovaps %ymm3, 0xd20(%rsp)
vmovaps 0xd40(%rsp), %ymm3
vmovaps 0xd20(%rsp), %ymm6
vandps %ymm6, %ymm3, %ymm3
vmovaps %ymm4, 0x520(%rsp)
vmovaps %ymm3, 0x500(%rsp)
vmovaps 0x520(%rsp), %ymm3
vmovaps 0x500(%rsp), %ymm4
vsubps %ymm4, %ymm3, %ymm3
vmovaps %ymm3, 0x3a0(%rsp)
vmovaps 0x420(%rsp), %ymm4
vmovaps 0x360(%rsp), %ymm3
vmovaps %ymm4, 0x4a0(%rsp)
vmovaps %ymm3, 0x480(%rsp)
vmovaps 0x4a0(%rsp), %ymm3
vmovaps 0x480(%rsp), %ymm4
vaddps %ymm4, %ymm3, %ymm3
vmovaps %ymm3, 0x420(%rsp)
vmovaps 0x420(%rsp), %ymm3
vmovaps %ymm3, 0x620(%rsp)
vmovaps %ymm3, 0x600(%rsp)
vmovaps 0x620(%rsp), %ymm3
vmovaps 0x600(%rsp), %ymm4
vmulps %ymm4, %ymm3, %ymm3
vmovaps %ymm3, 0x340(%rsp)
vmovaps 0x8c714e(%rip), %ymm3 # 0x1e0cd00
vmovaps %ymm3, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm4
vmovaps 0x420(%rsp), %ymm3
vmovaps %ymm4, 0xa60(%rsp)
vmovaps %ymm3, 0xa40(%rsp)
vmovaps 0x8c7139(%rip), %ymm3 # 0x1e0cd20
vmovaps %ymm3, 0xa20(%rsp)
vmovaps 0xa60(%rsp), %ymm6
vmovaps 0xa40(%rsp), %ymm4
vmovaps 0xa20(%rsp), %ymm3
vmovaps %ymm6, 0x14a0(%rsp)
vmovaps %ymm4, 0x1480(%rsp)
vmovaps %ymm3, 0x1460(%rsp)
vmovaps 0x14a0(%rsp), %ymm4
vmovaps 0x1480(%rsp), %ymm3
vmovaps 0x1460(%rsp), %ymm6
vfmadd213ps %ymm6, %ymm4, %ymm3 # ymm3 = (ymm4 * ymm3) + ymm6
vmovaps %ymm3, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm4
vmovaps 0x420(%rsp), %ymm3
vmovaps %ymm4, 0xa00(%rsp)
vmovaps %ymm3, 0x9e0(%rsp)
vmovaps 0x8c70c5(%rip), %ymm3 # 0x1e0cd40
vmovaps %ymm3, 0x9c0(%rsp)
vmovaps 0xa00(%rsp), %ymm6
vmovaps 0x9e0(%rsp), %ymm4
vmovaps 0x9c0(%rsp), %ymm3
vmovaps %ymm6, 0x1500(%rsp)
vmovaps %ymm4, 0x14e0(%rsp)
vmovaps %ymm3, 0x14c0(%rsp)
vmovaps 0x1500(%rsp), %ymm4
vmovaps 0x14e0(%rsp), %ymm3
vmovaps 0x14c0(%rsp), %ymm6
vfmadd213ps %ymm6, %ymm4, %ymm3 # ymm3 = (ymm4 * ymm3) + ymm6
vmovaps %ymm3, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm4
vmovaps 0x420(%rsp), %ymm3
vmovaps %ymm4, 0x9a0(%rsp)
vmovaps %ymm3, 0x980(%rsp)
vmovaps 0x8c7051(%rip), %ymm3 # 0x1e0cd60
vmovaps %ymm3, 0x960(%rsp)
vmovaps 0x9a0(%rsp), %ymm6
vmovaps 0x980(%rsp), %ymm4
vmovaps 0x960(%rsp), %ymm3
vmovaps %ymm6, 0x1560(%rsp)
vmovaps %ymm4, 0x1540(%rsp)
vmovaps %ymm3, 0x1520(%rsp)
vmovaps 0x1560(%rsp), %ymm4
vmovaps 0x1540(%rsp), %ymm3
vmovaps 0x1520(%rsp), %ymm6
vfmadd213ps %ymm6, %ymm4, %ymm3 # ymm3 = (ymm4 * ymm3) + ymm6
vmovaps %ymm3, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm4
vmovaps 0x420(%rsp), %ymm3
vmovaps %ymm4, 0x940(%rsp)
vmovaps %ymm3, 0x920(%rsp)
vmovaps 0x8c6fdd(%rip), %ymm3 # 0x1e0cd80
vmovaps %ymm3, 0x900(%rsp)
vmovaps 0x940(%rsp), %ymm6
vmovaps 0x920(%rsp), %ymm4
vmovaps 0x900(%rsp), %ymm3
vmovaps %ymm6, 0x15c0(%rsp)
vmovaps %ymm4, 0x15a0(%rsp)
vmovaps %ymm3, 0x1580(%rsp)
vmovaps 0x15c0(%rsp), %ymm4
vmovaps 0x15a0(%rsp), %ymm3
vmovaps 0x1580(%rsp), %ymm6
vfmadd213ps %ymm6, %ymm4, %ymm3 # ymm3 = (ymm4 * ymm3) + ymm6
vmovaps %ymm3, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm4
vmovaps 0x420(%rsp), %ymm3
vmovaps %ymm4, 0x8e0(%rsp)
vmovaps %ymm3, 0x8c0(%rsp)
vmovaps 0x8c6f69(%rip), %ymm3 # 0x1e0cda0
vmovaps %ymm3, 0x8a0(%rsp)
vmovaps 0x8e0(%rsp), %ymm6
vmovaps 0x8c0(%rsp), %ymm4
vmovaps 0x8a0(%rsp), %ymm3
vmovaps %ymm6, 0x1620(%rsp)
vmovaps %ymm4, 0x1600(%rsp)
vmovaps %ymm3, 0x15e0(%rsp)
vmovaps 0x1620(%rsp), %ymm4
vmovaps 0x1600(%rsp), %ymm3
vmovaps 0x15e0(%rsp), %ymm6
vfmadd213ps %ymm6, %ymm4, %ymm3 # ymm3 = (ymm4 * ymm3) + ymm6
vmovaps %ymm3, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm4
vmovaps 0x420(%rsp), %ymm3
vmovaps %ymm4, 0x880(%rsp)
vmovaps %ymm3, 0x860(%rsp)
vmovaps 0x8c6ef5(%rip), %ymm3 # 0x1e0cdc0
vmovaps %ymm3, 0x840(%rsp)
vmovaps 0x880(%rsp), %ymm6
vmovaps 0x860(%rsp), %ymm4
vmovaps 0x840(%rsp), %ymm3
vmovaps %ymm6, 0x1680(%rsp)
vmovaps %ymm4, 0x1660(%rsp)
vmovaps %ymm3, 0x1640(%rsp)
vmovaps 0x1680(%rsp), %ymm4
vmovaps 0x1660(%rsp), %ymm3
vmovaps 0x1640(%rsp), %ymm6
vfmadd213ps %ymm6, %ymm4, %ymm3 # ymm3 = (ymm4 * ymm3) + ymm6
vmovaps %ymm3, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm4
vmovaps 0x420(%rsp), %ymm3
vmovaps %ymm4, 0x820(%rsp)
vmovaps %ymm3, 0x800(%rsp)
vmovaps 0x8c6e81(%rip), %ymm3 # 0x1e0cde0
vmovaps %ymm3, 0x7e0(%rsp)
vmovaps 0x820(%rsp), %ymm6
vmovaps 0x800(%rsp), %ymm4
vmovaps 0x7e0(%rsp), %ymm3
vmovaps %ymm6, 0x16e0(%rsp)
vmovaps %ymm4, 0x16c0(%rsp)
vmovaps %ymm3, 0x16a0(%rsp)
vmovaps 0x16e0(%rsp), %ymm4
vmovaps 0x16c0(%rsp), %ymm3
vmovaps 0x16a0(%rsp), %ymm6
vfmadd213ps %ymm6, %ymm4, %ymm3 # ymm3 = (ymm4 * ymm3) + ymm6
vmovaps %ymm3, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm4
vmovaps 0x420(%rsp), %ymm3
vmovaps %ymm4, 0x7c0(%rsp)
vmovaps %ymm3, 0x7a0(%rsp)
vmovaps 0x8c6e0d(%rip), %ymm3 # 0x1e0ce00
vmovaps %ymm3, 0x780(%rsp)
vmovaps 0x7c0(%rsp), %ymm6
vmovaps 0x7a0(%rsp), %ymm4
vmovaps 0x780(%rsp), %ymm3
vmovaps %ymm6, 0x1740(%rsp)
vmovaps %ymm4, 0x1720(%rsp)
vmovaps %ymm3, 0x1700(%rsp)
vmovaps 0x1740(%rsp), %ymm4
vmovaps 0x1720(%rsp), %ymm3
vmovaps 0x1700(%rsp), %ymm6
vfmadd213ps %ymm6, %ymm4, %ymm3 # ymm3 = (ymm4 * ymm3) + ymm6
vmovaps %ymm3, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm4
vmovaps 0x420(%rsp), %ymm3
vmovaps %ymm4, 0x5e0(%rsp)
vmovaps %ymm3, 0x5c0(%rsp)
vmovaps 0x5e0(%rsp), %ymm3
vmovaps 0x5c0(%rsp), %ymm4
vmulps %ymm4, %ymm3, %ymm3
vmovaps %ymm3, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm4
vmovaps 0x340(%rsp), %ymm3
vmovaps %ymm4, 0x5a0(%rsp)
vmovaps %ymm3, 0x580(%rsp)
vmovaps 0x5a0(%rsp), %ymm3
vmovaps 0x580(%rsp), %ymm4
vmulps %ymm4, %ymm3, %ymm3
vmovaps %ymm3, 0x320(%rsp)
vmovaps 0x3a0(%rsp), %ymm3
vmovaps 0x320(%rsp), %ymm4
vmovaps %ymm3, 0x760(%rsp)
vmovaps 0x8c6abc(%rip), %ymm3 # 0x1e0cbc0
vmovaps %ymm3, 0x740(%rsp)
vmovaps %ymm4, 0x720(%rsp)
vmovaps 0x760(%rsp), %ymm8
vmovaps 0x740(%rsp), %ymm6
vmovaps 0x720(%rsp), %ymm4
vmovaps %ymm8, 0x17a0(%rsp)
vmovaps %ymm6, 0x1780(%rsp)
vmovaps %ymm4, 0x1760(%rsp)
vmovaps 0x17a0(%rsp), %ymm6
vmovaps 0x1780(%rsp), %ymm4
vmovaps 0x1760(%rsp), %ymm8
vfmadd213ps %ymm8, %ymm6, %ymm4 # ymm4 = (ymm6 * ymm4) + ymm8
vmovaps %ymm4, 0x320(%rsp)
vmovaps 0x340(%rsp), %ymm6
vmovaps 0x320(%rsp), %ymm4
vmovaps %ymm6, 0xe60(%rsp)
vmovaps %ymm1, 0xe40(%rsp)
vmovaps %ymm4, 0xe20(%rsp)
vmovaps 0xe60(%rsp), %ymm8
vmovaps 0xe40(%rsp), %ymm6
vmovaps 0xe20(%rsp), %ymm4
vmovaps %ymm8, 0x1920(%rsp)
vmovaps %ymm6, 0x1900(%rsp)
vmovaps %ymm4, 0x18e0(%rsp)
vmovaps 0x1920(%rsp), %ymm6
vmovaps 0x1900(%rsp), %ymm4
vmovaps 0x18e0(%rsp), %ymm8
vfnmadd213ps %ymm8, %ymm6, %ymm4 # ymm4 = -(ymm6 * ymm4) + ymm8
vmovaps %ymm4, 0x320(%rsp)
vmovaps 0x420(%rsp), %ymm6
vmovaps 0x320(%rsp), %ymm4
vmovaps %ymm6, 0x460(%rsp)
vmovaps %ymm4, 0x440(%rsp)
vmovaps 0x460(%rsp), %ymm4
vmovaps 0x440(%rsp), %ymm6
vaddps %ymm6, %ymm4, %ymm4
vmovaps %ymm4, 0x420(%rsp)
vmovaps 0x3a0(%rsp), %ymm4
vmovaps 0x420(%rsp), %ymm6
vmovaps %ymm4, 0x700(%rsp)
vmovaps 0x8c6939(%rip), %ymm4 # 0x1e0cba0
vmovaps %ymm4, 0x6e0(%rsp)
vmovaps %ymm6, 0x6c0(%rsp)
vmovaps 0x700(%rsp), %ymm9
vmovaps 0x6e0(%rsp), %ymm8
vmovaps 0x6c0(%rsp), %ymm6
vmovaps %ymm9, 0x1800(%rsp)
vmovaps %ymm8, 0x17e0(%rsp)
vmovaps %ymm6, 0x17c0(%rsp)
vmovaps 0x1800(%rsp), %ymm8
vmovaps 0x17e0(%rsp), %ymm6
vmovaps 0x17c0(%rsp), %ymm9
vfmadd213ps %ymm9, %ymm8, %ymm6 # ymm6 = (ymm8 * ymm6) + ymm9
vmovaps %ymm6, 0x420(%rsp)
vmovaps 0x420(%rsp), %ymm8
vmovaps 0x3c0(%rsp), %ymm6
vmovaps %ymm8, 0x1a80(%rsp)
vmovaps %ymm6, 0x1a60(%rsp)
vmovaps 0x1a80(%rsp), %ymm6
vmovaps 0x1a60(%rsp), %ymm8
vorps %ymm6, %ymm8, %ymm6
vmovaps %ymm6, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm6
vmovaps %ymm7, 0x80(%rsp)
vmovaps %ymm6, 0x60(%rsp)
vmovaps 0x80(%rsp), %ymm6
vmovaps 0x60(%rsp), %ymm7
vmulps %ymm7, %ymm6, %ymm6
vmovaps %ymm6, 0x180(%rsp)
vmovaps %ymm5, 0x6a0(%rsp)
vmovaps 0x6a0(%rsp), %ymm5
vmovaps %ymm5, 0x160(%rsp)
vmovaps %ymm2, 0x100(%rsp)
vmovaps 0x180(%rsp), %ymm2
vmovaps %ymm2, 0x300(%rsp)
vmovaps 0x8c6793(%rip), %ymm2 # 0x1e0cb20
vmovaps %ymm2, 0x2e0(%rsp)
vmovaps 0x300(%rsp), %ymm2
vmovaps 0x2e0(%rsp), %ymm5
vminps %ymm5, %ymm2, %ymm2
vmovaps %ymm2, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm2
vmovaps %ymm2, 0x2c0(%rsp)
vmovaps 0x8c6771(%rip), %ymm2 # 0x1e0cb40
vmovaps %ymm2, 0x2a0(%rsp)
vmovaps 0x2c0(%rsp), %ymm2
vmovaps 0x2a0(%rsp), %ymm5
vmaxps %ymm5, %ymm2, %ymm2
vmovaps %ymm2, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm2
vmovaps %ymm2, 0xd00(%rsp)
vmovaps 0x8c674f(%rip), %ymm2 # 0x1e0cb60
vmovaps %ymm2, 0xce0(%rsp)
vmovaps %ymm1, 0xcc0(%rsp)
vmovaps 0xd00(%rsp), %ymm6
vmovaps 0xce0(%rsp), %ymm5
vmovaps 0xcc0(%rsp), %ymm2
vmovaps %ymm6, 0x1200(%rsp)
vmovaps %ymm5, 0x11e0(%rsp)
vmovaps %ymm2, 0x11c0(%rsp)
vmovaps 0x1200(%rsp), %ymm5
vmovaps 0x11e0(%rsp), %ymm2
vmovaps 0x11c0(%rsp), %ymm6
vfmadd213ps %ymm6, %ymm5, %ymm2 # ymm2 = (ymm5 * ymm2) + ymm6
vmovaps %ymm2, 0x140(%rsp)
vmovaps 0x140(%rsp), %ymm2
vroundps $0x1, %ymm2, %ymm2
vmovaps %ymm2, 0x160(%rsp)
vmovaps 0x160(%rsp), %ymm5
vmovaps 0x140(%rsp), %ymm2
vcmpltps %ymm5, %ymm2, %ymm2
vmovaps %ymm2, 0xe0(%rsp)
vmovaps 0xe0(%rsp), %ymm5
vmovaps 0x100(%rsp), %ymm2
vmovaps %ymm5, 0xe00(%rsp)
vmovaps %ymm2, 0xde0(%rsp)
vmovaps 0xe00(%rsp), %ymm2
vmovaps 0xde0(%rsp), %ymm5
vandps %ymm5, %ymm2, %ymm2
vmovaps %ymm2, 0xe0(%rsp)
vmovaps 0x160(%rsp), %ymm5
vmovaps 0xe0(%rsp), %ymm2
vmovaps %ymm5, 0x200(%rsp)
vmovaps %ymm2, 0x1e0(%rsp)
vmovaps 0x200(%rsp), %ymm2
vmovaps 0x1e0(%rsp), %ymm5
vsubps %ymm5, %ymm2, %ymm2
vmovaps %ymm2, 0x140(%rsp)
vmovaps 0x140(%rsp), %ymm5
vmovaps 0x180(%rsp), %ymm2
vmovaps %ymm5, 0xf20(%rsp)
vmovaps %ymm4, 0xf00(%rsp)
vmovaps %ymm2, 0xee0(%rsp)
vmovaps 0xf20(%rsp), %ymm5
vmovaps 0xf00(%rsp), %ymm4
vmovaps 0xee0(%rsp), %ymm2
vmovaps %ymm5, 0x1860(%rsp)
vmovaps %ymm4, 0x1840(%rsp)
vmovaps %ymm2, 0x1820(%rsp)
vmovaps 0x1860(%rsp), %ymm4
vmovaps 0x1840(%rsp), %ymm2
vmovaps 0x1820(%rsp), %ymm5
vfnmadd213ps %ymm5, %ymm4, %ymm2 # ymm2 = -(ymm4 * ymm2) + ymm5
vmovaps %ymm2, 0x180(%rsp)
vmovaps 0x140(%rsp), %ymm4
vmovaps 0x180(%rsp), %ymm2
vmovaps %ymm4, 0xec0(%rsp)
vmovaps %ymm3, 0xea0(%rsp)
vmovaps %ymm2, 0xe80(%rsp)
vmovaps 0xec0(%rsp), %ymm4
vmovaps 0xea0(%rsp), %ymm3
vmovaps 0xe80(%rsp), %ymm2
vmovaps %ymm4, 0x18c0(%rsp)
vmovaps %ymm3, 0x18a0(%rsp)
vmovaps %ymm2, 0x1880(%rsp)
vmovaps 0x18c0(%rsp), %ymm3
vmovaps 0x18a0(%rsp), %ymm2
vmovaps 0x1880(%rsp), %ymm4
vfnmadd213ps %ymm4, %ymm3, %ymm2 # ymm2 = -(ymm3 * ymm2) + ymm4
vmovaps %ymm2, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm2
vmovaps %ymm2, 0x280(%rsp)
vmovaps %ymm2, 0x260(%rsp)
vmovaps 0x280(%rsp), %ymm2
vmovaps 0x260(%rsp), %ymm3
vmulps %ymm3, %ymm2, %ymm2
vmovaps %ymm2, 0x160(%rsp)
vmovaps 0x8c6546(%rip), %ymm2 # 0x1e0cbe0
vmovaps %ymm2, 0xc0(%rsp)
vmovaps 0xc0(%rsp), %ymm3
vmovaps 0x180(%rsp), %ymm2
vmovaps %ymm3, 0xca0(%rsp)
vmovaps %ymm2, 0xc80(%rsp)
vmovaps 0x8c6531(%rip), %ymm2 # 0x1e0cc00
vmovaps %ymm2, 0xc60(%rsp)
vmovaps 0xca0(%rsp), %ymm4
vmovaps 0xc80(%rsp), %ymm3
vmovaps 0xc60(%rsp), %ymm2
vmovaps %ymm4, 0x1260(%rsp)
vmovaps %ymm3, 0x1240(%rsp)
vmovaps %ymm2, 0x1220(%rsp)
vmovaps 0x1260(%rsp), %ymm3
vmovaps 0x1240(%rsp), %ymm2
vmovaps 0x1220(%rsp), %ymm4
vfmadd213ps %ymm4, %ymm3, %ymm2 # ymm2 = (ymm3 * ymm2) + ymm4
vmovaps %ymm2, 0xc0(%rsp)
vmovaps 0xc0(%rsp), %ymm3
vmovaps 0x180(%rsp), %ymm2
vmovaps %ymm3, 0xc40(%rsp)
vmovaps %ymm2, 0xc20(%rsp)
vmovaps 0x8c64bd(%rip), %ymm2 # 0x1e0cc20
vmovaps %ymm2, 0xc00(%rsp)
vmovaps 0xc40(%rsp), %ymm4
vmovaps 0xc20(%rsp), %ymm3
vmovaps 0xc00(%rsp), %ymm2
vmovaps %ymm4, 0x12c0(%rsp)
vmovaps %ymm3, 0x12a0(%rsp)
vmovaps %ymm2, 0x1280(%rsp)
vmovaps 0x12c0(%rsp), %ymm3
vmovaps 0x12a0(%rsp), %ymm2
vmovaps 0x1280(%rsp), %ymm4
vfmadd213ps %ymm4, %ymm3, %ymm2 # ymm2 = (ymm3 * ymm2) + ymm4
vmovaps %ymm2, 0xc0(%rsp)
vmovaps 0xc0(%rsp), %ymm3
vmovaps 0x180(%rsp), %ymm2
vmovaps %ymm3, 0xbe0(%rsp)
vmovaps %ymm2, 0xbc0(%rsp)
vmovaps 0x8c6449(%rip), %ymm2 # 0x1e0cc40
vmovaps %ymm2, 0xba0(%rsp)
vmovaps 0xbe0(%rsp), %ymm4
vmovaps 0xbc0(%rsp), %ymm3
vmovaps 0xba0(%rsp), %ymm2
vmovaps %ymm4, 0x1320(%rsp)
vmovaps %ymm3, 0x1300(%rsp)
vmovaps %ymm2, 0x12e0(%rsp)
vmovaps 0x1320(%rsp), %ymm3
vmovaps 0x1300(%rsp), %ymm2
vmovaps 0x12e0(%rsp), %ymm4
vfmadd213ps %ymm4, %ymm3, %ymm2 # ymm2 = (ymm3 * ymm2) + ymm4
vmovaps %ymm2, 0xc0(%rsp)
vmovaps 0xc0(%rsp), %ymm3
vmovaps 0x180(%rsp), %ymm2
vmovaps %ymm3, 0xb80(%rsp)
vmovaps %ymm2, 0xb60(%rsp)
vmovaps 0x8c63d5(%rip), %ymm2 # 0x1e0cc60
vmovaps %ymm2, 0xb40(%rsp)
vmovaps 0xb80(%rsp), %ymm4
vmovaps 0xb60(%rsp), %ymm3
vmovaps 0xb40(%rsp), %ymm2
vmovaps %ymm4, 0x1380(%rsp)
vmovaps %ymm3, 0x1360(%rsp)
vmovaps %ymm2, 0x1340(%rsp)
vmovaps 0x1380(%rsp), %ymm3
vmovaps 0x1360(%rsp), %ymm2
vmovaps 0x1340(%rsp), %ymm4
vfmadd213ps %ymm4, %ymm3, %ymm2 # ymm2 = (ymm3 * ymm2) + ymm4
vmovaps %ymm2, 0xc0(%rsp)
vmovaps 0xc0(%rsp), %ymm3
vmovaps 0x180(%rsp), %ymm2
vmovaps %ymm3, 0xb20(%rsp)
vmovaps %ymm2, 0xb00(%rsp)
vmovaps %ymm1, 0xae0(%rsp)
vmovaps 0xb20(%rsp), %ymm3
vmovaps 0xb00(%rsp), %ymm2
vmovaps 0xae0(%rsp), %ymm1
vmovaps %ymm3, 0x13e0(%rsp)
vmovaps %ymm2, 0x13c0(%rsp)
vmovaps %ymm1, 0x13a0(%rsp)
vmovaps 0x13e0(%rsp), %ymm2
vmovaps 0x13c0(%rsp), %ymm1
vmovaps 0x13a0(%rsp), %ymm3
vfmadd213ps %ymm3, %ymm2, %ymm1 # ymm1 = (ymm2 * ymm1) + ymm3
vmovaps %ymm1, 0xc0(%rsp)
vmovaps 0xc0(%rsp), %ymm3
vmovaps 0x160(%rsp), %ymm2
vmovaps 0x180(%rsp), %ymm1
vmovaps %ymm3, 0xac0(%rsp)
vmovaps %ymm2, 0xaa0(%rsp)
vmovaps %ymm1, 0xa80(%rsp)
vmovaps 0xac0(%rsp), %ymm3
vmovaps 0xaa0(%rsp), %ymm2
vmovaps 0xa80(%rsp), %ymm1
vmovaps %ymm3, 0x1440(%rsp)
vmovaps %ymm2, 0x1420(%rsp)
vmovaps %ymm1, 0x1400(%rsp)
vmovaps 0x1440(%rsp), %ymm2
vmovaps 0x1420(%rsp), %ymm1
vmovaps 0x1400(%rsp), %ymm3
vfmadd213ps %ymm3, %ymm2, %ymm1 # ymm1 = (ymm2 * ymm1) + ymm3
vmovaps %ymm1, 0xc0(%rsp)
vmovaps 0xc0(%rsp), %ymm2
vmovaps 0x100(%rsp), %ymm1
vmovaps %ymm2, 0x1c0(%rsp)
vmovaps %ymm1, 0x1a0(%rsp)
vmovaps 0x1c0(%rsp), %ymm1
vmovaps 0x1a0(%rsp), %ymm2
vaddps %ymm2, %ymm1, %ymm1
vmovaps %ymm1, 0xc0(%rsp)
vmovaps 0x140(%rsp), %ymm1
vmovaps %ymm1, 0xf40(%rsp)
vcvttps2dq 0xf40(%rsp), %ymm1
vmovaps %ymm1, 0x120(%rsp)
vmovaps 0x120(%rsp), %ymm1
vmovaps %ymm1, 0x1040(%rsp)
vmovaps %ymm0, 0x1020(%rsp)
vmovdqa 0x1040(%rsp), %ymm0
vmovdqa %ymm0, 0xfa0(%rsp)
vmovdqa 0xfa0(%rsp), %xmm0
vmovdqa %xmm0, 0x1010(%rsp)
vmovdqa 0xfb0(%rsp), %xmm0
vmovdqa %xmm0, 0x1000(%rsp)
vmovdqa 0x1020(%rsp), %ymm0
vmovdqa %ymm0, 0xf80(%rsp)
vmovdqa 0xf80(%rsp), %xmm0
vmovdqa %xmm0, 0xff0(%rsp)
vmovdqa 0xf90(%rsp), %xmm0
vmovdqa %xmm0, 0xfe0(%rsp)
vmovdqa 0x1010(%rsp), %xmm1
vmovdqa 0xff0(%rsp), %xmm0
vmovdqa %xmm1, 0x1090(%rsp)
vmovdqa %xmm0, 0x1080(%rsp)
vmovdqa 0x1090(%rsp), %xmm0
vmovdqa 0x1080(%rsp), %xmm1
vpaddd %xmm1, %xmm0, %xmm0
vmovdqa %xmm0, 0x1010(%rsp)
vmovdqa 0x1000(%rsp), %xmm1
vmovdqa 0xfe0(%rsp), %xmm0
vmovdqa %xmm1, 0x1070(%rsp)
vmovdqa %xmm0, 0x1060(%rsp)
vmovdqa 0x1070(%rsp), %xmm0
vmovdqa 0x1060(%rsp), %xmm1
vpaddd %xmm1, %xmm0, %xmm0
vmovdqa %xmm0, 0x1000(%rsp)
vmovdqa 0x1010(%rsp), %xmm0
vmovdqa %xmm0, 0xf60(%rsp)
vmovdqa 0x1000(%rsp), %xmm0
vmovdqa %xmm0, 0xf70(%rsp)
vmovdqa 0xf60(%rsp), %ymm0
vmovdqa %ymm0, 0xfc0(%rsp)
vmovdqa 0xfc0(%rsp), %ymm0
vmovdqa %ymm0, 0x120(%rsp)
vmovdqa 0x120(%rsp), %ymm0
vmovdqa %ymm0, 0x1140(%rsp)
movl $0x17, 0x113c(%rsp)
vmovdqa 0x1140(%rsp), %ymm0
vmovdqa %ymm0, 0x10c0(%rsp)
vmovdqa 0x10c0(%rsp), %xmm0
vmovdqa %xmm0, 0x1120(%rsp)
vmovdqa 0x10d0(%rsp), %xmm0
vmovdqa %xmm0, 0x1110(%rsp)
vmovdqa 0x1120(%rsp), %xmm0
movl 0x113c(%rsp), %eax
vmovdqa %xmm0, 0x1190(%rsp)
movl %eax, 0x118c(%rsp)
vmovdqa 0x1190(%rsp), %xmm0
movl 0x118c(%rsp), %eax
vmovd %eax, %xmm1
vpslld %xmm1, %xmm0, %xmm0
vmovdqa %xmm0, 0x1120(%rsp)
vmovdqa 0x1110(%rsp), %xmm0
movl 0x113c(%rsp), %eax
vmovdqa %xmm0, 0x1170(%rsp)
movl %eax, 0x116c(%rsp)
vmovdqa 0x1170(%rsp), %xmm0
movl 0x116c(%rsp), %eax
vmovd %eax, %xmm1
vpslld %xmm1, %xmm0, %xmm0
vmovdqa %xmm0, 0x1110(%rsp)
vmovdqa 0x1120(%rsp), %xmm0
vmovdqa %xmm0, 0x10a0(%rsp)
vmovdqa 0x1110(%rsp), %xmm0
vmovdqa %xmm0, 0x10b0(%rsp)
vmovdqa 0x10a0(%rsp), %ymm0
vmovdqa %ymm0, 0x10e0(%rsp)
vmovdqa 0x10e0(%rsp), %ymm0
vmovdqa %ymm0, 0x120(%rsp)
vmovdqa 0x120(%rsp), %ymm0
vmovdqa %ymm0, 0x11a0(%rsp)
vmovdqa 0x11a0(%rsp), %ymm0
vmovaps %ymm0, 0xa0(%rsp)
vmovaps 0xc0(%rsp), %ymm1
vmovaps 0xa0(%rsp), %ymm0
vmovaps %ymm1, 0x240(%rsp)
vmovaps %ymm0, 0x220(%rsp)
vmovaps 0x240(%rsp), %ymm0
vmulps 0x220(%rsp), %ymm0, %ymm0
vmovaps %ymm0, 0xc0(%rsp)
vmovaps 0xc0(%rsp), %ymm0
movq %rbp, %rsp
popq %rbp
retq
nop
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,049
|
ncnn::BinaryOp_x86_fma_functor::binary_op_pow::func_pack4(float vector[4] const&, float vector[4] const&) const
|
__m128 func_pack4(const __m128& x, const __m128& y) const
{
return pow_ps(x, y);
}
|
subq $0xc58, %rsp # imm = 0xC58
movq %rdi, -0x68(%rsp)
movq %rsi, -0x70(%rsp)
movq %rdx, -0x78(%rsp)
movq -0x70(%rsp), %rax
vmovaps (%rax), %xmm1
movq -0x78(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm1, -0x50(%rsp)
vmovaps %xmm0, -0x60(%rsp)
vmovaps -0x60(%rsp), %xmm7
vmovaps -0x50(%rsp), %xmm0
vmovaps %xmm0, 0x1e0(%rsp)
vmovaps 0x8c4c8f(%rip), %xmm2 # 0x1e0ba40
vmovaps %xmm2, 0x1c0(%rsp)
vmovaps 0x1e0(%rsp), %xmm1
vxorps %xmm5, %xmm5, %xmm5
vmovaps %xmm5, 0x310(%rsp)
vmovaps 0x310(%rsp), %xmm0
vmovaps %xmm1, 0xb90(%rsp)
vmovaps %xmm0, 0xb80(%rsp)
vmovaps 0xb90(%rsp), %xmm0
vmovaps 0xb80(%rsp), %xmm1
vcmpleps %xmm1, %xmm0, %xmm0
vmovaps %xmm0, 0x1b0(%rsp)
vmovaps 0x1e0(%rsp), %xmm0
vmovaps %xmm0, 0x300(%rsp)
vmovaps 0x8c4ceb(%rip), %xmm0 # 0x1e0bb10
vmovaps %xmm0, 0x2f0(%rsp)
vmovaps 0x300(%rsp), %xmm0
vmovaps 0x2f0(%rsp), %xmm1
vmaxps %xmm1, %xmm0, %xmm0
vmovaps %xmm0, 0x1e0(%rsp)
vmovaps 0x1e0(%rsp), %xmm0
vmovaps %xmm0, 0xbc0(%rsp)
vmovaps 0xbc0(%rsp), %xmm0
vmovaps %xmm0, 0xbb0(%rsp)
movl $0x17, 0xbac(%rsp)
vmovdqa 0xbb0(%rsp), %xmm0
vmovd 0xbac(%rsp), %xmm1
vpsrld %xmm1, %xmm0, %xmm0
vmovdqa %xmm0, 0x1d0(%rsp)
vmovaps 0x1e0(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x8c4c6b(%rip), %xmm0 # 0x1e0bb20
vmovaps %xmm0, 0x3d0(%rsp)
vmovdqa 0x3e0(%rsp), %xmm0
vmovdqa 0x3d0(%rsp), %xmm1
vpand %xmm1, %xmm0, %xmm0
vmovdqa %xmm0, 0x1e0(%rsp)
vmovaps 0x1e0(%rsp), %xmm0
vmovaps %xmm0, 0xc00(%rsp)
vmovaps 0x8c4b89(%rip), %xmm1 # 0x1e0ba80
vmovaps %xmm1, 0xbf0(%rsp)
vmovdqa 0xc00(%rsp), %xmm0
vmovdqa 0xbf0(%rsp), %xmm3
vpor %xmm3, %xmm0, %xmm0
vmovdqa %xmm0, 0x1e0(%rsp)
vmovdqa 0x1d0(%rsp), %xmm0
vmovdqa %xmm0, 0xc20(%rsp)
vmovdqa 0x8c4bc7(%rip), %xmm0 # 0x1e0bb00
vmovdqa %xmm0, 0xc10(%rsp)
vmovdqa 0xc20(%rsp), %xmm3
vmovdqa 0xc10(%rsp), %xmm4
vpsubd %xmm4, %xmm3, %xmm3
vmovdqa %xmm3, 0x1d0(%rsp)
vmovdqa 0x1d0(%rsp), %xmm3
vmovdqa %xmm3, 0x350(%rsp)
vcvtdq2ps 0x350(%rsp), %xmm3
vmovaps %xmm3, 0x1a0(%rsp)
vmovaps 0x1a0(%rsp), %xmm4
vmovaps 0x1c0(%rsp), %xmm3
vmovaps %xmm4, 0x240(%rsp)
vmovaps %xmm3, 0x230(%rsp)
vmovaps 0x240(%rsp), %xmm3
vmovaps 0x230(%rsp), %xmm4
vaddps %xmm4, %xmm3, %xmm3
vmovaps %xmm3, 0x1a0(%rsp)
vmovaps 0x1e0(%rsp), %xmm3
vmovaps %xmm3, 0xc40(%rsp)
vmovaps 0x8c4b4e(%rip), %xmm3 # 0x1e0bb30
vmovaps %xmm3, 0xc30(%rsp)
vmovaps 0xc40(%rsp), %xmm3
vmovaps 0xc30(%rsp), %xmm4
vcmpltps %xmm4, %xmm3, %xmm3
vmovaps %xmm3, 0x190(%rsp)
vmovaps 0x1e0(%rsp), %xmm4
vmovaps 0x190(%rsp), %xmm3
vmovaps %xmm4, 0x3c0(%rsp)
vmovaps %xmm3, 0x3b0(%rsp)
vmovdqa 0x3c0(%rsp), %xmm3
vmovdqa 0x3b0(%rsp), %xmm4
vpand %xmm4, %xmm3, %xmm3
vmovdqa %xmm3, 0x180(%rsp)
vmovaps 0x1e0(%rsp), %xmm4
vmovaps 0x1c0(%rsp), %xmm3
vmovaps %xmm4, 0x280(%rsp)
vmovaps %xmm3, 0x270(%rsp)
vmovaps 0x280(%rsp), %xmm3
vmovaps 0x270(%rsp), %xmm4
vsubps %xmm4, %xmm3, %xmm3
vmovaps %xmm3, 0x1e0(%rsp)
vmovaps 0x1a0(%rsp), %xmm4
vmovaps 0x1c0(%rsp), %xmm6
vmovaps 0x190(%rsp), %xmm3
vmovaps %xmm6, 0x3a0(%rsp)
vmovaps %xmm3, 0x390(%rsp)
vmovdqa 0x3a0(%rsp), %xmm3
vmovdqa 0x390(%rsp), %xmm6
vpand %xmm6, %xmm3, %xmm3
vmovaps %xmm4, 0x260(%rsp)
vmovdqa %xmm3, 0x250(%rsp)
vmovaps 0x260(%rsp), %xmm3
vmovaps 0x250(%rsp), %xmm4
vsubps %xmm4, %xmm3, %xmm3
vmovaps %xmm3, 0x1a0(%rsp)
vmovaps 0x1e0(%rsp), %xmm4
vmovaps 0x180(%rsp), %xmm3
vmovaps %xmm4, 0x220(%rsp)
vmovaps %xmm3, 0x210(%rsp)
vmovaps 0x220(%rsp), %xmm3
vmovaps 0x210(%rsp), %xmm4
vaddps %xmm4, %xmm3, %xmm3
vmovaps %xmm3, 0x1e0(%rsp)
vmovaps 0x1e0(%rsp), %xmm3
vmovaps %xmm3, 0x2e0(%rsp)
vmovaps %xmm3, 0x2d0(%rsp)
vmovaps 0x2e0(%rsp), %xmm3
vmovaps 0x2d0(%rsp), %xmm4
vmulps %xmm4, %xmm3, %xmm3
vmovaps %xmm3, 0x170(%rsp)
vmovaps 0x8c49b6(%rip), %xmm3 # 0x1e0bb40
vmovaps %xmm3, 0x160(%rsp)
vmovaps 0x160(%rsp), %xmm4
vmovaps 0x1e0(%rsp), %xmm3
vmovaps %xmm4, 0x670(%rsp)
vmovaps %xmm3, 0x660(%rsp)
vmovaps 0x8c4991(%rip), %xmm3 # 0x1e0bb50
vmovaps %xmm3, 0x650(%rsp)
vmovaps 0x670(%rsp), %xmm6
vmovaps 0x660(%rsp), %xmm4
vmovaps 0x650(%rsp), %xmm3
vmovaps %xmm6, 0x9c0(%rsp)
vmovaps %xmm4, 0x9b0(%rsp)
vmovaps %xmm3, 0x9a0(%rsp)
vmovaps 0x9c0(%rsp), %xmm4
vmovaps 0x9b0(%rsp), %xmm3
vmovaps 0x9a0(%rsp), %xmm6
vfmadd213ps %xmm6, %xmm4, %xmm3 # xmm3 = (xmm4 * xmm3) + xmm6
vmovaps %xmm3, 0x160(%rsp)
vmovaps 0x160(%rsp), %xmm4
vmovaps 0x1e0(%rsp), %xmm3
vmovaps %xmm4, 0x640(%rsp)
vmovaps %xmm3, 0x630(%rsp)
vmovaps 0x8c490d(%rip), %xmm3 # 0x1e0bb60
vmovaps %xmm3, 0x620(%rsp)
vmovaps 0x640(%rsp), %xmm6
vmovaps 0x630(%rsp), %xmm4
vmovaps 0x620(%rsp), %xmm3
vmovaps %xmm6, 0x9f0(%rsp)
vmovaps %xmm4, 0x9e0(%rsp)
vmovaps %xmm3, 0x9d0(%rsp)
vmovaps 0x9f0(%rsp), %xmm4
vmovaps 0x9e0(%rsp), %xmm3
vmovaps 0x9d0(%rsp), %xmm6
vfmadd213ps %xmm6, %xmm4, %xmm3 # xmm3 = (xmm4 * xmm3) + xmm6
vmovaps %xmm3, 0x160(%rsp)
vmovaps 0x160(%rsp), %xmm4
vmovaps 0x1e0(%rsp), %xmm3
vmovaps %xmm4, 0x610(%rsp)
vmovaps %xmm3, 0x600(%rsp)
vmovaps 0x8c4889(%rip), %xmm3 # 0x1e0bb70
vmovaps %xmm3, 0x5f0(%rsp)
vmovaps 0x610(%rsp), %xmm6
vmovaps 0x600(%rsp), %xmm4
vmovaps 0x5f0(%rsp), %xmm3
vmovaps %xmm6, 0xa20(%rsp)
vmovaps %xmm4, 0xa10(%rsp)
vmovaps %xmm3, 0xa00(%rsp)
vmovaps 0xa20(%rsp), %xmm4
vmovaps 0xa10(%rsp), %xmm3
vmovaps 0xa00(%rsp), %xmm6
vfmadd213ps %xmm6, %xmm4, %xmm3 # xmm3 = (xmm4 * xmm3) + xmm6
vmovaps %xmm3, 0x160(%rsp)
vmovaps 0x160(%rsp), %xmm4
vmovaps 0x1e0(%rsp), %xmm3
vmovaps %xmm4, 0x5e0(%rsp)
vmovaps %xmm3, 0x5d0(%rsp)
vmovaps 0x8c4805(%rip), %xmm3 # 0x1e0bb80
vmovaps %xmm3, 0x5c0(%rsp)
vmovaps 0x5e0(%rsp), %xmm6
vmovaps 0x5d0(%rsp), %xmm4
vmovaps 0x5c0(%rsp), %xmm3
vmovaps %xmm6, 0xa50(%rsp)
vmovaps %xmm4, 0xa40(%rsp)
vmovaps %xmm3, 0xa30(%rsp)
vmovaps 0xa50(%rsp), %xmm4
vmovaps 0xa40(%rsp), %xmm3
vmovaps 0xa30(%rsp), %xmm6
vfmadd213ps %xmm6, %xmm4, %xmm3 # xmm3 = (xmm4 * xmm3) + xmm6
vmovaps %xmm3, 0x160(%rsp)
vmovaps 0x160(%rsp), %xmm4
vmovaps 0x1e0(%rsp), %xmm3
vmovaps %xmm4, 0x5b0(%rsp)
vmovaps %xmm3, 0x5a0(%rsp)
vmovaps 0x8c4781(%rip), %xmm3 # 0x1e0bb90
vmovaps %xmm3, 0x590(%rsp)
vmovaps 0x5b0(%rsp), %xmm6
vmovaps 0x5a0(%rsp), %xmm4
vmovaps 0x590(%rsp), %xmm3
vmovaps %xmm6, 0xa80(%rsp)
vmovaps %xmm4, 0xa70(%rsp)
vmovaps %xmm3, 0xa60(%rsp)
vmovaps 0xa80(%rsp), %xmm4
vmovaps 0xa70(%rsp), %xmm3
vmovaps 0xa60(%rsp), %xmm6
vfmadd213ps %xmm6, %xmm4, %xmm3 # xmm3 = (xmm4 * xmm3) + xmm6
vmovaps %xmm3, 0x160(%rsp)
vmovaps 0x160(%rsp), %xmm4
vmovaps 0x1e0(%rsp), %xmm3
vmovaps %xmm4, 0x580(%rsp)
vmovaps %xmm3, 0x570(%rsp)
vmovaps 0x8c46fd(%rip), %xmm3 # 0x1e0bba0
vmovaps %xmm3, 0x560(%rsp)
vmovaps 0x580(%rsp), %xmm6
vmovaps 0x570(%rsp), %xmm4
vmovaps 0x560(%rsp), %xmm3
vmovaps %xmm6, 0xab0(%rsp)
vmovaps %xmm4, 0xaa0(%rsp)
vmovaps %xmm3, 0xa90(%rsp)
vmovaps 0xab0(%rsp), %xmm4
vmovaps 0xaa0(%rsp), %xmm3
vmovaps 0xa90(%rsp), %xmm6
vfmadd213ps %xmm6, %xmm4, %xmm3 # xmm3 = (xmm4 * xmm3) + xmm6
vmovaps %xmm3, 0x160(%rsp)
vmovaps 0x160(%rsp), %xmm4
vmovaps 0x1e0(%rsp), %xmm3
vmovaps %xmm4, 0x550(%rsp)
vmovaps %xmm3, 0x540(%rsp)
vmovaps 0x8c4679(%rip), %xmm3 # 0x1e0bbb0
vmovaps %xmm3, 0x530(%rsp)
vmovaps 0x550(%rsp), %xmm6
vmovaps 0x540(%rsp), %xmm4
vmovaps 0x530(%rsp), %xmm3
vmovaps %xmm6, 0xae0(%rsp)
vmovaps %xmm4, 0xad0(%rsp)
vmovaps %xmm3, 0xac0(%rsp)
vmovaps 0xae0(%rsp), %xmm4
vmovaps 0xad0(%rsp), %xmm3
vmovaps 0xac0(%rsp), %xmm6
vfmadd213ps %xmm6, %xmm4, %xmm3 # xmm3 = (xmm4 * xmm3) + xmm6
vmovaps %xmm3, 0x160(%rsp)
vmovaps 0x160(%rsp), %xmm4
vmovaps 0x1e0(%rsp), %xmm3
vmovaps %xmm4, 0x520(%rsp)
vmovaps %xmm3, 0x510(%rsp)
vmovaps 0x8c45f5(%rip), %xmm3 # 0x1e0bbc0
vmovaps %xmm3, 0x500(%rsp)
vmovaps 0x520(%rsp), %xmm6
vmovaps 0x510(%rsp), %xmm4
vmovaps 0x500(%rsp), %xmm3
vmovaps %xmm6, 0xb10(%rsp)
vmovaps %xmm4, 0xb00(%rsp)
vmovaps %xmm3, 0xaf0(%rsp)
vmovaps 0xb10(%rsp), %xmm4
vmovaps 0xb00(%rsp), %xmm3
vmovaps 0xaf0(%rsp), %xmm6
vfmadd213ps %xmm6, %xmm4, %xmm3 # xmm3 = (xmm4 * xmm3) + xmm6
vmovaps %xmm3, 0x160(%rsp)
vmovaps 0x160(%rsp), %xmm4
vmovaps 0x1e0(%rsp), %xmm3
vmovaps %xmm4, 0x2c0(%rsp)
vmovaps %xmm3, 0x2b0(%rsp)
vmovaps 0x2c0(%rsp), %xmm3
vmovaps 0x2b0(%rsp), %xmm4
vmulps %xmm4, %xmm3, %xmm3
vmovaps %xmm3, 0x160(%rsp)
vmovaps 0x160(%rsp), %xmm4
vmovaps 0x170(%rsp), %xmm3
vmovaps %xmm4, 0x2a0(%rsp)
vmovaps %xmm3, 0x290(%rsp)
vmovaps 0x2a0(%rsp), %xmm3
vmovaps 0x290(%rsp), %xmm4
vmulps %xmm4, %xmm3, %xmm3
vmovaps %xmm3, 0x160(%rsp)
vmovaps 0x1a0(%rsp), %xmm3
vmovaps 0x160(%rsp), %xmm4
vmovaps %xmm3, 0x4f0(%rsp)
vmovaps 0x8c43c4(%rip), %xmm3 # 0x1e0baa0
vmovaps %xmm3, 0x4e0(%rsp)
vmovaps %xmm4, 0x4d0(%rsp)
vmovaps 0x4f0(%rsp), %xmm8
vmovaps 0x4e0(%rsp), %xmm6
vmovaps 0x4d0(%rsp), %xmm4
vmovaps %xmm8, 0xb40(%rsp)
vmovaps %xmm6, 0xb30(%rsp)
vmovaps %xmm4, 0xb20(%rsp)
vmovaps 0xb40(%rsp), %xmm6
vmovaps 0xb30(%rsp), %xmm4
vmovaps 0xb20(%rsp), %xmm8
vfmadd213ps %xmm8, %xmm6, %xmm4 # xmm4 = (xmm6 * xmm4) + xmm8
vmovaps %xmm4, 0x160(%rsp)
vmovaps 0x170(%rsp), %xmm6
vmovaps 0x160(%rsp), %xmm4
vmovaps %xmm6, 0x430(%rsp)
vmovaps %xmm1, 0x420(%rsp)
vmovaps %xmm4, 0x410(%rsp)
vmovaps 0x430(%rsp), %xmm8
vmovaps 0x420(%rsp), %xmm6
vmovaps 0x410(%rsp), %xmm4
vmovaps %xmm8, 0x870(%rsp)
vmovaps %xmm6, 0x860(%rsp)
vmovaps %xmm4, 0x850(%rsp)
vmovaps 0x870(%rsp), %xmm6
vmovaps 0x860(%rsp), %xmm4
vmovaps 0x850(%rsp), %xmm8
vfnmadd213ps %xmm8, %xmm6, %xmm4 # xmm4 = -(xmm6 * xmm4) + xmm8
vmovaps %xmm4, 0x160(%rsp)
vmovaps 0x1e0(%rsp), %xmm6
vmovaps 0x160(%rsp), %xmm4
vmovaps %xmm6, 0x200(%rsp)
vmovaps %xmm4, 0x1f0(%rsp)
vmovaps 0x200(%rsp), %xmm4
vmovaps 0x1f0(%rsp), %xmm6
vaddps %xmm6, %xmm4, %xmm4
vmovaps %xmm4, 0x1e0(%rsp)
vmovaps 0x1a0(%rsp), %xmm4
vmovaps 0x1e0(%rsp), %xmm6
vmovaps %xmm4, 0x4c0(%rsp)
vmovaps 0x8c4251(%rip), %xmm4 # 0x1e0ba90
vmovaps %xmm4, 0x4b0(%rsp)
vmovaps %xmm6, 0x4a0(%rsp)
vmovaps 0x4c0(%rsp), %xmm9
vmovaps 0x4b0(%rsp), %xmm8
vmovaps 0x4a0(%rsp), %xmm6
vmovaps %xmm9, 0xb70(%rsp)
vmovaps %xmm8, 0xb60(%rsp)
vmovaps %xmm6, 0xb50(%rsp)
vmovaps 0xb70(%rsp), %xmm8
vmovaps 0xb60(%rsp), %xmm6
vmovaps 0xb50(%rsp), %xmm9
vfmadd213ps %xmm9, %xmm8, %xmm6 # xmm6 = (xmm8 * xmm6) + xmm9
vmovaps %xmm6, 0x1e0(%rsp)
vmovaps 0x1e0(%rsp), %xmm8
vmovaps 0x1b0(%rsp), %xmm6
vmovaps %xmm8, 0xbe0(%rsp)
vmovaps %xmm6, 0xbd0(%rsp)
vmovdqa 0xbe0(%rsp), %xmm6
vmovdqa 0xbd0(%rsp), %xmm8
vpor %xmm6, %xmm8, %xmm6
vmovdqa %xmm6, 0x1e0(%rsp)
vmovaps 0x1e0(%rsp), %xmm6
vmovaps %xmm7, -0x30(%rsp)
vmovaps %xmm6, -0x40(%rsp)
vmovaps -0x30(%rsp), %xmm6
vmovaps -0x40(%rsp), %xmm7
vmulps %xmm7, %xmm6, %xmm6
vmovaps %xmm6, 0x50(%rsp)
vmovaps %xmm5, 0x320(%rsp)
vmovaps 0x320(%rsp), %xmm5
vmovaps %xmm5, 0x40(%rsp)
vmovaps %xmm2, 0x10(%rsp)
vmovaps 0x50(%rsp), %xmm2
vmovaps %xmm2, 0x150(%rsp)
vmovaps 0x8c40fd(%rip), %xmm2 # 0x1e0ba50
vmovaps %xmm2, 0x140(%rsp)
vmovaps 0x150(%rsp), %xmm2
vmovaps 0x140(%rsp), %xmm5
vminps %xmm5, %xmm2, %xmm2
vmovaps %xmm2, 0x50(%rsp)
vmovaps 0x50(%rsp), %xmm2
vmovaps %xmm2, 0x130(%rsp)
vmovaps 0x8c40d1(%rip), %xmm2 # 0x1e0ba60
vmovaps %xmm2, 0x120(%rsp)
vmovaps 0x130(%rsp), %xmm2
vmovaps 0x120(%rsp), %xmm5
vmaxps %xmm5, %xmm2, %xmm2
vmovaps %xmm2, 0x50(%rsp)
vmovaps 0x50(%rsp), %xmm2
vmovaps %xmm2, 0x110(%rsp)
vmovaps 0x8c40a5(%rip), %xmm2 # 0x1e0ba70
vmovaps %xmm2, 0x100(%rsp)
vmovaps 0x110(%rsp), %xmm2
vmovaps 0x100(%rsp), %xmm5
vmulps %xmm5, %xmm2, %xmm2
vmovaps %xmm2, 0x30(%rsp)
vmovaps 0x30(%rsp), %xmm2
vmovaps %xmm2, 0x90(%rsp)
vmovaps %xmm1, 0x80(%rsp)
vmovaps 0x90(%rsp), %xmm2
vmovaps 0x80(%rsp), %xmm5
vaddps %xmm5, %xmm2, %xmm2
vmovaps %xmm2, 0x30(%rsp)
vmovaps 0x30(%rsp), %xmm2
vmovaps %xmm2, 0x340(%rsp)
vcvttps2dq 0x340(%rsp), %xmm2
vmovdqa %xmm2, 0x20(%rsp)
vmovdqa 0x20(%rsp), %xmm2
vmovdqa %xmm2, 0x360(%rsp)
vcvtdq2ps 0x360(%rsp), %xmm2
vmovaps %xmm2, 0x40(%rsp)
vmovaps 0x40(%rsp), %xmm5
vmovaps 0x30(%rsp), %xmm2
vmovaps %xmm5, 0x380(%rsp)
vmovaps %xmm2, 0x370(%rsp)
vmovaps 0x370(%rsp), %xmm2
vmovaps 0x380(%rsp), %xmm5
vcmpltps %xmm5, %xmm2, %xmm2
vmovaps %xmm2, (%rsp)
vmovaps (%rsp), %xmm5
vmovaps 0x10(%rsp), %xmm2
vmovaps %xmm5, 0x400(%rsp)
vmovaps %xmm2, 0x3f0(%rsp)
vmovdqa 0x400(%rsp), %xmm2
vmovdqa 0x3f0(%rsp), %xmm5
vpand %xmm5, %xmm2, %xmm2
vmovdqa %xmm2, (%rsp)
vmovaps 0x40(%rsp), %xmm5
vmovaps (%rsp), %xmm2
vmovaps %xmm5, 0xb0(%rsp)
vmovaps %xmm2, 0xa0(%rsp)
vmovaps 0xb0(%rsp), %xmm2
vmovaps 0xa0(%rsp), %xmm5
vsubps %xmm5, %xmm2, %xmm2
vmovaps %xmm2, 0x30(%rsp)
vmovaps 0x30(%rsp), %xmm5
vmovaps 0x50(%rsp), %xmm2
vmovaps %xmm5, 0x490(%rsp)
vmovaps %xmm4, 0x480(%rsp)
vmovaps %xmm2, 0x470(%rsp)
vmovaps 0x490(%rsp), %xmm5
vmovaps 0x480(%rsp), %xmm4
vmovaps 0x470(%rsp), %xmm2
vmovaps %xmm5, 0x810(%rsp)
vmovaps %xmm4, 0x800(%rsp)
vmovaps %xmm2, 0x7f0(%rsp)
vmovaps 0x810(%rsp), %xmm4
vmovaps 0x800(%rsp), %xmm2
vmovaps 0x7f0(%rsp), %xmm5
vfnmadd213ps %xmm5, %xmm4, %xmm2 # xmm2 = -(xmm4 * xmm2) + xmm5
vmovaps %xmm2, 0x50(%rsp)
vmovaps 0x30(%rsp), %xmm4
vmovaps 0x50(%rsp), %xmm2
vmovaps %xmm4, 0x460(%rsp)
vmovaps %xmm3, 0x450(%rsp)
vmovaps %xmm2, 0x440(%rsp)
vmovaps 0x460(%rsp), %xmm4
vmovaps 0x450(%rsp), %xmm3
vmovaps 0x440(%rsp), %xmm2
vmovaps %xmm4, 0x840(%rsp)
vmovaps %xmm3, 0x830(%rsp)
vmovaps %xmm2, 0x820(%rsp)
vmovaps 0x840(%rsp), %xmm3
vmovaps 0x830(%rsp), %xmm2
vmovaps 0x820(%rsp), %xmm4
vfnmadd213ps %xmm4, %xmm3, %xmm2 # xmm2 = -(xmm3 * xmm2) + xmm4
vmovaps %xmm2, 0x50(%rsp)
vmovaps 0x50(%rsp), %xmm2
vmovaps %xmm2, 0xf0(%rsp)
vmovaps %xmm2, 0xe0(%rsp)
vmovaps 0xf0(%rsp), %xmm2
vmovaps 0xe0(%rsp), %xmm3
vmulps %xmm3, %xmm2, %xmm2
vmovaps %xmm2, 0x40(%rsp)
vmovaps 0x8c3e63(%rip), %xmm2 # 0x1e0bab0
vmovaps %xmm2, -0x10(%rsp)
vmovaps -0x10(%rsp), %xmm3
vmovaps 0x50(%rsp), %xmm2
vmovaps %xmm3, 0x790(%rsp)
vmovaps %xmm2, 0x780(%rsp)
vmovaps 0x8c3e47(%rip), %xmm2 # 0x1e0bac0
vmovaps %xmm2, 0x770(%rsp)
vmovaps 0x790(%rsp), %xmm4
vmovaps 0x780(%rsp), %xmm3
vmovaps 0x770(%rsp), %xmm2
vmovaps %xmm4, 0x8a0(%rsp)
vmovaps %xmm3, 0x890(%rsp)
vmovaps %xmm2, 0x880(%rsp)
vmovaps 0x8a0(%rsp), %xmm3
vmovaps 0x890(%rsp), %xmm2
vmovaps 0x880(%rsp), %xmm4
vfmadd213ps %xmm4, %xmm3, %xmm2 # xmm2 = (xmm3 * xmm2) + xmm4
vmovaps %xmm2, -0x10(%rsp)
vmovaps -0x10(%rsp), %xmm3
vmovaps 0x50(%rsp), %xmm2
vmovaps %xmm3, 0x760(%rsp)
vmovaps %xmm2, 0x750(%rsp)
vmovaps 0x8c3dcc(%rip), %xmm2 # 0x1e0bad0
vmovaps %xmm2, 0x740(%rsp)
vmovaps 0x760(%rsp), %xmm4
vmovaps 0x750(%rsp), %xmm3
vmovaps 0x740(%rsp), %xmm2
vmovaps %xmm4, 0x8d0(%rsp)
vmovaps %xmm3, 0x8c0(%rsp)
vmovaps %xmm2, 0x8b0(%rsp)
vmovaps 0x8d0(%rsp), %xmm3
vmovaps 0x8c0(%rsp), %xmm2
vmovaps 0x8b0(%rsp), %xmm4
vfmadd213ps %xmm4, %xmm3, %xmm2 # xmm2 = (xmm3 * xmm2) + xmm4
vmovaps %xmm2, -0x10(%rsp)
vmovaps -0x10(%rsp), %xmm3
vmovaps 0x50(%rsp), %xmm2
vmovaps %xmm3, 0x730(%rsp)
vmovaps %xmm2, 0x720(%rsp)
vmovaps 0x8c3d51(%rip), %xmm2 # 0x1e0bae0
vmovaps %xmm2, 0x710(%rsp)
vmovaps 0x730(%rsp), %xmm4
vmovaps 0x720(%rsp), %xmm3
vmovaps 0x710(%rsp), %xmm2
vmovaps %xmm4, 0x900(%rsp)
vmovaps %xmm3, 0x8f0(%rsp)
vmovaps %xmm2, 0x8e0(%rsp)
vmovaps 0x900(%rsp), %xmm3
vmovaps 0x8f0(%rsp), %xmm2
vmovaps 0x8e0(%rsp), %xmm4
vfmadd213ps %xmm4, %xmm3, %xmm2 # xmm2 = (xmm3 * xmm2) + xmm4
vmovaps %xmm2, -0x10(%rsp)
vmovaps -0x10(%rsp), %xmm3
vmovaps 0x50(%rsp), %xmm2
vmovaps %xmm3, 0x700(%rsp)
vmovaps %xmm2, 0x6f0(%rsp)
vmovaps 0x8c3cd6(%rip), %xmm2 # 0x1e0baf0
vmovaps %xmm2, 0x6e0(%rsp)
vmovaps 0x700(%rsp), %xmm4
vmovaps 0x6f0(%rsp), %xmm3
vmovaps 0x6e0(%rsp), %xmm2
vmovaps %xmm4, 0x930(%rsp)
vmovaps %xmm3, 0x920(%rsp)
vmovaps %xmm2, 0x910(%rsp)
vmovaps 0x930(%rsp), %xmm3
vmovaps 0x920(%rsp), %xmm2
vmovaps 0x910(%rsp), %xmm4
vfmadd213ps %xmm4, %xmm3, %xmm2 # xmm2 = (xmm3 * xmm2) + xmm4
vmovaps %xmm2, -0x10(%rsp)
vmovaps -0x10(%rsp), %xmm3
vmovaps 0x50(%rsp), %xmm2
vmovaps %xmm3, 0x6d0(%rsp)
vmovaps %xmm2, 0x6c0(%rsp)
vmovaps %xmm1, 0x6b0(%rsp)
vmovaps 0x6d0(%rsp), %xmm3
vmovaps 0x6c0(%rsp), %xmm2
vmovaps 0x6b0(%rsp), %xmm1
vmovaps %xmm3, 0x960(%rsp)
vmovaps %xmm2, 0x950(%rsp)
vmovaps %xmm1, 0x940(%rsp)
vmovaps 0x960(%rsp), %xmm2
vmovaps 0x950(%rsp), %xmm1
vmovaps 0x940(%rsp), %xmm3
vfmadd213ps %xmm3, %xmm2, %xmm1 # xmm1 = (xmm2 * xmm1) + xmm3
vmovaps %xmm1, -0x10(%rsp)
vmovaps -0x10(%rsp), %xmm3
vmovaps 0x40(%rsp), %xmm2
vmovaps 0x50(%rsp), %xmm1
vmovaps %xmm3, 0x6a0(%rsp)
vmovaps %xmm2, 0x690(%rsp)
vmovaps %xmm1, 0x680(%rsp)
vmovaps 0x6a0(%rsp), %xmm3
vmovaps 0x690(%rsp), %xmm2
vmovaps 0x680(%rsp), %xmm1
vmovaps %xmm3, 0x990(%rsp)
vmovaps %xmm2, 0x980(%rsp)
vmovaps %xmm1, 0x970(%rsp)
vmovaps 0x990(%rsp), %xmm2
vmovaps 0x980(%rsp), %xmm1
vmovaps 0x970(%rsp), %xmm3
vfmadd213ps %xmm3, %xmm2, %xmm1 # xmm1 = (xmm2 * xmm1) + xmm3
vmovaps %xmm1, -0x10(%rsp)
vmovaps -0x10(%rsp), %xmm2
vmovaps 0x10(%rsp), %xmm1
vmovaps %xmm2, 0x70(%rsp)
vmovaps %xmm1, 0x60(%rsp)
vmovaps 0x70(%rsp), %xmm1
vmovaps 0x60(%rsp), %xmm2
vaddps %xmm2, %xmm1, %xmm1
vmovaps %xmm1, -0x10(%rsp)
vmovaps 0x30(%rsp), %xmm1
vmovaps %xmm1, 0x330(%rsp)
vcvttps2dq 0x330(%rsp), %xmm1
vmovdqa %xmm1, 0x20(%rsp)
vmovdqa 0x20(%rsp), %xmm1
vmovdqa %xmm1, 0x7b0(%rsp)
vmovdqa %xmm0, 0x7a0(%rsp)
vmovdqa 0x7b0(%rsp), %xmm0
vmovdqa 0x7a0(%rsp), %xmm1
vpaddd %xmm1, %xmm0, %xmm0
vmovdqa %xmm0, 0x20(%rsp)
vmovdqa 0x20(%rsp), %xmm0
vmovdqa %xmm0, 0x7d0(%rsp)
movl $0x17, 0x7cc(%rsp)
vmovdqa 0x7d0(%rsp), %xmm0
movl 0x7cc(%rsp), %eax
vmovd %eax, %xmm1
vpslld %xmm1, %xmm0, %xmm0
vmovdqa %xmm0, 0x20(%rsp)
vmovdqa 0x20(%rsp), %xmm0
vmovdqa %xmm0, 0x7e0(%rsp)
vmovdqa 0x7e0(%rsp), %xmm0
vmovaps %xmm0, -0x20(%rsp)
vmovaps -0x10(%rsp), %xmm1
vmovaps -0x20(%rsp), %xmm0
vmovaps %xmm1, 0xd0(%rsp)
vmovaps %xmm0, 0xc0(%rsp)
vmovaps 0xd0(%rsp), %xmm0
vmulps 0xc0(%rsp), %xmm0, %xmm0
vmovaps %xmm0, -0x10(%rsp)
vmovaps -0x10(%rsp), %xmm0
addq $0xc58, %rsp # imm = 0xC58
retq
nopw %cs:(%rax,%rax)
nop
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,050
|
ncnn::BinaryOp_x86_fma_functor::binary_op_pow::func(float const&, float const&) const
|
float func(const float& x, const float& y) const
{
return (float)pow(x, y);
}
|
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq %rsi, 0x8(%rsp)
movq %rdx, (%rsp)
movq 0x8(%rsp), %rax
vmovss (%rax), %xmm0
movq (%rsp), %rax
vmovss (%rax), %xmm1
callq 0xa14a10
addq $0x18, %rsp
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,051
|
ncnn::BinaryOp_x86_fma_functor::binary_op_rsub::func_pack8(float vector[8] const&, float vector[8] const&) const
|
__m256 func_pack8(const __m256& x, const __m256& y) const
{
return _mm256_sub_ps(y, x);
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x80, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq %rdx, 0x8(%rsp)
movq 0x8(%rsp), %rax
vmovaps (%rax), %ymm1
movq 0x10(%rsp), %rax
vmovaps (%rax), %ymm0
vmovaps %ymm1, 0x40(%rsp)
vmovaps %ymm0, 0x20(%rsp)
vmovaps 0x40(%rsp), %ymm0
vsubps 0x20(%rsp), %ymm0, %ymm0
movq %rbp, %rsp
popq %rbp
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,052
|
ncnn::BinaryOp_x86_fma_functor::binary_op_rsub::func_pack4(float vector[4] const&, float vector[4] const&) const
|
__m128 func_pack4(const __m128& x, const __m128& y) const
{
return _mm_sub_ps(y, x);
}
|
movq %rdi, -0x30(%rsp)
movq %rsi, -0x38(%rsp)
movq %rdx, -0x40(%rsp)
movq -0x40(%rsp), %rax
vmovaps (%rax), %xmm1
movq -0x38(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm1, -0x18(%rsp)
vmovaps %xmm0, -0x28(%rsp)
vmovaps -0x18(%rsp), %xmm0
vsubps -0x28(%rsp), %xmm0, %xmm0
retq
nopw (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,053
|
ncnn::BinaryOp_x86_fma_functor::binary_op_rsub::func(float const&, float const&) const
|
float func(const float& x, const float& y) const
{
return y - x;
}
|
movq %rdi, -0x8(%rsp)
movq %rsi, -0x10(%rsp)
movq %rdx, -0x18(%rsp)
movq -0x18(%rsp), %rax
vmovss (%rax), %xmm0
movq -0x10(%rsp), %rax
vsubss (%rax), %xmm0, %xmm0
retq
nopw %cs:(%rax,%rax)
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,054
|
ncnn::BinaryOp_x86_fma_functor::binary_op_rdiv::func_pack8(float vector[8] const&, float vector[8] const&) const
|
__m256 func_pack8(const __m256& x, const __m256& y) const
{
return _mm256_div_ps(y, x);
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x80, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq %rdx, 0x8(%rsp)
movq 0x8(%rsp), %rax
vmovaps (%rax), %ymm1
movq 0x10(%rsp), %rax
vmovaps (%rax), %ymm0
vmovaps %ymm1, 0x40(%rsp)
vmovaps %ymm0, 0x20(%rsp)
vmovaps 0x40(%rsp), %ymm0
vdivps 0x20(%rsp), %ymm0, %ymm0
movq %rbp, %rsp
popq %rbp
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,055
|
ncnn::BinaryOp_x86_fma_functor::binary_op_rdiv::func_pack4(float vector[4] const&, float vector[4] const&) const
|
__m128 func_pack4(const __m128& x, const __m128& y) const
{
return _mm_div_ps(y, x);
}
|
movq %rdi, -0x30(%rsp)
movq %rsi, -0x38(%rsp)
movq %rdx, -0x40(%rsp)
movq -0x40(%rsp), %rax
vmovaps (%rax), %xmm1
movq -0x38(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm1, -0x18(%rsp)
vmovaps %xmm0, -0x28(%rsp)
vmovaps -0x18(%rsp), %xmm0
vdivps -0x28(%rsp), %xmm0, %xmm0
retq
nopw (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,056
|
ncnn::BinaryOp_x86_fma_functor::binary_op_rdiv::func(float const&, float const&) const
|
float func(const float& x, const float& y) const
{
return y / x;
}
|
movq %rdi, -0x8(%rsp)
movq %rsi, -0x10(%rsp)
movq %rdx, -0x18(%rsp)
movq -0x18(%rsp), %rax
vmovss (%rax), %xmm0
movq -0x10(%rsp), %rax
vdivss (%rax), %xmm0, %xmm0
retq
nopw %cs:(%rax,%rax)
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_fma.cpp
|
2,113,057
|
ncnn::BinaryOp_x86_avx::BinaryOp_x86_avx()
|
BinaryOp_x86_avx::BinaryOp_x86_avx()
{
#if __SSE2__
support_packing = true;
#endif // __SSE2__
}
|
movq %rdi, -0x8(%rsp)
movq %rsi, -0x10(%rsp)
movq -0x8(%rsp), %rax
movq -0x10(%rsp), %rcx
movq (%rcx), %rdx
movq %rdx, (%rax)
movq 0x8(%rcx), %rdx
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
movq %rdx, (%rax,%rcx)
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
movb $0x1, 0xb(%rax,%rcx)
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,058
|
ncnn::BinaryOp_x86_avx::BinaryOp_x86_avx()
|
BinaryOp_x86_avx::BinaryOp_x86_avx()
{
#if __SSE2__
support_packing = true;
#endif // __SSE2__
}
|
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq 0x10(%rsp), %rdi
movq %rdi, 0x8(%rsp)
addq $0x8, %rdi
callq 0x11edea0
movq 0x8(%rsp), %rax
leaq 0x989610(%rip), %rcx # 0x1ed18d8
addq $0x18, %rcx
movq %rcx, (%rax)
leaq 0x989602(%rip), %rcx # 0x1ed18d8
addq $0x90, %rcx
movq %rcx, 0x8(%rax)
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
movb $0x1, 0xb(%rax,%rcx)
addq $0x18, %rsp
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,059
|
ncnn::BinaryOp_x86_avx::forward(std::vector<ncnn::Mat, std::allocator<ncnn::Mat>> const&, std::vector<ncnn::Mat, std::allocator<ncnn::Mat>>&, ncnn::Option const&) const
|
int BinaryOp_x86_avx::forward(const std::vector<Mat>& bottom_blobs, std::vector<Mat>& top_blobs, const Option& opt) const
{
#if __SSE2__
using namespace BinaryOp_x86_avx_functor;
const Mat& bottom_blob = bottom_blobs[0];
const Mat& bottom_blob1 = bottom_blobs[1];
Mat& top_blob = top_blobs[0];
int elempack = bottom_blob.elempack;
int elempack1 = bottom_blob1.elempack;
#if __AVX__
#if __AVX512F__
if (elempack == 16 || elempack1 == 16)
{
if (op_type == Operation_ADD)
return binary_op_pack16<binary_op_add>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_SUB)
return binary_op_pack16<binary_op_sub>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MUL)
return binary_op_pack16<binary_op_mul>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_DIV)
return binary_op_pack16<binary_op_div>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MAX)
return binary_op_pack16<binary_op_max>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MIN)
return binary_op_pack16<binary_op_min>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_POW)
return binary_op_pack16<binary_op_pow>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_RSUB)
return binary_op_pack16<binary_op_sub>(bottom_blob1, bottom_blob, top_blob, opt);
if (op_type == Operation_RDIV)
return binary_op_pack16<binary_op_div>(bottom_blob1, bottom_blob, top_blob, opt);
}
#endif // __AVX512F__
if (elempack == 8 || elempack1 == 8)
{
if (op_type == Operation_ADD)
return binary_op_pack8<binary_op_add>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_SUB)
return binary_op_pack8<binary_op_sub>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MUL)
return binary_op_pack8<binary_op_mul>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_DIV)
return binary_op_pack8<binary_op_div>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MAX)
return binary_op_pack8<binary_op_max>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MIN)
return binary_op_pack8<binary_op_min>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_POW)
return binary_op_pack8<binary_op_pow>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_RSUB)
return binary_op_pack8<binary_op_sub>(bottom_blob1, bottom_blob, top_blob, opt);
if (op_type == Operation_RDIV)
return binary_op_pack8<binary_op_div>(bottom_blob1, bottom_blob, top_blob, opt);
}
#endif // __AVX__
if (elempack == 4 || elempack1 == 4)
{
if (op_type == Operation_ADD)
return binary_op_pack4<binary_op_add>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_SUB)
return binary_op_pack4<binary_op_sub>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MUL)
return binary_op_pack4<binary_op_mul>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_DIV)
return binary_op_pack4<binary_op_div>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MAX)
return binary_op_pack4<binary_op_max>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MIN)
return binary_op_pack4<binary_op_min>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_POW)
return binary_op_pack4<binary_op_pow>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_RSUB)
return binary_op_pack4<binary_op_sub>(bottom_blob1, bottom_blob, top_blob, opt);
if (op_type == Operation_RDIV)
return binary_op_pack4<binary_op_div>(bottom_blob1, bottom_blob, top_blob, opt);
}
#endif // __SSE2__
return BinaryOp::forward(bottom_blobs, top_blobs, opt);
}
|
subq $0x58, %rsp
movq %rdi, 0x48(%rsp)
movq %rsi, 0x40(%rsp)
movq %rdx, 0x38(%rsp)
movq %rcx, 0x30(%rsp)
movq 0x48(%rsp), %rax
movq %rax, 0x8(%rsp)
movq 0x40(%rsp), %rdi
xorl %eax, %eax
movl %eax, %esi
callq 0xbf050
movq %rax, 0x28(%rsp)
movq 0x40(%rsp), %rdi
movl $0x1, %esi
callq 0xbf050
movq %rax, 0x20(%rsp)
movq 0x38(%rsp), %rdi
xorl %eax, %eax
movl %eax, %esi
callq 0xa2b00
movq %rax, 0x18(%rsp)
movq 0x28(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x14(%rsp)
movq 0x20(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x10(%rsp)
cmpl $0x8, 0x14(%rsp)
je 0x1548386
cmpl $0x8, 0x10(%rsp)
jne 0x1548580
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x0, 0xd0(%rax,%rcx)
jne 0x15483be
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15487c0
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x1, 0xd0(%rax,%rcx)
jne 0x15483f6
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x1557cc0
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x2, 0xd0(%rax,%rcx)
jne 0x154842e
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15671c0
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x3, 0xd0(%rax,%rcx)
jne 0x1548466
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15766c0
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x4, 0xd0(%rax,%rcx)
jne 0x154849e
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x1585bc0
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x5, 0xd0(%rax,%rcx)
jne 0x15484d6
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15950c0
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x6, 0xd0(%rax,%rcx)
jne 0x154850e
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15a45c0
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x7, 0xd0(%rax,%rcx)
jne 0x1548546
movq 0x20(%rsp), %rdi
movq 0x28(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x1557cc0
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x8, 0xd0(%rax,%rcx)
jne 0x154857e
movq 0x20(%rsp), %rdi
movq 0x28(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15766c0
movl %eax, 0x54(%rsp)
jmp 0x15487aa
jmp 0x1548580
cmpl $0x4, 0x14(%rsp)
je 0x1548592
cmpl $0x4, 0x10(%rsp)
jne 0x1548786
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x0, 0xd0(%rax,%rcx)
jne 0x15485ca
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15b3ac0
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x1, 0xd0(%rax,%rcx)
jne 0x1548602
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15c2d90
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x2, 0xd0(%rax,%rcx)
jne 0x154863a
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15d2060
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x3, 0xd0(%rax,%rcx)
jne 0x1548672
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15e1330
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x4, 0xd0(%rax,%rcx)
jne 0x15486aa
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15f0600
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x5, 0xd0(%rax,%rcx)
jne 0x15486e2
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15ff8d0
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x6, 0xd0(%rax,%rcx)
jne 0x154871a
movq 0x28(%rsp), %rdi
movq 0x20(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x160eba0
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x7, 0xd0(%rax,%rcx)
jne 0x154874f
movq 0x20(%rsp), %rdi
movq 0x28(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15c2d90
movl %eax, 0x54(%rsp)
jmp 0x15487aa
movq 0x8(%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x8, 0xd0(%rax,%rcx)
jne 0x1548784
movq 0x20(%rsp), %rdi
movq 0x28(%rsp), %rsi
movq 0x18(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x15e1330
movl %eax, 0x54(%rsp)
jmp 0x15487aa
jmp 0x1548786
movq 0x8(%rsp), %rdi
movq (%rdi), %rax
addq -0x18(%rax), %rdi
movq 0x40(%rsp), %rsi
movq 0x38(%rsp), %rdx
movq 0x30(%rsp), %rcx
callq 0x11edf70
movl %eax, 0x54(%rsp)
movl 0x54(%rsp), %eax
addq $0x58, %rsp
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,060
|
int ncnn::binary_op_pack8<ncnn::BinaryOp_x86_avx_functor::binary_op_add>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack8(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* b0 = b.channel(q);
float* outptr = c.channel(q);
__m256 _b0 = _mm256_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_broadcast_ss(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 1;
outptr += 8;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
__m256 _a0 = _mm256_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p = _mm256_broadcast_ss(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1 + y * 8);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1 + x * 8);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _p = _mm256_loadu_ps(ptr + y * 8);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr + x * 8);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
ptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x4c80, %rsp # imm = 0x4C80
movq %rdi, 0x2188(%rsp)
movq %rsi, 0x2180(%rsp)
movq %rdx, 0x2178(%rsp)
movq %rcx, 0x2170(%rsp)
movq 0x2188(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2168(%rsp)
movq 0x2188(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2164(%rsp)
movq 0x2188(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2160(%rsp)
movq 0x2188(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x215c(%rsp)
movl 0x2168(%rsp), %eax
imull 0x2164(%rsp), %eax
imull 0x2160(%rsp), %eax
movl %eax, 0x2158(%rsp)
movq 0x2188(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2150(%rsp)
movq 0x2188(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x214c(%rsp)
movq 0x2180(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2148(%rsp)
movq 0x2180(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2144(%rsp)
movq 0x2180(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2140(%rsp)
movq 0x2180(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x213c(%rsp)
movl 0x2148(%rsp), %eax
imull 0x2144(%rsp), %eax
imull 0x2140(%rsp), %eax
movl %eax, 0x2138(%rsp)
movq 0x2180(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2130(%rsp)
movq 0x2180(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x212c(%rsp)
movq 0x2188(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x154ae69
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1548958
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1622a70
movl %eax, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x2160(%rsp), %ecx
movl 0x215c(%rsp), %r8d
movq 0x2150(%rsp), %r9
movl 0x214c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x1548a08
movq 0x810(%rsp), %rax
movq %rax, 0x3318(%rsp)
movq 0x3318(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x1548a15
jmp 0x1548a25
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x154990d
movl $0x0, 0x2128(%rsp)
movl 0x2128(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15498fd
movq 0x2188(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x20d8(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x20d8(%rsp), %r10
movq %r10, 0x37d0(%rsp)
movl %r9d, 0x37cc(%rsp)
movl %r8d, 0x37c8(%rsp)
movl %edi, 0x37c4(%rsp)
movq %rsi, 0x37b8(%rsp)
movq %rdx, 0x37b0(%rsp)
movl %ecx, 0x37ac(%rsp)
movq %rax, 0x37a0(%rsp)
movq 0x37d0(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x37b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x37ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x37a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ee8(%rsp)
movl $0x10, 0x3ee4(%rsp)
movq 0x3ee8(%rsp), %rax
movslq 0x3ee4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ee4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2100(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1548c12
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2118(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x1548d53
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq %rax, 0x4848(%rsp)
movq 0x4848(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1548cf6
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4844(%rsp) # imm = 0xFFFFFFFF
movl 0x4844(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4840(%rsp)
cmpl $0x1, 0x4840(%rsp)
jne 0x1548cf6
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1548cc4
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1548cc2
jmp 0x1548cf4
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4850(%rsp)
cmpq $0x0, 0x4850(%rsp)
je 0x1548cf2
movq 0x4850(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1548cf4
jmp 0x1548cf6
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1548d51
movq %rax, %rdi
callq 0x678a0
jmp 0x1548d53
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7f0(%rsp)
leaq 0x20d8(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rax
movq %rax, 0x46a8(%rsp)
movq 0x46a8(%rsp), %rax
movq %rax, 0x7e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1548e44
movq 0x7e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x46a4(%rsp) # imm = 0xFFFFFFFF
movl 0x46a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x46a0(%rsp)
cmpl $0x1, 0x46a0(%rsp)
jne 0x1548e44
movq 0x7e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1548e12
movq 0x7e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1548e10
jmp 0x1548e42
movq 0x7e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4920(%rsp)
cmpq $0x0, 0x4920(%rsp)
je 0x1548e40
movq 0x4920(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1548e42
jmp 0x1548e44
movq 0x7e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1548e9f
movq %rax, %rdi
callq 0x678a0
movq 0x7f0(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2078(%rsp), %rdx
movq %rdx, 0x2480(%rsp)
movq %rcx, 0x2478(%rsp)
movl %eax, 0x2474(%rsp)
movq 0x2478(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x2473(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2474(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2078(%rsp), %r10
movq %r10, 0x3808(%rsp)
movl %r9d, 0x3804(%rsp)
movl %r8d, 0x3800(%rsp)
movl %edi, 0x37fc(%rsp)
movq %rsi, 0x37f0(%rsp)
movq %rdx, 0x37e8(%rsp)
movl %ecx, 0x37e4(%rsp)
movq %rax, 0x37d8(%rsp)
movq 0x3808(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x37f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x37e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x37d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3804(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3800(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ed8(%rsp)
movl $0x10, 0x3ed4(%rsp)
movq 0x3ed8(%rsp), %rax
movslq 0x3ed4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ed4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x20a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154906b
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x20b8(%rsp)
movb $0x1, 0x2473(%rsp)
testb $0x1, 0x2473(%rsp)
jne 0x15491ac
leaq 0x2078(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq %rax, 0x4838(%rsp)
movq 0x4838(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154914f
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4834(%rsp) # imm = 0xFFFFFFFF
movl 0x4834(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4830(%rsp)
cmpl $0x1, 0x4830(%rsp)
jne 0x154914f
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154911d
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154911b
jmp 0x154914d
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4858(%rsp)
cmpq $0x0, 0x4858(%rsp)
je 0x154914b
movq 0x4858(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154914d
jmp 0x154914f
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15491aa
movq %rax, %rdi
callq 0x678a0
jmp 0x15491ac
leaq 0x2078(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c8(%rsp)
leaq 0x2078(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rax
movq %rax, 0x4688(%rsp)
movq 0x4688(%rsp), %rax
movq %rax, 0x7c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154929d
movq 0x7c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4684(%rsp) # imm = 0xFFFFFFFF
movl 0x4684(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4680(%rsp)
cmpl $0x1, 0x4680(%rsp)
jne 0x154929d
movq 0x7c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154926b
movq 0x7c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1549269
jmp 0x154929b
movq 0x7c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4930(%rsp)
cmpq $0x0, 0x4930(%rsp)
je 0x1549299
movq 0x4930(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154929b
jmp 0x154929d
movq 0x7c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15492f8
movq %rax, %rdi
callq 0x678a0
movq 0x7c8(%rsp), %rax
movq %rax, 0x20c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2028(%rsp), %rdx
movq %rdx, 0x2b80(%rsp)
movq %rcx, 0x2b78(%rsp)
movl %eax, 0x2b74(%rsp)
movq 0x2b78(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x2b73(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2b74(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2028(%rsp), %r10
movq %r10, 0x33e0(%rsp)
movl %r9d, 0x33dc(%rsp)
movl %r8d, 0x33d8(%rsp)
movl %edi, 0x33d4(%rsp)
movq %rsi, 0x33c8(%rsp)
movq %rdx, 0x33c0(%rsp)
movl %ecx, 0x33bc(%rsp)
movq %rax, 0x33b0(%rsp)
movq 0x33e0(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x33c8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33c0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33bc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33b0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33dc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x33d8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33d4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x4008(%rsp)
movl $0x10, 0x4004(%rsp)
movq 0x4008(%rsp), %rax
movslq 0x4004(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x4004(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2050(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15494c4
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2068(%rsp)
movb $0x1, 0x2b73(%rsp)
testb $0x1, 0x2b73(%rsp)
jne 0x1549605
leaq 0x2028(%rsp), %rax
movq %rax, 0x2b88(%rsp)
movq 0x2b88(%rsp), %rax
movq %rax, 0x4018(%rsp)
movq 0x4018(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15495a8
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4014(%rsp) # imm = 0xFFFFFFFF
movl 0x4014(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4010(%rsp)
cmpl $0x1, 0x4010(%rsp)
jne 0x15495a8
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1549576
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1549574
jmp 0x15495a6
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c68(%rsp)
cmpq $0x0, 0x4c68(%rsp)
je 0x15495a4
movq 0x4c68(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15495a6
jmp 0x15495a8
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1549603
movq %rax, %rdi
callq 0x678a0
jmp 0x1549605
leaq 0x2028(%rsp), %rax
movq %rax, 0x2c28(%rsp)
movq 0x2c28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7a0(%rsp)
leaq 0x2028(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rax
movq %rax, 0x4668(%rsp)
movq 0x4668(%rsp), %rax
movq %rax, 0x798(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15496f6
movq 0x798(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4664(%rsp) # imm = 0xFFFFFFFF
movl 0x4664(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4660(%rsp)
cmpl $0x1, 0x4660(%rsp)
jne 0x15496f6
movq 0x798(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15496c4
movq 0x798(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15496c2
jmp 0x15496f4
movq 0x798(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4940(%rsp)
cmpq $0x0, 0x4940(%rsp)
je 0x15496f2
movq 0x4940(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15496f4
jmp 0x15496f6
movq 0x798(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1549751
movq %rax, %rdi
callq 0x678a0
movq 0x7a0(%rsp), %rax
movq %rax, 0x2070(%rsp)
movl $0x0, 0x2024(%rsp)
movl 0x2024(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x15498e5
movl $0x0, 0x2020(%rsp)
movl 0x2020(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15498cd
movq 0x20c0(%rsp), %rax
movq %rax, 0x2d58(%rsp)
movq 0x2d58(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x2000(%rsp)
movl $0x0, 0x1ffc(%rsp)
movl 0x1ffc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15498a3
movq 0x2120(%rsp), %rax
movq %rax, 0x2d50(%rsp)
movq 0x2d50(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1fc0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1fc0(%rsp), %rsi
leaq 0x2000(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x1fa0(%rsp)
movq 0x2070(%rsp), %rax
vmovaps 0x1fa0(%rsp), %ymm0
movq %rax, 0x3258(%rsp)
vmovaps %ymm0, 0x3220(%rsp)
vmovaps 0x3220(%rsp), %ymm0
movq 0x3258(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x2120(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2120(%rsp)
movq 0x2070(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2070(%rsp)
movl 0x1ffc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ffc(%rsp)
jmp 0x15497cf
movq 0x20c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x20c0(%rsp)
movl 0x2020(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2020(%rsp)
jmp 0x154978b
jmp 0x15498cf
movl 0x2024(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2024(%rsp)
jmp 0x154976c
jmp 0x15498e7
movl 0x2128(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2128(%rsp)
jmp 0x1548a42
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x154a3e5
movl $0x0, 0x1f9c(%rsp)
movl 0x1f9c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x154a3d5
movq 0x2188(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1f48(%rsp), %rdx
movq %rdx, 0x2468(%rsp)
movq %rcx, 0x2460(%rsp)
movl %eax, 0x245c(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x245b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x245c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1f48(%rsp), %r10
movq %r10, 0x3840(%rsp)
movl %r9d, 0x383c(%rsp)
movl %r8d, 0x3838(%rsp)
movl %edi, 0x3834(%rsp)
movq %rsi, 0x3828(%rsp)
movq %rdx, 0x3820(%rsp)
movl %ecx, 0x381c(%rsp)
movq %rax, 0x3810(%rsp)
movq 0x3840(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x3828(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3820(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x381c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3810(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x383c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3838(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3834(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ec8(%rsp)
movl $0x10, 0x3ec4(%rsp)
movq 0x3ec8(%rsp), %rax
movslq 0x3ec4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ec4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1549afa
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f88(%rsp)
movb $0x1, 0x245b(%rsp)
testb $0x1, 0x245b(%rsp)
jne 0x1549c3b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq %rax, 0x4828(%rsp)
movq 0x4828(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1549bde
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4824(%rsp) # imm = 0xFFFFFFFF
movl 0x4824(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4820(%rsp)
cmpl $0x1, 0x4820(%rsp)
jne 0x1549bde
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1549bac
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1549baa
jmp 0x1549bdc
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4860(%rsp)
cmpq $0x0, 0x4860(%rsp)
je 0x1549bda
movq 0x4860(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1549bdc
jmp 0x1549bde
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1549c39
movq %rax, %rdi
callq 0x678a0
jmp 0x1549c3b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x778(%rsp)
leaq 0x1f48(%rsp), %rax
movq %rax, 0x26c0(%rsp)
movq 0x26c0(%rsp), %rax
movq %rax, 0x4648(%rsp)
movq 0x4648(%rsp), %rax
movq %rax, 0x770(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1549d2c
movq 0x770(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4644(%rsp) # imm = 0xFFFFFFFF
movl 0x4644(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4640(%rsp)
cmpl $0x1, 0x4640(%rsp)
jne 0x1549d2c
movq 0x770(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1549cfa
movq 0x770(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1549cf8
jmp 0x1549d2a
movq 0x770(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4950(%rsp)
cmpq $0x0, 0x4950(%rsp)
je 0x1549d28
movq 0x4950(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1549d2a
jmp 0x1549d2c
movq 0x770(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1549d87
movq %rax, %rdi
callq 0x678a0
movq 0x778(%rsp), %rax
movq %rax, 0x1f90(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
movq %rcx, 0x3298(%rsp)
movl %eax, 0x3294(%rsp)
movq 0x3298(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3294(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1f40(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1ef0(%rsp), %rdx
movq %rdx, 0x2b60(%rsp)
movq %rcx, 0x2b58(%rsp)
movl %eax, 0x2b54(%rsp)
movq 0x2b58(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x2b53(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2b54(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ef0(%rsp), %r10
movq %r10, 0x3418(%rsp)
movl %r9d, 0x3414(%rsp)
movl %r8d, 0x3410(%rsp)
movl %edi, 0x340c(%rsp)
movq %rsi, 0x3400(%rsp)
movq %rdx, 0x33f8(%rsp)
movl %ecx, 0x33f4(%rsp)
movq %rax, 0x33e8(%rsp)
movq 0x3418(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x3400(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33f8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33f4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33e8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3414(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3410(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x340c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ff8(%rsp)
movl $0x10, 0x3ff4(%rsp)
movq 0x3ff8(%rsp), %rax
movslq 0x3ff4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ff4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1549f9c
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f30(%rsp)
movb $0x1, 0x2b53(%rsp)
testb $0x1, 0x2b53(%rsp)
jne 0x154a0dd
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2b68(%rsp)
movq 0x2b68(%rsp), %rax
movq %rax, 0x4028(%rsp)
movq 0x4028(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154a080
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4024(%rsp) # imm = 0xFFFFFFFF
movl 0x4024(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4020(%rsp)
cmpl $0x1, 0x4020(%rsp)
jne 0x154a080
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154a04e
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154a04c
jmp 0x154a07e
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c60(%rsp)
cmpq $0x0, 0x4c60(%rsp)
je 0x154a07c
movq 0x4c60(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154a07e
jmp 0x154a080
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154a0db
movq %rax, %rdi
callq 0x678a0
jmp 0x154a0dd
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2c20(%rsp)
movq 0x2c20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x750(%rsp)
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x26d0(%rsp)
movq 0x26d0(%rsp), %rax
movq %rax, 0x4628(%rsp)
movq 0x4628(%rsp), %rax
movq %rax, 0x748(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154a1ce
movq 0x748(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4624(%rsp) # imm = 0xFFFFFFFF
movl 0x4624(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4620(%rsp)
cmpl $0x1, 0x4620(%rsp)
jne 0x154a1ce
movq 0x748(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154a19c
movq 0x748(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154a19a
jmp 0x154a1cc
movq 0x748(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4960(%rsp)
cmpq $0x0, 0x4960(%rsp)
je 0x154a1ca
movq 0x4960(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154a1cc
jmp 0x154a1ce
movq 0x748(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154a229
movq %rax, %rdi
callq 0x678a0
movq 0x750(%rsp), %rax
movq %rax, 0x1f38(%rsp)
movl $0x0, 0x1eec(%rsp)
movl 0x1eec(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x154a3bd
movq 0x1f40(%rsp), %rax
movq %rax, 0x2d48(%rsp)
movq 0x2d48(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1ec0(%rsp)
movl $0x0, 0x1ebc(%rsp)
movl 0x1ebc(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x154a393
movl $0x0, 0x1eb8(%rsp)
movl 0x1eb8(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x154a37b
movq 0x1f90(%rsp), %rax
movq %rax, 0x2d40(%rsp)
movq 0x2d40(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1e80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1e80(%rsp), %rsi
leaq 0x1ec0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x1e60(%rsp)
movq 0x1f38(%rsp), %rax
vmovaps 0x1e60(%rsp), %ymm0
movq %rax, 0x3218(%rsp)
vmovaps %ymm0, 0x31e0(%rsp)
vmovaps 0x31e0(%rsp), %ymm0
movq 0x3218(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1f90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f90(%rsp)
movq 0x1f38(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f38(%rsp)
movl 0x1eb8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eb8(%rsp)
jmp 0x154a2a7
jmp 0x154a37d
movl 0x1ebc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ebc(%rsp)
jmp 0x154a288
movq 0x1f40(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f40(%rsp)
movl 0x1eec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eec(%rsp)
jmp 0x154a244
jmp 0x154a3bf
movl 0x1f9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1f9c(%rsp)
jmp 0x154992a
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x154ae64
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x154a440
cmpl $0x1, 0x212c(%rsp)
jne 0x154a440
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1623b40
movl %eax, 0x2194(%rsp)
jmp 0x1557caa
movl $0x0, 0x1e5c(%rsp)
movl 0x1e5c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x154ae54
movq 0x2188(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1e08(%rsp), %rdx
movq %rdx, 0x2450(%rsp)
movq %rcx, 0x2448(%rsp)
movl %eax, 0x2444(%rsp)
movq 0x2448(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x2443(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2444(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e08(%rsp), %r10
movq %r10, 0x3878(%rsp)
movl %r9d, 0x3874(%rsp)
movl %r8d, 0x3870(%rsp)
movl %edi, 0x386c(%rsp)
movq %rsi, 0x3860(%rsp)
movq %rdx, 0x3858(%rsp)
movl %ecx, 0x3854(%rsp)
movq %rax, 0x3848(%rsp)
movq 0x3878(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x3860(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3858(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3854(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3848(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3874(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3870(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x386c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3eb8(%rsp)
movl $0x10, 0x3eb4(%rsp)
movq 0x3eb8(%rsp), %rax
movslq 0x3eb4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3eb4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1e30(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154a61b
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1e48(%rsp)
movb $0x1, 0x2443(%rsp)
testb $0x1, 0x2443(%rsp)
jne 0x154a75c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq %rax, 0x4818(%rsp)
movq 0x4818(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154a6ff
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4814(%rsp) # imm = 0xFFFFFFFF
movl 0x4814(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4810(%rsp)
cmpl $0x1, 0x4810(%rsp)
jne 0x154a6ff
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154a6cd
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154a6cb
jmp 0x154a6fd
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4868(%rsp)
cmpq $0x0, 0x4868(%rsp)
je 0x154a6fb
movq 0x4868(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154a6fd
jmp 0x154a6ff
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154a75a
movq %rax, %rdi
callq 0x678a0
jmp 0x154a75c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x728(%rsp)
leaq 0x1e08(%rsp), %rax
movq %rax, 0x26e0(%rsp)
movq 0x26e0(%rsp), %rax
movq %rax, 0x4608(%rsp)
movq 0x4608(%rsp), %rax
movq %rax, 0x720(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154a84d
movq 0x720(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4604(%rsp) # imm = 0xFFFFFFFF
movl 0x4604(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4600(%rsp)
cmpl $0x1, 0x4600(%rsp)
jne 0x154a84d
movq 0x720(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154a81b
movq 0x720(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154a819
jmp 0x154a84b
movq 0x720(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4970(%rsp)
cmpq $0x0, 0x4970(%rsp)
je 0x154a849
movq 0x4970(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154a84b
jmp 0x154a84d
movq 0x720(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154a8a8
movq %rax, %rdi
callq 0x678a0
movq 0x728(%rsp), %rax
movq %rax, 0x1e50(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movl 0x1e5c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2d38(%rsp)
movq 0x2d38(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1de0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1d90(%rsp), %rdx
movq %rdx, 0x2b40(%rsp)
movq %rcx, 0x2b38(%rsp)
movl %eax, 0x2b34(%rsp)
movq 0x2b38(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x2b33(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2b34(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1d90(%rsp), %r10
movq %r10, 0x3450(%rsp)
movl %r9d, 0x344c(%rsp)
movl %r8d, 0x3448(%rsp)
movl %edi, 0x3444(%rsp)
movq %rsi, 0x3438(%rsp)
movq %rdx, 0x3430(%rsp)
movl %ecx, 0x342c(%rsp)
movq %rax, 0x3420(%rsp)
movq 0x3450(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x3438(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3430(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x342c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3420(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x344c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3448(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3444(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3fe8(%rsp)
movl $0x10, 0x3fe4(%rsp)
movq 0x3fe8(%rsp), %rax
movslq 0x3fe4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3fe4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1db8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154aac0
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1dd0(%rsp)
movb $0x1, 0x2b33(%rsp)
testb $0x1, 0x2b33(%rsp)
jne 0x154ac01
leaq 0x1d90(%rsp), %rax
movq %rax, 0x2b48(%rsp)
movq 0x2b48(%rsp), %rax
movq %rax, 0x4038(%rsp)
movq 0x4038(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154aba4
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4034(%rsp) # imm = 0xFFFFFFFF
movl 0x4034(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4030(%rsp)
cmpl $0x1, 0x4030(%rsp)
jne 0x154aba4
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154ab72
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154ab70
jmp 0x154aba2
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c58(%rsp)
cmpq $0x0, 0x4c58(%rsp)
je 0x154aba0
movq 0x4c58(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154aba2
jmp 0x154aba4
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154abff
movq %rax, %rdi
callq 0x678a0
jmp 0x154ac01
leaq 0x1d90(%rsp), %rax
movq %rax, 0x2c18(%rsp)
movq 0x2c18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x700(%rsp)
leaq 0x1d90(%rsp), %rax
movq %rax, 0x26f0(%rsp)
movq 0x26f0(%rsp), %rax
movq %rax, 0x45e8(%rsp)
movq 0x45e8(%rsp), %rax
movq %rax, 0x6f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154acf2
movq 0x6f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x45e4(%rsp) # imm = 0xFFFFFFFF
movl 0x45e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x45e0(%rsp)
cmpl $0x1, 0x45e0(%rsp)
jne 0x154acf2
movq 0x6f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154acc0
movq 0x6f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154acbe
jmp 0x154acf0
movq 0x6f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4980(%rsp)
cmpq $0x0, 0x4980(%rsp)
je 0x154acee
movq 0x4980(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154acf0
jmp 0x154acf2
movq 0x6f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154ad4d
movq %rax, %rdi
callq 0x678a0
movq 0x700(%rsp), %rax
movq %rax, 0x1dd8(%rsp)
movl $0x0, 0x1d8c(%rsp)
movl 0x1d8c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x154ae3c
movq 0x1e50(%rsp), %rax
movq %rax, 0x2d30(%rsp)
movq 0x2d30(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1d60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1d60(%rsp), %rsi
leaq 0x1de0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x1d40(%rsp)
movq 0x1dd8(%rsp), %rax
vmovaps 0x1d40(%rsp), %ymm0
movq %rax, 0x31d8(%rsp)
vmovaps %ymm0, 0x31a0(%rsp)
vmovaps 0x31a0(%rsp), %ymm0
movq 0x31d8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1e50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1e50(%rsp)
movq 0x1dd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1dd8(%rsp)
movl 0x1d8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d8c(%rsp)
jmp 0x154ad68
jmp 0x154ae3e
movl 0x1e5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1e5c(%rsp)
jmp 0x154a44b
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
jmp 0x1557c9f
movq 0x2188(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1554832
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x154be30
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x154af3d
movq 0x6e8(%rsp), %rax
movq %rax, 0x3320(%rsp)
movq 0x3320(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x154af4a
jmp 0x154af5a
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0x1d3c(%rsp)
movl 0x1d3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x154be20
movq 0x2188(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1ce8(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ce8(%rsp), %r10
movq %r10, 0x38b0(%rsp)
movl %r9d, 0x38ac(%rsp)
movl %r8d, 0x38a8(%rsp)
movl %edi, 0x38a4(%rsp)
movq %rsi, 0x3898(%rsp)
movq %rdx, 0x3890(%rsp)
movl %ecx, 0x388c(%rsp)
movq %rax, 0x3880(%rsp)
movq 0x38b0(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x3898(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3890(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x388c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3880(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x38ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x38a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x38a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ea8(%rsp)
movl $0x10, 0x3ea4(%rsp)
movq 0x3ea8(%rsp), %rax
movslq 0x3ea4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ea4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1d10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154b135
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d28(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x154b276
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq %rax, 0x4808(%rsp)
movq 0x4808(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154b219
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4804(%rsp) # imm = 0xFFFFFFFF
movl 0x4804(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4800(%rsp)
cmpl $0x1, 0x4800(%rsp)
jne 0x154b219
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154b1e7
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154b1e5
jmp 0x154b217
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4870(%rsp)
cmpq $0x0, 0x4870(%rsp)
je 0x154b215
movq 0x4870(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154b217
jmp 0x154b219
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154b274
movq %rax, %rdi
callq 0x678a0
jmp 0x154b276
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c8(%rsp)
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x2700(%rsp)
movq 0x2700(%rsp), %rax
movq %rax, 0x45c8(%rsp)
movq 0x45c8(%rsp), %rax
movq %rax, 0x6c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154b367
movq 0x6c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x45c4(%rsp) # imm = 0xFFFFFFFF
movl 0x45c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x45c0(%rsp)
cmpl $0x1, 0x45c0(%rsp)
jne 0x154b367
movq 0x6c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154b335
movq 0x6c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154b333
jmp 0x154b365
movq 0x6c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4990(%rsp)
cmpq $0x0, 0x4990(%rsp)
je 0x154b363
movq 0x4990(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154b365
jmp 0x154b367
movq 0x6c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154b3c2
movq %rax, %rdi
callq 0x678a0
movq 0x6c8(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c98(%rsp), %rdx
movq %rdx, 0x2420(%rsp)
movq %rcx, 0x2418(%rsp)
movl %eax, 0x2414(%rsp)
movq 0x2418(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x2413(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2414(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c98(%rsp), %r10
movq %r10, 0x38e8(%rsp)
movl %r9d, 0x38e4(%rsp)
movl %r8d, 0x38e0(%rsp)
movl %edi, 0x38dc(%rsp)
movq %rsi, 0x38d0(%rsp)
movq %rdx, 0x38c8(%rsp)
movl %ecx, 0x38c4(%rsp)
movq %rax, 0x38b8(%rsp)
movq 0x38e8(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x38d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x38e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x38e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x38dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e98(%rsp)
movl $0x10, 0x3e94(%rsp)
movq 0x3e98(%rsp), %rax
movslq 0x3e94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1cc0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154b58e
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1cd8(%rsp)
movb $0x1, 0x2413(%rsp)
testb $0x1, 0x2413(%rsp)
jne 0x154b6cf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq %rax, 0x47f8(%rsp)
movq 0x47f8(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154b672
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x47f4(%rsp) # imm = 0xFFFFFFFF
movl 0x47f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x47f0(%rsp)
cmpl $0x1, 0x47f0(%rsp)
jne 0x154b672
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154b640
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154b63e
jmp 0x154b670
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4878(%rsp)
cmpq $0x0, 0x4878(%rsp)
je 0x154b66e
movq 0x4878(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154b670
jmp 0x154b672
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154b6cd
movq %rax, %rdi
callq 0x678a0
jmp 0x154b6cf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6a0(%rsp)
leaq 0x1c98(%rsp), %rax
movq %rax, 0x2710(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, 0x45a8(%rsp)
movq 0x45a8(%rsp), %rax
movq %rax, 0x698(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154b7c0
movq 0x698(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x45a4(%rsp) # imm = 0xFFFFFFFF
movl 0x45a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x45a0(%rsp)
cmpl $0x1, 0x45a0(%rsp)
jne 0x154b7c0
movq 0x698(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154b78e
movq 0x698(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154b78c
jmp 0x154b7be
movq 0x698(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x49a0(%rsp)
cmpq $0x0, 0x49a0(%rsp)
je 0x154b7bc
movq 0x49a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154b7be
jmp 0x154b7c0
movq 0x698(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154b81b
movq %rax, %rdi
callq 0x678a0
movq 0x6a0(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c48(%rsp), %rdx
movq %rdx, 0x2b20(%rsp)
movq %rcx, 0x2b18(%rsp)
movl %eax, 0x2b14(%rsp)
movq 0x2b18(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x2b13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2b14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c48(%rsp), %r10
movq %r10, 0x3488(%rsp)
movl %r9d, 0x3484(%rsp)
movl %r8d, 0x3480(%rsp)
movl %edi, 0x347c(%rsp)
movq %rsi, 0x3470(%rsp)
movq %rdx, 0x3468(%rsp)
movl %ecx, 0x3464(%rsp)
movq %rax, 0x3458(%rsp)
movq 0x3488(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x3470(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3468(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3464(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3458(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3484(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3480(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x347c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3fd8(%rsp)
movl $0x10, 0x3fd4(%rsp)
movq 0x3fd8(%rsp), %rax
movslq 0x3fd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3fd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154b9e7
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c88(%rsp)
movb $0x1, 0x2b13(%rsp)
testb $0x1, 0x2b13(%rsp)
jne 0x154bb28
leaq 0x1c48(%rsp), %rax
movq %rax, 0x2b28(%rsp)
movq 0x2b28(%rsp), %rax
movq %rax, 0x4048(%rsp)
movq 0x4048(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154bacb
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4044(%rsp) # imm = 0xFFFFFFFF
movl 0x4044(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4040(%rsp)
cmpl $0x1, 0x4040(%rsp)
jne 0x154bacb
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154ba99
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154ba97
jmp 0x154bac9
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c50(%rsp)
cmpq $0x0, 0x4c50(%rsp)
je 0x154bac7
movq 0x4c50(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154bac9
jmp 0x154bacb
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154bb26
movq %rax, %rdi
callq 0x678a0
jmp 0x154bb28
leaq 0x1c48(%rsp), %rax
movq %rax, 0x2c10(%rsp)
movq 0x2c10(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x678(%rsp)
leaq 0x1c48(%rsp), %rax
movq %rax, 0x2720(%rsp)
movq 0x2720(%rsp), %rax
movq %rax, 0x4588(%rsp)
movq 0x4588(%rsp), %rax
movq %rax, 0x670(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154bc19
movq 0x670(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4584(%rsp) # imm = 0xFFFFFFFF
movl 0x4584(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4580(%rsp)
cmpl $0x1, 0x4580(%rsp)
jne 0x154bc19
movq 0x670(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154bbe7
movq 0x670(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154bbe5
jmp 0x154bc17
movq 0x670(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x49b0(%rsp)
cmpq $0x0, 0x49b0(%rsp)
je 0x154bc15
movq 0x49b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154bc17
jmp 0x154bc19
movq 0x670(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154bc74
movq %rax, %rdi
callq 0x678a0
movq 0x678(%rsp), %rax
movq %rax, 0x1c90(%rsp)
movl $0x0, 0x1c44(%rsp)
movl 0x1c44(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x154be08
movl $0x0, 0x1c40(%rsp)
movl 0x1c40(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x154bdf0
movq 0x1d30(%rsp), %rax
movq %rax, 0x2d28(%rsp)
movq 0x2d28(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1c20(%rsp)
movl $0x0, 0x1c1c(%rsp)
movl 0x1c1c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x154bdc6
movq 0x1ce0(%rsp), %rax
movq %rax, 0x2d20(%rsp)
movq 0x2d20(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1be0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1c20(%rsp), %rsi
leaq 0x1be0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x1bc0(%rsp)
movq 0x1c90(%rsp), %rax
vmovaps 0x1bc0(%rsp), %ymm0
movq %rax, 0x3198(%rsp)
vmovaps %ymm0, 0x3160(%rsp)
vmovaps 0x3160(%rsp), %ymm0
movq 0x3198(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1ce0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1c90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c90(%rsp)
movl 0x1c1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c1c(%rsp)
jmp 0x154bcf2
movq 0x1d30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d30(%rsp)
movl 0x1c40(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c40(%rsp)
jmp 0x154bcae
jmp 0x154bdf2
movl 0x1c44(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c44(%rsp)
jmp 0x154bc8f
jmp 0x154be0a
movl 0x1d3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d3c(%rsp)
jmp 0x154af65
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x155324d
cmpl $0x1, 0x2148(%rsp)
jne 0x154cd88
cmpl $0x1, 0x2144(%rsp)
jne 0x154cd88
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x154cd88
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x154bf15
movq 0x660(%rsp), %rax
movq %rax, 0x3328(%rsp)
movq 0x3328(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x154bf22
jmp 0x154bf32
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0x1bbc(%rsp)
movl 0x1bbc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x154cd78
movq 0x2188(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b68(%rsp), %rdx
movq %rdx, 0x2408(%rsp)
movq %rcx, 0x2400(%rsp)
movl %eax, 0x23fc(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x23fb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23fc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b68(%rsp), %r10
movq %r10, 0x3920(%rsp)
movl %r9d, 0x391c(%rsp)
movl %r8d, 0x3918(%rsp)
movl %edi, 0x3914(%rsp)
movq %rsi, 0x3908(%rsp)
movq %rdx, 0x3900(%rsp)
movl %ecx, 0x38fc(%rsp)
movq %rax, 0x38f0(%rsp)
movq 0x3920(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x3908(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3900(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x391c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3918(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3914(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e88(%rsp)
movl $0x10, 0x3e84(%rsp)
movq 0x3e88(%rsp), %rax
movslq 0x3e84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b90(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154c10d
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ba8(%rsp)
movb $0x1, 0x23fb(%rsp)
testb $0x1, 0x23fb(%rsp)
jne 0x154c24e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq %rax, 0x47e8(%rsp)
movq 0x47e8(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154c1f1
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x47e4(%rsp) # imm = 0xFFFFFFFF
movl 0x47e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x47e0(%rsp)
cmpl $0x1, 0x47e0(%rsp)
jne 0x154c1f1
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154c1bf
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154c1bd
jmp 0x154c1ef
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4880(%rsp)
cmpq $0x0, 0x4880(%rsp)
je 0x154c1ed
movq 0x4880(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154c1ef
jmp 0x154c1f1
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154c24c
movq %rax, %rdi
callq 0x678a0
jmp 0x154c24e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x640(%rsp)
leaq 0x1b68(%rsp), %rax
movq %rax, 0x2730(%rsp)
movq 0x2730(%rsp), %rax
movq %rax, 0x4568(%rsp)
movq 0x4568(%rsp), %rax
movq %rax, 0x638(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154c33f
movq 0x638(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4564(%rsp) # imm = 0xFFFFFFFF
movl 0x4564(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4560(%rsp)
cmpl $0x1, 0x4560(%rsp)
jne 0x154c33f
movq 0x638(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154c30d
movq 0x638(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154c30b
jmp 0x154c33d
movq 0x638(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x49c0(%rsp)
cmpq $0x0, 0x49c0(%rsp)
je 0x154c33b
movq 0x49c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154c33d
jmp 0x154c33f
movq 0x638(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154c39a
movq %rax, %rdi
callq 0x678a0
movq 0x640(%rsp), %rax
movq %rax, 0x1bb0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b18(%rsp), %rdx
movq %rdx, 0x23f0(%rsp)
movq %rcx, 0x23e8(%rsp)
movl %eax, 0x23e4(%rsp)
movq 0x23e8(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x23e3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23e4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b18(%rsp), %r10
movq %r10, 0x3958(%rsp)
movl %r9d, 0x3954(%rsp)
movl %r8d, 0x3950(%rsp)
movl %edi, 0x394c(%rsp)
movq %rsi, 0x3940(%rsp)
movq %rdx, 0x3938(%rsp)
movl %ecx, 0x3934(%rsp)
movq %rax, 0x3928(%rsp)
movq 0x3958(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x3940(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3938(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3934(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3928(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3954(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3950(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x394c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e78(%rsp)
movl $0x10, 0x3e74(%rsp)
movq 0x3e78(%rsp), %rax
movslq 0x3e74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b40(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154c566
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b58(%rsp)
movb $0x1, 0x23e3(%rsp)
testb $0x1, 0x23e3(%rsp)
jne 0x154c6a7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq %rax, 0x47d8(%rsp)
movq 0x47d8(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154c64a
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x47d4(%rsp) # imm = 0xFFFFFFFF
movl 0x47d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x47d0(%rsp)
cmpl $0x1, 0x47d0(%rsp)
jne 0x154c64a
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154c618
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154c616
jmp 0x154c648
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4888(%rsp)
cmpq $0x0, 0x4888(%rsp)
je 0x154c646
movq 0x4888(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154c648
jmp 0x154c64a
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154c6a5
movq %rax, %rdi
callq 0x678a0
jmp 0x154c6a7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x618(%rsp)
leaq 0x1b18(%rsp), %rax
movq %rax, 0x2740(%rsp)
movq 0x2740(%rsp), %rax
movq %rax, 0x4548(%rsp)
movq 0x4548(%rsp), %rax
movq %rax, 0x610(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154c798
movq 0x610(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4544(%rsp) # imm = 0xFFFFFFFF
movl 0x4544(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4540(%rsp)
cmpl $0x1, 0x4540(%rsp)
jne 0x154c798
movq 0x610(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154c766
movq 0x610(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154c764
jmp 0x154c796
movq 0x610(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x49d0(%rsp)
cmpq $0x0, 0x49d0(%rsp)
je 0x154c794
movq 0x49d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154c796
jmp 0x154c798
movq 0x610(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154c7f3
movq %rax, %rdi
callq 0x678a0
movq 0x618(%rsp), %rax
movq %rax, 0x1b60(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x2b00(%rsp)
movq %rcx, 0x2af8(%rsp)
movl %eax, 0x2af4(%rsp)
movq 0x2af8(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x2af3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2af4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x34c0(%rsp)
movl %r9d, 0x34bc(%rsp)
movl %r8d, 0x34b8(%rsp)
movl %edi, 0x34b4(%rsp)
movq %rsi, 0x34a8(%rsp)
movq %rdx, 0x34a0(%rsp)
movl %ecx, 0x349c(%rsp)
movq %rax, 0x3490(%rsp)
movq 0x34c0(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x34a8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x34a0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x349c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3490(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34bc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34b8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34b4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3fc8(%rsp)
movl $0x10, 0x3fc4(%rsp)
movq 0x3fc8(%rsp), %rax
movslq 0x3fc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3fc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154c9bf
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x2af3(%rsp)
testb $0x1, 0x2af3(%rsp)
jne 0x154cb00
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2b08(%rsp)
movq 0x2b08(%rsp), %rax
movq %rax, 0x4058(%rsp)
movq 0x4058(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154caa3
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4054(%rsp) # imm = 0xFFFFFFFF
movl 0x4054(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4050(%rsp)
cmpl $0x1, 0x4050(%rsp)
jne 0x154caa3
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154ca71
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154ca6f
jmp 0x154caa1
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c48(%rsp)
cmpq $0x0, 0x4c48(%rsp)
je 0x154ca9f
movq 0x4c48(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154caa1
jmp 0x154caa3
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154cafe
movq %rax, %rdi
callq 0x678a0
jmp 0x154cb00
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2c08(%rsp)
movq 0x2c08(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5f0(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2750(%rsp)
movq 0x2750(%rsp), %rax
movq %rax, 0x4528(%rsp)
movq 0x4528(%rsp), %rax
movq %rax, 0x5e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154cbf1
movq 0x5e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4524(%rsp) # imm = 0xFFFFFFFF
movl 0x4524(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4520(%rsp)
cmpl $0x1, 0x4520(%rsp)
jne 0x154cbf1
movq 0x5e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154cbbf
movq 0x5e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154cbbd
jmp 0x154cbef
movq 0x5e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x49e0(%rsp)
cmpq $0x0, 0x49e0(%rsp)
je 0x154cbed
movq 0x49e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154cbef
jmp 0x154cbf1
movq 0x5e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154cc4c
movq %rax, %rdi
callq 0x678a0
movq 0x5f0(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1b60(%rsp), %rax
movq %rax, 0x2d18(%rsp)
movq 0x2d18(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1aa0(%rsp)
movl $0x0, 0x1a9c(%rsp)
movl 0x1a9c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x154cd60
movq 0x1bb0(%rsp), %rax
movq %rax, 0x2d10(%rsp)
movq 0x2d10(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1a60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1a60(%rsp), %rsi
leaq 0x1aa0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x1a40(%rsp)
movq 0x1b10(%rsp), %rax
vmovaps 0x1a40(%rsp), %ymm0
movq %rax, 0x3158(%rsp)
vmovaps %ymm0, 0x3120(%rsp)
vmovaps 0x3120(%rsp), %ymm0
movq 0x3158(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1bb0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1bb0(%rsp)
movq 0x1b10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b10(%rsp)
movl 0x1a9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a9c(%rsp)
jmp 0x154cc8c
jmp 0x154cd62
movl 0x1bbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1bbc(%rsp)
jmp 0x154bf3d
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x154d8e5
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x154d8e5
cmpl $0x1, 0x213c(%rsp)
jne 0x154d8e5
cmpl $0x1, 0x212c(%rsp)
jne 0x154d8e5
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x154ce6f
movq 0x5d8(%rsp), %rax
movq %rax, 0x3330(%rsp)
movq 0x3330(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x154ce7c
jmp 0x154ce8c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0x1a3c(%rsp)
movl 0x1a3c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x154d8d5
movq 0x2188(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x19e8(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19e8(%rsp), %r10
movq %r10, 0x3990(%rsp)
movl %r9d, 0x398c(%rsp)
movl %r8d, 0x3988(%rsp)
movl %edi, 0x3984(%rsp)
movq %rsi, 0x3978(%rsp)
movq %rdx, 0x3970(%rsp)
movl %ecx, 0x396c(%rsp)
movq %rax, 0x3960(%rsp)
movq 0x3990(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x3978(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3970(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x396c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3960(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x398c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3988(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3984(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e68(%rsp)
movl $0x10, 0x3e64(%rsp)
movq 0x3e68(%rsp), %rax
movslq 0x3e64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154d067
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a28(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x154d1a8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq %rax, 0x47c8(%rsp)
movq 0x47c8(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154d14b
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x47c4(%rsp) # imm = 0xFFFFFFFF
movl 0x47c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x47c0(%rsp)
cmpl $0x1, 0x47c0(%rsp)
jne 0x154d14b
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154d119
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154d117
jmp 0x154d149
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4890(%rsp)
cmpq $0x0, 0x4890(%rsp)
je 0x154d147
movq 0x4890(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154d149
jmp 0x154d14b
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154d1a6
movq %rax, %rdi
callq 0x678a0
jmp 0x154d1a8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b8(%rsp)
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2760(%rsp)
movq 0x2760(%rsp), %rax
movq %rax, 0x4508(%rsp)
movq 0x4508(%rsp), %rax
movq %rax, 0x5b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154d299
movq 0x5b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4504(%rsp) # imm = 0xFFFFFFFF
movl 0x4504(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4500(%rsp)
cmpl $0x1, 0x4500(%rsp)
jne 0x154d299
movq 0x5b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154d267
movq 0x5b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154d265
jmp 0x154d297
movq 0x5b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x49f0(%rsp)
cmpq $0x0, 0x49f0(%rsp)
je 0x154d295
movq 0x49f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154d297
jmp 0x154d299
movq 0x5b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154d2f4
movq %rax, %rdi
callq 0x678a0
movq 0x5b8(%rsp), %rax
movq %rax, 0x1a30(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x19e0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x1990(%rsp), %rdx
movq %rdx, 0x2ae0(%rsp)
movq %rcx, 0x2ad8(%rsp)
movl %eax, 0x2ad4(%rsp)
movq 0x2ad8(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x2ad3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2ad4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1990(%rsp), %r10
movq %r10, 0x34f8(%rsp)
movl %r9d, 0x34f4(%rsp)
movl %r8d, 0x34f0(%rsp)
movl %edi, 0x34ec(%rsp)
movq %rsi, 0x34e0(%rsp)
movq %rdx, 0x34d8(%rsp)
movl %ecx, 0x34d4(%rsp)
movq %rax, 0x34c8(%rsp)
movq 0x34f8(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x34e0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x34d8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34d4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34c8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34f4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34f0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34ec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3fb8(%rsp)
movl $0x10, 0x3fb4(%rsp)
movq 0x3fb8(%rsp), %rax
movslq 0x3fb4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3fb4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154d4e3
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19d0(%rsp)
movb $0x1, 0x2ad3(%rsp)
testb $0x1, 0x2ad3(%rsp)
jne 0x154d624
leaq 0x1990(%rsp), %rax
movq %rax, 0x2ae8(%rsp)
movq 0x2ae8(%rsp), %rax
movq %rax, 0x4068(%rsp)
movq 0x4068(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154d5c7
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4064(%rsp) # imm = 0xFFFFFFFF
movl 0x4064(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4060(%rsp)
cmpl $0x1, 0x4060(%rsp)
jne 0x154d5c7
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154d595
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154d593
jmp 0x154d5c5
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c40(%rsp)
cmpq $0x0, 0x4c40(%rsp)
je 0x154d5c3
movq 0x4c40(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154d5c5
jmp 0x154d5c7
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154d622
movq %rax, %rdi
callq 0x678a0
jmp 0x154d624
leaq 0x1990(%rsp), %rax
movq %rax, 0x2c00(%rsp)
movq 0x2c00(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x590(%rsp)
leaq 0x1990(%rsp), %rax
movq %rax, 0x2770(%rsp)
movq 0x2770(%rsp), %rax
movq %rax, 0x44e8(%rsp)
movq 0x44e8(%rsp), %rax
movq %rax, 0x588(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154d715
movq 0x588(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x44e4(%rsp) # imm = 0xFFFFFFFF
movl 0x44e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x44e0(%rsp)
cmpl $0x1, 0x44e0(%rsp)
jne 0x154d715
movq 0x588(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154d6e3
movq 0x588(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154d6e1
jmp 0x154d713
movq 0x588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a00(%rsp)
cmpq $0x0, 0x4a00(%rsp)
je 0x154d711
movq 0x4a00(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154d713
jmp 0x154d715
movq 0x588(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154d770
movq %rax, %rdi
callq 0x678a0
movq 0x590(%rsp), %rax
movq %rax, 0x19d8(%rsp)
movl $0x0, 0x198c(%rsp)
movl 0x198c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x154d8bd
movq 0x1a30(%rsp), %rax
movq %rax, 0x2d08(%rsp)
movq 0x2d08(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1960(%rsp)
movq 0x19e0(%rsp), %rax
movq %rax, 0x3310(%rsp)
movq 0x3310(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x330c(%rsp)
vbroadcastss 0x330c(%rsp), %ymm0
vmovaps %ymm0, 0x32e0(%rsp)
vmovaps 0x32e0(%rsp), %ymm0
vmovaps %ymm0, 0x1940(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1960(%rsp), %rsi
leaq 0x1940(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x1920(%rsp)
movq 0x19d8(%rsp), %rax
vmovaps 0x1920(%rsp), %ymm0
movq %rax, 0x3118(%rsp)
vmovaps %ymm0, 0x30e0(%rsp)
vmovaps 0x30e0(%rsp), %ymm0
movq 0x3118(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1a30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1a30(%rsp)
movq 0x19e0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x19e0(%rsp)
movq 0x19d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x19d8(%rsp)
movl 0x198c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x198c(%rsp)
jmp 0x154d78b
jmp 0x154d8bf
movl 0x1a3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a3c(%rsp)
jmp 0x154ce97
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
cmpl $0x1, 0x2168(%rsp)
jne 0x154e82b
cmpl $0x1, 0x2164(%rsp)
jne 0x154e82b
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x154e82b
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x154d9b8
movq 0x578(%rsp), %rax
movq %rax, 0x3338(%rsp)
movq 0x3338(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x154d9c5
jmp 0x154d9d5
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0x191c(%rsp)
movl 0x191c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x154e81b
movq 0x2188(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x18c8(%rsp), %rdx
movq %rdx, 0x23c0(%rsp)
movq %rcx, 0x23b8(%rsp)
movl %eax, 0x23b4(%rsp)
movq 0x23b8(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x23b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18c8(%rsp), %r10
movq %r10, 0x39c8(%rsp)
movl %r9d, 0x39c4(%rsp)
movl %r8d, 0x39c0(%rsp)
movl %edi, 0x39bc(%rsp)
movq %rsi, 0x39b0(%rsp)
movq %rdx, 0x39a8(%rsp)
movl %ecx, 0x39a4(%rsp)
movq %rax, 0x3998(%rsp)
movq 0x39c8(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x39b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x39a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x39a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3998(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e58(%rsp)
movl $0x10, 0x3e54(%rsp)
movq 0x3e58(%rsp), %rax
movslq 0x3e54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154dbb0
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1908(%rsp)
movb $0x1, 0x23b3(%rsp)
testb $0x1, 0x23b3(%rsp)
jne 0x154dcf1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2608(%rsp)
movq 0x2608(%rsp), %rax
movq %rax, 0x47b8(%rsp)
movq 0x47b8(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154dc94
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x47b4(%rsp) # imm = 0xFFFFFFFF
movl 0x47b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x47b0(%rsp)
cmpl $0x1, 0x47b0(%rsp)
jne 0x154dc94
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154dc62
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154dc60
jmp 0x154dc92
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4898(%rsp)
cmpq $0x0, 0x4898(%rsp)
je 0x154dc90
movq 0x4898(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154dc92
jmp 0x154dc94
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154dcef
movq %rax, %rdi
callq 0x678a0
jmp 0x154dcf1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x558(%rsp)
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2780(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, 0x44c8(%rsp)
movq 0x44c8(%rsp), %rax
movq %rax, 0x550(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154dde2
movq 0x550(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x44c4(%rsp) # imm = 0xFFFFFFFF
movl 0x44c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x44c0(%rsp)
cmpl $0x1, 0x44c0(%rsp)
jne 0x154dde2
movq 0x550(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154ddb0
movq 0x550(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154ddae
jmp 0x154dde0
movq 0x550(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a10(%rsp)
cmpq $0x0, 0x4a10(%rsp)
je 0x154ddde
movq 0x4a10(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154dde0
jmp 0x154dde2
movq 0x550(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154de3d
movq %rax, %rdi
callq 0x678a0
movq 0x558(%rsp), %rax
movq %rax, 0x1910(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1878(%rsp), %rdx
movq %rdx, 0x23a8(%rsp)
movq %rcx, 0x23a0(%rsp)
movl %eax, 0x239c(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x239b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x239c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1878(%rsp), %r10
movq %r10, 0x3a00(%rsp)
movl %r9d, 0x39fc(%rsp)
movl %r8d, 0x39f8(%rsp)
movl %edi, 0x39f4(%rsp)
movq %rsi, 0x39e8(%rsp)
movq %rdx, 0x39e0(%rsp)
movl %ecx, 0x39dc(%rsp)
movq %rax, 0x39d0(%rsp)
movq 0x3a00(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x39e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x39e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x39dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e48(%rsp)
movl $0x10, 0x3e44(%rsp)
movq 0x3e48(%rsp), %rax
movslq 0x3e44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154e009
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18b8(%rsp)
movb $0x1, 0x239b(%rsp)
testb $0x1, 0x239b(%rsp)
jne 0x154e14a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2610(%rsp)
movq 0x2610(%rsp), %rax
movq %rax, 0x47a8(%rsp)
movq 0x47a8(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154e0ed
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x47a4(%rsp) # imm = 0xFFFFFFFF
movl 0x47a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x47a0(%rsp)
cmpl $0x1, 0x47a0(%rsp)
jne 0x154e0ed
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154e0bb
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154e0b9
jmp 0x154e0eb
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x48a0(%rsp)
cmpq $0x0, 0x48a0(%rsp)
je 0x154e0e9
movq 0x48a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154e0eb
jmp 0x154e0ed
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154e148
movq %rax, %rdi
callq 0x678a0
jmp 0x154e14a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2558(%rsp)
movq 0x2558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x530(%rsp)
leaq 0x1878(%rsp), %rax
movq %rax, 0x2790(%rsp)
movq 0x2790(%rsp), %rax
movq %rax, 0x44a8(%rsp)
movq 0x44a8(%rsp), %rax
movq %rax, 0x528(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154e23b
movq 0x528(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x44a4(%rsp) # imm = 0xFFFFFFFF
movl 0x44a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x44a0(%rsp)
cmpl $0x1, 0x44a0(%rsp)
jne 0x154e23b
movq 0x528(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154e209
movq 0x528(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154e207
jmp 0x154e239
movq 0x528(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a20(%rsp)
cmpq $0x0, 0x4a20(%rsp)
je 0x154e237
movq 0x4a20(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154e239
jmp 0x154e23b
movq 0x528(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154e296
movq %rax, %rdi
callq 0x678a0
movq 0x530(%rsp), %rax
movq %rax, 0x18c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1828(%rsp), %rdx
movq %rdx, 0x2ac0(%rsp)
movq %rcx, 0x2ab8(%rsp)
movl %eax, 0x2ab4(%rsp)
movq 0x2ab8(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x2ab3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2ab4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1828(%rsp), %r10
movq %r10, 0x3530(%rsp)
movl %r9d, 0x352c(%rsp)
movl %r8d, 0x3528(%rsp)
movl %edi, 0x3524(%rsp)
movq %rsi, 0x3518(%rsp)
movq %rdx, 0x3510(%rsp)
movl %ecx, 0x350c(%rsp)
movq %rax, 0x3500(%rsp)
movq 0x3530(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x3518(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3510(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x350c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3500(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x352c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3528(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3524(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3fa8(%rsp)
movl $0x10, 0x3fa4(%rsp)
movq 0x3fa8(%rsp), %rax
movslq 0x3fa4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3fa4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1850(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154e462
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1868(%rsp)
movb $0x1, 0x2ab3(%rsp)
testb $0x1, 0x2ab3(%rsp)
jne 0x154e5a3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2ac8(%rsp)
movq 0x2ac8(%rsp), %rax
movq %rax, 0x4078(%rsp)
movq 0x4078(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154e546
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4074(%rsp) # imm = 0xFFFFFFFF
movl 0x4074(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4070(%rsp)
cmpl $0x1, 0x4070(%rsp)
jne 0x154e546
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154e514
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154e512
jmp 0x154e544
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c38(%rsp)
cmpq $0x0, 0x4c38(%rsp)
je 0x154e542
movq 0x4c38(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154e544
jmp 0x154e546
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154e5a1
movq %rax, %rdi
callq 0x678a0
jmp 0x154e5a3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2bf8(%rsp)
movq 0x2bf8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x508(%rsp)
leaq 0x1828(%rsp), %rax
movq %rax, 0x27a0(%rsp)
movq 0x27a0(%rsp), %rax
movq %rax, 0x4488(%rsp)
movq 0x4488(%rsp), %rax
movq %rax, 0x500(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154e694
movq 0x500(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4484(%rsp) # imm = 0xFFFFFFFF
movl 0x4484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4480(%rsp)
cmpl $0x1, 0x4480(%rsp)
jne 0x154e694
movq 0x500(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154e662
movq 0x500(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154e660
jmp 0x154e692
movq 0x500(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a30(%rsp)
cmpq $0x0, 0x4a30(%rsp)
je 0x154e690
movq 0x4a30(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154e692
jmp 0x154e694
movq 0x500(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154e6ef
movq %rax, %rdi
callq 0x678a0
movq 0x508(%rsp), %rax
movq %rax, 0x1870(%rsp)
movq 0x1910(%rsp), %rax
movq %rax, 0x2d00(%rsp)
movq 0x2d00(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1800(%rsp)
movl $0x0, 0x17fc(%rsp)
movl 0x17fc(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x154e803
movq 0x18c0(%rsp), %rax
movq %rax, 0x2cf8(%rsp)
movq 0x2cf8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x17c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1800(%rsp), %rsi
leaq 0x17c0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x17a0(%rsp)
movq 0x1870(%rsp), %rax
vmovaps 0x17a0(%rsp), %ymm0
movq %rax, 0x30d8(%rsp)
vmovaps %ymm0, 0x30a0(%rsp)
vmovaps 0x30a0(%rsp), %ymm0
movq 0x30d8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x18c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x18c0(%rsp)
movq 0x1870(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1870(%rsp)
movl 0x17fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17fc(%rsp)
jmp 0x154e72f
jmp 0x154e805
movl 0x191c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x191c(%rsp)
jmp 0x154d9e0
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x154f388
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x154f388
cmpl $0x1, 0x215c(%rsp)
jne 0x154f388
cmpl $0x1, 0x214c(%rsp)
jne 0x154f388
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x154e912
movq 0x4f0(%rsp), %rax
movq %rax, 0x3340(%rsp)
movq 0x3340(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x154e91f
jmp 0x154e92f
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0x179c(%rsp)
movl 0x179c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x154f378
movq 0x2188(%rsp), %rax
movq %rax, 0x2550(%rsp)
movq 0x2550(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1790(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x1740(%rsp), %rdx
movq %rdx, 0x2390(%rsp)
movq %rcx, 0x2388(%rsp)
movl %eax, 0x2384(%rsp)
movq 0x2388(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x2383(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2384(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1740(%rsp), %r10
movq %r10, 0x3a38(%rsp)
movl %r9d, 0x3a34(%rsp)
movl %r8d, 0x3a30(%rsp)
movl %edi, 0x3a2c(%rsp)
movq %rsi, 0x3a20(%rsp)
movq %rdx, 0x3a18(%rsp)
movl %ecx, 0x3a14(%rsp)
movq %rax, 0x3a08(%rsp)
movq 0x3a38(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x3a20(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a18(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a14(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a08(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a34(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a30(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a2c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e38(%rsp)
movl $0x10, 0x3e34(%rsp)
movq 0x3e38(%rsp), %rax
movslq 0x3e34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1768(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154eb2d
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1780(%rsp)
movb $0x1, 0x2383(%rsp)
testb $0x1, 0x2383(%rsp)
jne 0x154ec6e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2618(%rsp)
movq 0x2618(%rsp), %rax
movq %rax, 0x4798(%rsp)
movq 0x4798(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154ec11
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4794(%rsp) # imm = 0xFFFFFFFF
movl 0x4794(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4790(%rsp)
cmpl $0x1, 0x4790(%rsp)
jne 0x154ec11
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154ebdf
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154ebdd
jmp 0x154ec0f
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x48a8(%rsp)
cmpq $0x0, 0x48a8(%rsp)
je 0x154ec0d
movq 0x48a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154ec0f
jmp 0x154ec11
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154ec6c
movq %rax, %rdi
callq 0x678a0
jmp 0x154ec6e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2548(%rsp)
movq 0x2548(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d0(%rsp)
leaq 0x1740(%rsp), %rax
movq %rax, 0x27b0(%rsp)
movq 0x27b0(%rsp), %rax
movq %rax, 0x4468(%rsp)
movq 0x4468(%rsp), %rax
movq %rax, 0x4c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154ed5f
movq 0x4c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4464(%rsp) # imm = 0xFFFFFFFF
movl 0x4464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4460(%rsp)
cmpl $0x1, 0x4460(%rsp)
jne 0x154ed5f
movq 0x4c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154ed2d
movq 0x4c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154ed2b
jmp 0x154ed5d
movq 0x4c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a40(%rsp)
cmpq $0x0, 0x4a40(%rsp)
je 0x154ed5b
movq 0x4a40(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154ed5d
jmp 0x154ed5f
movq 0x4c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154edba
movq %rax, %rdi
callq 0x678a0
movq 0x4d0(%rsp), %rax
movq %rax, 0x1788(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x16f0(%rsp), %rdx
movq %rdx, 0x2aa0(%rsp)
movq %rcx, 0x2a98(%rsp)
movl %eax, 0x2a94(%rsp)
movq 0x2a98(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x2a93(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a94(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f0(%rsp), %r10
movq %r10, 0x3568(%rsp)
movl %r9d, 0x3564(%rsp)
movl %r8d, 0x3560(%rsp)
movl %edi, 0x355c(%rsp)
movq %rsi, 0x3550(%rsp)
movq %rdx, 0x3548(%rsp)
movl %ecx, 0x3544(%rsp)
movq %rax, 0x3538(%rsp)
movq 0x3568(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x3550(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3548(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3544(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3538(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3564(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3560(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x355c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3f98(%rsp)
movl $0x10, 0x3f94(%rsp)
movq 0x3f98(%rsp), %rax
movslq 0x3f94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3f94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1718(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154ef86
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1730(%rsp)
movb $0x1, 0x2a93(%rsp)
testb $0x1, 0x2a93(%rsp)
jne 0x154f0c7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2aa8(%rsp)
movq 0x2aa8(%rsp), %rax
movq %rax, 0x4088(%rsp)
movq 0x4088(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154f06a
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4084(%rsp) # imm = 0xFFFFFFFF
movl 0x4084(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4080(%rsp)
cmpl $0x1, 0x4080(%rsp)
jne 0x154f06a
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154f038
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154f036
jmp 0x154f068
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c30(%rsp)
cmpq $0x0, 0x4c30(%rsp)
je 0x154f066
movq 0x4c30(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154f068
jmp 0x154f06a
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154f0c5
movq %rax, %rdi
callq 0x678a0
jmp 0x154f0c7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2bf0(%rsp)
movq 0x2bf0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a8(%rsp)
leaq 0x16f0(%rsp), %rax
movq %rax, 0x27c0(%rsp)
movq 0x27c0(%rsp), %rax
movq %rax, 0x4448(%rsp)
movq 0x4448(%rsp), %rax
movq %rax, 0x4a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154f1b8
movq 0x4a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4444(%rsp) # imm = 0xFFFFFFFF
movl 0x4444(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4440(%rsp)
cmpl $0x1, 0x4440(%rsp)
jne 0x154f1b8
movq 0x4a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154f186
movq 0x4a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154f184
jmp 0x154f1b6
movq 0x4a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a50(%rsp)
cmpq $0x0, 0x4a50(%rsp)
je 0x154f1b4
movq 0x4a50(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154f1b6
jmp 0x154f1b8
movq 0x4a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154f213
movq %rax, %rdi
callq 0x678a0
movq 0x4a8(%rsp), %rax
movq %rax, 0x1738(%rsp)
movl $0x0, 0x16ec(%rsp)
movl 0x16ec(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x154f360
movq 0x1790(%rsp), %rax
movq %rax, 0x32d8(%rsp)
movq 0x32d8(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x32d4(%rsp)
vbroadcastss 0x32d4(%rsp), %ymm0
vmovaps %ymm0, 0x32a0(%rsp)
vmovaps 0x32a0(%rsp), %ymm0
vmovaps %ymm0, 0x16c0(%rsp)
movq 0x1788(%rsp), %rax
movq %rax, 0x2cf0(%rsp)
movq 0x2cf0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x16a0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16a0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x1680(%rsp)
movq 0x1738(%rsp), %rax
vmovaps 0x1680(%rsp), %ymm0
movq %rax, 0x3098(%rsp)
vmovaps %ymm0, 0x3060(%rsp)
vmovaps 0x3060(%rsp), %ymm0
movq 0x3098(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1790(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1790(%rsp)
movq 0x1788(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1788(%rsp)
movq 0x1738(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1738(%rsp)
movl 0x16ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ec(%rsp)
jmp 0x154f22e
jmp 0x154f362
movl 0x179c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x179c(%rsp)
jmp 0x154e93a
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
cmpl $0x1, 0x2168(%rsp)
je 0x155032d
cmpl $0x1, 0x2148(%rsp)
jne 0x155032d
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x155032d
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x155032d
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x154f46f
movq 0x490(%rsp), %rax
movq %rax, 0x3348(%rsp)
movq 0x3348(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x154f47c
jmp 0x154f48c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0x167c(%rsp)
movl 0x167c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x155031d
movq 0x2188(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1628(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1628(%rsp), %r10
movq %r10, 0x3a70(%rsp)
movl %r9d, 0x3a6c(%rsp)
movl %r8d, 0x3a68(%rsp)
movl %edi, 0x3a64(%rsp)
movq %rsi, 0x3a58(%rsp)
movq %rdx, 0x3a50(%rsp)
movl %ecx, 0x3a4c(%rsp)
movq %rax, 0x3a40(%rsp)
movq 0x3a70(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x3a58(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a50(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a4c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a40(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a6c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a68(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a64(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e28(%rsp)
movl $0x10, 0x3e24(%rsp)
movq 0x3e28(%rsp), %rax
movslq 0x3e24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1650(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154f667
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1668(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x154f7a8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2620(%rsp)
movq 0x2620(%rsp), %rax
movq %rax, 0x4788(%rsp)
movq 0x4788(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154f74b
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4784(%rsp) # imm = 0xFFFFFFFF
movl 0x4784(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4780(%rsp)
cmpl $0x1, 0x4780(%rsp)
jne 0x154f74b
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154f719
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154f717
jmp 0x154f749
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x48b0(%rsp)
cmpq $0x0, 0x48b0(%rsp)
je 0x154f747
movq 0x48b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154f749
jmp 0x154f74b
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154f7a6
movq %rax, %rdi
callq 0x678a0
jmp 0x154f7a8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x470(%rsp)
leaq 0x1628(%rsp), %rax
movq %rax, 0x27d0(%rsp)
movq 0x27d0(%rsp), %rax
movq %rax, 0x4428(%rsp)
movq 0x4428(%rsp), %rax
movq %rax, 0x468(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154f899
movq 0x468(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4424(%rsp) # imm = 0xFFFFFFFF
movl 0x4424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4420(%rsp)
cmpl $0x1, 0x4420(%rsp)
jne 0x154f899
movq 0x468(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154f867
movq 0x468(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154f865
jmp 0x154f897
movq 0x468(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a60(%rsp)
cmpq $0x0, 0x4a60(%rsp)
je 0x154f895
movq 0x4a60(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154f897
jmp 0x154f899
movq 0x468(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154f8f4
movq %rax, %rdi
callq 0x678a0
movq 0x470(%rsp), %rax
movq %rax, 0x1670(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x15d8(%rsp), %rdx
movq %rdx, 0x2360(%rsp)
movq %rcx, 0x2358(%rsp)
movl %eax, 0x2354(%rsp)
movq 0x2358(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x2353(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2354(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x15d8(%rsp), %r10
movq %r10, 0x3aa8(%rsp)
movl %r9d, 0x3aa4(%rsp)
movl %r8d, 0x3aa0(%rsp)
movl %edi, 0x3a9c(%rsp)
movq %rsi, 0x3a90(%rsp)
movq %rdx, 0x3a88(%rsp)
movl %ecx, 0x3a84(%rsp)
movq %rax, 0x3a78(%rsp)
movq 0x3aa8(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x3a90(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a88(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a84(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a78(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3aa4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3aa0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a9c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e18(%rsp)
movl $0x10, 0x3e14(%rsp)
movq 0x3e18(%rsp), %rax
movslq 0x3e14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1600(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154fac0
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1618(%rsp)
movb $0x1, 0x2353(%rsp)
testb $0x1, 0x2353(%rsp)
jne 0x154fc01
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rax
movq %rax, 0x4778(%rsp)
movq 0x4778(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154fba4
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4774(%rsp) # imm = 0xFFFFFFFF
movl 0x4774(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4770(%rsp)
cmpl $0x1, 0x4770(%rsp)
jne 0x154fba4
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154fb72
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154fb70
jmp 0x154fba2
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x48b8(%rsp)
cmpq $0x0, 0x48b8(%rsp)
je 0x154fba0
movq 0x48b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154fba2
jmp 0x154fba4
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154fbff
movq %rax, %rdi
callq 0x678a0
jmp 0x154fc01
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2538(%rsp)
movq 0x2538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x448(%rsp)
leaq 0x15d8(%rsp), %rax
movq %rax, 0x27e0(%rsp)
movq 0x27e0(%rsp), %rax
movq %rax, 0x4408(%rsp)
movq 0x4408(%rsp), %rax
movq %rax, 0x440(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154fcf2
movq 0x440(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4404(%rsp) # imm = 0xFFFFFFFF
movl 0x4404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4400(%rsp)
cmpl $0x1, 0x4400(%rsp)
jne 0x154fcf2
movq 0x440(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154fcc0
movq 0x440(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154fcbe
jmp 0x154fcf0
movq 0x440(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a70(%rsp)
cmpq $0x0, 0x4a70(%rsp)
je 0x154fcee
movq 0x4a70(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154fcf0
jmp 0x154fcf2
movq 0x440(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x154fd4d
movq %rax, %rdi
callq 0x678a0
movq 0x448(%rsp), %rax
movq %rax, 0x1620(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1588(%rsp), %rdx
movq %rdx, 0x2a80(%rsp)
movq %rcx, 0x2a78(%rsp)
movl %eax, 0x2a74(%rsp)
movq 0x2a78(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x2a73(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a74(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1588(%rsp), %r10
movq %r10, 0x35a0(%rsp)
movl %r9d, 0x359c(%rsp)
movl %r8d, 0x3598(%rsp)
movl %edi, 0x3594(%rsp)
movq %rsi, 0x3588(%rsp)
movq %rdx, 0x3580(%rsp)
movl %ecx, 0x357c(%rsp)
movq %rax, 0x3570(%rsp)
movq 0x35a0(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x3588(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3580(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x357c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3570(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x359c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3598(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3594(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3f88(%rsp)
movl $0x10, 0x3f84(%rsp)
movq 0x3f88(%rsp), %rax
movslq 0x3f84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3f84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x15b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x154ff19
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15c8(%rsp)
movb $0x1, 0x2a73(%rsp)
testb $0x1, 0x2a73(%rsp)
jne 0x155005a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2a88(%rsp)
movq 0x2a88(%rsp), %rax
movq %rax, 0x4098(%rsp)
movq 0x4098(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x154fffd
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4094(%rsp) # imm = 0xFFFFFFFF
movl 0x4094(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4090(%rsp)
cmpl $0x1, 0x4090(%rsp)
jne 0x154fffd
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x154ffcb
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x154ffc9
jmp 0x154fffb
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c28(%rsp)
cmpq $0x0, 0x4c28(%rsp)
je 0x154fff9
movq 0x4c28(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x154fffb
jmp 0x154fffd
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1550058
movq %rax, %rdi
callq 0x678a0
jmp 0x155005a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2be8(%rsp)
movq 0x2be8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x420(%rsp)
leaq 0x1588(%rsp), %rax
movq %rax, 0x27f0(%rsp)
movq 0x27f0(%rsp), %rax
movq %rax, 0x43e8(%rsp)
movq 0x43e8(%rsp), %rax
movq %rax, 0x418(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155014b
movq 0x418(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43e4(%rsp) # imm = 0xFFFFFFFF
movl 0x43e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43e0(%rsp)
cmpl $0x1, 0x43e0(%rsp)
jne 0x155014b
movq 0x418(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1550119
movq 0x418(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1550117
jmp 0x1550149
movq 0x418(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a80(%rsp)
cmpq $0x0, 0x4a80(%rsp)
je 0x1550147
movq 0x4a80(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1550149
jmp 0x155014b
movq 0x418(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15501a6
movq %rax, %rdi
callq 0x678a0
movq 0x420(%rsp), %rax
movq %rax, 0x15d0(%rsp)
movl $0x0, 0x1584(%rsp)
movl 0x1584(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1550305
movq 0x1620(%rsp), %rax
movl 0x1584(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2ce8(%rsp)
movq 0x2ce8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1560(%rsp)
movl $0x0, 0x155c(%rsp)
movl 0x155c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15502ed
movq 0x1670(%rsp), %rax
movq %rax, 0x2ce0(%rsp)
movq 0x2ce0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1520(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1520(%rsp), %rsi
leaq 0x1560(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x1500(%rsp)
movq 0x15d0(%rsp), %rax
vmovaps 0x1500(%rsp), %ymm0
movq %rax, 0x3058(%rsp)
vmovaps %ymm0, 0x3020(%rsp)
vmovaps 0x3020(%rsp), %ymm0
movq 0x3058(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1670(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1670(%rsp)
movq 0x15d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x15d0(%rsp)
movl 0x155c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x155c(%rsp)
jmp 0x1550219
jmp 0x15502ef
movl 0x1584(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1584(%rsp)
jmp 0x15501c1
jmp 0x1550307
movl 0x167c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x167c(%rsp)
jmp 0x154f497
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x15512d2
cmpl $0x1, 0x2164(%rsp)
je 0x15512d2
cmpl $0x1, 0x2144(%rsp)
jne 0x15512d2
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x15512d2
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x1550414
movq 0x408(%rsp), %rax
movq %rax, 0x3350(%rsp)
movq 0x3350(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x1550421
jmp 0x1550431
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0x14fc(%rsp)
movl 0x14fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15512c2
movq 0x2188(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x14a8(%rsp), %rdx
movq %rdx, 0x2348(%rsp)
movq %rcx, 0x2340(%rsp)
movl %eax, 0x233c(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x233b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x233c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14a8(%rsp), %r10
movq %r10, 0x3ae0(%rsp)
movl %r9d, 0x3adc(%rsp)
movl %r8d, 0x3ad8(%rsp)
movl %edi, 0x3ad4(%rsp)
movq %rsi, 0x3ac8(%rsp)
movq %rdx, 0x3ac0(%rsp)
movl %ecx, 0x3abc(%rsp)
movq %rax, 0x3ab0(%rsp)
movq 0x3ae0(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x3ac8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ac0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3abc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3ab0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3adc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ad8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ad4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e08(%rsp)
movl $0x10, 0x3e04(%rsp)
movq 0x3e08(%rsp), %rax
movslq 0x3e04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155060c
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x14e8(%rsp)
movb $0x1, 0x233b(%rsp)
testb $0x1, 0x233b(%rsp)
jne 0x155074d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rax
movq %rax, 0x4768(%rsp)
movq 0x4768(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15506f0
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4764(%rsp) # imm = 0xFFFFFFFF
movl 0x4764(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4760(%rsp)
cmpl $0x1, 0x4760(%rsp)
jne 0x15506f0
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15506be
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15506bc
jmp 0x15506ee
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x48c0(%rsp)
cmpq $0x0, 0x48c0(%rsp)
je 0x15506ec
movq 0x48c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15506ee
jmp 0x15506f0
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155074b
movq %rax, %rdi
callq 0x678a0
jmp 0x155074d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2530(%rsp)
movq 0x2530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e8(%rsp)
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2800(%rsp)
movq 0x2800(%rsp), %rax
movq %rax, 0x43c8(%rsp)
movq 0x43c8(%rsp), %rax
movq %rax, 0x3e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155083e
movq 0x3e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43c4(%rsp) # imm = 0xFFFFFFFF
movl 0x43c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43c0(%rsp)
cmpl $0x1, 0x43c0(%rsp)
jne 0x155083e
movq 0x3e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155080c
movq 0x3e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155080a
jmp 0x155083c
movq 0x3e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a90(%rsp)
cmpq $0x0, 0x4a90(%rsp)
je 0x155083a
movq 0x4a90(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155083c
jmp 0x155083e
movq 0x3e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1550899
movq %rax, %rdi
callq 0x678a0
movq 0x3e8(%rsp), %rax
movq %rax, 0x14f0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1458(%rsp), %rdx
movq %rdx, 0x2330(%rsp)
movq %rcx, 0x2328(%rsp)
movl %eax, 0x2324(%rsp)
movq 0x2328(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x2323(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2324(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1458(%rsp), %r10
movq %r10, 0x3b18(%rsp)
movl %r9d, 0x3b14(%rsp)
movl %r8d, 0x3b10(%rsp)
movl %edi, 0x3b0c(%rsp)
movq %rsi, 0x3b00(%rsp)
movq %rdx, 0x3af8(%rsp)
movl %ecx, 0x3af4(%rsp)
movq %rax, 0x3ae8(%rsp)
movq 0x3b18(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x3b00(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3af8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3af4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3ae8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b14(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b10(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b0c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3df8(%rsp)
movl $0x10, 0x3df4(%rsp)
movq 0x3df8(%rsp), %rax
movslq 0x3df4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3df4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1480(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1550a65
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1498(%rsp)
movb $0x1, 0x2323(%rsp)
testb $0x1, 0x2323(%rsp)
jne 0x1550ba6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rax
movq %rax, 0x4758(%rsp)
movq 0x4758(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1550b49
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4754(%rsp) # imm = 0xFFFFFFFF
movl 0x4754(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4750(%rsp)
cmpl $0x1, 0x4750(%rsp)
jne 0x1550b49
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1550b17
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1550b15
jmp 0x1550b47
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x48c8(%rsp)
cmpq $0x0, 0x48c8(%rsp)
je 0x1550b45
movq 0x48c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1550b47
jmp 0x1550b49
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1550ba4
movq %rax, %rdi
callq 0x678a0
jmp 0x1550ba6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2528(%rsp)
movq 0x2528(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
leaq 0x1458(%rsp), %rax
movq %rax, 0x2810(%rsp)
movq 0x2810(%rsp), %rax
movq %rax, 0x43a8(%rsp)
movq 0x43a8(%rsp), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1550c97
movq 0x3b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43a4(%rsp) # imm = 0xFFFFFFFF
movl 0x43a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43a0(%rsp)
cmpl $0x1, 0x43a0(%rsp)
jne 0x1550c97
movq 0x3b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1550c65
movq 0x3b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1550c63
jmp 0x1550c95
movq 0x3b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4aa0(%rsp)
cmpq $0x0, 0x4aa0(%rsp)
je 0x1550c93
movq 0x4aa0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1550c95
jmp 0x1550c97
movq 0x3b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1550cf2
movq %rax, %rdi
callq 0x678a0
movq 0x3c0(%rsp), %rax
movq %rax, 0x14a0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1408(%rsp), %rdx
movq %rdx, 0x2a60(%rsp)
movq %rcx, 0x2a58(%rsp)
movl %eax, 0x2a54(%rsp)
movq 0x2a58(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x2a53(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a54(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1408(%rsp), %r10
movq %r10, 0x35d8(%rsp)
movl %r9d, 0x35d4(%rsp)
movl %r8d, 0x35d0(%rsp)
movl %edi, 0x35cc(%rsp)
movq %rsi, 0x35c0(%rsp)
movq %rdx, 0x35b8(%rsp)
movl %ecx, 0x35b4(%rsp)
movq %rax, 0x35a8(%rsp)
movq 0x35d8(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x35c0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35b8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35b4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x35a8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35d4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35d0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35cc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3f78(%rsp)
movl $0x10, 0x3f74(%rsp)
movq 0x3f78(%rsp), %rax
movslq 0x3f74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3f74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1430(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1550ebe
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1448(%rsp)
movb $0x1, 0x2a53(%rsp)
testb $0x1, 0x2a53(%rsp)
jne 0x1550fff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2a68(%rsp)
movq 0x2a68(%rsp), %rax
movq %rax, 0x40a8(%rsp)
movq 0x40a8(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1550fa2
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40a4(%rsp) # imm = 0xFFFFFFFF
movl 0x40a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40a0(%rsp)
cmpl $0x1, 0x40a0(%rsp)
jne 0x1550fa2
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1550f70
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1550f6e
jmp 0x1550fa0
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c20(%rsp)
cmpq $0x0, 0x4c20(%rsp)
je 0x1550f9e
movq 0x4c20(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1550fa0
jmp 0x1550fa2
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1550ffd
movq %rax, %rdi
callq 0x678a0
jmp 0x1550fff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2be0(%rsp)
movq 0x2be0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x398(%rsp)
leaq 0x1408(%rsp), %rax
movq %rax, 0x2820(%rsp)
movq 0x2820(%rsp), %rax
movq %rax, 0x4388(%rsp)
movq 0x4388(%rsp), %rax
movq %rax, 0x390(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15510f0
movq 0x390(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4384(%rsp) # imm = 0xFFFFFFFF
movl 0x4384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4380(%rsp)
cmpl $0x1, 0x4380(%rsp)
jne 0x15510f0
movq 0x390(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15510be
movq 0x390(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15510bc
jmp 0x15510ee
movq 0x390(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4ab0(%rsp)
cmpq $0x0, 0x4ab0(%rsp)
je 0x15510ec
movq 0x4ab0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15510ee
jmp 0x15510f0
movq 0x390(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155114b
movq %rax, %rdi
callq 0x678a0
movq 0x398(%rsp), %rax
movq %rax, 0x1450(%rsp)
movl $0x0, 0x1404(%rsp)
movl 0x1404(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15512aa
movl $0x0, 0x1400(%rsp)
movl 0x1400(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x1551292
movq 0x14f0(%rsp), %rax
movq %rax, 0x2cd8(%rsp)
movq 0x2cd8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13e0(%rsp)
movq 0x14a0(%rsp), %rax
movl 0x1400(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2cd0(%rsp)
movq 0x2cd0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x13e0(%rsp), %rsi
leaq 0x13c0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x13a0(%rsp)
movq 0x1450(%rsp), %rax
vmovaps 0x13a0(%rsp), %ymm0
movq %rax, 0x3018(%rsp)
vmovaps %ymm0, 0x2fe0(%rsp)
vmovaps 0x2fe0(%rsp), %ymm0
movq 0x3018(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x14f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x14f0(%rsp)
movq 0x1450(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1450(%rsp)
movl 0x1400(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1400(%rsp)
jmp 0x1551185
jmp 0x1551294
movl 0x1404(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1404(%rsp)
jmp 0x1551166
jmp 0x15512ac
movl 0x14fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14fc(%rsp)
jmp 0x155043c
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
cmpl $0x1, 0x2148(%rsp)
je 0x1552277
cmpl $0x1, 0x2168(%rsp)
jne 0x1552277
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x1552277
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x1552277
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x15513b9
movq 0x380(%rsp), %rax
movq %rax, 0x3358(%rsp)
movq 0x3358(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x15513c6
jmp 0x15513d6
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0x139c(%rsp)
movl 0x139c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1552267
movq 0x2188(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x1348(%rsp), %rdx
movq %rdx, 0x2318(%rsp)
movq %rcx, 0x2310(%rsp)
movl %eax, 0x230c(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x230b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x230c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1348(%rsp), %r10
movq %r10, 0x3b50(%rsp)
movl %r9d, 0x3b4c(%rsp)
movl %r8d, 0x3b48(%rsp)
movl %edi, 0x3b44(%rsp)
movq %rsi, 0x3b38(%rsp)
movq %rdx, 0x3b30(%rsp)
movl %ecx, 0x3b2c(%rsp)
movq %rax, 0x3b20(%rsp)
movq 0x3b50(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x3b38(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b30(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b2c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b20(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b4c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b48(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b44(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3de8(%rsp)
movl $0x10, 0x3de4(%rsp)
movq 0x3de8(%rsp), %rax
movslq 0x3de4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3de4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1370(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15515b1
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1388(%rsp)
movb $0x1, 0x230b(%rsp)
testb $0x1, 0x230b(%rsp)
jne 0x15516f2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rax
movq %rax, 0x4748(%rsp)
movq 0x4748(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1551695
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4744(%rsp) # imm = 0xFFFFFFFF
movl 0x4744(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4740(%rsp)
cmpl $0x1, 0x4740(%rsp)
jne 0x1551695
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1551663
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1551661
jmp 0x1551693
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x48d0(%rsp)
cmpq $0x0, 0x48d0(%rsp)
je 0x1551691
movq 0x48d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1551693
jmp 0x1551695
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15516f0
movq %rax, %rdi
callq 0x678a0
jmp 0x15516f2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x360(%rsp)
leaq 0x1348(%rsp), %rax
movq %rax, 0x2830(%rsp)
movq 0x2830(%rsp), %rax
movq %rax, 0x4368(%rsp)
movq 0x4368(%rsp), %rax
movq %rax, 0x358(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15517e3
movq 0x358(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4364(%rsp) # imm = 0xFFFFFFFF
movl 0x4364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4360(%rsp)
cmpl $0x1, 0x4360(%rsp)
jne 0x15517e3
movq 0x358(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15517b1
movq 0x358(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15517af
jmp 0x15517e1
movq 0x358(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4ac0(%rsp)
cmpq $0x0, 0x4ac0(%rsp)
je 0x15517df
movq 0x4ac0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15517e1
jmp 0x15517e3
movq 0x358(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155183e
movq %rax, %rdi
callq 0x678a0
movq 0x360(%rsp), %rax
movq %rax, 0x1390(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12f8(%rsp), %rdx
movq %rdx, 0x2300(%rsp)
movq %rcx, 0x22f8(%rsp)
movl %eax, 0x22f4(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x22f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12f8(%rsp), %r10
movq %r10, 0x3b88(%rsp)
movl %r9d, 0x3b84(%rsp)
movl %r8d, 0x3b80(%rsp)
movl %edi, 0x3b7c(%rsp)
movq %rsi, 0x3b70(%rsp)
movq %rdx, 0x3b68(%rsp)
movl %ecx, 0x3b64(%rsp)
movq %rax, 0x3b58(%rsp)
movq 0x3b88(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x3b70(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b68(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b64(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b58(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b84(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b80(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b7c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dd8(%rsp)
movl $0x10, 0x3dd4(%rsp)
movq 0x3dd8(%rsp), %rax
movslq 0x3dd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1320(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1551a0a
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1338(%rsp)
movb $0x1, 0x22f3(%rsp)
testb $0x1, 0x22f3(%rsp)
jne 0x1551b4b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rax
movq %rax, 0x4738(%rsp)
movq 0x4738(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1551aee
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4734(%rsp) # imm = 0xFFFFFFFF
movl 0x4734(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4730(%rsp)
cmpl $0x1, 0x4730(%rsp)
jne 0x1551aee
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1551abc
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1551aba
jmp 0x1551aec
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x48d8(%rsp)
cmpq $0x0, 0x48d8(%rsp)
je 0x1551aea
movq 0x48d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1551aec
jmp 0x1551aee
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1551b49
movq %rax, %rdi
callq 0x678a0
jmp 0x1551b4b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2518(%rsp)
movq 0x2518(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x338(%rsp)
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2840(%rsp)
movq 0x2840(%rsp), %rax
movq %rax, 0x4348(%rsp)
movq 0x4348(%rsp), %rax
movq %rax, 0x330(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1551c3c
movq 0x330(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4344(%rsp) # imm = 0xFFFFFFFF
movl 0x4344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4340(%rsp)
cmpl $0x1, 0x4340(%rsp)
jne 0x1551c3c
movq 0x330(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1551c0a
movq 0x330(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1551c08
jmp 0x1551c3a
movq 0x330(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4ad0(%rsp)
cmpq $0x0, 0x4ad0(%rsp)
je 0x1551c38
movq 0x4ad0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1551c3a
jmp 0x1551c3c
movq 0x330(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1551c97
movq %rax, %rdi
callq 0x678a0
movq 0x338(%rsp), %rax
movq %rax, 0x1340(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12a8(%rsp), %rdx
movq %rdx, 0x2a40(%rsp)
movq %rcx, 0x2a38(%rsp)
movl %eax, 0x2a34(%rsp)
movq 0x2a38(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x2a33(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a34(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12a8(%rsp), %r10
movq %r10, 0x3610(%rsp)
movl %r9d, 0x360c(%rsp)
movl %r8d, 0x3608(%rsp)
movl %edi, 0x3604(%rsp)
movq %rsi, 0x35f8(%rsp)
movq %rdx, 0x35f0(%rsp)
movl %ecx, 0x35ec(%rsp)
movq %rax, 0x35e0(%rsp)
movq 0x3610(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x35f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x35e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x360c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3608(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3604(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3f68(%rsp)
movl $0x10, 0x3f64(%rsp)
movq 0x3f68(%rsp), %rax
movslq 0x3f64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3f64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1551e63
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12e8(%rsp)
movb $0x1, 0x2a33(%rsp)
testb $0x1, 0x2a33(%rsp)
jne 0x1551fa4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2a48(%rsp)
movq 0x2a48(%rsp), %rax
movq %rax, 0x40b8(%rsp)
movq 0x40b8(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1551f47
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40b4(%rsp) # imm = 0xFFFFFFFF
movl 0x40b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40b0(%rsp)
cmpl $0x1, 0x40b0(%rsp)
jne 0x1551f47
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1551f15
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1551f13
jmp 0x1551f45
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c18(%rsp)
cmpq $0x0, 0x4c18(%rsp)
je 0x1551f43
movq 0x4c18(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1551f45
jmp 0x1551f47
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1551fa2
movq %rax, %rdi
callq 0x678a0
jmp 0x1551fa4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2bd8(%rsp)
movq 0x2bd8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x310(%rsp)
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2850(%rsp)
movq 0x2850(%rsp), %rax
movq %rax, 0x4328(%rsp)
movq 0x4328(%rsp), %rax
movq %rax, 0x308(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1552095
movq 0x308(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4324(%rsp) # imm = 0xFFFFFFFF
movl 0x4324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4320(%rsp)
cmpl $0x1, 0x4320(%rsp)
jne 0x1552095
movq 0x308(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1552063
movq 0x308(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1552061
jmp 0x1552093
movq 0x308(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4ae0(%rsp)
cmpq $0x0, 0x4ae0(%rsp)
je 0x1552091
movq 0x4ae0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1552093
jmp 0x1552095
movq 0x308(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15520f0
movq %rax, %rdi
callq 0x678a0
movq 0x310(%rsp), %rax
movq %rax, 0x12f0(%rsp)
movl $0x0, 0x12a4(%rsp)
movl 0x12a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x155224f
movq 0x1390(%rsp), %rax
movl 0x12a4(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2cc8(%rsp)
movq 0x2cc8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1552237
movq 0x1340(%rsp), %rax
movq %rax, 0x2cc0(%rsp)
movq 0x2cc0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1240(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1280(%rsp), %rsi
leaq 0x1240(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x1220(%rsp)
movq 0x12f0(%rsp), %rax
vmovaps 0x1220(%rsp), %ymm0
movq %rax, 0x2fd8(%rsp)
vmovaps %ymm0, 0x2fa0(%rsp)
vmovaps 0x2fa0(%rsp), %ymm0
movq 0x2fd8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1340(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1340(%rsp)
movq 0x12f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x12f0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x1552163
jmp 0x1552239
movl 0x12a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x12a4(%rsp)
jmp 0x155210b
jmp 0x1552251
movl 0x139c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x139c(%rsp)
jmp 0x15513e1
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x155321c
cmpl $0x1, 0x2144(%rsp)
je 0x155321c
cmpl $0x1, 0x2164(%rsp)
jne 0x155321c
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x155321c
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x155235e
movq 0x2f8(%rsp), %rax
movq %rax, 0x3360(%rsp)
movq 0x3360(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x155236b
jmp 0x155237b
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0x121c(%rsp)
movl 0x121c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x155320c
movq 0x2188(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x11c8(%rsp), %rdx
movq %rdx, 0x22e8(%rsp)
movq %rcx, 0x22e0(%rsp)
movl %eax, 0x22dc(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x22db(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22dc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11c8(%rsp), %r10
movq %r10, 0x3bc0(%rsp)
movl %r9d, 0x3bbc(%rsp)
movl %r8d, 0x3bb8(%rsp)
movl %edi, 0x3bb4(%rsp)
movq %rsi, 0x3ba8(%rsp)
movq %rdx, 0x3ba0(%rsp)
movl %ecx, 0x3b9c(%rsp)
movq %rax, 0x3b90(%rsp)
movq 0x3bc0(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x3ba8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ba0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b9c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b90(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3bbc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3bb8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3bb4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dc8(%rsp)
movl $0x10, 0x3dc4(%rsp)
movq 0x3dc8(%rsp), %rax
movslq 0x3dc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1552556
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1208(%rsp)
movb $0x1, 0x22db(%rsp)
testb $0x1, 0x22db(%rsp)
jne 0x1552697
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rax
movq %rax, 0x4728(%rsp)
movq 0x4728(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155263a
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4724(%rsp) # imm = 0xFFFFFFFF
movl 0x4724(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4720(%rsp)
cmpl $0x1, 0x4720(%rsp)
jne 0x155263a
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1552608
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1552606
jmp 0x1552638
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x48e0(%rsp)
cmpq $0x0, 0x48e0(%rsp)
je 0x1552636
movq 0x48e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1552638
jmp 0x155263a
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1552695
movq %rax, %rdi
callq 0x678a0
jmp 0x1552697
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2510(%rsp)
movq 0x2510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d8(%rsp)
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2860(%rsp)
movq 0x2860(%rsp), %rax
movq %rax, 0x4308(%rsp)
movq 0x4308(%rsp), %rax
movq %rax, 0x2d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1552788
movq 0x2d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4304(%rsp) # imm = 0xFFFFFFFF
movl 0x4304(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4300(%rsp)
cmpl $0x1, 0x4300(%rsp)
jne 0x1552788
movq 0x2d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1552756
movq 0x2d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1552754
jmp 0x1552786
movq 0x2d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4af0(%rsp)
cmpq $0x0, 0x4af0(%rsp)
je 0x1552784
movq 0x4af0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1552786
jmp 0x1552788
movq 0x2d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15527e3
movq %rax, %rdi
callq 0x678a0
movq 0x2d8(%rsp), %rax
movq %rax, 0x1210(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1178(%rsp), %rdx
movq %rdx, 0x22d0(%rsp)
movq %rcx, 0x22c8(%rsp)
movl %eax, 0x22c4(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x22c3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22c4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1178(%rsp), %r10
movq %r10, 0x3bf8(%rsp)
movl %r9d, 0x3bf4(%rsp)
movl %r8d, 0x3bf0(%rsp)
movl %edi, 0x3bec(%rsp)
movq %rsi, 0x3be0(%rsp)
movq %rdx, 0x3bd8(%rsp)
movl %ecx, 0x3bd4(%rsp)
movq %rax, 0x3bc8(%rsp)
movq 0x3bf8(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x3be0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3bd8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3bd4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3bc8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3bf4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3bf0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3bec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3db8(%rsp)
movl $0x10, 0x3db4(%rsp)
movq 0x3db8(%rsp), %rax
movslq 0x3db4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3db4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15529af
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11b8(%rsp)
movb $0x1, 0x22c3(%rsp)
testb $0x1, 0x22c3(%rsp)
jne 0x1552af0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rax
movq %rax, 0x4718(%rsp)
movq 0x4718(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1552a93
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4714(%rsp) # imm = 0xFFFFFFFF
movl 0x4714(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4710(%rsp)
cmpl $0x1, 0x4710(%rsp)
jne 0x1552a93
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1552a61
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1552a5f
jmp 0x1552a91
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x48e8(%rsp)
cmpq $0x0, 0x48e8(%rsp)
je 0x1552a8f
movq 0x48e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1552a91
jmp 0x1552a93
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1552aee
movq %rax, %rdi
callq 0x678a0
jmp 0x1552af0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2508(%rsp)
movq 0x2508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2b0(%rsp)
leaq 0x1178(%rsp), %rax
movq %rax, 0x2870(%rsp)
movq 0x2870(%rsp), %rax
movq %rax, 0x42e8(%rsp)
movq 0x42e8(%rsp), %rax
movq %rax, 0x2a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1552be1
movq 0x2a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42e4(%rsp) # imm = 0xFFFFFFFF
movl 0x42e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42e0(%rsp)
cmpl $0x1, 0x42e0(%rsp)
jne 0x1552be1
movq 0x2a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1552baf
movq 0x2a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1552bad
jmp 0x1552bdf
movq 0x2a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4b00(%rsp)
cmpq $0x0, 0x4b00(%rsp)
je 0x1552bdd
movq 0x4b00(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1552bdf
jmp 0x1552be1
movq 0x2a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1552c3c
movq %rax, %rdi
callq 0x678a0
movq 0x2b0(%rsp), %rax
movq %rax, 0x11c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1128(%rsp), %rdx
movq %rdx, 0x2a20(%rsp)
movq %rcx, 0x2a18(%rsp)
movl %eax, 0x2a14(%rsp)
movq 0x2a18(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x2a13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1128(%rsp), %r10
movq %r10, 0x3648(%rsp)
movl %r9d, 0x3644(%rsp)
movl %r8d, 0x3640(%rsp)
movl %edi, 0x363c(%rsp)
movq %rsi, 0x3630(%rsp)
movq %rdx, 0x3628(%rsp)
movl %ecx, 0x3624(%rsp)
movq %rax, 0x3618(%rsp)
movq 0x3648(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x3630(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3628(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3624(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3618(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3644(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3640(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x363c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3f58(%rsp)
movl $0x10, 0x3f54(%rsp)
movq 0x3f58(%rsp), %rax
movslq 0x3f54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3f54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1150(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1552e08
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1168(%rsp)
movb $0x1, 0x2a13(%rsp)
testb $0x1, 0x2a13(%rsp)
jne 0x1552f49
leaq 0x1128(%rsp), %rax
movq %rax, 0x2a28(%rsp)
movq 0x2a28(%rsp), %rax
movq %rax, 0x40c8(%rsp)
movq 0x40c8(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1552eec
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40c4(%rsp) # imm = 0xFFFFFFFF
movl 0x40c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40c0(%rsp)
cmpl $0x1, 0x40c0(%rsp)
jne 0x1552eec
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1552eba
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1552eb8
jmp 0x1552eea
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c10(%rsp)
cmpq $0x0, 0x4c10(%rsp)
je 0x1552ee8
movq 0x4c10(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1552eea
jmp 0x1552eec
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1552f47
movq %rax, %rdi
callq 0x678a0
jmp 0x1552f49
leaq 0x1128(%rsp), %rax
movq %rax, 0x2bd0(%rsp)
movq 0x2bd0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x288(%rsp)
leaq 0x1128(%rsp), %rax
movq %rax, 0x2880(%rsp)
movq 0x2880(%rsp), %rax
movq %rax, 0x42c8(%rsp)
movq 0x42c8(%rsp), %rax
movq %rax, 0x280(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155303a
movq 0x280(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42c4(%rsp) # imm = 0xFFFFFFFF
movl 0x42c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42c0(%rsp)
cmpl $0x1, 0x42c0(%rsp)
jne 0x155303a
movq 0x280(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1553008
movq 0x280(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1553006
jmp 0x1553038
movq 0x280(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4b10(%rsp)
cmpq $0x0, 0x4b10(%rsp)
je 0x1553036
movq 0x4b10(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1553038
jmp 0x155303a
movq 0x280(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1553095
movq %rax, %rdi
callq 0x678a0
movq 0x288(%rsp), %rax
movq %rax, 0x1170(%rsp)
movl $0x0, 0x1124(%rsp)
movl 0x1124(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15531f4
movl $0x0, 0x1120(%rsp)
movl 0x1120(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15531dc
movq 0x1210(%rsp), %rax
movl 0x1120(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2cb8(%rsp)
movq 0x2cb8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1100(%rsp)
movq 0x11c0(%rsp), %rax
movq %rax, 0x2cb0(%rsp)
movq 0x2cb0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x10e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1100(%rsp), %rsi
leaq 0x10e0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x10c0(%rsp)
movq 0x1170(%rsp), %rax
vmovaps 0x10c0(%rsp), %ymm0
movq %rax, 0x2f98(%rsp)
vmovaps %ymm0, 0x2f60(%rsp)
vmovaps 0x2f60(%rsp), %ymm0
movq 0x2f98(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x11c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x11c0(%rsp)
movq 0x1170(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1170(%rsp)
movl 0x1120(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1120(%rsp)
jmp 0x15530cf
jmp 0x15531de
movl 0x1124(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1124(%rsp)
jmp 0x15530b0
jmp 0x15531f6
movl 0x121c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x121c(%rsp)
jmp 0x1552386
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1622a70
movl %eax, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x15532f0
movq 0x270(%rsp), %rax
movq %rax, 0x3368(%rsp)
movq 0x3368(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x15532fd
jmp 0x155330d
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1553dae
movl $0x0, 0x10bc(%rsp)
movl 0x10bc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1553d9e
movq 0x2188(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1068(%rsp), %rdx
movq %rdx, 0x22b8(%rsp)
movq %rcx, 0x22b0(%rsp)
movl %eax, 0x22ac(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x22ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1068(%rsp), %r10
movq %r10, 0x3c30(%rsp)
movl %r9d, 0x3c2c(%rsp)
movl %r8d, 0x3c28(%rsp)
movl %edi, 0x3c24(%rsp)
movq %rsi, 0x3c18(%rsp)
movq %rdx, 0x3c10(%rsp)
movl %ecx, 0x3c0c(%rsp)
movq %rax, 0x3c00(%rsp)
movq 0x3c30(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x3c18(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3c10(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3c0c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c00(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3c2c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3c28(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3c24(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3da8(%rsp)
movl $0x10, 0x3da4(%rsp)
movq 0x3da8(%rsp), %rax
movslq 0x3da4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3da4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1090(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15534fa
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10a8(%rsp)
movb $0x1, 0x22ab(%rsp)
testb $0x1, 0x22ab(%rsp)
jne 0x155363b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rax
movq %rax, 0x4708(%rsp)
movq 0x4708(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15535de
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4704(%rsp) # imm = 0xFFFFFFFF
movl 0x4704(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4700(%rsp)
cmpl $0x1, 0x4700(%rsp)
jne 0x15535de
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15535ac
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15535aa
jmp 0x15535dc
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x48f0(%rsp)
cmpq $0x0, 0x48f0(%rsp)
je 0x15535da
movq 0x48f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15535dc
jmp 0x15535de
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1553639
movq %rax, %rdi
callq 0x678a0
jmp 0x155363b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
leaq 0x1068(%rsp), %rax
movq %rax, 0x2890(%rsp)
movq 0x2890(%rsp), %rax
movq %rax, 0x42a8(%rsp)
movq 0x42a8(%rsp), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155372c
movq 0x248(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42a4(%rsp) # imm = 0xFFFFFFFF
movl 0x42a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42a0(%rsp)
cmpl $0x1, 0x42a0(%rsp)
jne 0x155372c
movq 0x248(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15536fa
movq 0x248(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15536f8
jmp 0x155372a
movq 0x248(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4b20(%rsp)
cmpq $0x0, 0x4b20(%rsp)
je 0x1553728
movq 0x4b20(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155372a
jmp 0x155372c
movq 0x248(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1553787
movq %rax, %rdi
callq 0x678a0
movq 0x250(%rsp), %rax
movq %rax, 0x10b0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x10bc(%rsp), %eax
movq %rcx, 0x3288(%rsp)
movl %eax, 0x3284(%rsp)
movq 0x3288(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3284(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1060(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1010(%rsp), %rdx
movq %rdx, 0x2a00(%rsp)
movq %rcx, 0x29f8(%rsp)
movl %eax, 0x29f4(%rsp)
movq 0x29f8(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x29f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1010(%rsp), %r10
movq %r10, 0x3680(%rsp)
movl %r9d, 0x367c(%rsp)
movl %r8d, 0x3678(%rsp)
movl %edi, 0x3674(%rsp)
movq %rsi, 0x3668(%rsp)
movq %rdx, 0x3660(%rsp)
movl %ecx, 0x365c(%rsp)
movq %rax, 0x3650(%rsp)
movq 0x3680(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x3668(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3660(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x365c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3650(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x367c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3678(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3674(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3f48(%rsp)
movl $0x10, 0x3f44(%rsp)
movq 0x3f48(%rsp), %rax
movslq 0x3f44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3f44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1038(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155399c
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1050(%rsp)
movb $0x1, 0x29f3(%rsp)
testb $0x1, 0x29f3(%rsp)
jne 0x1553add
leaq 0x1010(%rsp), %rax
movq %rax, 0x2a08(%rsp)
movq 0x2a08(%rsp), %rax
movq %rax, 0x40d8(%rsp)
movq 0x40d8(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1553a80
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40d4(%rsp) # imm = 0xFFFFFFFF
movl 0x40d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40d0(%rsp)
cmpl $0x1, 0x40d0(%rsp)
jne 0x1553a80
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1553a4e
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1553a4c
jmp 0x1553a7e
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c08(%rsp)
cmpq $0x0, 0x4c08(%rsp)
je 0x1553a7c
movq 0x4c08(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1553a7e
jmp 0x1553a80
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1553adb
movq %rax, %rdi
callq 0x678a0
jmp 0x1553add
leaq 0x1010(%rsp), %rax
movq %rax, 0x2bc8(%rsp)
movq 0x2bc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x228(%rsp)
leaq 0x1010(%rsp), %rax
movq %rax, 0x28a0(%rsp)
movq 0x28a0(%rsp), %rax
movq %rax, 0x4288(%rsp)
movq 0x4288(%rsp), %rax
movq %rax, 0x220(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1553bce
movq 0x220(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4284(%rsp) # imm = 0xFFFFFFFF
movl 0x4284(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4280(%rsp)
cmpl $0x1, 0x4280(%rsp)
jne 0x1553bce
movq 0x220(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1553b9c
movq 0x220(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1553b9a
jmp 0x1553bcc
movq 0x220(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4b30(%rsp)
cmpq $0x0, 0x4b30(%rsp)
je 0x1553bca
movq 0x4b30(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1553bcc
jmp 0x1553bce
movq 0x220(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1553c29
movq %rax, %rdi
callq 0x678a0
movq 0x228(%rsp), %rax
movq %rax, 0x1058(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1553d86
movq 0x1060(%rsp), %rax
movq %rax, 0x2ca8(%rsp)
movq 0x2ca8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfe0(%rsp)
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x1553d5c
movq 0x10b0(%rsp), %rax
movq %rax, 0x2ca0(%rsp)
movq 0x2ca0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfa0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xfa0(%rsp), %rsi
leaq 0xfe0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0xf80(%rsp)
movq 0x1058(%rsp), %rax
vmovaps 0xf80(%rsp), %ymm0
movq %rax, 0x2f58(%rsp)
vmovaps %ymm0, 0x2f20(%rsp)
vmovaps 0x2f20(%rsp), %ymm0
movq 0x2f58(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x10b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x10b0(%rsp)
movq 0x1058(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1058(%rsp)
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x1553c88
movq 0x1060(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1060(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x1553c44
jmp 0x1553d88
movl 0x10bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x10bc(%rsp)
jmp 0x155332a
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x155482d
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1553e09
cmpl $0x1, 0x212c(%rsp)
jne 0x1553e09
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1623b40
movl %eax, 0x2194(%rsp)
jmp 0x1557caa
movl $0x0, 0xf7c(%rsp)
movl 0xf7c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x155481d
movq 0x2188(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xf28(%rsp), %rdx
movq %rdx, 0x22a0(%rsp)
movq %rcx, 0x2298(%rsp)
movl %eax, 0x2294(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x2293(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2294(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf28(%rsp), %r10
movq %r10, 0x3c68(%rsp)
movl %r9d, 0x3c64(%rsp)
movl %r8d, 0x3c60(%rsp)
movl %edi, 0x3c5c(%rsp)
movq %rsi, 0x3c50(%rsp)
movq %rdx, 0x3c48(%rsp)
movl %ecx, 0x3c44(%rsp)
movq %rax, 0x3c38(%rsp)
movq 0x3c68(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x3c50(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3c48(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3c44(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c38(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3c64(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3c60(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3c5c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d98(%rsp)
movl $0x10, 0x3d94(%rsp)
movq 0x3d98(%rsp), %rax
movslq 0x3d94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf50(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1553fe4
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf68(%rsp)
movb $0x1, 0x2293(%rsp)
testb $0x1, 0x2293(%rsp)
jne 0x1554125
leaq 0xf28(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rax
movq %rax, 0x46f8(%rsp)
movq 0x46f8(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15540c8
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x46f4(%rsp) # imm = 0xFFFFFFFF
movl 0x46f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x46f0(%rsp)
cmpl $0x1, 0x46f0(%rsp)
jne 0x15540c8
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1554096
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1554094
jmp 0x15540c6
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x48f8(%rsp)
cmpq $0x0, 0x48f8(%rsp)
je 0x15540c4
movq 0x48f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15540c6
jmp 0x15540c8
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1554123
movq %rax, %rdi
callq 0x678a0
jmp 0x1554125
leaq 0xf28(%rsp), %rax
movq %rax, 0x24f8(%rsp)
movq 0x24f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x200(%rsp)
leaq 0xf28(%rsp), %rax
movq %rax, 0x28b0(%rsp)
movq 0x28b0(%rsp), %rax
movq %rax, 0x4268(%rsp)
movq 0x4268(%rsp), %rax
movq %rax, 0x1f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1554216
movq 0x1f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4264(%rsp) # imm = 0xFFFFFFFF
movl 0x4264(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4260(%rsp)
cmpl $0x1, 0x4260(%rsp)
jne 0x1554216
movq 0x1f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15541e4
movq 0x1f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15541e2
jmp 0x1554214
movq 0x1f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4b40(%rsp)
cmpq $0x0, 0x4b40(%rsp)
je 0x1554212
movq 0x4b40(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1554214
jmp 0x1554216
movq 0x1f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1554271
movq %rax, %rdi
callq 0x678a0
movq 0x200(%rsp), %rax
movq %rax, 0xf70(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24f0(%rsp)
movq 0x24f0(%rsp), %rax
movq (%rax), %rax
movl 0xf7c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2c98(%rsp)
movq 0x2c98(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xf00(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xeb0(%rsp), %rdx
movq %rdx, 0x29e0(%rsp)
movq %rcx, 0x29d8(%rsp)
movl %eax, 0x29d4(%rsp)
movq 0x29d8(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x29d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xeb0(%rsp), %r10
movq %r10, 0x36b8(%rsp)
movl %r9d, 0x36b4(%rsp)
movl %r8d, 0x36b0(%rsp)
movl %edi, 0x36ac(%rsp)
movq %rsi, 0x36a0(%rsp)
movq %rdx, 0x3698(%rsp)
movl %ecx, 0x3694(%rsp)
movq %rax, 0x3688(%rsp)
movq 0x36b8(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x36a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3698(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3694(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3688(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x36ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3f38(%rsp)
movl $0x10, 0x3f34(%rsp)
movq 0x3f38(%rsp), %rax
movslq 0x3f34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3f34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xed8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1554489
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xef0(%rsp)
movb $0x1, 0x29d3(%rsp)
testb $0x1, 0x29d3(%rsp)
jne 0x15545ca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x29e8(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, 0x40e8(%rsp)
movq 0x40e8(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155456d
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40e4(%rsp) # imm = 0xFFFFFFFF
movl 0x40e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40e0(%rsp)
cmpl $0x1, 0x40e0(%rsp)
jne 0x155456d
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155453b
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1554539
jmp 0x155456b
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c00(%rsp)
cmpq $0x0, 0x4c00(%rsp)
je 0x1554569
movq 0x4c00(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155456b
jmp 0x155456d
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15545c8
movq %rax, %rdi
callq 0x678a0
jmp 0x15545ca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2bc0(%rsp)
movq 0x2bc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d8(%rsp)
leaq 0xeb0(%rsp), %rax
movq %rax, 0x28c0(%rsp)
movq 0x28c0(%rsp), %rax
movq %rax, 0x4248(%rsp)
movq 0x4248(%rsp), %rax
movq %rax, 0x1d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15546bb
movq 0x1d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4244(%rsp) # imm = 0xFFFFFFFF
movl 0x4244(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4240(%rsp)
cmpl $0x1, 0x4240(%rsp)
jne 0x15546bb
movq 0x1d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1554689
movq 0x1d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1554687
jmp 0x15546b9
movq 0x1d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4b50(%rsp)
cmpq $0x0, 0x4b50(%rsp)
je 0x15546b7
movq 0x4b50(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15546b9
jmp 0x15546bb
movq 0x1d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1554716
movq %rax, %rdi
callq 0x678a0
movq 0x1d8(%rsp), %rax
movq %rax, 0xef8(%rsp)
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x1554805
movq 0xf70(%rsp), %rax
movq %rax, 0x2c90(%rsp)
movq 0x2c90(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xe80(%rsp), %rsi
leaq 0xf00(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0xe60(%rsp)
movq 0xef8(%rsp), %rax
vmovaps 0xe60(%rsp), %ymm0
movq %rax, 0x2f18(%rsp)
vmovaps %ymm0, 0x2ee0(%rsp)
vmovaps 0x2ee0(%rsp), %ymm0
movq 0x2f18(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xf70(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xf70(%rsp)
movq 0xef8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xef8(%rsp)
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x1554731
jmp 0x1554807
movl 0xf7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xf7c(%rsp)
jmp 0x1553e14
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
jmp 0x1557c9d
movq 0x2188(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1556319
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15553e9
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x1554906
movq 0x1c0(%rsp), %rax
movq %rax, 0x3370(%rsp)
movq 0x3370(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x1554913
jmp 0x1554923
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0xe5c(%rsp)
movl 0xe5c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15553d9
movq 0x2188(%rsp), %rcx
movl 0xe5c(%rsp), %eax
movq %rcx, 0x3278(%rsp)
movl %eax, 0x3274(%rsp)
movq 0x3278(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3274(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x2288(%rsp)
movq %rcx, 0x2280(%rsp)
movl %eax, 0x227c(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x227b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x227c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x3ca0(%rsp)
movl %r9d, 0x3c9c(%rsp)
movl %r8d, 0x3c98(%rsp)
movl %edi, 0x3c94(%rsp)
movq %rsi, 0x3c88(%rsp)
movq %rdx, 0x3c80(%rsp)
movl %ecx, 0x3c7c(%rsp)
movq %rax, 0x3c70(%rsp)
movq 0x3ca0(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x3c88(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3c80(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3c7c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c70(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3c9c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3c98(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3c94(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d88(%rsp)
movl $0x10, 0x3d84(%rsp)
movq 0x3d88(%rsp), %rax
movslq 0x3d84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1554b47
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x227b(%rsp)
testb $0x1, 0x227b(%rsp)
jne 0x1554c88
leaq 0xe00(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rax
movq %rax, 0x46e8(%rsp)
movq 0x46e8(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1554c2b
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x46e4(%rsp) # imm = 0xFFFFFFFF
movl 0x46e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x46e0(%rsp)
cmpl $0x1, 0x46e0(%rsp)
jne 0x1554c2b
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1554bf9
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1554bf7
jmp 0x1554c29
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4900(%rsp)
cmpq $0x0, 0x4900(%rsp)
je 0x1554c27
movq 0x4900(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1554c29
jmp 0x1554c2b
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1554c86
movq %rax, %rdi
callq 0x678a0
jmp 0x1554c88
leaq 0xe00(%rsp), %rax
movq %rax, 0x24e8(%rsp)
movq 0x24e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1a0(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x28d0(%rsp)
movq 0x28d0(%rsp), %rax
movq %rax, 0x4228(%rsp)
movq 0x4228(%rsp), %rax
movq %rax, 0x198(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1554d79
movq 0x198(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4224(%rsp) # imm = 0xFFFFFFFF
movl 0x4224(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4220(%rsp)
cmpl $0x1, 0x4220(%rsp)
jne 0x1554d79
movq 0x198(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1554d47
movq 0x198(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1554d45
jmp 0x1554d77
movq 0x198(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4b60(%rsp)
cmpq $0x0, 0x4b60(%rsp)
je 0x1554d75
movq 0x4b60(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1554d77
jmp 0x1554d79
movq 0x198(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1554dd4
movq %rax, %rdi
callq 0x678a0
movq 0x1a0(%rsp), %rax
movq %rax, 0xe48(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xdb0(%rsp), %rdx
movq %rdx, 0x29c0(%rsp)
movq %rcx, 0x29b8(%rsp)
movl %eax, 0x29b4(%rsp)
movq 0x29b8(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x29b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xdb0(%rsp), %r10
movq %r10, 0x36f0(%rsp)
movl %r9d, 0x36ec(%rsp)
movl %r8d, 0x36e8(%rsp)
movl %edi, 0x36e4(%rsp)
movq %rsi, 0x36d8(%rsp)
movq %rdx, 0x36d0(%rsp)
movl %ecx, 0x36cc(%rsp)
movq %rax, 0x36c0(%rsp)
movq 0x36f0(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x36d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x36e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3f28(%rsp)
movl $0x10, 0x3f24(%rsp)
movq 0x3f28(%rsp), %rax
movslq 0x3f24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3f24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xdd8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1554fa0
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xdf0(%rsp)
movb $0x1, 0x29b3(%rsp)
testb $0x1, 0x29b3(%rsp)
jne 0x15550e1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x29c8(%rsp)
movq 0x29c8(%rsp), %rax
movq %rax, 0x40f8(%rsp)
movq 0x40f8(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1555084
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40f4(%rsp) # imm = 0xFFFFFFFF
movl 0x40f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40f0(%rsp)
cmpl $0x1, 0x40f0(%rsp)
jne 0x1555084
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1555052
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1555050
jmp 0x1555082
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4bf8(%rsp)
cmpq $0x0, 0x4bf8(%rsp)
je 0x1555080
movq 0x4bf8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1555082
jmp 0x1555084
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15550df
movq %rax, %rdi
callq 0x678a0
jmp 0x15550e1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2bb8(%rsp)
movq 0x2bb8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x178(%rsp)
leaq 0xdb0(%rsp), %rax
movq %rax, 0x28e0(%rsp)
movq 0x28e0(%rsp), %rax
movq %rax, 0x4208(%rsp)
movq 0x4208(%rsp), %rax
movq %rax, 0x170(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15551d2
movq 0x170(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4204(%rsp) # imm = 0xFFFFFFFF
movl 0x4204(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4200(%rsp)
cmpl $0x1, 0x4200(%rsp)
jne 0x15551d2
movq 0x170(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15551a0
movq 0x170(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155519e
jmp 0x15551d0
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4b70(%rsp)
cmpq $0x0, 0x4b70(%rsp)
je 0x15551ce
movq 0x4b70(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15551d0
jmp 0x15551d2
movq 0x170(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155522d
movq %rax, %rdi
callq 0x678a0
movq 0x178(%rsp), %rax
movq %rax, 0xdf8(%rsp)
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x15553c1
movq 0xe50(%rsp), %rax
movq %rax, 0x2c88(%rsp)
movq 0x2c88(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd80(%rsp)
movl $0x0, 0xd7c(%rsp)
movl 0xd7c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1555397
movl $0x0, 0xd78(%rsp)
movl 0xd78(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x155537f
movq 0xe48(%rsp), %rax
movq %rax, 0x2c80(%rsp)
movq 0x2c80(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd40(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xd80(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0xd20(%rsp)
movq 0xdf8(%rsp), %rax
vmovaps 0xd20(%rsp), %ymm0
movq %rax, 0x2ed8(%rsp)
vmovaps %ymm0, 0x2ea0(%rsp)
vmovaps 0x2ea0(%rsp), %ymm0
movq 0x2ed8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xe48(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe48(%rsp)
movq 0xdf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xdf8(%rsp)
movl 0xd78(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd78(%rsp)
jmp 0x15552ab
jmp 0x1555381
movl 0xd7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd7c(%rsp)
jmp 0x155528c
movq 0xe50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe50(%rsp)
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x1555248
jmp 0x15553c3
movl 0xe5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xe5c(%rsp)
jmp 0x155492e
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1555f4a
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x155549e
movq 0x160(%rsp), %rax
movq %rax, 0x3378(%rsp)
movq 0x3378(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x15554ab
jmp 0x15554bb
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0xd1c(%rsp)
movl 0xd1c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1555f3a
movq 0x2188(%rsp), %rcx
movl 0xd1c(%rsp), %eax
movq %rcx, 0x3268(%rsp)
movl %eax, 0x3264(%rsp)
movq 0x3268(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3264(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xd10(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xcc0(%rsp), %rdx
movq %rdx, 0x2270(%rsp)
movq %rcx, 0x2268(%rsp)
movl %eax, 0x2264(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x2263(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2264(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcc0(%rsp), %r10
movq %r10, 0x3cd8(%rsp)
movl %r9d, 0x3cd4(%rsp)
movl %r8d, 0x3cd0(%rsp)
movl %edi, 0x3ccc(%rsp)
movq %rsi, 0x3cc0(%rsp)
movq %rdx, 0x3cb8(%rsp)
movl %ecx, 0x3cb4(%rsp)
movq %rax, 0x3ca8(%rsp)
movq 0x3cd8(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x3cc0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3cb8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3cb4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3ca8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3cd4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3cd0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ccc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d78(%rsp)
movl $0x10, 0x3d74(%rsp)
movq 0x3d78(%rsp), %rax
movslq 0x3d74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xce8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15556df
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd00(%rsp)
movb $0x1, 0x2263(%rsp)
testb $0x1, 0x2263(%rsp)
jne 0x1555820
leaq 0xcc0(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rax
movq %rax, 0x46d8(%rsp)
movq 0x46d8(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15557c3
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x46d4(%rsp) # imm = 0xFFFFFFFF
movl 0x46d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x46d0(%rsp)
cmpl $0x1, 0x46d0(%rsp)
jne 0x15557c3
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1555791
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155578f
jmp 0x15557c1
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4908(%rsp)
cmpq $0x0, 0x4908(%rsp)
je 0x15557bf
movq 0x4908(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15557c1
jmp 0x15557c3
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155581e
movq %rax, %rdi
callq 0x678a0
jmp 0x1555820
leaq 0xcc0(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x140(%rsp)
leaq 0xcc0(%rsp), %rax
movq %rax, 0x28f0(%rsp)
movq 0x28f0(%rsp), %rax
movq %rax, 0x41e8(%rsp)
movq 0x41e8(%rsp), %rax
movq %rax, 0x138(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1555911
movq 0x138(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41e4(%rsp) # imm = 0xFFFFFFFF
movl 0x41e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41e0(%rsp)
cmpl $0x1, 0x41e0(%rsp)
jne 0x1555911
movq 0x138(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15558df
movq 0x138(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15558dd
jmp 0x155590f
movq 0x138(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4b80(%rsp)
cmpq $0x0, 0x4b80(%rsp)
je 0x155590d
movq 0x4b80(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155590f
jmp 0x1555911
movq 0x138(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155596c
movq %rax, %rdi
callq 0x678a0
movq 0x140(%rsp), %rax
movq %rax, 0xd08(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xc70(%rsp), %rdx
movq %rdx, 0x29a0(%rsp)
movq %rcx, 0x2998(%rsp)
movl %eax, 0x2994(%rsp)
movq 0x2998(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x2993(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2994(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc70(%rsp), %r10
movq %r10, 0x3728(%rsp)
movl %r9d, 0x3724(%rsp)
movl %r8d, 0x3720(%rsp)
movl %edi, 0x371c(%rsp)
movq %rsi, 0x3710(%rsp)
movq %rdx, 0x3708(%rsp)
movl %ecx, 0x3704(%rsp)
movq %rax, 0x36f8(%rsp)
movq 0x3728(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x3710(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3708(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3704(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3724(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3720(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x371c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3f18(%rsp)
movl $0x10, 0x3f14(%rsp)
movq 0x3f18(%rsp), %rax
movslq 0x3f14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3f14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1555b38
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movb $0x1, 0x2993(%rsp)
testb $0x1, 0x2993(%rsp)
jne 0x1555c79
leaq 0xc70(%rsp), %rax
movq %rax, 0x29a8(%rsp)
movq 0x29a8(%rsp), %rax
movq %rax, 0x4108(%rsp)
movq 0x4108(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1555c1c
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4104(%rsp) # imm = 0xFFFFFFFF
movl 0x4104(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4100(%rsp)
cmpl $0x1, 0x4100(%rsp)
jne 0x1555c1c
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1555bea
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1555be8
jmp 0x1555c1a
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4bf0(%rsp)
cmpq $0x0, 0x4bf0(%rsp)
je 0x1555c18
movq 0x4bf0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1555c1a
jmp 0x1555c1c
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1555c77
movq %rax, %rdi
callq 0x678a0
jmp 0x1555c79
leaq 0xc70(%rsp), %rax
movq %rax, 0x2bb0(%rsp)
movq 0x2bb0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x118(%rsp)
leaq 0xc70(%rsp), %rax
movq %rax, 0x2900(%rsp)
movq 0x2900(%rsp), %rax
movq %rax, 0x41c8(%rsp)
movq 0x41c8(%rsp), %rax
movq %rax, 0x110(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1555d6a
movq 0x110(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41c4(%rsp) # imm = 0xFFFFFFFF
movl 0x41c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41c0(%rsp)
cmpl $0x1, 0x41c0(%rsp)
jne 0x1555d6a
movq 0x110(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1555d38
movq 0x110(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1555d36
jmp 0x1555d68
movq 0x110(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4b90(%rsp)
cmpq $0x0, 0x4b90(%rsp)
je 0x1555d66
movq 0x4b90(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1555d68
jmp 0x1555d6a
movq 0x110(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1555dc5
movq %rax, %rdi
callq 0x678a0
movq 0x118(%rsp), %rax
movq %rax, 0xcb8(%rsp)
movl $0x0, 0xc6c(%rsp)
movl 0xc6c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1555f22
movq 0xd10(%rsp), %rax
movq %rax, 0x2c78(%rsp)
movq 0x2c78(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc40(%rsp)
movl $0x0, 0xc3c(%rsp)
movl 0xc3c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1555ef8
movq 0xd08(%rsp), %rax
movq %rax, 0x2c70(%rsp)
movq 0x2c70(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc00(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xc40(%rsp), %rsi
leaq 0xc00(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0xbe0(%rsp)
movq 0xcb8(%rsp), %rax
vmovaps 0xbe0(%rsp), %ymm0
movq %rax, 0x2e98(%rsp)
vmovaps %ymm0, 0x2e60(%rsp)
vmovaps 0x2e60(%rsp), %ymm0
movq 0x2e98(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xd08(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd08(%rsp)
movq 0xcb8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xcb8(%rsp)
movl 0xc3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc3c(%rsp)
jmp 0x1555e24
movq 0xd10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd10(%rsp)
movl 0xc6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc6c(%rsp)
jmp 0x1555de0
jmp 0x1555f24
movl 0xd1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd1c(%rsp)
jmp 0x15554c6
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x1555fe2
movq 0x100(%rsp), %rax
movq %rax, 0x3380(%rsp)
movq 0x3380(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x1555fef
jmp 0x1555fff
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x155603e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1622a70
movl %eax, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1556314
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x15560e8
movq 0xf0(%rsp), %rax
movq %rax, 0x3388(%rsp)
movq 0x3388(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x15560f5
jmp 0x1556105
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x155614e
cmpl $0x1, 0x212c(%rsp)
jne 0x155614e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1623b40
movl %eax, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2188(%rsp), %rax
movq %rax, 0x24d8(%rsp)
movq 0x24d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24d0(%rsp)
movq 0x24d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2ba8(%rsp)
movq 0x2ba8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbc8(%rsp)
movl $0x0, 0xbc4(%rsp)
movl 0xbc4(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1556304
movq 0xbd0(%rsp), %rax
movq %rax, 0x2c68(%rsp)
movq 0x2c68(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xba0(%rsp)
movl $0x0, 0xb9c(%rsp)
movl 0xb9c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15562da
movq 0xbd8(%rsp), %rax
movq %rax, 0x2c60(%rsp)
movq 0x2c60(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb60(%rsp), %rsi
leaq 0xba0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0xb40(%rsp)
movq 0xbc8(%rsp), %rax
vmovaps 0xb40(%rsp), %ymm0
movq %rax, 0x2e58(%rsp)
vmovaps %ymm0, 0x2e20(%rsp)
vmovaps 0x2e20(%rsp), %ymm0
movq 0x2e58(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xbd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd8(%rsp)
movq 0xbc8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbc8(%rsp)
movl 0xb9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb9c(%rsp)
jmp 0x1556206
movq 0xbd0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd0(%rsp)
movl 0xbc4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc4(%rsp)
jmp 0x15561c2
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
jmp 0x1557c9b
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1557c99
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1556374
cmpl $0x1, 0x214c(%rsp)
jne 0x1556374
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x16248c0
movl %eax, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1556e77
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x1556436
movq 0xe0(%rsp), %rax
movq %rax, 0x3390(%rsp)
movq 0x3390(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x1556443
jmp 0x1556453
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0xb3c(%rsp)
movl 0xb3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1556e67
movq 0x2188(%rsp), %rax
movq %rax, 0x24c8(%rsp)
movq 0x24c8(%rsp), %rax
movq (%rax), %rax
movl 0xb3c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2c58(%rsp)
movq 0x2c58(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb00(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xab0(%rsp), %rdx
movq %rdx, 0x2258(%rsp)
movq %rcx, 0x2250(%rsp)
movl %eax, 0x224c(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x224b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x224c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xab0(%rsp), %r10
movq %r10, 0x3d10(%rsp)
movl %r9d, 0x3d0c(%rsp)
movl %r8d, 0x3d08(%rsp)
movl %edi, 0x3d04(%rsp)
movq %rsi, 0x3cf8(%rsp)
movq %rdx, 0x3cf0(%rsp)
movl %ecx, 0x3cec(%rsp)
movq %rax, 0x3ce0(%rsp)
movq 0x3d10(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3cf8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3cf0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3cec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3ce0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3d0c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3d08(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3d04(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d68(%rsp)
movl $0x10, 0x3d64(%rsp)
movq 0x3d68(%rsp), %rax
movslq 0x3d64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xad8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155667a
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaf0(%rsp)
movb $0x1, 0x224b(%rsp)
testb $0x1, 0x224b(%rsp)
jne 0x15567bb
leaq 0xab0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rax
movq %rax, 0x46c8(%rsp)
movq 0x46c8(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155675e
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x46c4(%rsp) # imm = 0xFFFFFFFF
movl 0x46c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x46c0(%rsp)
cmpl $0x1, 0x46c0(%rsp)
jne 0x155675e
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155672c
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155672a
jmp 0x155675c
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4910(%rsp)
cmpq $0x0, 0x4910(%rsp)
je 0x155675a
movq 0x4910(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155675c
jmp 0x155675e
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15567b9
movq %rax, %rdi
callq 0x678a0
jmp 0x15567bb
leaq 0xab0(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xc0(%rsp)
leaq 0xab0(%rsp), %rax
movq %rax, 0x2910(%rsp)
movq 0x2910(%rsp), %rax
movq %rax, 0x41a8(%rsp)
movq 0x41a8(%rsp), %rax
movq %rax, 0xb8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15568ac
movq 0xb8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41a4(%rsp) # imm = 0xFFFFFFFF
movl 0x41a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41a0(%rsp)
cmpl $0x1, 0x41a0(%rsp)
jne 0x15568ac
movq 0xb8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155687a
movq 0xb8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1556878
jmp 0x15568aa
movq 0xb8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4ba0(%rsp)
cmpq $0x0, 0x4ba0(%rsp)
je 0x15568a8
movq 0x4ba0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15568aa
jmp 0x15568ac
movq 0xb8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1556907
movq %rax, %rdi
callq 0x678a0
movq 0xc0(%rsp), %rax
movq %rax, 0xaf8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xa60(%rsp), %rdx
movq %rdx, 0x2980(%rsp)
movq %rcx, 0x2978(%rsp)
movl %eax, 0x2974(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x2973(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2974(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xa60(%rsp), %r10
movq %r10, 0x3760(%rsp)
movl %r9d, 0x375c(%rsp)
movl %r8d, 0x3758(%rsp)
movl %edi, 0x3754(%rsp)
movq %rsi, 0x3748(%rsp)
movq %rdx, 0x3740(%rsp)
movl %ecx, 0x373c(%rsp)
movq %rax, 0x3730(%rsp)
movq 0x3760(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x3748(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3740(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x373c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3730(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x375c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3758(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3754(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3f08(%rsp)
movl $0x10, 0x3f04(%rsp)
movq 0x3f08(%rsp), %rax
movslq 0x3f04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3f04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1556ad3
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaa0(%rsp)
movb $0x1, 0x2973(%rsp)
testb $0x1, 0x2973(%rsp)
jne 0x1556c14
leaq 0xa60(%rsp), %rax
movq %rax, 0x2988(%rsp)
movq 0x2988(%rsp), %rax
movq %rax, 0x4118(%rsp)
movq 0x4118(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1556bb7
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4114(%rsp) # imm = 0xFFFFFFFF
movl 0x4114(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4110(%rsp)
cmpl $0x1, 0x4110(%rsp)
jne 0x1556bb7
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1556b85
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1556b83
jmp 0x1556bb5
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4be8(%rsp)
cmpq $0x0, 0x4be8(%rsp)
je 0x1556bb3
movq 0x4be8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1556bb5
jmp 0x1556bb7
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1556c12
movq %rax, %rdi
callq 0x678a0
jmp 0x1556c14
leaq 0xa60(%rsp), %rax
movq %rax, 0x2ba0(%rsp)
movq 0x2ba0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x98(%rsp)
leaq 0xa60(%rsp), %rax
movq %rax, 0x2920(%rsp)
movq 0x2920(%rsp), %rax
movq %rax, 0x4188(%rsp)
movq 0x4188(%rsp), %rax
movq %rax, 0x90(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1556d05
movq 0x90(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4184(%rsp) # imm = 0xFFFFFFFF
movl 0x4184(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4180(%rsp)
cmpl $0x1, 0x4180(%rsp)
jne 0x1556d05
movq 0x90(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1556cd3
movq 0x90(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1556cd1
jmp 0x1556d03
movq 0x90(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4bb0(%rsp)
cmpq $0x0, 0x4bb0(%rsp)
je 0x1556d01
movq 0x4bb0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1556d03
jmp 0x1556d05
movq 0x90(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1556d60
movq %rax, %rdi
callq 0x678a0
movq 0x98(%rsp), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x1556e4f
movq 0xaf8(%rsp), %rax
movq %rax, 0x2c50(%rsp)
movq 0x2c50(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xa20(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb00(%rsp), %rsi
leaq 0xa20(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0xa00(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa00(%rsp), %ymm0
movq %rax, 0x2e18(%rsp)
vmovaps %ymm0, 0x2de0(%rsp)
vmovaps 0x2de0(%rsp), %ymm0
movq 0x2e18(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xaf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaf8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x1556d7b
jmp 0x1556e51
movl 0xb3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb3c(%rsp)
jmp 0x155645e
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1557901
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x1556f2c
movq 0x80(%rsp), %rax
movq %rax, 0x3398(%rsp)
movq 0x3398(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x1556f39
jmp 0x1556f49
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movl $0x0, 0x9fc(%rsp)
movl 0x9fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15578f1
movq 0x2188(%rsp), %rax
movq %rax, 0x24b8(%rsp)
movq 0x24b8(%rsp), %rax
movq (%rax), %rax
movl 0x9fc(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2c48(%rsp)
movq 0x2c48(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x9c0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x970(%rsp), %rdx
movq %rdx, 0x2240(%rsp)
movq %rcx, 0x2238(%rsp)
movl %eax, 0x2234(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x2233(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2234(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x970(%rsp), %r10
movq %r10, 0x3d48(%rsp)
movl %r9d, 0x3d44(%rsp)
movl %r8d, 0x3d40(%rsp)
movl %edi, 0x3d3c(%rsp)
movq %rsi, 0x3d30(%rsp)
movq %rdx, 0x3d28(%rsp)
movl %ecx, 0x3d24(%rsp)
movq %rax, 0x3d18(%rsp)
movq 0x3d48(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3d30(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3d28(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3d24(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3d18(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3d44(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3d40(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3d3c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d58(%rsp)
movl $0x10, 0x3d54(%rsp)
movq 0x3d58(%rsp), %rax
movslq 0x3d54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x998(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1557164
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9b0(%rsp)
movb $0x1, 0x2233(%rsp)
testb $0x1, 0x2233(%rsp)
jne 0x1557293
leaq 0x970(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rax
movq %rax, 0x46b8(%rsp)
movq 0x46b8(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1557239
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x46b4(%rsp) # imm = 0xFFFFFFFF
movl 0x46b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x46b0(%rsp)
cmpl $0x1, 0x46b0(%rsp)
jne 0x1557239
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155720a
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1557208
jmp 0x1557237
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4918(%rsp)
cmpq $0x0, 0x4918(%rsp)
je 0x1557235
movq 0x4918(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1557237
jmp 0x1557239
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1557291
movq %rax, %rdi
callq 0x678a0
jmp 0x1557293
leaq 0x970(%rsp), %rax
movq %rax, 0x24b0(%rsp)
movq 0x24b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x60(%rsp)
leaq 0x970(%rsp), %rax
movq %rax, 0x2930(%rsp)
movq 0x2930(%rsp), %rax
movq %rax, 0x4168(%rsp)
movq 0x4168(%rsp), %rax
movq %rax, 0x58(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1557372
movq 0x58(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4164(%rsp) # imm = 0xFFFFFFFF
movl 0x4164(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4160(%rsp)
cmpl $0x1, 0x4160(%rsp)
jne 0x1557372
movq 0x58(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1557343
movq 0x58(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1557341
jmp 0x1557370
movq 0x58(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4bc0(%rsp)
cmpq $0x0, 0x4bc0(%rsp)
je 0x155736e
movq 0x4bc0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1557370
jmp 0x1557372
movq 0x58(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15573ca
movq %rax, %rdi
callq 0x678a0
movq 0x60(%rsp), %rax
movq %rax, 0x9b8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x920(%rsp), %rdx
movq %rdx, 0x2960(%rsp)
movq %rcx, 0x2958(%rsp)
movl %eax, 0x2954(%rsp)
movq 0x2958(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x2953(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2954(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x920(%rsp), %r10
movq %r10, 0x3798(%rsp)
movl %r9d, 0x3794(%rsp)
movl %r8d, 0x3790(%rsp)
movl %edi, 0x378c(%rsp)
movq %rsi, 0x3780(%rsp)
movq %rdx, 0x3778(%rsp)
movl %ecx, 0x3774(%rsp)
movq %rax, 0x3768(%rsp)
movq 0x3798(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x3780(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3778(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3774(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3768(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3794(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3790(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x378c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ef8(%rsp)
movl $0x10, 0x3ef4(%rsp)
movq 0x3ef8(%rsp), %rax
movslq 0x3ef4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ef4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x948(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1557587
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x960(%rsp)
movb $0x1, 0x2953(%rsp)
testb $0x1, 0x2953(%rsp)
jne 0x15576b6
leaq 0x920(%rsp), %rax
movq %rax, 0x2968(%rsp)
movq 0x2968(%rsp), %rax
movq %rax, 0x4128(%rsp)
movq 0x4128(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155765c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4124(%rsp) # imm = 0xFFFFFFFF
movl 0x4124(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4120(%rsp)
cmpl $0x1, 0x4120(%rsp)
jne 0x155765c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155762d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155762b
jmp 0x155765a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4be0(%rsp)
cmpq $0x0, 0x4be0(%rsp)
je 0x1557658
movq 0x4be0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155765a
jmp 0x155765c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15576b4
movq %rax, %rdi
callq 0x678a0
jmp 0x15576b6
leaq 0x920(%rsp), %rax
movq %rax, 0x2b98(%rsp)
movq 0x2b98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x920(%rsp), %rax
movq %rax, 0x2940(%rsp)
movq 0x2940(%rsp), %rax
movq %rax, 0x4148(%rsp)
movq 0x4148(%rsp), %rax
movq %rax, 0x30(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1557795
movq 0x30(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4144(%rsp) # imm = 0xFFFFFFFF
movl 0x4144(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4140(%rsp)
cmpl $0x1, 0x4140(%rsp)
jne 0x1557795
movq 0x30(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1557766
movq 0x30(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1557764
jmp 0x1557793
movq 0x30(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4bd0(%rsp)
cmpq $0x0, 0x4bd0(%rsp)
je 0x1557791
movq 0x4bd0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1557793
jmp 0x1557795
movq 0x30(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15577ed
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x968(%rsp)
movl $0x0, 0x91c(%rsp)
movl 0x91c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x15578d9
movq 0x9b8(%rsp), %rax
movq %rax, 0x2c40(%rsp)
movq 0x2c40(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x8e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x9c0(%rsp), %rsi
leaq 0x8e0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x8c0(%rsp)
movq 0x968(%rsp), %rax
vmovaps 0x8c0(%rsp), %ymm0
movq %rax, 0x2dd8(%rsp)
vmovaps %ymm0, 0x2da0(%rsp)
vmovaps 0x2da0(%rsp), %ymm0
movq 0x2dd8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x9b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x9b8(%rsp)
movq 0x968(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x968(%rsp)
movl 0x91c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x91c(%rsp)
jmp 0x1557805
jmp 0x15578db
movl 0x9fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x9fc(%rsp)
jmp 0x1556f54
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1557b7f
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movq 0x2130(%rsp), %rcx
movl 0x212c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x155799f
movq 0x20(%rsp), %rax
movq %rax, 0x33a0(%rsp)
movq 0x33a0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x15579a9
jmp 0x15579b9
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movq 0x2188(%rsp), %rax
movq %rax, 0x24a8(%rsp)
movq 0x24a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2b90(%rsp)
movq 0x2b90(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8a8(%rsp)
movl $0x0, 0x8a4(%rsp)
movl 0x8a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1557b6f
movq 0x8b8(%rsp), %rax
movq %rax, 0x2c38(%rsp)
movq 0x2c38(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x880(%rsp)
movl $0x0, 0x87c(%rsp)
movl 0x87c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1557b45
movq 0x8b0(%rsp), %rax
movq %rax, 0x2c30(%rsp)
movq 0x2c30(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x840(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x880(%rsp), %rsi
leaq 0x840(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x820(%rsp)
movq 0x8a8(%rsp), %rax
vmovaps 0x820(%rsp), %ymm0
movq %rax, 0x2d98(%rsp)
vmovaps %ymm0, 0x2d60(%rsp)
vmovaps 0x2d60(%rsp), %ymm0
movq 0x2d98(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x8b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b0(%rsp)
movq 0x8a8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8a8(%rsp)
movl 0x87c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x87c(%rsp)
jmp 0x1557a71
movq 0x8b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b8(%rsp)
movl 0x8a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8a4(%rsp)
jmp 0x1557a2d
movl $0x0, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1557c97
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movq 0x2150(%rsp), %rdx
movl 0x214c(%rsp), %ecx
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x2178(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x1557c15
movq 0x10(%rsp), %rax
movq %rax, 0x33a8(%rsp)
movq 0x33a8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x1557c1f
jmp 0x1557c2c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1557caa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1557c72
cmpl $0x1, 0x212c(%rsp)
jne 0x1557c72
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1623b40
movl %eax, 0x2194(%rsp)
jmp 0x1557caa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1622a70
jmp 0x1557c99
jmp 0x1557c9b
jmp 0x1557c9d
jmp 0x1557c9f
movl $0x0, 0x2194(%rsp)
movl 0x2194(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,061
|
int ncnn::binary_op_pack8<ncnn::BinaryOp_x86_avx_functor::binary_op_sub>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack8(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* b0 = b.channel(q);
float* outptr = c.channel(q);
__m256 _b0 = _mm256_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_broadcast_ss(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 1;
outptr += 8;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
__m256 _a0 = _mm256_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p = _mm256_broadcast_ss(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1 + y * 8);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1 + x * 8);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _p = _mm256_loadu_ps(ptr + y * 8);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr + x * 8);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
ptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x4700, %rsp # imm = 0x4700
movq %rdi, 0x2188(%rsp)
movq %rsi, 0x2180(%rsp)
movq %rdx, 0x2178(%rsp)
movq %rcx, 0x2170(%rsp)
movq 0x2188(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2168(%rsp)
movq 0x2188(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2164(%rsp)
movq 0x2188(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2160(%rsp)
movq 0x2188(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x215c(%rsp)
movl 0x2168(%rsp), %eax
imull 0x2164(%rsp), %eax
imull 0x2160(%rsp), %eax
movl %eax, 0x2158(%rsp)
movq 0x2188(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2150(%rsp)
movq 0x2188(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x214c(%rsp)
movq 0x2180(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2148(%rsp)
movq 0x2180(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2144(%rsp)
movq 0x2180(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2140(%rsp)
movq 0x2180(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x213c(%rsp)
movl 0x2148(%rsp), %eax
imull 0x2144(%rsp), %eax
imull 0x2140(%rsp), %eax
movl %eax, 0x2138(%rsp)
movq 0x2180(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2130(%rsp)
movq 0x2180(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x212c(%rsp)
movq 0x2188(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x155a369
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1557e58
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1625640
movl %eax, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x2160(%rsp), %ecx
movl 0x215c(%rsp), %r8d
movq 0x2150(%rsp), %r9
movl 0x214c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x1557f08
movq 0x810(%rsp), %rax
movq %rax, 0x31b8(%rsp)
movq 0x31b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x1557f15
jmp 0x1557f25
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1558e0d
movl $0x0, 0x2128(%rsp)
movl 0x2128(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1558dfd
movq 0x2188(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x20d8(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x20d8(%rsp), %r10
movq %r10, 0x3670(%rsp)
movl %r9d, 0x366c(%rsp)
movl %r8d, 0x3668(%rsp)
movl %edi, 0x3664(%rsp)
movq %rsi, 0x3658(%rsp)
movq %rdx, 0x3650(%rsp)
movl %ecx, 0x364c(%rsp)
movq %rax, 0x3640(%rsp)
movq 0x3670(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3650(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x364c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3640(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x366c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3668(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3664(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d88(%rsp)
movl $0x10, 0x3d84(%rsp)
movq 0x3d88(%rsp), %rax
movslq 0x3d84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2100(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1558112
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2118(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x1558253
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq %rax, 0x4428(%rsp)
movq 0x4428(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15581f6
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4424(%rsp) # imm = 0xFFFFFFFF
movl 0x4424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4420(%rsp)
cmpl $0x1, 0x4420(%rsp)
jne 0x15581f6
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15581c4
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15581c2
jmp 0x15581f4
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4430(%rsp)
cmpq $0x0, 0x4430(%rsp)
je 0x15581f2
movq 0x4430(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15581f4
jmp 0x15581f6
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1558251
movq %rax, %rdi
callq 0x678a0
jmp 0x1558253
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x20d8(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rax
movq %rax, 0x4288(%rsp)
movq 0x4288(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1558344
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4284(%rsp) # imm = 0xFFFFFFFF
movl 0x4284(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4280(%rsp)
cmpl $0x1, 0x4280(%rsp)
jne 0x1558344
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1558312
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1558310
jmp 0x1558342
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4500(%rsp)
cmpq $0x0, 0x4500(%rsp)
je 0x1558340
movq 0x4500(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1558342
jmp 0x1558344
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155839f
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2088(%rsp), %rdx
movq %rdx, 0x2480(%rsp)
movq %rcx, 0x2478(%rsp)
movl %eax, 0x2474(%rsp)
movq 0x2478(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x2473(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2474(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2088(%rsp), %r10
movq %r10, 0x36a8(%rsp)
movl %r9d, 0x36a4(%rsp)
movl %r8d, 0x36a0(%rsp)
movl %edi, 0x369c(%rsp)
movq %rsi, 0x3690(%rsp)
movq %rdx, 0x3688(%rsp)
movl %ecx, 0x3684(%rsp)
movq %rax, 0x3678(%rsp)
movq 0x36a8(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x3690(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3688(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3684(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3678(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36a4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36a0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x369c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d78(%rsp)
movl $0x10, 0x3d74(%rsp)
movq 0x3d78(%rsp), %rax
movslq 0x3d74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x20b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155856b
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x20c8(%rsp)
movb $0x1, 0x2473(%rsp)
testb $0x1, 0x2473(%rsp)
jne 0x15586ac
leaq 0x2088(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq %rax, 0x4418(%rsp)
movq 0x4418(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155864f
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4414(%rsp) # imm = 0xFFFFFFFF
movl 0x4414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4410(%rsp)
cmpl $0x1, 0x4410(%rsp)
jne 0x155864f
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155861d
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155861b
jmp 0x155864d
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4438(%rsp)
cmpq $0x0, 0x4438(%rsp)
je 0x155864b
movq 0x4438(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155864d
jmp 0x155864f
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15586aa
movq %rax, %rdi
callq 0x678a0
jmp 0x15586ac
leaq 0x2088(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x2088(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rax
movq %rax, 0x4278(%rsp)
movq 0x4278(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155879d
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4274(%rsp) # imm = 0xFFFFFFFF
movl 0x4274(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4270(%rsp)
cmpl $0x1, 0x4270(%rsp)
jne 0x155879d
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155876b
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1558769
jmp 0x155879b
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4508(%rsp)
cmpq $0x0, 0x4508(%rsp)
je 0x1558799
movq 0x4508(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155879b
jmp 0x155879d
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15587f8
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2038(%rsp), %rdx
movq %rdx, 0x2a20(%rsp)
movq %rcx, 0x2a18(%rsp)
movl %eax, 0x2a14(%rsp)
movq 0x2a18(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x2a13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2038(%rsp), %r10
movq %r10, 0x3280(%rsp)
movl %r9d, 0x327c(%rsp)
movl %r8d, 0x3278(%rsp)
movl %edi, 0x3274(%rsp)
movq %rsi, 0x3268(%rsp)
movq %rdx, 0x3260(%rsp)
movl %ecx, 0x325c(%rsp)
movq %rax, 0x3250(%rsp)
movq 0x3280(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x3268(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3260(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x325c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3250(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x327c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3278(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3274(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ea8(%rsp)
movl $0x10, 0x3ea4(%rsp)
movq 0x3ea8(%rsp), %rax
movslq 0x3ea4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ea4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2060(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15589c4
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2078(%rsp)
movb $0x1, 0x2a13(%rsp)
testb $0x1, 0x2a13(%rsp)
jne 0x1558b05
leaq 0x2038(%rsp), %rax
movq %rax, 0x2a28(%rsp)
movq 0x2a28(%rsp), %rax
movq %rax, 0x3eb8(%rsp)
movq 0x3eb8(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1558aa8
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3eb4(%rsp) # imm = 0xFFFFFFFF
movl 0x3eb4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3eb0(%rsp)
cmpl $0x1, 0x3eb0(%rsp)
jne 0x1558aa8
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1558a76
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1558a74
jmp 0x1558aa6
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46e8(%rsp)
cmpq $0x0, 0x46e8(%rsp)
je 0x1558aa4
movq 0x46e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1558aa6
jmp 0x1558aa8
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1558b03
movq %rax, %rdi
callq 0x678a0
jmp 0x1558b05
leaq 0x2038(%rsp), %rax
movq %rax, 0x2ac8(%rsp)
movq 0x2ac8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x2038(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rax
movq %rax, 0x4268(%rsp)
movq 0x4268(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1558bf6
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4264(%rsp) # imm = 0xFFFFFFFF
movl 0x4264(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4260(%rsp)
cmpl $0x1, 0x4260(%rsp)
jne 0x1558bf6
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1558bc4
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1558bc2
jmp 0x1558bf4
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4510(%rsp)
cmpq $0x0, 0x4510(%rsp)
je 0x1558bf2
movq 0x4510(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1558bf4
jmp 0x1558bf6
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1558c51
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x2080(%rsp)
movl $0x0, 0x2034(%rsp)
movl 0x2034(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x1558de5
movl $0x0, 0x2030(%rsp)
movl 0x2030(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1558dcd
movq 0x20d0(%rsp), %rax
movq %rax, 0x2bf8(%rsp)
movq 0x2bf8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x2000(%rsp)
movl $0x0, 0x1ffc(%rsp)
movl 0x1ffc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x1558da3
movq 0x2120(%rsp), %rax
movq %rax, 0x2bf0(%rsp)
movq 0x2bf0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1fc0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1fc0(%rsp), %rsi
leaq 0x2000(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x1fa0(%rsp)
movq 0x2080(%rsp), %rax
vmovaps 0x1fa0(%rsp), %ymm0
movq %rax, 0x30f8(%rsp)
vmovaps %ymm0, 0x30c0(%rsp)
vmovaps 0x30c0(%rsp), %ymm0
movq 0x30f8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x2120(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2120(%rsp)
movq 0x2080(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2080(%rsp)
movl 0x1ffc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ffc(%rsp)
jmp 0x1558ccf
movq 0x20d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x20d0(%rsp)
movl 0x2030(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2030(%rsp)
jmp 0x1558c8b
jmp 0x1558dcf
movl 0x2034(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2034(%rsp)
jmp 0x1558c6c
jmp 0x1558de7
movl 0x2128(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2128(%rsp)
jmp 0x1557f42
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15598e5
movl $0x0, 0x1f9c(%rsp)
movl 0x1f9c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15598d5
movq 0x2188(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1f48(%rsp), %rdx
movq %rdx, 0x2468(%rsp)
movq %rcx, 0x2460(%rsp)
movl %eax, 0x245c(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x245b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x245c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1f48(%rsp), %r10
movq %r10, 0x36e0(%rsp)
movl %r9d, 0x36dc(%rsp)
movl %r8d, 0x36d8(%rsp)
movl %edi, 0x36d4(%rsp)
movq %rsi, 0x36c8(%rsp)
movq %rdx, 0x36c0(%rsp)
movl %ecx, 0x36bc(%rsp)
movq %rax, 0x36b0(%rsp)
movq 0x36e0(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36c0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36bc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36b0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36dc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36d8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x36d4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d68(%rsp)
movl $0x10, 0x3d64(%rsp)
movq 0x3d68(%rsp), %rax
movslq 0x3d64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1558ffa
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f88(%rsp)
movb $0x1, 0x245b(%rsp)
testb $0x1, 0x245b(%rsp)
jne 0x155913b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq %rax, 0x4408(%rsp)
movq 0x4408(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15590de
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4404(%rsp) # imm = 0xFFFFFFFF
movl 0x4404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4400(%rsp)
cmpl $0x1, 0x4400(%rsp)
jne 0x15590de
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15590ac
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15590aa
jmp 0x15590dc
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4440(%rsp)
cmpq $0x0, 0x4440(%rsp)
je 0x15590da
movq 0x4440(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15590dc
jmp 0x15590de
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1559139
movq %rax, %rdi
callq 0x678a0
jmp 0x155913b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1f48(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rax
movq %rax, 0x4258(%rsp)
movq 0x4258(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155922c
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4254(%rsp) # imm = 0xFFFFFFFF
movl 0x4254(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4250(%rsp)
cmpl $0x1, 0x4250(%rsp)
jne 0x155922c
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15591fa
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15591f8
jmp 0x155922a
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4518(%rsp)
cmpq $0x0, 0x4518(%rsp)
je 0x1559228
movq 0x4518(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155922a
jmp 0x155922c
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1559287
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1f90(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
movq %rcx, 0x3138(%rsp)
movl %eax, 0x3134(%rsp)
movq 0x3138(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3134(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1f40(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1ef0(%rsp), %rdx
movq %rdx, 0x2a00(%rsp)
movq %rcx, 0x29f8(%rsp)
movl %eax, 0x29f4(%rsp)
movq 0x29f8(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x29f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ef0(%rsp), %r10
movq %r10, 0x32b8(%rsp)
movl %r9d, 0x32b4(%rsp)
movl %r8d, 0x32b0(%rsp)
movl %edi, 0x32ac(%rsp)
movq %rsi, 0x32a0(%rsp)
movq %rdx, 0x3298(%rsp)
movl %ecx, 0x3294(%rsp)
movq %rax, 0x3288(%rsp)
movq 0x32b8(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x32a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3298(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3294(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3288(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x32b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x32b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x32ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e98(%rsp)
movl $0x10, 0x3e94(%rsp)
movq 0x3e98(%rsp), %rax
movslq 0x3e94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155949c
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f30(%rsp)
movb $0x1, 0x29f3(%rsp)
testb $0x1, 0x29f3(%rsp)
jne 0x15595dd
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2a08(%rsp)
movq 0x2a08(%rsp), %rax
movq %rax, 0x3ec8(%rsp)
movq 0x3ec8(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1559580
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ec4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ec4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ec0(%rsp)
cmpl $0x1, 0x3ec0(%rsp)
jne 0x1559580
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155954e
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155954c
jmp 0x155957e
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46e0(%rsp)
cmpq $0x0, 0x46e0(%rsp)
je 0x155957c
movq 0x46e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155957e
jmp 0x1559580
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15595db
movq %rax, %rdi
callq 0x678a0
jmp 0x15595dd
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2ac0(%rsp)
movq 0x2ac0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rax
movq %rax, 0x4248(%rsp)
movq 0x4248(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15596ce
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4244(%rsp) # imm = 0xFFFFFFFF
movl 0x4244(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4240(%rsp)
cmpl $0x1, 0x4240(%rsp)
jne 0x15596ce
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155969c
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155969a
jmp 0x15596cc
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4520(%rsp)
cmpq $0x0, 0x4520(%rsp)
je 0x15596ca
movq 0x4520(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15596cc
jmp 0x15596ce
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1559729
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1f38(%rsp)
movl $0x0, 0x1eec(%rsp)
movl 0x1eec(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x15598bd
movq 0x1f40(%rsp), %rax
movq %rax, 0x2be8(%rsp)
movq 0x2be8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1ec0(%rsp)
movl $0x0, 0x1ebc(%rsp)
movl 0x1ebc(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1559893
movl $0x0, 0x1eb8(%rsp)
movl 0x1eb8(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x155987b
movq 0x1f90(%rsp), %rax
movq %rax, 0x2be0(%rsp)
movq 0x2be0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1e80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1e80(%rsp), %rsi
leaq 0x1ec0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x1e60(%rsp)
movq 0x1f38(%rsp), %rax
vmovaps 0x1e60(%rsp), %ymm0
movq %rax, 0x30b8(%rsp)
vmovaps %ymm0, 0x3080(%rsp)
vmovaps 0x3080(%rsp), %ymm0
movq 0x30b8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1f90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f90(%rsp)
movq 0x1f38(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f38(%rsp)
movl 0x1eb8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eb8(%rsp)
jmp 0x15597a7
jmp 0x155987d
movl 0x1ebc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ebc(%rsp)
jmp 0x1559788
movq 0x1f40(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f40(%rsp)
movl 0x1eec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eec(%rsp)
jmp 0x1559744
jmp 0x15598bf
movl 0x1f9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1f9c(%rsp)
jmp 0x1558e2a
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x155a364
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1559940
cmpl $0x1, 0x212c(%rsp)
jne 0x1559940
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1626710
movl %eax, 0x2194(%rsp)
jmp 0x15671aa
movl $0x0, 0x1e5c(%rsp)
movl 0x1e5c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x155a354
movq 0x2188(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1e08(%rsp), %rdx
movq %rdx, 0x2450(%rsp)
movq %rcx, 0x2448(%rsp)
movl %eax, 0x2444(%rsp)
movq 0x2448(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x2443(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2444(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e08(%rsp), %r10
movq %r10, 0x3718(%rsp)
movl %r9d, 0x3714(%rsp)
movl %r8d, 0x3710(%rsp)
movl %edi, 0x370c(%rsp)
movq %rsi, 0x3700(%rsp)
movq %rdx, 0x36f8(%rsp)
movl %ecx, 0x36f4(%rsp)
movq %rax, 0x36e8(%rsp)
movq 0x3718(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x3700(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36f8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36f4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36e8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3714(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3710(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x370c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d58(%rsp)
movl $0x10, 0x3d54(%rsp)
movq 0x3d58(%rsp), %rax
movslq 0x3d54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1e30(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1559b1b
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1e48(%rsp)
movb $0x1, 0x2443(%rsp)
testb $0x1, 0x2443(%rsp)
jne 0x1559c5c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq %rax, 0x43f8(%rsp)
movq 0x43f8(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1559bff
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43f4(%rsp) # imm = 0xFFFFFFFF
movl 0x43f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43f0(%rsp)
cmpl $0x1, 0x43f0(%rsp)
jne 0x1559bff
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1559bcd
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1559bcb
jmp 0x1559bfd
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4448(%rsp)
cmpq $0x0, 0x4448(%rsp)
je 0x1559bfb
movq 0x4448(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1559bfd
jmp 0x1559bff
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1559c5a
movq %rax, %rdi
callq 0x678a0
jmp 0x1559c5c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x1e08(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rax
movq %rax, 0x4238(%rsp)
movq 0x4238(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1559d4d
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4234(%rsp) # imm = 0xFFFFFFFF
movl 0x4234(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4230(%rsp)
cmpl $0x1, 0x4230(%rsp)
jne 0x1559d4d
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1559d1b
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1559d19
jmp 0x1559d4b
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4528(%rsp)
cmpq $0x0, 0x4528(%rsp)
je 0x1559d49
movq 0x4528(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1559d4b
jmp 0x1559d4d
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1559da8
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1e50(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movl 0x1e5c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2bd8(%rsp)
movq 0x2bd8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1de0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1d90(%rsp), %rdx
movq %rdx, 0x29e0(%rsp)
movq %rcx, 0x29d8(%rsp)
movl %eax, 0x29d4(%rsp)
movq 0x29d8(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x29d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1d90(%rsp), %r10
movq %r10, 0x32f0(%rsp)
movl %r9d, 0x32ec(%rsp)
movl %r8d, 0x32e8(%rsp)
movl %edi, 0x32e4(%rsp)
movq %rsi, 0x32d8(%rsp)
movq %rdx, 0x32d0(%rsp)
movl %ecx, 0x32cc(%rsp)
movq %rax, 0x32c0(%rsp)
movq 0x32f0(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x32d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x32d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x32cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x32c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x32ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x32e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x32e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e88(%rsp)
movl $0x10, 0x3e84(%rsp)
movq 0x3e88(%rsp), %rax
movslq 0x3e84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1db8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1559fc0
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1dd0(%rsp)
movb $0x1, 0x29d3(%rsp)
testb $0x1, 0x29d3(%rsp)
jne 0x155a101
leaq 0x1d90(%rsp), %rax
movq %rax, 0x29e8(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, 0x3ed8(%rsp)
movq 0x3ed8(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155a0a4
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ed4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ed4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ed0(%rsp)
cmpl $0x1, 0x3ed0(%rsp)
jne 0x155a0a4
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155a072
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155a070
jmp 0x155a0a2
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46d8(%rsp)
cmpq $0x0, 0x46d8(%rsp)
je 0x155a0a0
movq 0x46d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155a0a2
jmp 0x155a0a4
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155a0ff
movq %rax, %rdi
callq 0x678a0
jmp 0x155a101
leaq 0x1d90(%rsp), %rax
movq %rax, 0x2ab8(%rsp)
movq 0x2ab8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1d90(%rsp), %rax
movq %rax, 0x26c0(%rsp)
movq 0x26c0(%rsp), %rax
movq %rax, 0x4228(%rsp)
movq 0x4228(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155a1f2
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4224(%rsp) # imm = 0xFFFFFFFF
movl 0x4224(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4220(%rsp)
cmpl $0x1, 0x4220(%rsp)
jne 0x155a1f2
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155a1c0
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155a1be
jmp 0x155a1f0
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4530(%rsp)
cmpq $0x0, 0x4530(%rsp)
je 0x155a1ee
movq 0x4530(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155a1f0
jmp 0x155a1f2
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155a24d
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x1dd8(%rsp)
movl $0x0, 0x1d8c(%rsp)
movl 0x1d8c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x155a33c
movq 0x1e50(%rsp), %rax
movq %rax, 0x2bd0(%rsp)
movq 0x2bd0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1d60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1d60(%rsp), %rsi
leaq 0x1de0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x1d40(%rsp)
movq 0x1dd8(%rsp), %rax
vmovaps 0x1d40(%rsp), %ymm0
movq %rax, 0x3078(%rsp)
vmovaps %ymm0, 0x3040(%rsp)
vmovaps 0x3040(%rsp), %ymm0
movq 0x3078(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1e50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1e50(%rsp)
movq 0x1dd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1dd8(%rsp)
movl 0x1d8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d8c(%rsp)
jmp 0x155a268
jmp 0x155a33e
movl 0x1e5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1e5c(%rsp)
jmp 0x155994b
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
jmp 0x156719f
movq 0x2188(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1563d32
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x155b330
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x155a43d
movq 0x6e8(%rsp), %rax
movq %rax, 0x31c0(%rsp)
movq 0x31c0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x155a44a
jmp 0x155a45a
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0x1d3c(%rsp)
movl 0x1d3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x155b320
movq 0x2188(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1ce8(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ce8(%rsp), %r10
movq %r10, 0x3750(%rsp)
movl %r9d, 0x374c(%rsp)
movl %r8d, 0x3748(%rsp)
movl %edi, 0x3744(%rsp)
movq %rsi, 0x3738(%rsp)
movq %rdx, 0x3730(%rsp)
movl %ecx, 0x372c(%rsp)
movq %rax, 0x3720(%rsp)
movq 0x3750(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3730(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x372c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3720(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x374c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3748(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3744(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d48(%rsp)
movl $0x10, 0x3d44(%rsp)
movq 0x3d48(%rsp), %rax
movslq 0x3d44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1d10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155a635
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d28(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x155a776
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq %rax, 0x43e8(%rsp)
movq 0x43e8(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155a719
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43e4(%rsp) # imm = 0xFFFFFFFF
movl 0x43e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43e0(%rsp)
cmpl $0x1, 0x43e0(%rsp)
jne 0x155a719
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155a6e7
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155a6e5
jmp 0x155a717
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4450(%rsp)
cmpq $0x0, 0x4450(%rsp)
je 0x155a715
movq 0x4450(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155a717
jmp 0x155a719
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155a774
movq %rax, %rdi
callq 0x678a0
jmp 0x155a776
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x26c8(%rsp)
movq 0x26c8(%rsp), %rax
movq %rax, 0x4218(%rsp)
movq 0x4218(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155a867
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4214(%rsp) # imm = 0xFFFFFFFF
movl 0x4214(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4210(%rsp)
cmpl $0x1, 0x4210(%rsp)
jne 0x155a867
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155a835
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155a833
jmp 0x155a865
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4538(%rsp)
cmpq $0x0, 0x4538(%rsp)
je 0x155a863
movq 0x4538(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155a865
jmp 0x155a867
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155a8c2
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c98(%rsp), %rdx
movq %rdx, 0x2420(%rsp)
movq %rcx, 0x2418(%rsp)
movl %eax, 0x2414(%rsp)
movq 0x2418(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x2413(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2414(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c98(%rsp), %r10
movq %r10, 0x3788(%rsp)
movl %r9d, 0x3784(%rsp)
movl %r8d, 0x3780(%rsp)
movl %edi, 0x377c(%rsp)
movq %rsi, 0x3770(%rsp)
movq %rdx, 0x3768(%rsp)
movl %ecx, 0x3764(%rsp)
movq %rax, 0x3758(%rsp)
movq 0x3788(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x3770(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3768(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3764(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3758(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3784(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3780(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x377c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d38(%rsp)
movl $0x10, 0x3d34(%rsp)
movq 0x3d38(%rsp), %rax
movslq 0x3d34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1cc0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155aa8e
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1cd8(%rsp)
movb $0x1, 0x2413(%rsp)
testb $0x1, 0x2413(%rsp)
jne 0x155abcf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq %rax, 0x43d8(%rsp)
movq 0x43d8(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155ab72
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43d4(%rsp) # imm = 0xFFFFFFFF
movl 0x43d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43d0(%rsp)
cmpl $0x1, 0x43d0(%rsp)
jne 0x155ab72
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155ab40
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155ab3e
jmp 0x155ab70
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4458(%rsp)
cmpq $0x0, 0x4458(%rsp)
je 0x155ab6e
movq 0x4458(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155ab70
jmp 0x155ab72
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155abcd
movq %rax, %rdi
callq 0x678a0
jmp 0x155abcf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1c98(%rsp), %rax
movq %rax, 0x26d0(%rsp)
movq 0x26d0(%rsp), %rax
movq %rax, 0x4208(%rsp)
movq 0x4208(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155acc0
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4204(%rsp) # imm = 0xFFFFFFFF
movl 0x4204(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4200(%rsp)
cmpl $0x1, 0x4200(%rsp)
jne 0x155acc0
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155ac8e
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155ac8c
jmp 0x155acbe
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4540(%rsp)
cmpq $0x0, 0x4540(%rsp)
je 0x155acbc
movq 0x4540(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155acbe
jmp 0x155acc0
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155ad1b
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c48(%rsp), %rdx
movq %rdx, 0x29c0(%rsp)
movq %rcx, 0x29b8(%rsp)
movl %eax, 0x29b4(%rsp)
movq 0x29b8(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x29b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c48(%rsp), %r10
movq %r10, 0x3328(%rsp)
movl %r9d, 0x3324(%rsp)
movl %r8d, 0x3320(%rsp)
movl %edi, 0x331c(%rsp)
movq %rsi, 0x3310(%rsp)
movq %rdx, 0x3308(%rsp)
movl %ecx, 0x3304(%rsp)
movq %rax, 0x32f8(%rsp)
movq 0x3328(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x3310(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3308(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3304(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x32f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3324(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3320(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x331c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e78(%rsp)
movl $0x10, 0x3e74(%rsp)
movq 0x3e78(%rsp), %rax
movslq 0x3e74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155aee7
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c88(%rsp)
movb $0x1, 0x29b3(%rsp)
testb $0x1, 0x29b3(%rsp)
jne 0x155b028
leaq 0x1c48(%rsp), %rax
movq %rax, 0x29c8(%rsp)
movq 0x29c8(%rsp), %rax
movq %rax, 0x3ee8(%rsp)
movq 0x3ee8(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155afcb
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ee4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ee4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ee0(%rsp)
cmpl $0x1, 0x3ee0(%rsp)
jne 0x155afcb
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155af99
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155af97
jmp 0x155afc9
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46d0(%rsp)
cmpq $0x0, 0x46d0(%rsp)
je 0x155afc7
movq 0x46d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155afc9
jmp 0x155afcb
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155b026
movq %rax, %rdi
callq 0x678a0
jmp 0x155b028
leaq 0x1c48(%rsp), %rax
movq %rax, 0x2ab0(%rsp)
movq 0x2ab0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1c48(%rsp), %rax
movq %rax, 0x26d8(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, 0x41f8(%rsp)
movq 0x41f8(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155b119
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41f4(%rsp) # imm = 0xFFFFFFFF
movl 0x41f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41f0(%rsp)
cmpl $0x1, 0x41f0(%rsp)
jne 0x155b119
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155b0e7
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155b0e5
jmp 0x155b117
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4548(%rsp)
cmpq $0x0, 0x4548(%rsp)
je 0x155b115
movq 0x4548(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155b117
jmp 0x155b119
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155b174
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1c90(%rsp)
movl $0x0, 0x1c44(%rsp)
movl 0x1c44(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x155b308
movl $0x0, 0x1c40(%rsp)
movl 0x1c40(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x155b2f0
movq 0x1d30(%rsp), %rax
movq %rax, 0x2bc8(%rsp)
movq 0x2bc8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1c20(%rsp)
movl $0x0, 0x1c1c(%rsp)
movl 0x1c1c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x155b2c6
movq 0x1ce0(%rsp), %rax
movq %rax, 0x2bc0(%rsp)
movq 0x2bc0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1be0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1c20(%rsp), %rsi
leaq 0x1be0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x1bc0(%rsp)
movq 0x1c90(%rsp), %rax
vmovaps 0x1bc0(%rsp), %ymm0
movq %rax, 0x3038(%rsp)
vmovaps %ymm0, 0x3000(%rsp)
vmovaps 0x3000(%rsp), %ymm0
movq 0x3038(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1ce0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1c90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c90(%rsp)
movl 0x1c1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c1c(%rsp)
jmp 0x155b1f2
movq 0x1d30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d30(%rsp)
movl 0x1c40(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c40(%rsp)
jmp 0x155b1ae
jmp 0x155b2f2
movl 0x1c44(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c44(%rsp)
jmp 0x155b18f
jmp 0x155b30a
movl 0x1d3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d3c(%rsp)
jmp 0x155a465
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x156274d
cmpl $0x1, 0x2148(%rsp)
jne 0x155c288
cmpl $0x1, 0x2144(%rsp)
jne 0x155c288
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x155c288
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x155b415
movq 0x660(%rsp), %rax
movq %rax, 0x31c8(%rsp)
movq 0x31c8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x155b422
jmp 0x155b432
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0x1bbc(%rsp)
movl 0x1bbc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x155c278
movq 0x2188(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b68(%rsp), %rdx
movq %rdx, 0x2408(%rsp)
movq %rcx, 0x2400(%rsp)
movl %eax, 0x23fc(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x23fb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23fc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b68(%rsp), %r10
movq %r10, 0x37c0(%rsp)
movl %r9d, 0x37bc(%rsp)
movl %r8d, 0x37b8(%rsp)
movl %edi, 0x37b4(%rsp)
movq %rsi, 0x37a8(%rsp)
movq %rdx, 0x37a0(%rsp)
movl %ecx, 0x379c(%rsp)
movq %rax, 0x3790(%rsp)
movq 0x37c0(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37a0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x379c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3790(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37bc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37b8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37b4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d28(%rsp)
movl $0x10, 0x3d24(%rsp)
movq 0x3d28(%rsp), %rax
movslq 0x3d24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b90(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155b60d
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ba8(%rsp)
movb $0x1, 0x23fb(%rsp)
testb $0x1, 0x23fb(%rsp)
jne 0x155b74e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq %rax, 0x43c8(%rsp)
movq 0x43c8(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155b6f1
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43c4(%rsp) # imm = 0xFFFFFFFF
movl 0x43c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43c0(%rsp)
cmpl $0x1, 0x43c0(%rsp)
jne 0x155b6f1
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155b6bf
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155b6bd
jmp 0x155b6ef
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4460(%rsp)
cmpq $0x0, 0x4460(%rsp)
je 0x155b6ed
movq 0x4460(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155b6ef
jmp 0x155b6f1
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155b74c
movq %rax, %rdi
callq 0x678a0
jmp 0x155b74e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1b68(%rsp), %rax
movq %rax, 0x26e0(%rsp)
movq 0x26e0(%rsp), %rax
movq %rax, 0x41e8(%rsp)
movq 0x41e8(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155b83f
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41e4(%rsp) # imm = 0xFFFFFFFF
movl 0x41e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41e0(%rsp)
cmpl $0x1, 0x41e0(%rsp)
jne 0x155b83f
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155b80d
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155b80b
jmp 0x155b83d
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4550(%rsp)
cmpq $0x0, 0x4550(%rsp)
je 0x155b83b
movq 0x4550(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155b83d
jmp 0x155b83f
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155b89a
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x1bb0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b18(%rsp), %rdx
movq %rdx, 0x23f0(%rsp)
movq %rcx, 0x23e8(%rsp)
movl %eax, 0x23e4(%rsp)
movq 0x23e8(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x23e3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23e4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b18(%rsp), %r10
movq %r10, 0x37f8(%rsp)
movl %r9d, 0x37f4(%rsp)
movl %r8d, 0x37f0(%rsp)
movl %edi, 0x37ec(%rsp)
movq %rsi, 0x37e0(%rsp)
movq %rdx, 0x37d8(%rsp)
movl %ecx, 0x37d4(%rsp)
movq %rax, 0x37c8(%rsp)
movq 0x37f8(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x37e0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37d8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x37d4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x37c8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37f4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37f0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37ec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d18(%rsp)
movl $0x10, 0x3d14(%rsp)
movq 0x3d18(%rsp), %rax
movslq 0x3d14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b40(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155ba66
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b58(%rsp)
movb $0x1, 0x23e3(%rsp)
testb $0x1, 0x23e3(%rsp)
jne 0x155bba7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq %rax, 0x43b8(%rsp)
movq 0x43b8(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155bb4a
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43b4(%rsp) # imm = 0xFFFFFFFF
movl 0x43b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43b0(%rsp)
cmpl $0x1, 0x43b0(%rsp)
jne 0x155bb4a
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155bb18
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155bb16
jmp 0x155bb48
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4468(%rsp)
cmpq $0x0, 0x4468(%rsp)
je 0x155bb46
movq 0x4468(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155bb48
jmp 0x155bb4a
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155bba5
movq %rax, %rdi
callq 0x678a0
jmp 0x155bba7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1b18(%rsp), %rax
movq %rax, 0x26e8(%rsp)
movq 0x26e8(%rsp), %rax
movq %rax, 0x41d8(%rsp)
movq 0x41d8(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155bc98
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41d4(%rsp) # imm = 0xFFFFFFFF
movl 0x41d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41d0(%rsp)
cmpl $0x1, 0x41d0(%rsp)
jne 0x155bc98
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155bc66
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155bc64
jmp 0x155bc96
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4558(%rsp)
cmpq $0x0, 0x4558(%rsp)
je 0x155bc94
movq 0x4558(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155bc96
jmp 0x155bc98
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155bcf3
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1b60(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x29a0(%rsp)
movq %rcx, 0x2998(%rsp)
movl %eax, 0x2994(%rsp)
movq 0x2998(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x2993(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2994(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x3360(%rsp)
movl %r9d, 0x335c(%rsp)
movl %r8d, 0x3358(%rsp)
movl %edi, 0x3354(%rsp)
movq %rsi, 0x3348(%rsp)
movq %rdx, 0x3340(%rsp)
movl %ecx, 0x333c(%rsp)
movq %rax, 0x3330(%rsp)
movq 0x3360(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3340(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x333c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3330(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x335c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3358(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3354(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e68(%rsp)
movl $0x10, 0x3e64(%rsp)
movq 0x3e68(%rsp), %rax
movslq 0x3e64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155bebf
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x2993(%rsp)
testb $0x1, 0x2993(%rsp)
jne 0x155c000
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x29a8(%rsp)
movq 0x29a8(%rsp), %rax
movq %rax, 0x3ef8(%rsp)
movq 0x3ef8(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155bfa3
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ef4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ef4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ef0(%rsp)
cmpl $0x1, 0x3ef0(%rsp)
jne 0x155bfa3
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155bf71
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155bf6f
jmp 0x155bfa1
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46c8(%rsp)
cmpq $0x0, 0x46c8(%rsp)
je 0x155bf9f
movq 0x46c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155bfa1
jmp 0x155bfa3
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155bffe
movq %rax, %rdi
callq 0x678a0
jmp 0x155c000
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2aa8(%rsp)
movq 0x2aa8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x26f0(%rsp)
movq 0x26f0(%rsp), %rax
movq %rax, 0x41c8(%rsp)
movq 0x41c8(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155c0f1
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41c4(%rsp) # imm = 0xFFFFFFFF
movl 0x41c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41c0(%rsp)
cmpl $0x1, 0x41c0(%rsp)
jne 0x155c0f1
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155c0bf
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155c0bd
jmp 0x155c0ef
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4560(%rsp)
cmpq $0x0, 0x4560(%rsp)
je 0x155c0ed
movq 0x4560(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155c0ef
jmp 0x155c0f1
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155c14c
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1b60(%rsp), %rax
movq %rax, 0x2bb8(%rsp)
movq 0x2bb8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1aa0(%rsp)
movl $0x0, 0x1a9c(%rsp)
movl 0x1a9c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x155c260
movq 0x1bb0(%rsp), %rax
movq %rax, 0x2bb0(%rsp)
movq 0x2bb0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1a60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1a60(%rsp), %rsi
leaq 0x1aa0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x1a40(%rsp)
movq 0x1b10(%rsp), %rax
vmovaps 0x1a40(%rsp), %ymm0
movq %rax, 0x2ff8(%rsp)
vmovaps %ymm0, 0x2fc0(%rsp)
vmovaps 0x2fc0(%rsp), %ymm0
movq 0x2ff8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1bb0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1bb0(%rsp)
movq 0x1b10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b10(%rsp)
movl 0x1a9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a9c(%rsp)
jmp 0x155c18c
jmp 0x155c262
movl 0x1bbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1bbc(%rsp)
jmp 0x155b43d
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x155cde5
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x155cde5
cmpl $0x1, 0x213c(%rsp)
jne 0x155cde5
cmpl $0x1, 0x212c(%rsp)
jne 0x155cde5
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x155c36f
movq 0x5d8(%rsp), %rax
movq %rax, 0x31d0(%rsp)
movq 0x31d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x155c37c
jmp 0x155c38c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0x1a3c(%rsp)
movl 0x1a3c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x155cdd5
movq 0x2188(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x19e8(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19e8(%rsp), %r10
movq %r10, 0x3830(%rsp)
movl %r9d, 0x382c(%rsp)
movl %r8d, 0x3828(%rsp)
movl %edi, 0x3824(%rsp)
movq %rsi, 0x3818(%rsp)
movq %rdx, 0x3810(%rsp)
movl %ecx, 0x380c(%rsp)
movq %rax, 0x3800(%rsp)
movq 0x3830(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3810(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x380c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3800(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x382c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3828(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3824(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d08(%rsp)
movl $0x10, 0x3d04(%rsp)
movq 0x3d08(%rsp), %rax
movslq 0x3d04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155c567
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a28(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x155c6a8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq %rax, 0x43a8(%rsp)
movq 0x43a8(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155c64b
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43a4(%rsp) # imm = 0xFFFFFFFF
movl 0x43a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43a0(%rsp)
cmpl $0x1, 0x43a0(%rsp)
jne 0x155c64b
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155c619
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155c617
jmp 0x155c649
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4470(%rsp)
cmpq $0x0, 0x4470(%rsp)
je 0x155c647
movq 0x4470(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155c649
jmp 0x155c64b
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155c6a6
movq %rax, %rdi
callq 0x678a0
jmp 0x155c6a8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x19e8(%rsp), %rax
movq %rax, 0x26f8(%rsp)
movq 0x26f8(%rsp), %rax
movq %rax, 0x41b8(%rsp)
movq 0x41b8(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155c799
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41b4(%rsp) # imm = 0xFFFFFFFF
movl 0x41b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41b0(%rsp)
cmpl $0x1, 0x41b0(%rsp)
jne 0x155c799
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155c767
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155c765
jmp 0x155c797
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4568(%rsp)
cmpq $0x0, 0x4568(%rsp)
je 0x155c795
movq 0x4568(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155c797
jmp 0x155c799
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155c7f4
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x1a30(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x19e0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x1990(%rsp), %rdx
movq %rdx, 0x2980(%rsp)
movq %rcx, 0x2978(%rsp)
movl %eax, 0x2974(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x2973(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2974(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1990(%rsp), %r10
movq %r10, 0x3398(%rsp)
movl %r9d, 0x3394(%rsp)
movl %r8d, 0x3390(%rsp)
movl %edi, 0x338c(%rsp)
movq %rsi, 0x3380(%rsp)
movq %rdx, 0x3378(%rsp)
movl %ecx, 0x3374(%rsp)
movq %rax, 0x3368(%rsp)
movq 0x3398(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x3380(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3378(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3374(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3368(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3394(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3390(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x338c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e58(%rsp)
movl $0x10, 0x3e54(%rsp)
movq 0x3e58(%rsp), %rax
movslq 0x3e54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155c9e3
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19d0(%rsp)
movb $0x1, 0x2973(%rsp)
testb $0x1, 0x2973(%rsp)
jne 0x155cb24
leaq 0x1990(%rsp), %rax
movq %rax, 0x2988(%rsp)
movq 0x2988(%rsp), %rax
movq %rax, 0x3f08(%rsp)
movq 0x3f08(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155cac7
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f04(%rsp) # imm = 0xFFFFFFFF
movl 0x3f04(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f00(%rsp)
cmpl $0x1, 0x3f00(%rsp)
jne 0x155cac7
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155ca95
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155ca93
jmp 0x155cac5
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46c0(%rsp)
cmpq $0x0, 0x46c0(%rsp)
je 0x155cac3
movq 0x46c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155cac5
jmp 0x155cac7
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155cb22
movq %rax, %rdi
callq 0x678a0
jmp 0x155cb24
leaq 0x1990(%rsp), %rax
movq %rax, 0x2aa0(%rsp)
movq 0x2aa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1990(%rsp), %rax
movq %rax, 0x2700(%rsp)
movq 0x2700(%rsp), %rax
movq %rax, 0x41a8(%rsp)
movq 0x41a8(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155cc15
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41a4(%rsp) # imm = 0xFFFFFFFF
movl 0x41a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41a0(%rsp)
cmpl $0x1, 0x41a0(%rsp)
jne 0x155cc15
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155cbe3
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155cbe1
jmp 0x155cc13
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4570(%rsp)
cmpq $0x0, 0x4570(%rsp)
je 0x155cc11
movq 0x4570(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155cc13
jmp 0x155cc15
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155cc70
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x19d8(%rsp)
movl $0x0, 0x198c(%rsp)
movl 0x198c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x155cdbd
movq 0x1a30(%rsp), %rax
movq %rax, 0x2ba8(%rsp)
movq 0x2ba8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1960(%rsp)
movq 0x19e0(%rsp), %rax
movq %rax, 0x31b0(%rsp)
movq 0x31b0(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x31ac(%rsp)
vbroadcastss 0x31ac(%rsp), %ymm0
vmovaps %ymm0, 0x3180(%rsp)
vmovaps 0x3180(%rsp), %ymm0
vmovaps %ymm0, 0x1940(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1960(%rsp), %rsi
leaq 0x1940(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x1920(%rsp)
movq 0x19d8(%rsp), %rax
vmovaps 0x1920(%rsp), %ymm0
movq %rax, 0x2fb8(%rsp)
vmovaps %ymm0, 0x2f80(%rsp)
vmovaps 0x2f80(%rsp), %ymm0
movq 0x2fb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1a30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1a30(%rsp)
movq 0x19e0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x19e0(%rsp)
movq 0x19d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x19d8(%rsp)
movl 0x198c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x198c(%rsp)
jmp 0x155cc8b
jmp 0x155cdbf
movl 0x1a3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a3c(%rsp)
jmp 0x155c397
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
cmpl $0x1, 0x2168(%rsp)
jne 0x155dd2b
cmpl $0x1, 0x2164(%rsp)
jne 0x155dd2b
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x155dd2b
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x155ceb8
movq 0x578(%rsp), %rax
movq %rax, 0x31d8(%rsp)
movq 0x31d8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x155cec5
jmp 0x155ced5
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0x191c(%rsp)
movl 0x191c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x155dd1b
movq 0x2188(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x18c8(%rsp), %rdx
movq %rdx, 0x23c0(%rsp)
movq %rcx, 0x23b8(%rsp)
movl %eax, 0x23b4(%rsp)
movq 0x23b8(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x23b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18c8(%rsp), %r10
movq %r10, 0x3868(%rsp)
movl %r9d, 0x3864(%rsp)
movl %r8d, 0x3860(%rsp)
movl %edi, 0x385c(%rsp)
movq %rsi, 0x3850(%rsp)
movq %rdx, 0x3848(%rsp)
movl %ecx, 0x3844(%rsp)
movq %rax, 0x3838(%rsp)
movq 0x3868(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x3850(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3848(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3844(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3838(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3864(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3860(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x385c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cf8(%rsp)
movl $0x10, 0x3cf4(%rsp)
movq 0x3cf8(%rsp), %rax
movslq 0x3cf4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cf4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155d0b0
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1908(%rsp)
movb $0x1, 0x23b3(%rsp)
testb $0x1, 0x23b3(%rsp)
jne 0x155d1f1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2608(%rsp)
movq 0x2608(%rsp), %rax
movq %rax, 0x4398(%rsp)
movq 0x4398(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155d194
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4394(%rsp) # imm = 0xFFFFFFFF
movl 0x4394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4390(%rsp)
cmpl $0x1, 0x4390(%rsp)
jne 0x155d194
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155d162
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155d160
jmp 0x155d192
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4478(%rsp)
cmpq $0x0, 0x4478(%rsp)
je 0x155d190
movq 0x4478(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155d192
jmp 0x155d194
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155d1ef
movq %rax, %rdi
callq 0x678a0
jmp 0x155d1f1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2708(%rsp)
movq 0x2708(%rsp), %rax
movq %rax, 0x4198(%rsp)
movq 0x4198(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155d2e2
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4194(%rsp) # imm = 0xFFFFFFFF
movl 0x4194(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4190(%rsp)
cmpl $0x1, 0x4190(%rsp)
jne 0x155d2e2
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155d2b0
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155d2ae
jmp 0x155d2e0
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4578(%rsp)
cmpq $0x0, 0x4578(%rsp)
je 0x155d2de
movq 0x4578(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155d2e0
jmp 0x155d2e2
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155d33d
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x1910(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1878(%rsp), %rdx
movq %rdx, 0x23a8(%rsp)
movq %rcx, 0x23a0(%rsp)
movl %eax, 0x239c(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x239b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x239c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1878(%rsp), %r10
movq %r10, 0x38a0(%rsp)
movl %r9d, 0x389c(%rsp)
movl %r8d, 0x3898(%rsp)
movl %edi, 0x3894(%rsp)
movq %rsi, 0x3888(%rsp)
movq %rdx, 0x3880(%rsp)
movl %ecx, 0x387c(%rsp)
movq %rax, 0x3870(%rsp)
movq 0x38a0(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3880(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x387c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3870(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x389c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3898(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3894(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ce8(%rsp)
movl $0x10, 0x3ce4(%rsp)
movq 0x3ce8(%rsp), %rax
movslq 0x3ce4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ce4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155d509
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18b8(%rsp)
movb $0x1, 0x239b(%rsp)
testb $0x1, 0x239b(%rsp)
jne 0x155d64a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2610(%rsp)
movq 0x2610(%rsp), %rax
movq %rax, 0x4388(%rsp)
movq 0x4388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155d5ed
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4384(%rsp) # imm = 0xFFFFFFFF
movl 0x4384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4380(%rsp)
cmpl $0x1, 0x4380(%rsp)
jne 0x155d5ed
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155d5bb
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155d5b9
jmp 0x155d5eb
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4480(%rsp)
cmpq $0x0, 0x4480(%rsp)
je 0x155d5e9
movq 0x4480(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155d5eb
jmp 0x155d5ed
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155d648
movq %rax, %rdi
callq 0x678a0
jmp 0x155d64a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2558(%rsp)
movq 0x2558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1878(%rsp), %rax
movq %rax, 0x2710(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, 0x4188(%rsp)
movq 0x4188(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155d73b
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4184(%rsp) # imm = 0xFFFFFFFF
movl 0x4184(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4180(%rsp)
cmpl $0x1, 0x4180(%rsp)
jne 0x155d73b
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155d709
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155d707
jmp 0x155d739
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4580(%rsp)
cmpq $0x0, 0x4580(%rsp)
je 0x155d737
movq 0x4580(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155d739
jmp 0x155d73b
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155d796
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x18c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1828(%rsp), %rdx
movq %rdx, 0x2960(%rsp)
movq %rcx, 0x2958(%rsp)
movl %eax, 0x2954(%rsp)
movq 0x2958(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x2953(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2954(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1828(%rsp), %r10
movq %r10, 0x33d0(%rsp)
movl %r9d, 0x33cc(%rsp)
movl %r8d, 0x33c8(%rsp)
movl %edi, 0x33c4(%rsp)
movq %rsi, 0x33b8(%rsp)
movq %rdx, 0x33b0(%rsp)
movl %ecx, 0x33ac(%rsp)
movq %rax, 0x33a0(%rsp)
movq 0x33d0(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x33c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e48(%rsp)
movl $0x10, 0x3e44(%rsp)
movq 0x3e48(%rsp), %rax
movslq 0x3e44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1850(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155d962
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1868(%rsp)
movb $0x1, 0x2953(%rsp)
testb $0x1, 0x2953(%rsp)
jne 0x155daa3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2968(%rsp)
movq 0x2968(%rsp), %rax
movq %rax, 0x3f18(%rsp)
movq 0x3f18(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155da46
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f14(%rsp) # imm = 0xFFFFFFFF
movl 0x3f14(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f10(%rsp)
cmpl $0x1, 0x3f10(%rsp)
jne 0x155da46
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155da14
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155da12
jmp 0x155da44
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46b8(%rsp)
cmpq $0x0, 0x46b8(%rsp)
je 0x155da42
movq 0x46b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155da44
jmp 0x155da46
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155daa1
movq %rax, %rdi
callq 0x678a0
jmp 0x155daa3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2a98(%rsp)
movq 0x2a98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x1828(%rsp), %rax
movq %rax, 0x2718(%rsp)
movq 0x2718(%rsp), %rax
movq %rax, 0x4178(%rsp)
movq 0x4178(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155db94
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4174(%rsp) # imm = 0xFFFFFFFF
movl 0x4174(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4170(%rsp)
cmpl $0x1, 0x4170(%rsp)
jne 0x155db94
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155db62
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155db60
jmp 0x155db92
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4588(%rsp)
cmpq $0x0, 0x4588(%rsp)
je 0x155db90
movq 0x4588(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155db92
jmp 0x155db94
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155dbef
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1870(%rsp)
movq 0x1910(%rsp), %rax
movq %rax, 0x2ba0(%rsp)
movq 0x2ba0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1800(%rsp)
movl $0x0, 0x17fc(%rsp)
movl 0x17fc(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x155dd03
movq 0x18c0(%rsp), %rax
movq %rax, 0x2b98(%rsp)
movq 0x2b98(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x17c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1800(%rsp), %rsi
leaq 0x17c0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x17a0(%rsp)
movq 0x1870(%rsp), %rax
vmovaps 0x17a0(%rsp), %ymm0
movq %rax, 0x2f78(%rsp)
vmovaps %ymm0, 0x2f40(%rsp)
vmovaps 0x2f40(%rsp), %ymm0
movq 0x2f78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x18c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x18c0(%rsp)
movq 0x1870(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1870(%rsp)
movl 0x17fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17fc(%rsp)
jmp 0x155dc2f
jmp 0x155dd05
movl 0x191c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x191c(%rsp)
jmp 0x155cee0
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x155e888
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x155e888
cmpl $0x1, 0x215c(%rsp)
jne 0x155e888
cmpl $0x1, 0x214c(%rsp)
jne 0x155e888
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x155de12
movq 0x4f0(%rsp), %rax
movq %rax, 0x31e0(%rsp)
movq 0x31e0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x155de1f
jmp 0x155de2f
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0x179c(%rsp)
movl 0x179c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x155e878
movq 0x2188(%rsp), %rax
movq %rax, 0x2550(%rsp)
movq 0x2550(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1790(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x1740(%rsp), %rdx
movq %rdx, 0x2390(%rsp)
movq %rcx, 0x2388(%rsp)
movl %eax, 0x2384(%rsp)
movq 0x2388(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x2383(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2384(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1740(%rsp), %r10
movq %r10, 0x38d8(%rsp)
movl %r9d, 0x38d4(%rsp)
movl %r8d, 0x38d0(%rsp)
movl %edi, 0x38cc(%rsp)
movq %rsi, 0x38c0(%rsp)
movq %rdx, 0x38b8(%rsp)
movl %ecx, 0x38b4(%rsp)
movq %rax, 0x38a8(%rsp)
movq 0x38d8(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x38c0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38b8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38b4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38a8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x38d4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x38d0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x38cc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cd8(%rsp)
movl $0x10, 0x3cd4(%rsp)
movq 0x3cd8(%rsp), %rax
movslq 0x3cd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1768(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155e02d
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1780(%rsp)
movb $0x1, 0x2383(%rsp)
testb $0x1, 0x2383(%rsp)
jne 0x155e16e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2618(%rsp)
movq 0x2618(%rsp), %rax
movq %rax, 0x4378(%rsp)
movq 0x4378(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155e111
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4374(%rsp) # imm = 0xFFFFFFFF
movl 0x4374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4370(%rsp)
cmpl $0x1, 0x4370(%rsp)
jne 0x155e111
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155e0df
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155e0dd
jmp 0x155e10f
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4488(%rsp)
cmpq $0x0, 0x4488(%rsp)
je 0x155e10d
movq 0x4488(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155e10f
jmp 0x155e111
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155e16c
movq %rax, %rdi
callq 0x678a0
jmp 0x155e16e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2548(%rsp)
movq 0x2548(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1740(%rsp), %rax
movq %rax, 0x2720(%rsp)
movq 0x2720(%rsp), %rax
movq %rax, 0x4168(%rsp)
movq 0x4168(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155e25f
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4164(%rsp) # imm = 0xFFFFFFFF
movl 0x4164(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4160(%rsp)
cmpl $0x1, 0x4160(%rsp)
jne 0x155e25f
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155e22d
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155e22b
jmp 0x155e25d
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4590(%rsp)
cmpq $0x0, 0x4590(%rsp)
je 0x155e25b
movq 0x4590(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155e25d
jmp 0x155e25f
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155e2ba
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1788(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x16f0(%rsp), %rdx
movq %rdx, 0x2940(%rsp)
movq %rcx, 0x2938(%rsp)
movl %eax, 0x2934(%rsp)
movq 0x2938(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x2933(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2934(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f0(%rsp), %r10
movq %r10, 0x3408(%rsp)
movl %r9d, 0x3404(%rsp)
movl %r8d, 0x3400(%rsp)
movl %edi, 0x33fc(%rsp)
movq %rsi, 0x33f0(%rsp)
movq %rdx, 0x33e8(%rsp)
movl %ecx, 0x33e4(%rsp)
movq %rax, 0x33d8(%rsp)
movq 0x3408(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x33f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3404(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3400(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e38(%rsp)
movl $0x10, 0x3e34(%rsp)
movq 0x3e38(%rsp), %rax
movslq 0x3e34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1718(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155e486
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1730(%rsp)
movb $0x1, 0x2933(%rsp)
testb $0x1, 0x2933(%rsp)
jne 0x155e5c7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2948(%rsp)
movq 0x2948(%rsp), %rax
movq %rax, 0x3f28(%rsp)
movq 0x3f28(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155e56a
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f24(%rsp) # imm = 0xFFFFFFFF
movl 0x3f24(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f20(%rsp)
cmpl $0x1, 0x3f20(%rsp)
jne 0x155e56a
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155e538
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155e536
jmp 0x155e568
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46b0(%rsp)
cmpq $0x0, 0x46b0(%rsp)
je 0x155e566
movq 0x46b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155e568
jmp 0x155e56a
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155e5c5
movq %rax, %rdi
callq 0x678a0
jmp 0x155e5c7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2a90(%rsp)
movq 0x2a90(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2728(%rsp)
movq 0x2728(%rsp), %rax
movq %rax, 0x4158(%rsp)
movq 0x4158(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155e6b8
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4154(%rsp) # imm = 0xFFFFFFFF
movl 0x4154(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4150(%rsp)
cmpl $0x1, 0x4150(%rsp)
jne 0x155e6b8
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155e686
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155e684
jmp 0x155e6b6
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4598(%rsp)
cmpq $0x0, 0x4598(%rsp)
je 0x155e6b4
movq 0x4598(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155e6b6
jmp 0x155e6b8
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155e713
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1738(%rsp)
movl $0x0, 0x16ec(%rsp)
movl 0x16ec(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x155e860
movq 0x1790(%rsp), %rax
movq %rax, 0x3178(%rsp)
movq 0x3178(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3174(%rsp)
vbroadcastss 0x3174(%rsp), %ymm0
vmovaps %ymm0, 0x3140(%rsp)
vmovaps 0x3140(%rsp), %ymm0
vmovaps %ymm0, 0x16c0(%rsp)
movq 0x1788(%rsp), %rax
movq %rax, 0x2b90(%rsp)
movq 0x2b90(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x16a0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16a0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x1680(%rsp)
movq 0x1738(%rsp), %rax
vmovaps 0x1680(%rsp), %ymm0
movq %rax, 0x2f38(%rsp)
vmovaps %ymm0, 0x2f00(%rsp)
vmovaps 0x2f00(%rsp), %ymm0
movq 0x2f38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1790(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1790(%rsp)
movq 0x1788(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1788(%rsp)
movq 0x1738(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1738(%rsp)
movl 0x16ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ec(%rsp)
jmp 0x155e72e
jmp 0x155e862
movl 0x179c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x179c(%rsp)
jmp 0x155de3a
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
cmpl $0x1, 0x2168(%rsp)
je 0x155f82d
cmpl $0x1, 0x2148(%rsp)
jne 0x155f82d
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x155f82d
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x155f82d
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x155e96f
movq 0x490(%rsp), %rax
movq %rax, 0x31e8(%rsp)
movq 0x31e8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x155e97c
jmp 0x155e98c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0x167c(%rsp)
movl 0x167c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x155f81d
movq 0x2188(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1628(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1628(%rsp), %r10
movq %r10, 0x3910(%rsp)
movl %r9d, 0x390c(%rsp)
movl %r8d, 0x3908(%rsp)
movl %edi, 0x3904(%rsp)
movq %rsi, 0x38f8(%rsp)
movq %rdx, 0x38f0(%rsp)
movl %ecx, 0x38ec(%rsp)
movq %rax, 0x38e0(%rsp)
movq 0x3910(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x38f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x390c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3908(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3904(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cc8(%rsp)
movl $0x10, 0x3cc4(%rsp)
movq 0x3cc8(%rsp), %rax
movslq 0x3cc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1650(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155eb67
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1668(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x155eca8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2620(%rsp)
movq 0x2620(%rsp), %rax
movq %rax, 0x4368(%rsp)
movq 0x4368(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155ec4b
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4364(%rsp) # imm = 0xFFFFFFFF
movl 0x4364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4360(%rsp)
cmpl $0x1, 0x4360(%rsp)
jne 0x155ec4b
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155ec19
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155ec17
jmp 0x155ec49
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4490(%rsp)
cmpq $0x0, 0x4490(%rsp)
je 0x155ec47
movq 0x4490(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155ec49
jmp 0x155ec4b
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155eca6
movq %rax, %rdi
callq 0x678a0
jmp 0x155eca8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1628(%rsp), %rax
movq %rax, 0x2730(%rsp)
movq 0x2730(%rsp), %rax
movq %rax, 0x4148(%rsp)
movq 0x4148(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155ed99
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4144(%rsp) # imm = 0xFFFFFFFF
movl 0x4144(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4140(%rsp)
cmpl $0x1, 0x4140(%rsp)
jne 0x155ed99
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155ed67
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155ed65
jmp 0x155ed97
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45a0(%rsp)
cmpq $0x0, 0x45a0(%rsp)
je 0x155ed95
movq 0x45a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155ed97
jmp 0x155ed99
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155edf4
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1670(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x15d8(%rsp), %rdx
movq %rdx, 0x2360(%rsp)
movq %rcx, 0x2358(%rsp)
movl %eax, 0x2354(%rsp)
movq 0x2358(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x2353(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2354(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x15d8(%rsp), %r10
movq %r10, 0x3948(%rsp)
movl %r9d, 0x3944(%rsp)
movl %r8d, 0x3940(%rsp)
movl %edi, 0x393c(%rsp)
movq %rsi, 0x3930(%rsp)
movq %rdx, 0x3928(%rsp)
movl %ecx, 0x3924(%rsp)
movq %rax, 0x3918(%rsp)
movq 0x3948(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x3930(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3928(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3924(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3918(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3944(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3940(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x393c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cb8(%rsp)
movl $0x10, 0x3cb4(%rsp)
movq 0x3cb8(%rsp), %rax
movslq 0x3cb4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cb4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1600(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155efc0
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1618(%rsp)
movb $0x1, 0x2353(%rsp)
testb $0x1, 0x2353(%rsp)
jne 0x155f101
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rax
movq %rax, 0x4358(%rsp)
movq 0x4358(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155f0a4
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4354(%rsp) # imm = 0xFFFFFFFF
movl 0x4354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4350(%rsp)
cmpl $0x1, 0x4350(%rsp)
jne 0x155f0a4
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155f072
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155f070
jmp 0x155f0a2
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4498(%rsp)
cmpq $0x0, 0x4498(%rsp)
je 0x155f0a0
movq 0x4498(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155f0a2
jmp 0x155f0a4
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155f0ff
movq %rax, %rdi
callq 0x678a0
jmp 0x155f101
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2538(%rsp)
movq 0x2538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2738(%rsp)
movq 0x2738(%rsp), %rax
movq %rax, 0x4138(%rsp)
movq 0x4138(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155f1f2
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4134(%rsp) # imm = 0xFFFFFFFF
movl 0x4134(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4130(%rsp)
cmpl $0x1, 0x4130(%rsp)
jne 0x155f1f2
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155f1c0
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155f1be
jmp 0x155f1f0
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45a8(%rsp)
cmpq $0x0, 0x45a8(%rsp)
je 0x155f1ee
movq 0x45a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155f1f0
jmp 0x155f1f2
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155f24d
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1620(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1588(%rsp), %rdx
movq %rdx, 0x2920(%rsp)
movq %rcx, 0x2918(%rsp)
movl %eax, 0x2914(%rsp)
movq 0x2918(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x2913(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2914(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1588(%rsp), %r10
movq %r10, 0x3440(%rsp)
movl %r9d, 0x343c(%rsp)
movl %r8d, 0x3438(%rsp)
movl %edi, 0x3434(%rsp)
movq %rsi, 0x3428(%rsp)
movq %rdx, 0x3420(%rsp)
movl %ecx, 0x341c(%rsp)
movq %rax, 0x3410(%rsp)
movq 0x3440(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3420(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x341c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3410(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x343c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3438(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3434(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e28(%rsp)
movl $0x10, 0x3e24(%rsp)
movq 0x3e28(%rsp), %rax
movslq 0x3e24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x15b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155f419
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15c8(%rsp)
movb $0x1, 0x2913(%rsp)
testb $0x1, 0x2913(%rsp)
jne 0x155f55a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2928(%rsp)
movq 0x2928(%rsp), %rax
movq %rax, 0x3f38(%rsp)
movq 0x3f38(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155f4fd
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f34(%rsp) # imm = 0xFFFFFFFF
movl 0x3f34(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f30(%rsp)
cmpl $0x1, 0x3f30(%rsp)
jne 0x155f4fd
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155f4cb
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155f4c9
jmp 0x155f4fb
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46a8(%rsp)
cmpq $0x0, 0x46a8(%rsp)
je 0x155f4f9
movq 0x46a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155f4fb
jmp 0x155f4fd
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155f558
movq %rax, %rdi
callq 0x678a0
jmp 0x155f55a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2a88(%rsp)
movq 0x2a88(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1588(%rsp), %rax
movq %rax, 0x2740(%rsp)
movq 0x2740(%rsp), %rax
movq %rax, 0x4128(%rsp)
movq 0x4128(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155f64b
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4124(%rsp) # imm = 0xFFFFFFFF
movl 0x4124(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4120(%rsp)
cmpl $0x1, 0x4120(%rsp)
jne 0x155f64b
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155f619
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155f617
jmp 0x155f649
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45b0(%rsp)
cmpq $0x0, 0x45b0(%rsp)
je 0x155f647
movq 0x45b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155f649
jmp 0x155f64b
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155f6a6
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x15d0(%rsp)
movl $0x0, 0x1584(%rsp)
movl 0x1584(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x155f805
movq 0x1620(%rsp), %rax
movl 0x1584(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b88(%rsp)
movq 0x2b88(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1560(%rsp)
movl $0x0, 0x155c(%rsp)
movl 0x155c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x155f7ed
movq 0x1670(%rsp), %rax
movq %rax, 0x2b80(%rsp)
movq 0x2b80(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1520(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1520(%rsp), %rsi
leaq 0x1560(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x1500(%rsp)
movq 0x15d0(%rsp), %rax
vmovaps 0x1500(%rsp), %ymm0
movq %rax, 0x2ef8(%rsp)
vmovaps %ymm0, 0x2ec0(%rsp)
vmovaps 0x2ec0(%rsp), %ymm0
movq 0x2ef8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1670(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1670(%rsp)
movq 0x15d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x15d0(%rsp)
movl 0x155c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x155c(%rsp)
jmp 0x155f719
jmp 0x155f7ef
movl 0x1584(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1584(%rsp)
jmp 0x155f6c1
jmp 0x155f807
movl 0x167c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x167c(%rsp)
jmp 0x155e997
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x15607d2
cmpl $0x1, 0x2164(%rsp)
je 0x15607d2
cmpl $0x1, 0x2144(%rsp)
jne 0x15607d2
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x15607d2
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x155f914
movq 0x408(%rsp), %rax
movq %rax, 0x31f0(%rsp)
movq 0x31f0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x155f921
jmp 0x155f931
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0x14fc(%rsp)
movl 0x14fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15607c2
movq 0x2188(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x14a8(%rsp), %rdx
movq %rdx, 0x2348(%rsp)
movq %rcx, 0x2340(%rsp)
movl %eax, 0x233c(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x233b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x233c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14a8(%rsp), %r10
movq %r10, 0x3980(%rsp)
movl %r9d, 0x397c(%rsp)
movl %r8d, 0x3978(%rsp)
movl %edi, 0x3974(%rsp)
movq %rsi, 0x3968(%rsp)
movq %rdx, 0x3960(%rsp)
movl %ecx, 0x395c(%rsp)
movq %rax, 0x3950(%rsp)
movq 0x3980(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x3968(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3960(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x395c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3950(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x397c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3978(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3974(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ca8(%rsp)
movl $0x10, 0x3ca4(%rsp)
movq 0x3ca8(%rsp), %rax
movslq 0x3ca4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ca4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155fb0c
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x14e8(%rsp)
movb $0x1, 0x233b(%rsp)
testb $0x1, 0x233b(%rsp)
jne 0x155fc4d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rax
movq %rax, 0x4348(%rsp)
movq 0x4348(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155fbf0
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4344(%rsp) # imm = 0xFFFFFFFF
movl 0x4344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4340(%rsp)
cmpl $0x1, 0x4340(%rsp)
jne 0x155fbf0
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155fbbe
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155fbbc
jmp 0x155fbee
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44a0(%rsp)
cmpq $0x0, 0x44a0(%rsp)
je 0x155fbec
movq 0x44a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155fbee
jmp 0x155fbf0
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155fc4b
movq %rax, %rdi
callq 0x678a0
jmp 0x155fc4d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2530(%rsp)
movq 0x2530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2748(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, 0x4118(%rsp)
movq 0x4118(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x155fd3e
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4114(%rsp) # imm = 0xFFFFFFFF
movl 0x4114(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4110(%rsp)
cmpl $0x1, 0x4110(%rsp)
jne 0x155fd3e
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x155fd0c
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x155fd0a
jmp 0x155fd3c
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45b8(%rsp)
cmpq $0x0, 0x45b8(%rsp)
je 0x155fd3a
movq 0x45b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x155fd3c
jmp 0x155fd3e
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x155fd99
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x14f0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1458(%rsp), %rdx
movq %rdx, 0x2330(%rsp)
movq %rcx, 0x2328(%rsp)
movl %eax, 0x2324(%rsp)
movq 0x2328(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x2323(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2324(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1458(%rsp), %r10
movq %r10, 0x39b8(%rsp)
movl %r9d, 0x39b4(%rsp)
movl %r8d, 0x39b0(%rsp)
movl %edi, 0x39ac(%rsp)
movq %rsi, 0x39a0(%rsp)
movq %rdx, 0x3998(%rsp)
movl %ecx, 0x3994(%rsp)
movq %rax, 0x3988(%rsp)
movq 0x39b8(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x39a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3998(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3994(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3988(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c98(%rsp)
movl $0x10, 0x3c94(%rsp)
movq 0x3c98(%rsp), %rax
movslq 0x3c94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1480(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x155ff65
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1498(%rsp)
movb $0x1, 0x2323(%rsp)
testb $0x1, 0x2323(%rsp)
jne 0x15600a6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rax
movq %rax, 0x4338(%rsp)
movq 0x4338(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1560049
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4334(%rsp) # imm = 0xFFFFFFFF
movl 0x4334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4330(%rsp)
cmpl $0x1, 0x4330(%rsp)
jne 0x1560049
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1560017
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1560015
jmp 0x1560047
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44a8(%rsp)
cmpq $0x0, 0x44a8(%rsp)
je 0x1560045
movq 0x44a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1560047
jmp 0x1560049
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15600a4
movq %rax, %rdi
callq 0x678a0
jmp 0x15600a6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2528(%rsp)
movq 0x2528(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x1458(%rsp), %rax
movq %rax, 0x2750(%rsp)
movq 0x2750(%rsp), %rax
movq %rax, 0x4108(%rsp)
movq 0x4108(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1560197
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4104(%rsp) # imm = 0xFFFFFFFF
movl 0x4104(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4100(%rsp)
cmpl $0x1, 0x4100(%rsp)
jne 0x1560197
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1560165
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1560163
jmp 0x1560195
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45c0(%rsp)
cmpq $0x0, 0x45c0(%rsp)
je 0x1560193
movq 0x45c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1560195
jmp 0x1560197
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15601f2
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x14a0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1408(%rsp), %rdx
movq %rdx, 0x2900(%rsp)
movq %rcx, 0x28f8(%rsp)
movl %eax, 0x28f4(%rsp)
movq 0x28f8(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x28f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1408(%rsp), %r10
movq %r10, 0x3478(%rsp)
movl %r9d, 0x3474(%rsp)
movl %r8d, 0x3470(%rsp)
movl %edi, 0x346c(%rsp)
movq %rsi, 0x3460(%rsp)
movq %rdx, 0x3458(%rsp)
movl %ecx, 0x3454(%rsp)
movq %rax, 0x3448(%rsp)
movq 0x3478(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x3460(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3458(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3454(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3448(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3474(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3470(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x346c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e18(%rsp)
movl $0x10, 0x3e14(%rsp)
movq 0x3e18(%rsp), %rax
movslq 0x3e14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1430(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15603be
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1448(%rsp)
movb $0x1, 0x28f3(%rsp)
testb $0x1, 0x28f3(%rsp)
jne 0x15604ff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2908(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, 0x3f48(%rsp)
movq 0x3f48(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15604a2
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f44(%rsp) # imm = 0xFFFFFFFF
movl 0x3f44(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f40(%rsp)
cmpl $0x1, 0x3f40(%rsp)
jne 0x15604a2
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1560470
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156046e
jmp 0x15604a0
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46a0(%rsp)
cmpq $0x0, 0x46a0(%rsp)
je 0x156049e
movq 0x46a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15604a0
jmp 0x15604a2
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15604fd
movq %rax, %rdi
callq 0x678a0
jmp 0x15604ff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2a80(%rsp)
movq 0x2a80(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1408(%rsp), %rax
movq %rax, 0x2758(%rsp)
movq 0x2758(%rsp), %rax
movq %rax, 0x40f8(%rsp)
movq 0x40f8(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15605f0
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40f4(%rsp) # imm = 0xFFFFFFFF
movl 0x40f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40f0(%rsp)
cmpl $0x1, 0x40f0(%rsp)
jne 0x15605f0
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15605be
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15605bc
jmp 0x15605ee
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45c8(%rsp)
cmpq $0x0, 0x45c8(%rsp)
je 0x15605ec
movq 0x45c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15605ee
jmp 0x15605f0
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156064b
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x1450(%rsp)
movl $0x0, 0x1404(%rsp)
movl 0x1404(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15607aa
movl $0x0, 0x1400(%rsp)
movl 0x1400(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x1560792
movq 0x14f0(%rsp), %rax
movq %rax, 0x2b78(%rsp)
movq 0x2b78(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13e0(%rsp)
movq 0x14a0(%rsp), %rax
movl 0x1400(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b70(%rsp)
movq 0x2b70(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x13e0(%rsp), %rsi
leaq 0x13c0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x13a0(%rsp)
movq 0x1450(%rsp), %rax
vmovaps 0x13a0(%rsp), %ymm0
movq %rax, 0x2eb8(%rsp)
vmovaps %ymm0, 0x2e80(%rsp)
vmovaps 0x2e80(%rsp), %ymm0
movq 0x2eb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x14f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x14f0(%rsp)
movq 0x1450(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1450(%rsp)
movl 0x1400(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1400(%rsp)
jmp 0x1560685
jmp 0x1560794
movl 0x1404(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1404(%rsp)
jmp 0x1560666
jmp 0x15607ac
movl 0x14fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14fc(%rsp)
jmp 0x155f93c
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
cmpl $0x1, 0x2148(%rsp)
je 0x1561777
cmpl $0x1, 0x2168(%rsp)
jne 0x1561777
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x1561777
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x1561777
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x15608b9
movq 0x380(%rsp), %rax
movq %rax, 0x31f8(%rsp)
movq 0x31f8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x15608c6
jmp 0x15608d6
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0x139c(%rsp)
movl 0x139c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1561767
movq 0x2188(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x1348(%rsp), %rdx
movq %rdx, 0x2318(%rsp)
movq %rcx, 0x2310(%rsp)
movl %eax, 0x230c(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x230b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x230c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1348(%rsp), %r10
movq %r10, 0x39f0(%rsp)
movl %r9d, 0x39ec(%rsp)
movl %r8d, 0x39e8(%rsp)
movl %edi, 0x39e4(%rsp)
movq %rsi, 0x39d8(%rsp)
movq %rdx, 0x39d0(%rsp)
movl %ecx, 0x39cc(%rsp)
movq %rax, 0x39c0(%rsp)
movq 0x39f0(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x39d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x39d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x39cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c88(%rsp)
movl $0x10, 0x3c84(%rsp)
movq 0x3c88(%rsp), %rax
movslq 0x3c84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1370(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1560ab1
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1388(%rsp)
movb $0x1, 0x230b(%rsp)
testb $0x1, 0x230b(%rsp)
jne 0x1560bf2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rax
movq %rax, 0x4328(%rsp)
movq 0x4328(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1560b95
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4324(%rsp) # imm = 0xFFFFFFFF
movl 0x4324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4320(%rsp)
cmpl $0x1, 0x4320(%rsp)
jne 0x1560b95
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1560b63
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1560b61
jmp 0x1560b93
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44b0(%rsp)
cmpq $0x0, 0x44b0(%rsp)
je 0x1560b91
movq 0x44b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1560b93
jmp 0x1560b95
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1560bf0
movq %rax, %rdi
callq 0x678a0
jmp 0x1560bf2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x1348(%rsp), %rax
movq %rax, 0x2760(%rsp)
movq 0x2760(%rsp), %rax
movq %rax, 0x40e8(%rsp)
movq 0x40e8(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1560ce3
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40e4(%rsp) # imm = 0xFFFFFFFF
movl 0x40e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40e0(%rsp)
cmpl $0x1, 0x40e0(%rsp)
jne 0x1560ce3
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1560cb1
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1560caf
jmp 0x1560ce1
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45d0(%rsp)
cmpq $0x0, 0x45d0(%rsp)
je 0x1560cdf
movq 0x45d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1560ce1
jmp 0x1560ce3
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1560d3e
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1390(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12f8(%rsp), %rdx
movq %rdx, 0x2300(%rsp)
movq %rcx, 0x22f8(%rsp)
movl %eax, 0x22f4(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x22f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12f8(%rsp), %r10
movq %r10, 0x3a28(%rsp)
movl %r9d, 0x3a24(%rsp)
movl %r8d, 0x3a20(%rsp)
movl %edi, 0x3a1c(%rsp)
movq %rsi, 0x3a10(%rsp)
movq %rdx, 0x3a08(%rsp)
movl %ecx, 0x3a04(%rsp)
movq %rax, 0x39f8(%rsp)
movq 0x3a28(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x3a10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c78(%rsp)
movl $0x10, 0x3c74(%rsp)
movq 0x3c78(%rsp), %rax
movslq 0x3c74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1320(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1560f0a
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1338(%rsp)
movb $0x1, 0x22f3(%rsp)
testb $0x1, 0x22f3(%rsp)
jne 0x156104b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rax
movq %rax, 0x4318(%rsp)
movq 0x4318(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1560fee
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4314(%rsp) # imm = 0xFFFFFFFF
movl 0x4314(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4310(%rsp)
cmpl $0x1, 0x4310(%rsp)
jne 0x1560fee
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1560fbc
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1560fba
jmp 0x1560fec
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44b8(%rsp)
cmpq $0x0, 0x44b8(%rsp)
je 0x1560fea
movq 0x44b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1560fec
jmp 0x1560fee
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1561049
movq %rax, %rdi
callq 0x678a0
jmp 0x156104b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2518(%rsp)
movq 0x2518(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2768(%rsp)
movq 0x2768(%rsp), %rax
movq %rax, 0x40d8(%rsp)
movq 0x40d8(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156113c
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40d4(%rsp) # imm = 0xFFFFFFFF
movl 0x40d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40d0(%rsp)
cmpl $0x1, 0x40d0(%rsp)
jne 0x156113c
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156110a
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1561108
jmp 0x156113a
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45d8(%rsp)
cmpq $0x0, 0x45d8(%rsp)
je 0x1561138
movq 0x45d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156113a
jmp 0x156113c
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1561197
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x1340(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12a8(%rsp), %rdx
movq %rdx, 0x28e0(%rsp)
movq %rcx, 0x28d8(%rsp)
movl %eax, 0x28d4(%rsp)
movq 0x28d8(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x28d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12a8(%rsp), %r10
movq %r10, 0x34b0(%rsp)
movl %r9d, 0x34ac(%rsp)
movl %r8d, 0x34a8(%rsp)
movl %edi, 0x34a4(%rsp)
movq %rsi, 0x3498(%rsp)
movq %rdx, 0x3490(%rsp)
movl %ecx, 0x348c(%rsp)
movq %rax, 0x3480(%rsp)
movq 0x34b0(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3490(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x348c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3480(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e08(%rsp)
movl $0x10, 0x3e04(%rsp)
movq 0x3e08(%rsp), %rax
movslq 0x3e04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1561363
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12e8(%rsp)
movb $0x1, 0x28d3(%rsp)
testb $0x1, 0x28d3(%rsp)
jne 0x15614a4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x28e8(%rsp)
movq 0x28e8(%rsp), %rax
movq %rax, 0x3f58(%rsp)
movq 0x3f58(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1561447
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f54(%rsp) # imm = 0xFFFFFFFF
movl 0x3f54(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f50(%rsp)
cmpl $0x1, 0x3f50(%rsp)
jne 0x1561447
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1561415
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1561413
jmp 0x1561445
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4698(%rsp)
cmpq $0x0, 0x4698(%rsp)
je 0x1561443
movq 0x4698(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1561445
jmp 0x1561447
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15614a2
movq %rax, %rdi
callq 0x678a0
jmp 0x15614a4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2a78(%rsp)
movq 0x2a78(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2770(%rsp)
movq 0x2770(%rsp), %rax
movq %rax, 0x40c8(%rsp)
movq 0x40c8(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1561595
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40c4(%rsp) # imm = 0xFFFFFFFF
movl 0x40c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40c0(%rsp)
cmpl $0x1, 0x40c0(%rsp)
jne 0x1561595
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1561563
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1561561
jmp 0x1561593
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45e0(%rsp)
cmpq $0x0, 0x45e0(%rsp)
je 0x1561591
movq 0x45e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1561593
jmp 0x1561595
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15615f0
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x12f0(%rsp)
movl $0x0, 0x12a4(%rsp)
movl 0x12a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x156174f
movq 0x1390(%rsp), %rax
movl 0x12a4(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b68(%rsp)
movq 0x2b68(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1561737
movq 0x1340(%rsp), %rax
movq %rax, 0x2b60(%rsp)
movq 0x2b60(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1240(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1280(%rsp), %rsi
leaq 0x1240(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x1220(%rsp)
movq 0x12f0(%rsp), %rax
vmovaps 0x1220(%rsp), %ymm0
movq %rax, 0x2e78(%rsp)
vmovaps %ymm0, 0x2e40(%rsp)
vmovaps 0x2e40(%rsp), %ymm0
movq 0x2e78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1340(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1340(%rsp)
movq 0x12f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x12f0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x1561663
jmp 0x1561739
movl 0x12a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x12a4(%rsp)
jmp 0x156160b
jmp 0x1561751
movl 0x139c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x139c(%rsp)
jmp 0x15608e1
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x156271c
cmpl $0x1, 0x2144(%rsp)
je 0x156271c
cmpl $0x1, 0x2164(%rsp)
jne 0x156271c
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x156271c
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x156185e
movq 0x2f8(%rsp), %rax
movq %rax, 0x3200(%rsp)
movq 0x3200(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x156186b
jmp 0x156187b
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0x121c(%rsp)
movl 0x121c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x156270c
movq 0x2188(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x11c8(%rsp), %rdx
movq %rdx, 0x22e8(%rsp)
movq %rcx, 0x22e0(%rsp)
movl %eax, 0x22dc(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x22db(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22dc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11c8(%rsp), %r10
movq %r10, 0x3a60(%rsp)
movl %r9d, 0x3a5c(%rsp)
movl %r8d, 0x3a58(%rsp)
movl %edi, 0x3a54(%rsp)
movq %rsi, 0x3a48(%rsp)
movq %rdx, 0x3a40(%rsp)
movl %ecx, 0x3a3c(%rsp)
movq %rax, 0x3a30(%rsp)
movq 0x3a60(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x3a48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c68(%rsp)
movl $0x10, 0x3c64(%rsp)
movq 0x3c68(%rsp), %rax
movslq 0x3c64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1561a56
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1208(%rsp)
movb $0x1, 0x22db(%rsp)
testb $0x1, 0x22db(%rsp)
jne 0x1561b97
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rax
movq %rax, 0x4308(%rsp)
movq 0x4308(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1561b3a
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4304(%rsp) # imm = 0xFFFFFFFF
movl 0x4304(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4300(%rsp)
cmpl $0x1, 0x4300(%rsp)
jne 0x1561b3a
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1561b08
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1561b06
jmp 0x1561b38
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44c0(%rsp)
cmpq $0x0, 0x44c0(%rsp)
je 0x1561b36
movq 0x44c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1561b38
jmp 0x1561b3a
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1561b95
movq %rax, %rdi
callq 0x678a0
jmp 0x1561b97
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2510(%rsp)
movq 0x2510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2778(%rsp)
movq 0x2778(%rsp), %rax
movq %rax, 0x40b8(%rsp)
movq 0x40b8(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1561c88
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40b4(%rsp) # imm = 0xFFFFFFFF
movl 0x40b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40b0(%rsp)
cmpl $0x1, 0x40b0(%rsp)
jne 0x1561c88
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1561c56
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1561c54
jmp 0x1561c86
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45e8(%rsp)
cmpq $0x0, 0x45e8(%rsp)
je 0x1561c84
movq 0x45e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1561c86
jmp 0x1561c88
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1561ce3
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0x1210(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1178(%rsp), %rdx
movq %rdx, 0x22d0(%rsp)
movq %rcx, 0x22c8(%rsp)
movl %eax, 0x22c4(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x22c3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22c4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1178(%rsp), %r10
movq %r10, 0x3a98(%rsp)
movl %r9d, 0x3a94(%rsp)
movl %r8d, 0x3a90(%rsp)
movl %edi, 0x3a8c(%rsp)
movq %rsi, 0x3a80(%rsp)
movq %rdx, 0x3a78(%rsp)
movl %ecx, 0x3a74(%rsp)
movq %rax, 0x3a68(%rsp)
movq 0x3a98(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x3a80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c58(%rsp)
movl $0x10, 0x3c54(%rsp)
movq 0x3c58(%rsp), %rax
movslq 0x3c54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1561eaf
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11b8(%rsp)
movb $0x1, 0x22c3(%rsp)
testb $0x1, 0x22c3(%rsp)
jne 0x1561ff0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rax
movq %rax, 0x42f8(%rsp)
movq 0x42f8(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1561f93
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42f4(%rsp) # imm = 0xFFFFFFFF
movl 0x42f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42f0(%rsp)
cmpl $0x1, 0x42f0(%rsp)
jne 0x1561f93
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1561f61
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1561f5f
jmp 0x1561f91
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44c8(%rsp)
cmpq $0x0, 0x44c8(%rsp)
je 0x1561f8f
movq 0x44c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1561f91
jmp 0x1561f93
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1561fee
movq %rax, %rdi
callq 0x678a0
jmp 0x1561ff0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2508(%rsp)
movq 0x2508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0x1178(%rsp), %rax
movq %rax, 0x2780(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, 0x40a8(%rsp)
movq 0x40a8(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15620e1
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40a4(%rsp) # imm = 0xFFFFFFFF
movl 0x40a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40a0(%rsp)
cmpl $0x1, 0x40a0(%rsp)
jne 0x15620e1
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15620af
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15620ad
jmp 0x15620df
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45f0(%rsp)
cmpq $0x0, 0x45f0(%rsp)
je 0x15620dd
movq 0x45f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15620df
jmp 0x15620e1
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156213c
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0x11c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1128(%rsp), %rdx
movq %rdx, 0x28c0(%rsp)
movq %rcx, 0x28b8(%rsp)
movl %eax, 0x28b4(%rsp)
movq 0x28b8(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x28b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1128(%rsp), %r10
movq %r10, 0x34e8(%rsp)
movl %r9d, 0x34e4(%rsp)
movl %r8d, 0x34e0(%rsp)
movl %edi, 0x34dc(%rsp)
movq %rsi, 0x34d0(%rsp)
movq %rdx, 0x34c8(%rsp)
movl %ecx, 0x34c4(%rsp)
movq %rax, 0x34b8(%rsp)
movq 0x34e8(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x34d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x34c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3df8(%rsp)
movl $0x10, 0x3df4(%rsp)
movq 0x3df8(%rsp), %rax
movslq 0x3df4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3df4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1150(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1562308
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1168(%rsp)
movb $0x1, 0x28b3(%rsp)
testb $0x1, 0x28b3(%rsp)
jne 0x1562449
leaq 0x1128(%rsp), %rax
movq %rax, 0x28c8(%rsp)
movq 0x28c8(%rsp), %rax
movq %rax, 0x3f68(%rsp)
movq 0x3f68(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15623ec
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f64(%rsp) # imm = 0xFFFFFFFF
movl 0x3f64(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f60(%rsp)
cmpl $0x1, 0x3f60(%rsp)
jne 0x15623ec
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15623ba
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15623b8
jmp 0x15623ea
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4690(%rsp)
cmpq $0x0, 0x4690(%rsp)
je 0x15623e8
movq 0x4690(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15623ea
jmp 0x15623ec
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1562447
movq %rax, %rdi
callq 0x678a0
jmp 0x1562449
leaq 0x1128(%rsp), %rax
movq %rax, 0x2a70(%rsp)
movq 0x2a70(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0x1128(%rsp), %rax
movq %rax, 0x2788(%rsp)
movq 0x2788(%rsp), %rax
movq %rax, 0x4098(%rsp)
movq 0x4098(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156253a
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4094(%rsp) # imm = 0xFFFFFFFF
movl 0x4094(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4090(%rsp)
cmpl $0x1, 0x4090(%rsp)
jne 0x156253a
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1562508
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1562506
jmp 0x1562538
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45f8(%rsp)
cmpq $0x0, 0x45f8(%rsp)
je 0x1562536
movq 0x45f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1562538
jmp 0x156253a
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1562595
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0x1170(%rsp)
movl $0x0, 0x1124(%rsp)
movl 0x1124(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15626f4
movl $0x0, 0x1120(%rsp)
movl 0x1120(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15626dc
movq 0x1210(%rsp), %rax
movl 0x1120(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b58(%rsp)
movq 0x2b58(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1100(%rsp)
movq 0x11c0(%rsp), %rax
movq %rax, 0x2b50(%rsp)
movq 0x2b50(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x10e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1100(%rsp), %rsi
leaq 0x10e0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x10c0(%rsp)
movq 0x1170(%rsp), %rax
vmovaps 0x10c0(%rsp), %ymm0
movq %rax, 0x2e38(%rsp)
vmovaps %ymm0, 0x2e00(%rsp)
vmovaps 0x2e00(%rsp), %ymm0
movq 0x2e38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x11c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x11c0(%rsp)
movq 0x1170(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1170(%rsp)
movl 0x1120(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1120(%rsp)
jmp 0x15625cf
jmp 0x15626de
movl 0x1124(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1124(%rsp)
jmp 0x15625b0
jmp 0x15626f6
movl 0x121c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x121c(%rsp)
jmp 0x1561886
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1625640
movl %eax, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x15627f0
movq 0x270(%rsp), %rax
movq %rax, 0x3208(%rsp)
movq 0x3208(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x15627fd
jmp 0x156280d
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15632ae
movl $0x0, 0x10bc(%rsp)
movl 0x10bc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x156329e
movq 0x2188(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1068(%rsp), %rdx
movq %rdx, 0x22b8(%rsp)
movq %rcx, 0x22b0(%rsp)
movl %eax, 0x22ac(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x22ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1068(%rsp), %r10
movq %r10, 0x3ad0(%rsp)
movl %r9d, 0x3acc(%rsp)
movl %r8d, 0x3ac8(%rsp)
movl %edi, 0x3ac4(%rsp)
movq %rsi, 0x3ab8(%rsp)
movq %rdx, 0x3ab0(%rsp)
movl %ecx, 0x3aac(%rsp)
movq %rax, 0x3aa0(%rsp)
movq 0x3ad0(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x3ab8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ab0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3aac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3aa0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3acc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ac8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c48(%rsp)
movl $0x10, 0x3c44(%rsp)
movq 0x3c48(%rsp), %rax
movslq 0x3c44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1090(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15629fa
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10a8(%rsp)
movb $0x1, 0x22ab(%rsp)
testb $0x1, 0x22ab(%rsp)
jne 0x1562b3b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rax
movq %rax, 0x42e8(%rsp)
movq 0x42e8(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1562ade
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42e4(%rsp) # imm = 0xFFFFFFFF
movl 0x42e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42e0(%rsp)
cmpl $0x1, 0x42e0(%rsp)
jne 0x1562ade
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1562aac
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1562aaa
jmp 0x1562adc
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44d0(%rsp)
cmpq $0x0, 0x44d0(%rsp)
je 0x1562ada
movq 0x44d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1562adc
jmp 0x1562ade
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1562b39
movq %rax, %rdi
callq 0x678a0
jmp 0x1562b3b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0x1068(%rsp), %rax
movq %rax, 0x2790(%rsp)
movq 0x2790(%rsp), %rax
movq %rax, 0x4088(%rsp)
movq 0x4088(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1562c2c
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4084(%rsp) # imm = 0xFFFFFFFF
movl 0x4084(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4080(%rsp)
cmpl $0x1, 0x4080(%rsp)
jne 0x1562c2c
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1562bfa
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1562bf8
jmp 0x1562c2a
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4600(%rsp)
cmpq $0x0, 0x4600(%rsp)
je 0x1562c28
movq 0x4600(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1562c2a
jmp 0x1562c2c
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1562c87
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0x10b0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x10bc(%rsp), %eax
movq %rcx, 0x3128(%rsp)
movl %eax, 0x3124(%rsp)
movq 0x3128(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3124(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1060(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1010(%rsp), %rdx
movq %rdx, 0x28a0(%rsp)
movq %rcx, 0x2898(%rsp)
movl %eax, 0x2894(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x2893(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2894(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1010(%rsp), %r10
movq %r10, 0x3520(%rsp)
movl %r9d, 0x351c(%rsp)
movl %r8d, 0x3518(%rsp)
movl %edi, 0x3514(%rsp)
movq %rsi, 0x3508(%rsp)
movq %rdx, 0x3500(%rsp)
movl %ecx, 0x34fc(%rsp)
movq %rax, 0x34f0(%rsp)
movq 0x3520(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3500(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x351c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3518(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3514(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3de8(%rsp)
movl $0x10, 0x3de4(%rsp)
movq 0x3de8(%rsp), %rax
movslq 0x3de4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3de4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1038(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1562e9c
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1050(%rsp)
movb $0x1, 0x2893(%rsp)
testb $0x1, 0x2893(%rsp)
jne 0x1562fdd
leaq 0x1010(%rsp), %rax
movq %rax, 0x28a8(%rsp)
movq 0x28a8(%rsp), %rax
movq %rax, 0x3f78(%rsp)
movq 0x3f78(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1562f80
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f74(%rsp) # imm = 0xFFFFFFFF
movl 0x3f74(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f70(%rsp)
cmpl $0x1, 0x3f70(%rsp)
jne 0x1562f80
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1562f4e
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1562f4c
jmp 0x1562f7e
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4688(%rsp)
cmpq $0x0, 0x4688(%rsp)
je 0x1562f7c
movq 0x4688(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1562f7e
jmp 0x1562f80
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1562fdb
movq %rax, %rdi
callq 0x678a0
jmp 0x1562fdd
leaq 0x1010(%rsp), %rax
movq %rax, 0x2a68(%rsp)
movq 0x2a68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0x1010(%rsp), %rax
movq %rax, 0x2798(%rsp)
movq 0x2798(%rsp), %rax
movq %rax, 0x4078(%rsp)
movq 0x4078(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15630ce
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4074(%rsp) # imm = 0xFFFFFFFF
movl 0x4074(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4070(%rsp)
cmpl $0x1, 0x4070(%rsp)
jne 0x15630ce
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156309c
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156309a
jmp 0x15630cc
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4608(%rsp)
cmpq $0x0, 0x4608(%rsp)
je 0x15630ca
movq 0x4608(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15630cc
jmp 0x15630ce
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1563129
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0x1058(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1563286
movq 0x1060(%rsp), %rax
movq %rax, 0x2b48(%rsp)
movq 0x2b48(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfe0(%rsp)
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x156325c
movq 0x10b0(%rsp), %rax
movq %rax, 0x2b40(%rsp)
movq 0x2b40(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfa0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xfa0(%rsp), %rsi
leaq 0xfe0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0xf80(%rsp)
movq 0x1058(%rsp), %rax
vmovaps 0xf80(%rsp), %ymm0
movq %rax, 0x2df8(%rsp)
vmovaps %ymm0, 0x2dc0(%rsp)
vmovaps 0x2dc0(%rsp), %ymm0
movq 0x2df8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x10b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x10b0(%rsp)
movq 0x1058(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1058(%rsp)
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x1563188
movq 0x1060(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1060(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x1563144
jmp 0x1563288
movl 0x10bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x10bc(%rsp)
jmp 0x156282a
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1563d2d
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1563309
cmpl $0x1, 0x212c(%rsp)
jne 0x1563309
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1626710
movl %eax, 0x2194(%rsp)
jmp 0x15671aa
movl $0x0, 0xf7c(%rsp)
movl 0xf7c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1563d1d
movq 0x2188(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xf28(%rsp), %rdx
movq %rdx, 0x22a0(%rsp)
movq %rcx, 0x2298(%rsp)
movl %eax, 0x2294(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x2293(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2294(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf28(%rsp), %r10
movq %r10, 0x3b08(%rsp)
movl %r9d, 0x3b04(%rsp)
movl %r8d, 0x3b00(%rsp)
movl %edi, 0x3afc(%rsp)
movq %rsi, 0x3af0(%rsp)
movq %rdx, 0x3ae8(%rsp)
movl %ecx, 0x3ae4(%rsp)
movq %rax, 0x3ad8(%rsp)
movq 0x3b08(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x3af0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ae8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3ae4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3ad8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3afc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c38(%rsp)
movl $0x10, 0x3c34(%rsp)
movq 0x3c38(%rsp), %rax
movslq 0x3c34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf50(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15634e4
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf68(%rsp)
movb $0x1, 0x2293(%rsp)
testb $0x1, 0x2293(%rsp)
jne 0x1563625
leaq 0xf28(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rax
movq %rax, 0x42d8(%rsp)
movq 0x42d8(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15635c8
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42d4(%rsp) # imm = 0xFFFFFFFF
movl 0x42d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42d0(%rsp)
cmpl $0x1, 0x42d0(%rsp)
jne 0x15635c8
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1563596
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1563594
jmp 0x15635c6
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44d8(%rsp)
cmpq $0x0, 0x44d8(%rsp)
je 0x15635c4
movq 0x44d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15635c6
jmp 0x15635c8
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1563623
movq %rax, %rdi
callq 0x678a0
jmp 0x1563625
leaq 0xf28(%rsp), %rax
movq %rax, 0x24f8(%rsp)
movq 0x24f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xf28(%rsp), %rax
movq %rax, 0x27a0(%rsp)
movq 0x27a0(%rsp), %rax
movq %rax, 0x4068(%rsp)
movq 0x4068(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1563716
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4064(%rsp) # imm = 0xFFFFFFFF
movl 0x4064(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4060(%rsp)
cmpl $0x1, 0x4060(%rsp)
jne 0x1563716
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15636e4
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15636e2
jmp 0x1563714
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4610(%rsp)
cmpq $0x0, 0x4610(%rsp)
je 0x1563712
movq 0x4610(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1563714
jmp 0x1563716
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1563771
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xf70(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24f0(%rsp)
movq 0x24f0(%rsp), %rax
movq (%rax), %rax
movl 0xf7c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b38(%rsp)
movq 0x2b38(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xf00(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xeb0(%rsp), %rdx
movq %rdx, 0x2880(%rsp)
movq %rcx, 0x2878(%rsp)
movl %eax, 0x2874(%rsp)
movq 0x2878(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x2873(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2874(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xeb0(%rsp), %r10
movq %r10, 0x3558(%rsp)
movl %r9d, 0x3554(%rsp)
movl %r8d, 0x3550(%rsp)
movl %edi, 0x354c(%rsp)
movq %rsi, 0x3540(%rsp)
movq %rdx, 0x3538(%rsp)
movl %ecx, 0x3534(%rsp)
movq %rax, 0x3528(%rsp)
movq 0x3558(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x3540(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3538(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3534(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3528(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3554(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3550(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x354c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dd8(%rsp)
movl $0x10, 0x3dd4(%rsp)
movq 0x3dd8(%rsp), %rax
movslq 0x3dd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xed8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1563989
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xef0(%rsp)
movb $0x1, 0x2873(%rsp)
testb $0x1, 0x2873(%rsp)
jne 0x1563aca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2888(%rsp)
movq 0x2888(%rsp), %rax
movq %rax, 0x3f88(%rsp)
movq 0x3f88(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1563a6d
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f84(%rsp) # imm = 0xFFFFFFFF
movl 0x3f84(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f80(%rsp)
cmpl $0x1, 0x3f80(%rsp)
jne 0x1563a6d
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1563a3b
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1563a39
jmp 0x1563a6b
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4680(%rsp)
cmpq $0x0, 0x4680(%rsp)
je 0x1563a69
movq 0x4680(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1563a6b
jmp 0x1563a6d
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1563ac8
movq %rax, %rdi
callq 0x678a0
jmp 0x1563aca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2a60(%rsp)
movq 0x2a60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xeb0(%rsp), %rax
movq %rax, 0x27a8(%rsp)
movq 0x27a8(%rsp), %rax
movq %rax, 0x4058(%rsp)
movq 0x4058(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1563bbb
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4054(%rsp) # imm = 0xFFFFFFFF
movl 0x4054(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4050(%rsp)
cmpl $0x1, 0x4050(%rsp)
jne 0x1563bbb
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1563b89
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1563b87
jmp 0x1563bb9
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4618(%rsp)
cmpq $0x0, 0x4618(%rsp)
je 0x1563bb7
movq 0x4618(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1563bb9
jmp 0x1563bbb
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1563c16
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xef8(%rsp)
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x1563d05
movq 0xf70(%rsp), %rax
movq %rax, 0x2b30(%rsp)
movq 0x2b30(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xe80(%rsp), %rsi
leaq 0xf00(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0xe60(%rsp)
movq 0xef8(%rsp), %rax
vmovaps 0xe60(%rsp), %ymm0
movq %rax, 0x2db8(%rsp)
vmovaps %ymm0, 0x2d80(%rsp)
vmovaps 0x2d80(%rsp), %ymm0
movq 0x2db8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xf70(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xf70(%rsp)
movq 0xef8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xef8(%rsp)
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x1563c31
jmp 0x1563d07
movl 0xf7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xf7c(%rsp)
jmp 0x1563314
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
jmp 0x156719d
movq 0x2188(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1565819
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15648e9
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x1563e06
movq 0x1c0(%rsp), %rax
movq %rax, 0x3210(%rsp)
movq 0x3210(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x1563e13
jmp 0x1563e23
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0xe5c(%rsp)
movl 0xe5c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15648d9
movq 0x2188(%rsp), %rcx
movl 0xe5c(%rsp), %eax
movq %rcx, 0x3118(%rsp)
movl %eax, 0x3114(%rsp)
movq 0x3118(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3114(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x2288(%rsp)
movq %rcx, 0x2280(%rsp)
movl %eax, 0x227c(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x227b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x227c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x3b40(%rsp)
movl %r9d, 0x3b3c(%rsp)
movl %r8d, 0x3b38(%rsp)
movl %edi, 0x3b34(%rsp)
movq %rsi, 0x3b28(%rsp)
movq %rdx, 0x3b20(%rsp)
movl %ecx, 0x3b1c(%rsp)
movq %rax, 0x3b10(%rsp)
movq 0x3b40(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x3b28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c28(%rsp)
movl $0x10, 0x3c24(%rsp)
movq 0x3c28(%rsp), %rax
movslq 0x3c24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1564047
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x227b(%rsp)
testb $0x1, 0x227b(%rsp)
jne 0x1564188
leaq 0xe00(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rax
movq %rax, 0x42c8(%rsp)
movq 0x42c8(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156412b
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42c4(%rsp) # imm = 0xFFFFFFFF
movl 0x42c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42c0(%rsp)
cmpl $0x1, 0x42c0(%rsp)
jne 0x156412b
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15640f9
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15640f7
jmp 0x1564129
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44e0(%rsp)
cmpq $0x0, 0x44e0(%rsp)
je 0x1564127
movq 0x44e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1564129
jmp 0x156412b
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1564186
movq %rax, %rdi
callq 0x678a0
jmp 0x1564188
leaq 0xe00(%rsp), %rax
movq %rax, 0x24e8(%rsp)
movq 0x24e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x27b0(%rsp)
movq 0x27b0(%rsp), %rax
movq %rax, 0x4048(%rsp)
movq 0x4048(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1564279
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4044(%rsp) # imm = 0xFFFFFFFF
movl 0x4044(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4040(%rsp)
cmpl $0x1, 0x4040(%rsp)
jne 0x1564279
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1564247
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1564245
jmp 0x1564277
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4620(%rsp)
cmpq $0x0, 0x4620(%rsp)
je 0x1564275
movq 0x4620(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1564277
jmp 0x1564279
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15642d4
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xe48(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xdb0(%rsp), %rdx
movq %rdx, 0x2860(%rsp)
movq %rcx, 0x2858(%rsp)
movl %eax, 0x2854(%rsp)
movq 0x2858(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x2853(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2854(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xdb0(%rsp), %r10
movq %r10, 0x3590(%rsp)
movl %r9d, 0x358c(%rsp)
movl %r8d, 0x3588(%rsp)
movl %edi, 0x3584(%rsp)
movq %rsi, 0x3578(%rsp)
movq %rdx, 0x3570(%rsp)
movl %ecx, 0x356c(%rsp)
movq %rax, 0x3560(%rsp)
movq 0x3590(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3570(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x356c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3560(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x358c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3588(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3584(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dc8(%rsp)
movl $0x10, 0x3dc4(%rsp)
movq 0x3dc8(%rsp), %rax
movslq 0x3dc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xdd8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15644a0
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xdf0(%rsp)
movb $0x1, 0x2853(%rsp)
testb $0x1, 0x2853(%rsp)
jne 0x15645e1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2868(%rsp)
movq 0x2868(%rsp), %rax
movq %rax, 0x3f98(%rsp)
movq 0x3f98(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1564584
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f94(%rsp) # imm = 0xFFFFFFFF
movl 0x3f94(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f90(%rsp)
cmpl $0x1, 0x3f90(%rsp)
jne 0x1564584
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1564552
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1564550
jmp 0x1564582
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4678(%rsp)
cmpq $0x0, 0x4678(%rsp)
je 0x1564580
movq 0x4678(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1564582
jmp 0x1564584
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15645df
movq %rax, %rdi
callq 0x678a0
jmp 0x15645e1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2a58(%rsp)
movq 0x2a58(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xdb0(%rsp), %rax
movq %rax, 0x27b8(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, 0x4038(%rsp)
movq 0x4038(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15646d2
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4034(%rsp) # imm = 0xFFFFFFFF
movl 0x4034(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4030(%rsp)
cmpl $0x1, 0x4030(%rsp)
jne 0x15646d2
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15646a0
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156469e
jmp 0x15646d0
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4628(%rsp)
cmpq $0x0, 0x4628(%rsp)
je 0x15646ce
movq 0x4628(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15646d0
jmp 0x15646d2
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156472d
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xdf8(%rsp)
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x15648c1
movq 0xe50(%rsp), %rax
movq %rax, 0x2b28(%rsp)
movq 0x2b28(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd80(%rsp)
movl $0x0, 0xd7c(%rsp)
movl 0xd7c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1564897
movl $0x0, 0xd78(%rsp)
movl 0xd78(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x156487f
movq 0xe48(%rsp), %rax
movq %rax, 0x2b20(%rsp)
movq 0x2b20(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd40(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xd80(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0xd20(%rsp)
movq 0xdf8(%rsp), %rax
vmovaps 0xd20(%rsp), %ymm0
movq %rax, 0x2d78(%rsp)
vmovaps %ymm0, 0x2d40(%rsp)
vmovaps 0x2d40(%rsp), %ymm0
movq 0x2d78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xe48(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe48(%rsp)
movq 0xdf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xdf8(%rsp)
movl 0xd78(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd78(%rsp)
jmp 0x15647ab
jmp 0x1564881
movl 0xd7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd7c(%rsp)
jmp 0x156478c
movq 0xe50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe50(%rsp)
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x1564748
jmp 0x15648c3
movl 0xe5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xe5c(%rsp)
jmp 0x1563e2e
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x156544a
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x156499e
movq 0x160(%rsp), %rax
movq %rax, 0x3218(%rsp)
movq 0x3218(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x15649ab
jmp 0x15649bb
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0xd1c(%rsp)
movl 0xd1c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x156543a
movq 0x2188(%rsp), %rcx
movl 0xd1c(%rsp), %eax
movq %rcx, 0x3108(%rsp)
movl %eax, 0x3104(%rsp)
movq 0x3108(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3104(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xd10(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xcc0(%rsp), %rdx
movq %rdx, 0x2270(%rsp)
movq %rcx, 0x2268(%rsp)
movl %eax, 0x2264(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x2263(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2264(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcc0(%rsp), %r10
movq %r10, 0x3b78(%rsp)
movl %r9d, 0x3b74(%rsp)
movl %r8d, 0x3b70(%rsp)
movl %edi, 0x3b6c(%rsp)
movq %rsi, 0x3b60(%rsp)
movq %rdx, 0x3b58(%rsp)
movl %ecx, 0x3b54(%rsp)
movq %rax, 0x3b48(%rsp)
movq 0x3b78(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x3b60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c18(%rsp)
movl $0x10, 0x3c14(%rsp)
movq 0x3c18(%rsp), %rax
movslq 0x3c14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xce8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1564bdf
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd00(%rsp)
movb $0x1, 0x2263(%rsp)
testb $0x1, 0x2263(%rsp)
jne 0x1564d20
leaq 0xcc0(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rax
movq %rax, 0x42b8(%rsp)
movq 0x42b8(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1564cc3
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42b4(%rsp) # imm = 0xFFFFFFFF
movl 0x42b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42b0(%rsp)
cmpl $0x1, 0x42b0(%rsp)
jne 0x1564cc3
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1564c91
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1564c8f
jmp 0x1564cc1
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44e8(%rsp)
cmpq $0x0, 0x44e8(%rsp)
je 0x1564cbf
movq 0x44e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1564cc1
jmp 0x1564cc3
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1564d1e
movq %rax, %rdi
callq 0x678a0
jmp 0x1564d20
leaq 0xcc0(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xcc0(%rsp), %rax
movq %rax, 0x27c0(%rsp)
movq 0x27c0(%rsp), %rax
movq %rax, 0x4028(%rsp)
movq 0x4028(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1564e11
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4024(%rsp) # imm = 0xFFFFFFFF
movl 0x4024(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4020(%rsp)
cmpl $0x1, 0x4020(%rsp)
jne 0x1564e11
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1564ddf
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1564ddd
jmp 0x1564e0f
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4630(%rsp)
cmpq $0x0, 0x4630(%rsp)
je 0x1564e0d
movq 0x4630(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1564e0f
jmp 0x1564e11
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1564e6c
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xd08(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xc70(%rsp), %rdx
movq %rdx, 0x2840(%rsp)
movq %rcx, 0x2838(%rsp)
movl %eax, 0x2834(%rsp)
movq 0x2838(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x2833(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2834(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc70(%rsp), %r10
movq %r10, 0x35c8(%rsp)
movl %r9d, 0x35c4(%rsp)
movl %r8d, 0x35c0(%rsp)
movl %edi, 0x35bc(%rsp)
movq %rsi, 0x35b0(%rsp)
movq %rdx, 0x35a8(%rsp)
movl %ecx, 0x35a4(%rsp)
movq %rax, 0x3598(%rsp)
movq 0x35c8(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x35b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3598(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3db8(%rsp)
movl $0x10, 0x3db4(%rsp)
movq 0x3db8(%rsp), %rax
movslq 0x3db4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3db4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1565038
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movb $0x1, 0x2833(%rsp)
testb $0x1, 0x2833(%rsp)
jne 0x1565179
leaq 0xc70(%rsp), %rax
movq %rax, 0x2848(%rsp)
movq 0x2848(%rsp), %rax
movq %rax, 0x3fa8(%rsp)
movq 0x3fa8(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156511c
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fa4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fa4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fa0(%rsp)
cmpl $0x1, 0x3fa0(%rsp)
jne 0x156511c
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15650ea
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15650e8
jmp 0x156511a
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4670(%rsp)
cmpq $0x0, 0x4670(%rsp)
je 0x1565118
movq 0x4670(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156511a
jmp 0x156511c
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1565177
movq %rax, %rdi
callq 0x678a0
jmp 0x1565179
leaq 0xc70(%rsp), %rax
movq %rax, 0x2a50(%rsp)
movq 0x2a50(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xc70(%rsp), %rax
movq %rax, 0x27c8(%rsp)
movq 0x27c8(%rsp), %rax
movq %rax, 0x4018(%rsp)
movq 0x4018(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156526a
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4014(%rsp) # imm = 0xFFFFFFFF
movl 0x4014(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4010(%rsp)
cmpl $0x1, 0x4010(%rsp)
jne 0x156526a
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1565238
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1565236
jmp 0x1565268
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4638(%rsp)
cmpq $0x0, 0x4638(%rsp)
je 0x1565266
movq 0x4638(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1565268
jmp 0x156526a
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15652c5
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xcb8(%rsp)
movl $0x0, 0xc6c(%rsp)
movl 0xc6c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1565422
movq 0xd10(%rsp), %rax
movq %rax, 0x2b18(%rsp)
movq 0x2b18(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc40(%rsp)
movl $0x0, 0xc3c(%rsp)
movl 0xc3c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15653f8
movq 0xd08(%rsp), %rax
movq %rax, 0x2b10(%rsp)
movq 0x2b10(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc00(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xc40(%rsp), %rsi
leaq 0xc00(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0xbe0(%rsp)
movq 0xcb8(%rsp), %rax
vmovaps 0xbe0(%rsp), %ymm0
movq %rax, 0x2d38(%rsp)
vmovaps %ymm0, 0x2d00(%rsp)
vmovaps 0x2d00(%rsp), %ymm0
movq 0x2d38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xd08(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd08(%rsp)
movq 0xcb8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xcb8(%rsp)
movl 0xc3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc3c(%rsp)
jmp 0x1565324
movq 0xd10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd10(%rsp)
movl 0xc6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc6c(%rsp)
jmp 0x15652e0
jmp 0x1565424
movl 0xd1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd1c(%rsp)
jmp 0x15649c6
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x15654e2
movq 0x100(%rsp), %rax
movq %rax, 0x3220(%rsp)
movq 0x3220(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x15654ef
jmp 0x15654ff
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x156553e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1625640
movl %eax, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1565814
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x15655e8
movq 0xf0(%rsp), %rax
movq %rax, 0x3228(%rsp)
movq 0x3228(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x15655f5
jmp 0x1565605
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x156564e
cmpl $0x1, 0x212c(%rsp)
jne 0x156564e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1626710
movl %eax, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2188(%rsp), %rax
movq %rax, 0x24d8(%rsp)
movq 0x24d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24d0(%rsp)
movq 0x24d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2a48(%rsp)
movq 0x2a48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbc8(%rsp)
movl $0x0, 0xbc4(%rsp)
movl 0xbc4(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1565804
movq 0xbd0(%rsp), %rax
movq %rax, 0x2b08(%rsp)
movq 0x2b08(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xba0(%rsp)
movl $0x0, 0xb9c(%rsp)
movl 0xb9c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15657da
movq 0xbd8(%rsp), %rax
movq %rax, 0x2b00(%rsp)
movq 0x2b00(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb60(%rsp), %rsi
leaq 0xba0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0xb40(%rsp)
movq 0xbc8(%rsp), %rax
vmovaps 0xb40(%rsp), %ymm0
movq %rax, 0x2cf8(%rsp)
vmovaps %ymm0, 0x2cc0(%rsp)
vmovaps 0x2cc0(%rsp), %ymm0
movq 0x2cf8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xbd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd8(%rsp)
movq 0xbc8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbc8(%rsp)
movl 0xb9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb9c(%rsp)
jmp 0x1565706
movq 0xbd0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd0(%rsp)
movl 0xbc4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc4(%rsp)
jmp 0x15656c2
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
jmp 0x156719b
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1567199
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1565874
cmpl $0x1, 0x214c(%rsp)
jne 0x1565874
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1627490
movl %eax, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1566377
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x1565936
movq 0xe0(%rsp), %rax
movq %rax, 0x3230(%rsp)
movq 0x3230(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x1565943
jmp 0x1565953
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0xb3c(%rsp)
movl 0xb3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1566367
movq 0x2188(%rsp), %rax
movq %rax, 0x24c8(%rsp)
movq 0x24c8(%rsp), %rax
movq (%rax), %rax
movl 0xb3c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2af8(%rsp)
movq 0x2af8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb00(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xab0(%rsp), %rdx
movq %rdx, 0x2258(%rsp)
movq %rcx, 0x2250(%rsp)
movl %eax, 0x224c(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x224b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x224c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xab0(%rsp), %r10
movq %r10, 0x3bb0(%rsp)
movl %r9d, 0x3bac(%rsp)
movl %r8d, 0x3ba8(%rsp)
movl %edi, 0x3ba4(%rsp)
movq %rsi, 0x3b98(%rsp)
movq %rdx, 0x3b90(%rsp)
movl %ecx, 0x3b8c(%rsp)
movq %rax, 0x3b80(%rsp)
movq 0x3bb0(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3b98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3bac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ba8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ba4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c08(%rsp)
movl $0x10, 0x3c04(%rsp)
movq 0x3c08(%rsp), %rax
movslq 0x3c04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xad8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1565b7a
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaf0(%rsp)
movb $0x1, 0x224b(%rsp)
testb $0x1, 0x224b(%rsp)
jne 0x1565cbb
leaq 0xab0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rax
movq %rax, 0x42a8(%rsp)
movq 0x42a8(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1565c5e
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42a4(%rsp) # imm = 0xFFFFFFFF
movl 0x42a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42a0(%rsp)
cmpl $0x1, 0x42a0(%rsp)
jne 0x1565c5e
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1565c2c
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1565c2a
jmp 0x1565c5c
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44f0(%rsp)
cmpq $0x0, 0x44f0(%rsp)
je 0x1565c5a
movq 0x44f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1565c5c
jmp 0x1565c5e
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1565cb9
movq %rax, %rdi
callq 0x678a0
jmp 0x1565cbb
leaq 0xab0(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0xab0(%rsp), %rax
movq %rax, 0x27d0(%rsp)
movq 0x27d0(%rsp), %rax
movq %rax, 0x4008(%rsp)
movq 0x4008(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1565dac
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4004(%rsp) # imm = 0xFFFFFFFF
movl 0x4004(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4000(%rsp)
cmpl $0x1, 0x4000(%rsp)
jne 0x1565dac
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1565d7a
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1565d78
jmp 0x1565daa
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4640(%rsp)
cmpq $0x0, 0x4640(%rsp)
je 0x1565da8
movq 0x4640(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1565daa
jmp 0x1565dac
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1565e07
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xaf8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xa60(%rsp), %rdx
movq %rdx, 0x2820(%rsp)
movq %rcx, 0x2818(%rsp)
movl %eax, 0x2814(%rsp)
movq 0x2818(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x2813(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2814(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xa60(%rsp), %r10
movq %r10, 0x3600(%rsp)
movl %r9d, 0x35fc(%rsp)
movl %r8d, 0x35f8(%rsp)
movl %edi, 0x35f4(%rsp)
movq %rsi, 0x35e8(%rsp)
movq %rdx, 0x35e0(%rsp)
movl %ecx, 0x35dc(%rsp)
movq %rax, 0x35d0(%rsp)
movq 0x3600(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x35d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3da8(%rsp)
movl $0x10, 0x3da4(%rsp)
movq 0x3da8(%rsp), %rax
movslq 0x3da4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3da4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1565fd3
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaa0(%rsp)
movb $0x1, 0x2813(%rsp)
testb $0x1, 0x2813(%rsp)
jne 0x1566114
leaq 0xa60(%rsp), %rax
movq %rax, 0x2828(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, 0x3fb8(%rsp)
movq 0x3fb8(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15660b7
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fb4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fb4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fb0(%rsp)
cmpl $0x1, 0x3fb0(%rsp)
jne 0x15660b7
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1566085
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1566083
jmp 0x15660b5
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4668(%rsp)
cmpq $0x0, 0x4668(%rsp)
je 0x15660b3
movq 0x4668(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15660b5
jmp 0x15660b7
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1566112
movq %rax, %rdi
callq 0x678a0
jmp 0x1566114
leaq 0xa60(%rsp), %rax
movq %rax, 0x2a40(%rsp)
movq 0x2a40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0xa60(%rsp), %rax
movq %rax, 0x27d8(%rsp)
movq 0x27d8(%rsp), %rax
movq %rax, 0x3ff8(%rsp)
movq 0x3ff8(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1566205
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ff4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ff4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ff0(%rsp)
cmpl $0x1, 0x3ff0(%rsp)
jne 0x1566205
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15661d3
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15661d1
jmp 0x1566203
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4648(%rsp)
cmpq $0x0, 0x4648(%rsp)
je 0x1566201
movq 0x4648(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1566203
jmp 0x1566205
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1566260
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x156634f
movq 0xaf8(%rsp), %rax
movq %rax, 0x2af0(%rsp)
movq 0x2af0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xa20(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb00(%rsp), %rsi
leaq 0xa20(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0xa00(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa00(%rsp), %ymm0
movq %rax, 0x2cb8(%rsp)
vmovaps %ymm0, 0x2c80(%rsp)
vmovaps 0x2c80(%rsp), %ymm0
movq 0x2cb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xaf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaf8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x156627b
jmp 0x1566351
movl 0xb3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb3c(%rsp)
jmp 0x156595e
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1566e01
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x156642c
movq 0x80(%rsp), %rax
movq %rax, 0x3238(%rsp)
movq 0x3238(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x1566439
jmp 0x1566449
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movl $0x0, 0x9fc(%rsp)
movl 0x9fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1566df1
movq 0x2188(%rsp), %rax
movq %rax, 0x24b8(%rsp)
movq 0x24b8(%rsp), %rax
movq (%rax), %rax
movl 0x9fc(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2ae8(%rsp)
movq 0x2ae8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x9c0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x970(%rsp), %rdx
movq %rdx, 0x2240(%rsp)
movq %rcx, 0x2238(%rsp)
movl %eax, 0x2234(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x2233(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2234(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x970(%rsp), %r10
movq %r10, 0x3be8(%rsp)
movl %r9d, 0x3be4(%rsp)
movl %r8d, 0x3be0(%rsp)
movl %edi, 0x3bdc(%rsp)
movq %rsi, 0x3bd0(%rsp)
movq %rdx, 0x3bc8(%rsp)
movl %ecx, 0x3bc4(%rsp)
movq %rax, 0x3bb8(%rsp)
movq 0x3be8(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3bd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3bc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3bc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3bb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3be4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3be0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3bdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3bf8(%rsp)
movl $0x10, 0x3bf4(%rsp)
movq 0x3bf8(%rsp), %rax
movslq 0x3bf4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3bf4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x998(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1566664
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9b0(%rsp)
movb $0x1, 0x2233(%rsp)
testb $0x1, 0x2233(%rsp)
jne 0x1566793
leaq 0x970(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rax
movq %rax, 0x4298(%rsp)
movq 0x4298(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1566739
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4294(%rsp) # imm = 0xFFFFFFFF
movl 0x4294(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4290(%rsp)
cmpl $0x1, 0x4290(%rsp)
jne 0x1566739
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156670a
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1566708
jmp 0x1566737
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44f8(%rsp)
cmpq $0x0, 0x44f8(%rsp)
je 0x1566735
movq 0x44f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1566737
jmp 0x1566739
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1566791
movq %rax, %rdi
callq 0x678a0
jmp 0x1566793
leaq 0x970(%rsp), %rax
movq %rax, 0x24b0(%rsp)
movq 0x24b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x970(%rsp), %rax
movq %rax, 0x27e0(%rsp)
movq 0x27e0(%rsp), %rax
movq %rax, 0x3fe8(%rsp)
movq 0x3fe8(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1566872
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fe4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fe4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fe0(%rsp)
cmpl $0x1, 0x3fe0(%rsp)
jne 0x1566872
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1566843
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1566841
jmp 0x1566870
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4650(%rsp)
cmpq $0x0, 0x4650(%rsp)
je 0x156686e
movq 0x4650(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1566870
jmp 0x1566872
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15668ca
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x9b8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x920(%rsp), %rdx
movq %rdx, 0x2800(%rsp)
movq %rcx, 0x27f8(%rsp)
movl %eax, 0x27f4(%rsp)
movq 0x27f8(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x27f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x27f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x920(%rsp), %r10
movq %r10, 0x3638(%rsp)
movl %r9d, 0x3634(%rsp)
movl %r8d, 0x3630(%rsp)
movl %edi, 0x362c(%rsp)
movq %rsi, 0x3620(%rsp)
movq %rdx, 0x3618(%rsp)
movl %ecx, 0x3614(%rsp)
movq %rax, 0x3608(%rsp)
movq 0x3638(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x3620(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3618(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3614(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3608(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3634(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3630(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x362c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d98(%rsp)
movl $0x10, 0x3d94(%rsp)
movq 0x3d98(%rsp), %rax
movslq 0x3d94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x948(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1566a87
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x960(%rsp)
movb $0x1, 0x27f3(%rsp)
testb $0x1, 0x27f3(%rsp)
jne 0x1566bb6
leaq 0x920(%rsp), %rax
movq %rax, 0x2808(%rsp)
movq 0x2808(%rsp), %rax
movq %rax, 0x3fc8(%rsp)
movq 0x3fc8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1566b5c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fc4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fc4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fc0(%rsp)
cmpl $0x1, 0x3fc0(%rsp)
jne 0x1566b5c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1566b2d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1566b2b
jmp 0x1566b5a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4660(%rsp)
cmpq $0x0, 0x4660(%rsp)
je 0x1566b58
movq 0x4660(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1566b5a
jmp 0x1566b5c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1566bb4
movq %rax, %rdi
callq 0x678a0
jmp 0x1566bb6
leaq 0x920(%rsp), %rax
movq %rax, 0x2a38(%rsp)
movq 0x2a38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x920(%rsp), %rax
movq %rax, 0x27e8(%rsp)
movq 0x27e8(%rsp), %rax
movq %rax, 0x3fd8(%rsp)
movq 0x3fd8(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1566c95
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fd4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fd4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fd0(%rsp)
cmpl $0x1, 0x3fd0(%rsp)
jne 0x1566c95
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1566c66
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1566c64
jmp 0x1566c93
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4658(%rsp)
cmpq $0x0, 0x4658(%rsp)
je 0x1566c91
movq 0x4658(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1566c93
jmp 0x1566c95
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1566ced
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x968(%rsp)
movl $0x0, 0x91c(%rsp)
movl 0x91c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x1566dd9
movq 0x9b8(%rsp), %rax
movq %rax, 0x2ae0(%rsp)
movq 0x2ae0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x8e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x9c0(%rsp), %rsi
leaq 0x8e0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x8c0(%rsp)
movq 0x968(%rsp), %rax
vmovaps 0x8c0(%rsp), %ymm0
movq %rax, 0x2c78(%rsp)
vmovaps %ymm0, 0x2c40(%rsp)
vmovaps 0x2c40(%rsp), %ymm0
movq 0x2c78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x9b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x9b8(%rsp)
movq 0x968(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x968(%rsp)
movl 0x91c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x91c(%rsp)
jmp 0x1566d05
jmp 0x1566ddb
movl 0x9fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x9fc(%rsp)
jmp 0x1566454
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x156707f
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movq 0x2130(%rsp), %rcx
movl 0x212c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x1566e9f
movq 0x20(%rsp), %rax
movq %rax, 0x3240(%rsp)
movq 0x3240(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x1566ea9
jmp 0x1566eb9
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movq 0x2188(%rsp), %rax
movq %rax, 0x24a8(%rsp)
movq 0x24a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2a30(%rsp)
movq 0x2a30(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8a8(%rsp)
movl $0x0, 0x8a4(%rsp)
movl 0x8a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x156706f
movq 0x8b8(%rsp), %rax
movq %rax, 0x2ad8(%rsp)
movq 0x2ad8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x880(%rsp)
movl $0x0, 0x87c(%rsp)
movl 0x87c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1567045
movq 0x8b0(%rsp), %rax
movq %rax, 0x2ad0(%rsp)
movq 0x2ad0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x840(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x880(%rsp), %rsi
leaq 0x840(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x820(%rsp)
movq 0x8a8(%rsp), %rax
vmovaps 0x820(%rsp), %ymm0
movq %rax, 0x2c38(%rsp)
vmovaps %ymm0, 0x2c00(%rsp)
vmovaps 0x2c00(%rsp), %ymm0
movq 0x2c38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x8b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b0(%rsp)
movq 0x8a8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8a8(%rsp)
movl 0x87c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x87c(%rsp)
jmp 0x1566f71
movq 0x8b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b8(%rsp)
movl 0x8a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8a4(%rsp)
jmp 0x1566f2d
movl $0x0, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1567197
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movq 0x2150(%rsp), %rdx
movl 0x214c(%rsp), %ecx
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x2178(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x1567115
movq 0x10(%rsp), %rax
movq %rax, 0x3248(%rsp)
movq 0x3248(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x156711f
jmp 0x156712c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15671aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1567172
cmpl $0x1, 0x212c(%rsp)
jne 0x1567172
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1626710
movl %eax, 0x2194(%rsp)
jmp 0x15671aa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1625640
jmp 0x1567199
jmp 0x156719b
jmp 0x156719d
jmp 0x156719f
movl $0x0, 0x2194(%rsp)
movl 0x2194(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,062
|
int ncnn::binary_op_pack8<ncnn::BinaryOp_x86_avx_functor::binary_op_mul>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack8(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* b0 = b.channel(q);
float* outptr = c.channel(q);
__m256 _b0 = _mm256_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_broadcast_ss(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 1;
outptr += 8;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
__m256 _a0 = _mm256_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p = _mm256_broadcast_ss(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1 + y * 8);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1 + x * 8);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _p = _mm256_loadu_ps(ptr + y * 8);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr + x * 8);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
ptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x4700, %rsp # imm = 0x4700
movq %rdi, 0x2188(%rsp)
movq %rsi, 0x2180(%rsp)
movq %rdx, 0x2178(%rsp)
movq %rcx, 0x2170(%rsp)
movq 0x2188(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2168(%rsp)
movq 0x2188(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2164(%rsp)
movq 0x2188(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2160(%rsp)
movq 0x2188(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x215c(%rsp)
movl 0x2168(%rsp), %eax
imull 0x2164(%rsp), %eax
imull 0x2160(%rsp), %eax
movl %eax, 0x2158(%rsp)
movq 0x2188(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2150(%rsp)
movq 0x2188(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x214c(%rsp)
movq 0x2180(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2148(%rsp)
movq 0x2180(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2144(%rsp)
movq 0x2180(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2140(%rsp)
movq 0x2180(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x213c(%rsp)
movl 0x2148(%rsp), %eax
imull 0x2144(%rsp), %eax
imull 0x2140(%rsp), %eax
movl %eax, 0x2138(%rsp)
movq 0x2180(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2130(%rsp)
movq 0x2180(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x212c(%rsp)
movq 0x2188(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1569869
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1567358
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1628210
movl %eax, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x2160(%rsp), %ecx
movl 0x215c(%rsp), %r8d
movq 0x2150(%rsp), %r9
movl 0x214c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x1567408
movq 0x810(%rsp), %rax
movq %rax, 0x31b8(%rsp)
movq 0x31b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x1567415
jmp 0x1567425
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x156830d
movl $0x0, 0x2128(%rsp)
movl 0x2128(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15682fd
movq 0x2188(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x20d8(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x20d8(%rsp), %r10
movq %r10, 0x3670(%rsp)
movl %r9d, 0x366c(%rsp)
movl %r8d, 0x3668(%rsp)
movl %edi, 0x3664(%rsp)
movq %rsi, 0x3658(%rsp)
movq %rdx, 0x3650(%rsp)
movl %ecx, 0x364c(%rsp)
movq %rax, 0x3640(%rsp)
movq 0x3670(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3650(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x364c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3640(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x366c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3668(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3664(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d88(%rsp)
movl $0x10, 0x3d84(%rsp)
movq 0x3d88(%rsp), %rax
movslq 0x3d84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2100(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1567612
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2118(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x1567753
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq %rax, 0x4428(%rsp)
movq 0x4428(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15676f6
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4424(%rsp) # imm = 0xFFFFFFFF
movl 0x4424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4420(%rsp)
cmpl $0x1, 0x4420(%rsp)
jne 0x15676f6
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15676c4
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15676c2
jmp 0x15676f4
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4430(%rsp)
cmpq $0x0, 0x4430(%rsp)
je 0x15676f2
movq 0x4430(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15676f4
jmp 0x15676f6
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1567751
movq %rax, %rdi
callq 0x678a0
jmp 0x1567753
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x20d8(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rax
movq %rax, 0x4288(%rsp)
movq 0x4288(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1567844
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4284(%rsp) # imm = 0xFFFFFFFF
movl 0x4284(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4280(%rsp)
cmpl $0x1, 0x4280(%rsp)
jne 0x1567844
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1567812
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1567810
jmp 0x1567842
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4500(%rsp)
cmpq $0x0, 0x4500(%rsp)
je 0x1567840
movq 0x4500(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1567842
jmp 0x1567844
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156789f
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2088(%rsp), %rdx
movq %rdx, 0x2480(%rsp)
movq %rcx, 0x2478(%rsp)
movl %eax, 0x2474(%rsp)
movq 0x2478(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x2473(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2474(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2088(%rsp), %r10
movq %r10, 0x36a8(%rsp)
movl %r9d, 0x36a4(%rsp)
movl %r8d, 0x36a0(%rsp)
movl %edi, 0x369c(%rsp)
movq %rsi, 0x3690(%rsp)
movq %rdx, 0x3688(%rsp)
movl %ecx, 0x3684(%rsp)
movq %rax, 0x3678(%rsp)
movq 0x36a8(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x3690(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3688(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3684(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3678(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36a4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36a0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x369c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d78(%rsp)
movl $0x10, 0x3d74(%rsp)
movq 0x3d78(%rsp), %rax
movslq 0x3d74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x20b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1567a6b
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x20c8(%rsp)
movb $0x1, 0x2473(%rsp)
testb $0x1, 0x2473(%rsp)
jne 0x1567bac
leaq 0x2088(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq %rax, 0x4418(%rsp)
movq 0x4418(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1567b4f
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4414(%rsp) # imm = 0xFFFFFFFF
movl 0x4414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4410(%rsp)
cmpl $0x1, 0x4410(%rsp)
jne 0x1567b4f
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1567b1d
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1567b1b
jmp 0x1567b4d
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4438(%rsp)
cmpq $0x0, 0x4438(%rsp)
je 0x1567b4b
movq 0x4438(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1567b4d
jmp 0x1567b4f
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1567baa
movq %rax, %rdi
callq 0x678a0
jmp 0x1567bac
leaq 0x2088(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x2088(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rax
movq %rax, 0x4278(%rsp)
movq 0x4278(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1567c9d
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4274(%rsp) # imm = 0xFFFFFFFF
movl 0x4274(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4270(%rsp)
cmpl $0x1, 0x4270(%rsp)
jne 0x1567c9d
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1567c6b
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1567c69
jmp 0x1567c9b
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4508(%rsp)
cmpq $0x0, 0x4508(%rsp)
je 0x1567c99
movq 0x4508(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1567c9b
jmp 0x1567c9d
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1567cf8
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2038(%rsp), %rdx
movq %rdx, 0x2a20(%rsp)
movq %rcx, 0x2a18(%rsp)
movl %eax, 0x2a14(%rsp)
movq 0x2a18(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x2a13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2038(%rsp), %r10
movq %r10, 0x3280(%rsp)
movl %r9d, 0x327c(%rsp)
movl %r8d, 0x3278(%rsp)
movl %edi, 0x3274(%rsp)
movq %rsi, 0x3268(%rsp)
movq %rdx, 0x3260(%rsp)
movl %ecx, 0x325c(%rsp)
movq %rax, 0x3250(%rsp)
movq 0x3280(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x3268(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3260(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x325c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3250(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x327c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3278(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3274(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ea8(%rsp)
movl $0x10, 0x3ea4(%rsp)
movq 0x3ea8(%rsp), %rax
movslq 0x3ea4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ea4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2060(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1567ec4
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2078(%rsp)
movb $0x1, 0x2a13(%rsp)
testb $0x1, 0x2a13(%rsp)
jne 0x1568005
leaq 0x2038(%rsp), %rax
movq %rax, 0x2a28(%rsp)
movq 0x2a28(%rsp), %rax
movq %rax, 0x3eb8(%rsp)
movq 0x3eb8(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1567fa8
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3eb4(%rsp) # imm = 0xFFFFFFFF
movl 0x3eb4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3eb0(%rsp)
cmpl $0x1, 0x3eb0(%rsp)
jne 0x1567fa8
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1567f76
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1567f74
jmp 0x1567fa6
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46e8(%rsp)
cmpq $0x0, 0x46e8(%rsp)
je 0x1567fa4
movq 0x46e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1567fa6
jmp 0x1567fa8
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1568003
movq %rax, %rdi
callq 0x678a0
jmp 0x1568005
leaq 0x2038(%rsp), %rax
movq %rax, 0x2ac8(%rsp)
movq 0x2ac8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x2038(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rax
movq %rax, 0x4268(%rsp)
movq 0x4268(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15680f6
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4264(%rsp) # imm = 0xFFFFFFFF
movl 0x4264(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4260(%rsp)
cmpl $0x1, 0x4260(%rsp)
jne 0x15680f6
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15680c4
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15680c2
jmp 0x15680f4
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4510(%rsp)
cmpq $0x0, 0x4510(%rsp)
je 0x15680f2
movq 0x4510(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15680f4
jmp 0x15680f6
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1568151
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x2080(%rsp)
movl $0x0, 0x2034(%rsp)
movl 0x2034(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x15682e5
movl $0x0, 0x2030(%rsp)
movl 0x2030(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15682cd
movq 0x20d0(%rsp), %rax
movq %rax, 0x2bf8(%rsp)
movq 0x2bf8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x2000(%rsp)
movl $0x0, 0x1ffc(%rsp)
movl 0x1ffc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15682a3
movq 0x2120(%rsp), %rax
movq %rax, 0x2bf0(%rsp)
movq 0x2bf0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1fc0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1fc0(%rsp), %rsi
leaq 0x2000(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x1fa0(%rsp)
movq 0x2080(%rsp), %rax
vmovaps 0x1fa0(%rsp), %ymm0
movq %rax, 0x30f8(%rsp)
vmovaps %ymm0, 0x30c0(%rsp)
vmovaps 0x30c0(%rsp), %ymm0
movq 0x30f8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x2120(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2120(%rsp)
movq 0x2080(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2080(%rsp)
movl 0x1ffc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ffc(%rsp)
jmp 0x15681cf
movq 0x20d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x20d0(%rsp)
movl 0x2030(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2030(%rsp)
jmp 0x156818b
jmp 0x15682cf
movl 0x2034(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2034(%rsp)
jmp 0x156816c
jmp 0x15682e7
movl 0x2128(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2128(%rsp)
jmp 0x1567442
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1568de5
movl $0x0, 0x1f9c(%rsp)
movl 0x1f9c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1568dd5
movq 0x2188(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1f48(%rsp), %rdx
movq %rdx, 0x2468(%rsp)
movq %rcx, 0x2460(%rsp)
movl %eax, 0x245c(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x245b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x245c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1f48(%rsp), %r10
movq %r10, 0x36e0(%rsp)
movl %r9d, 0x36dc(%rsp)
movl %r8d, 0x36d8(%rsp)
movl %edi, 0x36d4(%rsp)
movq %rsi, 0x36c8(%rsp)
movq %rdx, 0x36c0(%rsp)
movl %ecx, 0x36bc(%rsp)
movq %rax, 0x36b0(%rsp)
movq 0x36e0(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36c0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36bc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36b0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36dc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36d8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x36d4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d68(%rsp)
movl $0x10, 0x3d64(%rsp)
movq 0x3d68(%rsp), %rax
movslq 0x3d64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15684fa
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f88(%rsp)
movb $0x1, 0x245b(%rsp)
testb $0x1, 0x245b(%rsp)
jne 0x156863b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq %rax, 0x4408(%rsp)
movq 0x4408(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15685de
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4404(%rsp) # imm = 0xFFFFFFFF
movl 0x4404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4400(%rsp)
cmpl $0x1, 0x4400(%rsp)
jne 0x15685de
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15685ac
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15685aa
jmp 0x15685dc
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4440(%rsp)
cmpq $0x0, 0x4440(%rsp)
je 0x15685da
movq 0x4440(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15685dc
jmp 0x15685de
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1568639
movq %rax, %rdi
callq 0x678a0
jmp 0x156863b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1f48(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rax
movq %rax, 0x4258(%rsp)
movq 0x4258(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156872c
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4254(%rsp) # imm = 0xFFFFFFFF
movl 0x4254(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4250(%rsp)
cmpl $0x1, 0x4250(%rsp)
jne 0x156872c
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15686fa
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15686f8
jmp 0x156872a
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4518(%rsp)
cmpq $0x0, 0x4518(%rsp)
je 0x1568728
movq 0x4518(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156872a
jmp 0x156872c
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1568787
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1f90(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
movq %rcx, 0x3138(%rsp)
movl %eax, 0x3134(%rsp)
movq 0x3138(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3134(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1f40(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1ef0(%rsp), %rdx
movq %rdx, 0x2a00(%rsp)
movq %rcx, 0x29f8(%rsp)
movl %eax, 0x29f4(%rsp)
movq 0x29f8(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x29f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ef0(%rsp), %r10
movq %r10, 0x32b8(%rsp)
movl %r9d, 0x32b4(%rsp)
movl %r8d, 0x32b0(%rsp)
movl %edi, 0x32ac(%rsp)
movq %rsi, 0x32a0(%rsp)
movq %rdx, 0x3298(%rsp)
movl %ecx, 0x3294(%rsp)
movq %rax, 0x3288(%rsp)
movq 0x32b8(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x32a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3298(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3294(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3288(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x32b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x32b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x32ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e98(%rsp)
movl $0x10, 0x3e94(%rsp)
movq 0x3e98(%rsp), %rax
movslq 0x3e94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156899c
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f30(%rsp)
movb $0x1, 0x29f3(%rsp)
testb $0x1, 0x29f3(%rsp)
jne 0x1568add
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2a08(%rsp)
movq 0x2a08(%rsp), %rax
movq %rax, 0x3ec8(%rsp)
movq 0x3ec8(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1568a80
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ec4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ec4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ec0(%rsp)
cmpl $0x1, 0x3ec0(%rsp)
jne 0x1568a80
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1568a4e
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1568a4c
jmp 0x1568a7e
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46e0(%rsp)
cmpq $0x0, 0x46e0(%rsp)
je 0x1568a7c
movq 0x46e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1568a7e
jmp 0x1568a80
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1568adb
movq %rax, %rdi
callq 0x678a0
jmp 0x1568add
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2ac0(%rsp)
movq 0x2ac0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rax
movq %rax, 0x4248(%rsp)
movq 0x4248(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1568bce
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4244(%rsp) # imm = 0xFFFFFFFF
movl 0x4244(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4240(%rsp)
cmpl $0x1, 0x4240(%rsp)
jne 0x1568bce
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1568b9c
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1568b9a
jmp 0x1568bcc
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4520(%rsp)
cmpq $0x0, 0x4520(%rsp)
je 0x1568bca
movq 0x4520(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1568bcc
jmp 0x1568bce
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1568c29
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1f38(%rsp)
movl $0x0, 0x1eec(%rsp)
movl 0x1eec(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x1568dbd
movq 0x1f40(%rsp), %rax
movq %rax, 0x2be8(%rsp)
movq 0x2be8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1ec0(%rsp)
movl $0x0, 0x1ebc(%rsp)
movl 0x1ebc(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1568d93
movl $0x0, 0x1eb8(%rsp)
movl 0x1eb8(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x1568d7b
movq 0x1f90(%rsp), %rax
movq %rax, 0x2be0(%rsp)
movq 0x2be0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1e80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1e80(%rsp), %rsi
leaq 0x1ec0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x1e60(%rsp)
movq 0x1f38(%rsp), %rax
vmovaps 0x1e60(%rsp), %ymm0
movq %rax, 0x30b8(%rsp)
vmovaps %ymm0, 0x3080(%rsp)
vmovaps 0x3080(%rsp), %ymm0
movq 0x30b8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1f90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f90(%rsp)
movq 0x1f38(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f38(%rsp)
movl 0x1eb8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eb8(%rsp)
jmp 0x1568ca7
jmp 0x1568d7d
movl 0x1ebc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ebc(%rsp)
jmp 0x1568c88
movq 0x1f40(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f40(%rsp)
movl 0x1eec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eec(%rsp)
jmp 0x1568c44
jmp 0x1568dbf
movl 0x1f9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1f9c(%rsp)
jmp 0x156832a
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1569864
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1568e40
cmpl $0x1, 0x212c(%rsp)
jne 0x1568e40
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x16292e0
movl %eax, 0x2194(%rsp)
jmp 0x15766aa
movl $0x0, 0x1e5c(%rsp)
movl 0x1e5c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1569854
movq 0x2188(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1e08(%rsp), %rdx
movq %rdx, 0x2450(%rsp)
movq %rcx, 0x2448(%rsp)
movl %eax, 0x2444(%rsp)
movq 0x2448(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x2443(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2444(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e08(%rsp), %r10
movq %r10, 0x3718(%rsp)
movl %r9d, 0x3714(%rsp)
movl %r8d, 0x3710(%rsp)
movl %edi, 0x370c(%rsp)
movq %rsi, 0x3700(%rsp)
movq %rdx, 0x36f8(%rsp)
movl %ecx, 0x36f4(%rsp)
movq %rax, 0x36e8(%rsp)
movq 0x3718(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x3700(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36f8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36f4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36e8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3714(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3710(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x370c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d58(%rsp)
movl $0x10, 0x3d54(%rsp)
movq 0x3d58(%rsp), %rax
movslq 0x3d54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1e30(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156901b
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1e48(%rsp)
movb $0x1, 0x2443(%rsp)
testb $0x1, 0x2443(%rsp)
jne 0x156915c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq %rax, 0x43f8(%rsp)
movq 0x43f8(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15690ff
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43f4(%rsp) # imm = 0xFFFFFFFF
movl 0x43f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43f0(%rsp)
cmpl $0x1, 0x43f0(%rsp)
jne 0x15690ff
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15690cd
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15690cb
jmp 0x15690fd
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4448(%rsp)
cmpq $0x0, 0x4448(%rsp)
je 0x15690fb
movq 0x4448(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15690fd
jmp 0x15690ff
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156915a
movq %rax, %rdi
callq 0x678a0
jmp 0x156915c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x1e08(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rax
movq %rax, 0x4238(%rsp)
movq 0x4238(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156924d
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4234(%rsp) # imm = 0xFFFFFFFF
movl 0x4234(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4230(%rsp)
cmpl $0x1, 0x4230(%rsp)
jne 0x156924d
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156921b
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1569219
jmp 0x156924b
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4528(%rsp)
cmpq $0x0, 0x4528(%rsp)
je 0x1569249
movq 0x4528(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156924b
jmp 0x156924d
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15692a8
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1e50(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movl 0x1e5c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2bd8(%rsp)
movq 0x2bd8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1de0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1d90(%rsp), %rdx
movq %rdx, 0x29e0(%rsp)
movq %rcx, 0x29d8(%rsp)
movl %eax, 0x29d4(%rsp)
movq 0x29d8(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x29d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1d90(%rsp), %r10
movq %r10, 0x32f0(%rsp)
movl %r9d, 0x32ec(%rsp)
movl %r8d, 0x32e8(%rsp)
movl %edi, 0x32e4(%rsp)
movq %rsi, 0x32d8(%rsp)
movq %rdx, 0x32d0(%rsp)
movl %ecx, 0x32cc(%rsp)
movq %rax, 0x32c0(%rsp)
movq 0x32f0(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x32d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x32d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x32cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x32c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x32ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x32e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x32e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e88(%rsp)
movl $0x10, 0x3e84(%rsp)
movq 0x3e88(%rsp), %rax
movslq 0x3e84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1db8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15694c0
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1dd0(%rsp)
movb $0x1, 0x29d3(%rsp)
testb $0x1, 0x29d3(%rsp)
jne 0x1569601
leaq 0x1d90(%rsp), %rax
movq %rax, 0x29e8(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, 0x3ed8(%rsp)
movq 0x3ed8(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15695a4
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ed4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ed4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ed0(%rsp)
cmpl $0x1, 0x3ed0(%rsp)
jne 0x15695a4
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1569572
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1569570
jmp 0x15695a2
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46d8(%rsp)
cmpq $0x0, 0x46d8(%rsp)
je 0x15695a0
movq 0x46d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15695a2
jmp 0x15695a4
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15695ff
movq %rax, %rdi
callq 0x678a0
jmp 0x1569601
leaq 0x1d90(%rsp), %rax
movq %rax, 0x2ab8(%rsp)
movq 0x2ab8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1d90(%rsp), %rax
movq %rax, 0x26c0(%rsp)
movq 0x26c0(%rsp), %rax
movq %rax, 0x4228(%rsp)
movq 0x4228(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15696f2
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4224(%rsp) # imm = 0xFFFFFFFF
movl 0x4224(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4220(%rsp)
cmpl $0x1, 0x4220(%rsp)
jne 0x15696f2
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15696c0
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15696be
jmp 0x15696f0
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4530(%rsp)
cmpq $0x0, 0x4530(%rsp)
je 0x15696ee
movq 0x4530(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15696f0
jmp 0x15696f2
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156974d
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x1dd8(%rsp)
movl $0x0, 0x1d8c(%rsp)
movl 0x1d8c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x156983c
movq 0x1e50(%rsp), %rax
movq %rax, 0x2bd0(%rsp)
movq 0x2bd0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1d60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1d60(%rsp), %rsi
leaq 0x1de0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x1d40(%rsp)
movq 0x1dd8(%rsp), %rax
vmovaps 0x1d40(%rsp), %ymm0
movq %rax, 0x3078(%rsp)
vmovaps %ymm0, 0x3040(%rsp)
vmovaps 0x3040(%rsp), %ymm0
movq 0x3078(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1e50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1e50(%rsp)
movq 0x1dd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1dd8(%rsp)
movl 0x1d8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d8c(%rsp)
jmp 0x1569768
jmp 0x156983e
movl 0x1e5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1e5c(%rsp)
jmp 0x1568e4b
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
jmp 0x157669f
movq 0x2188(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1573232
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x156a830
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x156993d
movq 0x6e8(%rsp), %rax
movq %rax, 0x31c0(%rsp)
movq 0x31c0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x156994a
jmp 0x156995a
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0x1d3c(%rsp)
movl 0x1d3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x156a820
movq 0x2188(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1ce8(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ce8(%rsp), %r10
movq %r10, 0x3750(%rsp)
movl %r9d, 0x374c(%rsp)
movl %r8d, 0x3748(%rsp)
movl %edi, 0x3744(%rsp)
movq %rsi, 0x3738(%rsp)
movq %rdx, 0x3730(%rsp)
movl %ecx, 0x372c(%rsp)
movq %rax, 0x3720(%rsp)
movq 0x3750(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3730(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x372c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3720(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x374c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3748(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3744(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d48(%rsp)
movl $0x10, 0x3d44(%rsp)
movq 0x3d48(%rsp), %rax
movslq 0x3d44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1d10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1569b35
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d28(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x1569c76
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq %rax, 0x43e8(%rsp)
movq 0x43e8(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1569c19
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43e4(%rsp) # imm = 0xFFFFFFFF
movl 0x43e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43e0(%rsp)
cmpl $0x1, 0x43e0(%rsp)
jne 0x1569c19
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1569be7
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1569be5
jmp 0x1569c17
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4450(%rsp)
cmpq $0x0, 0x4450(%rsp)
je 0x1569c15
movq 0x4450(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1569c17
jmp 0x1569c19
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1569c74
movq %rax, %rdi
callq 0x678a0
jmp 0x1569c76
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x26c8(%rsp)
movq 0x26c8(%rsp), %rax
movq %rax, 0x4218(%rsp)
movq 0x4218(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1569d67
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4214(%rsp) # imm = 0xFFFFFFFF
movl 0x4214(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4210(%rsp)
cmpl $0x1, 0x4210(%rsp)
jne 0x1569d67
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1569d35
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1569d33
jmp 0x1569d65
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4538(%rsp)
cmpq $0x0, 0x4538(%rsp)
je 0x1569d63
movq 0x4538(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1569d65
jmp 0x1569d67
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1569dc2
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c98(%rsp), %rdx
movq %rdx, 0x2420(%rsp)
movq %rcx, 0x2418(%rsp)
movl %eax, 0x2414(%rsp)
movq 0x2418(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x2413(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2414(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c98(%rsp), %r10
movq %r10, 0x3788(%rsp)
movl %r9d, 0x3784(%rsp)
movl %r8d, 0x3780(%rsp)
movl %edi, 0x377c(%rsp)
movq %rsi, 0x3770(%rsp)
movq %rdx, 0x3768(%rsp)
movl %ecx, 0x3764(%rsp)
movq %rax, 0x3758(%rsp)
movq 0x3788(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x3770(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3768(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3764(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3758(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3784(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3780(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x377c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d38(%rsp)
movl $0x10, 0x3d34(%rsp)
movq 0x3d38(%rsp), %rax
movslq 0x3d34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1cc0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1569f8e
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1cd8(%rsp)
movb $0x1, 0x2413(%rsp)
testb $0x1, 0x2413(%rsp)
jne 0x156a0cf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq %rax, 0x43d8(%rsp)
movq 0x43d8(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156a072
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43d4(%rsp) # imm = 0xFFFFFFFF
movl 0x43d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43d0(%rsp)
cmpl $0x1, 0x43d0(%rsp)
jne 0x156a072
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156a040
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156a03e
jmp 0x156a070
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4458(%rsp)
cmpq $0x0, 0x4458(%rsp)
je 0x156a06e
movq 0x4458(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156a070
jmp 0x156a072
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156a0cd
movq %rax, %rdi
callq 0x678a0
jmp 0x156a0cf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1c98(%rsp), %rax
movq %rax, 0x26d0(%rsp)
movq 0x26d0(%rsp), %rax
movq %rax, 0x4208(%rsp)
movq 0x4208(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156a1c0
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4204(%rsp) # imm = 0xFFFFFFFF
movl 0x4204(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4200(%rsp)
cmpl $0x1, 0x4200(%rsp)
jne 0x156a1c0
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156a18e
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156a18c
jmp 0x156a1be
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4540(%rsp)
cmpq $0x0, 0x4540(%rsp)
je 0x156a1bc
movq 0x4540(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156a1be
jmp 0x156a1c0
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156a21b
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c48(%rsp), %rdx
movq %rdx, 0x29c0(%rsp)
movq %rcx, 0x29b8(%rsp)
movl %eax, 0x29b4(%rsp)
movq 0x29b8(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x29b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c48(%rsp), %r10
movq %r10, 0x3328(%rsp)
movl %r9d, 0x3324(%rsp)
movl %r8d, 0x3320(%rsp)
movl %edi, 0x331c(%rsp)
movq %rsi, 0x3310(%rsp)
movq %rdx, 0x3308(%rsp)
movl %ecx, 0x3304(%rsp)
movq %rax, 0x32f8(%rsp)
movq 0x3328(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x3310(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3308(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3304(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x32f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3324(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3320(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x331c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e78(%rsp)
movl $0x10, 0x3e74(%rsp)
movq 0x3e78(%rsp), %rax
movslq 0x3e74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156a3e7
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c88(%rsp)
movb $0x1, 0x29b3(%rsp)
testb $0x1, 0x29b3(%rsp)
jne 0x156a528
leaq 0x1c48(%rsp), %rax
movq %rax, 0x29c8(%rsp)
movq 0x29c8(%rsp), %rax
movq %rax, 0x3ee8(%rsp)
movq 0x3ee8(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156a4cb
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ee4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ee4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ee0(%rsp)
cmpl $0x1, 0x3ee0(%rsp)
jne 0x156a4cb
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156a499
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156a497
jmp 0x156a4c9
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46d0(%rsp)
cmpq $0x0, 0x46d0(%rsp)
je 0x156a4c7
movq 0x46d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156a4c9
jmp 0x156a4cb
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156a526
movq %rax, %rdi
callq 0x678a0
jmp 0x156a528
leaq 0x1c48(%rsp), %rax
movq %rax, 0x2ab0(%rsp)
movq 0x2ab0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1c48(%rsp), %rax
movq %rax, 0x26d8(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, 0x41f8(%rsp)
movq 0x41f8(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156a619
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41f4(%rsp) # imm = 0xFFFFFFFF
movl 0x41f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41f0(%rsp)
cmpl $0x1, 0x41f0(%rsp)
jne 0x156a619
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156a5e7
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156a5e5
jmp 0x156a617
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4548(%rsp)
cmpq $0x0, 0x4548(%rsp)
je 0x156a615
movq 0x4548(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156a617
jmp 0x156a619
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156a674
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1c90(%rsp)
movl $0x0, 0x1c44(%rsp)
movl 0x1c44(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x156a808
movl $0x0, 0x1c40(%rsp)
movl 0x1c40(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x156a7f0
movq 0x1d30(%rsp), %rax
movq %rax, 0x2bc8(%rsp)
movq 0x2bc8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1c20(%rsp)
movl $0x0, 0x1c1c(%rsp)
movl 0x1c1c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x156a7c6
movq 0x1ce0(%rsp), %rax
movq %rax, 0x2bc0(%rsp)
movq 0x2bc0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1be0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1c20(%rsp), %rsi
leaq 0x1be0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x1bc0(%rsp)
movq 0x1c90(%rsp), %rax
vmovaps 0x1bc0(%rsp), %ymm0
movq %rax, 0x3038(%rsp)
vmovaps %ymm0, 0x3000(%rsp)
vmovaps 0x3000(%rsp), %ymm0
movq 0x3038(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1ce0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1c90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c90(%rsp)
movl 0x1c1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c1c(%rsp)
jmp 0x156a6f2
movq 0x1d30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d30(%rsp)
movl 0x1c40(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c40(%rsp)
jmp 0x156a6ae
jmp 0x156a7f2
movl 0x1c44(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c44(%rsp)
jmp 0x156a68f
jmp 0x156a80a
movl 0x1d3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d3c(%rsp)
jmp 0x1569965
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1571c4d
cmpl $0x1, 0x2148(%rsp)
jne 0x156b788
cmpl $0x1, 0x2144(%rsp)
jne 0x156b788
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x156b788
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x156a915
movq 0x660(%rsp), %rax
movq %rax, 0x31c8(%rsp)
movq 0x31c8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x156a922
jmp 0x156a932
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0x1bbc(%rsp)
movl 0x1bbc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x156b778
movq 0x2188(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b68(%rsp), %rdx
movq %rdx, 0x2408(%rsp)
movq %rcx, 0x2400(%rsp)
movl %eax, 0x23fc(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x23fb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23fc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b68(%rsp), %r10
movq %r10, 0x37c0(%rsp)
movl %r9d, 0x37bc(%rsp)
movl %r8d, 0x37b8(%rsp)
movl %edi, 0x37b4(%rsp)
movq %rsi, 0x37a8(%rsp)
movq %rdx, 0x37a0(%rsp)
movl %ecx, 0x379c(%rsp)
movq %rax, 0x3790(%rsp)
movq 0x37c0(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37a0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x379c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3790(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37bc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37b8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37b4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d28(%rsp)
movl $0x10, 0x3d24(%rsp)
movq 0x3d28(%rsp), %rax
movslq 0x3d24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b90(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156ab0d
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ba8(%rsp)
movb $0x1, 0x23fb(%rsp)
testb $0x1, 0x23fb(%rsp)
jne 0x156ac4e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq %rax, 0x43c8(%rsp)
movq 0x43c8(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156abf1
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43c4(%rsp) # imm = 0xFFFFFFFF
movl 0x43c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43c0(%rsp)
cmpl $0x1, 0x43c0(%rsp)
jne 0x156abf1
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156abbf
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156abbd
jmp 0x156abef
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4460(%rsp)
cmpq $0x0, 0x4460(%rsp)
je 0x156abed
movq 0x4460(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156abef
jmp 0x156abf1
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156ac4c
movq %rax, %rdi
callq 0x678a0
jmp 0x156ac4e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1b68(%rsp), %rax
movq %rax, 0x26e0(%rsp)
movq 0x26e0(%rsp), %rax
movq %rax, 0x41e8(%rsp)
movq 0x41e8(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156ad3f
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41e4(%rsp) # imm = 0xFFFFFFFF
movl 0x41e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41e0(%rsp)
cmpl $0x1, 0x41e0(%rsp)
jne 0x156ad3f
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156ad0d
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156ad0b
jmp 0x156ad3d
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4550(%rsp)
cmpq $0x0, 0x4550(%rsp)
je 0x156ad3b
movq 0x4550(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156ad3d
jmp 0x156ad3f
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156ad9a
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x1bb0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b18(%rsp), %rdx
movq %rdx, 0x23f0(%rsp)
movq %rcx, 0x23e8(%rsp)
movl %eax, 0x23e4(%rsp)
movq 0x23e8(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x23e3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23e4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b18(%rsp), %r10
movq %r10, 0x37f8(%rsp)
movl %r9d, 0x37f4(%rsp)
movl %r8d, 0x37f0(%rsp)
movl %edi, 0x37ec(%rsp)
movq %rsi, 0x37e0(%rsp)
movq %rdx, 0x37d8(%rsp)
movl %ecx, 0x37d4(%rsp)
movq %rax, 0x37c8(%rsp)
movq 0x37f8(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x37e0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37d8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x37d4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x37c8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37f4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37f0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37ec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d18(%rsp)
movl $0x10, 0x3d14(%rsp)
movq 0x3d18(%rsp), %rax
movslq 0x3d14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b40(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156af66
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b58(%rsp)
movb $0x1, 0x23e3(%rsp)
testb $0x1, 0x23e3(%rsp)
jne 0x156b0a7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq %rax, 0x43b8(%rsp)
movq 0x43b8(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156b04a
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43b4(%rsp) # imm = 0xFFFFFFFF
movl 0x43b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43b0(%rsp)
cmpl $0x1, 0x43b0(%rsp)
jne 0x156b04a
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156b018
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156b016
jmp 0x156b048
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4468(%rsp)
cmpq $0x0, 0x4468(%rsp)
je 0x156b046
movq 0x4468(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156b048
jmp 0x156b04a
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156b0a5
movq %rax, %rdi
callq 0x678a0
jmp 0x156b0a7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1b18(%rsp), %rax
movq %rax, 0x26e8(%rsp)
movq 0x26e8(%rsp), %rax
movq %rax, 0x41d8(%rsp)
movq 0x41d8(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156b198
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41d4(%rsp) # imm = 0xFFFFFFFF
movl 0x41d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41d0(%rsp)
cmpl $0x1, 0x41d0(%rsp)
jne 0x156b198
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156b166
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156b164
jmp 0x156b196
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4558(%rsp)
cmpq $0x0, 0x4558(%rsp)
je 0x156b194
movq 0x4558(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156b196
jmp 0x156b198
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156b1f3
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1b60(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x29a0(%rsp)
movq %rcx, 0x2998(%rsp)
movl %eax, 0x2994(%rsp)
movq 0x2998(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x2993(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2994(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x3360(%rsp)
movl %r9d, 0x335c(%rsp)
movl %r8d, 0x3358(%rsp)
movl %edi, 0x3354(%rsp)
movq %rsi, 0x3348(%rsp)
movq %rdx, 0x3340(%rsp)
movl %ecx, 0x333c(%rsp)
movq %rax, 0x3330(%rsp)
movq 0x3360(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3340(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x333c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3330(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x335c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3358(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3354(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e68(%rsp)
movl $0x10, 0x3e64(%rsp)
movq 0x3e68(%rsp), %rax
movslq 0x3e64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156b3bf
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x2993(%rsp)
testb $0x1, 0x2993(%rsp)
jne 0x156b500
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x29a8(%rsp)
movq 0x29a8(%rsp), %rax
movq %rax, 0x3ef8(%rsp)
movq 0x3ef8(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156b4a3
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ef4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ef4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ef0(%rsp)
cmpl $0x1, 0x3ef0(%rsp)
jne 0x156b4a3
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156b471
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156b46f
jmp 0x156b4a1
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46c8(%rsp)
cmpq $0x0, 0x46c8(%rsp)
je 0x156b49f
movq 0x46c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156b4a1
jmp 0x156b4a3
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156b4fe
movq %rax, %rdi
callq 0x678a0
jmp 0x156b500
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2aa8(%rsp)
movq 0x2aa8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x26f0(%rsp)
movq 0x26f0(%rsp), %rax
movq %rax, 0x41c8(%rsp)
movq 0x41c8(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156b5f1
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41c4(%rsp) # imm = 0xFFFFFFFF
movl 0x41c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41c0(%rsp)
cmpl $0x1, 0x41c0(%rsp)
jne 0x156b5f1
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156b5bf
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156b5bd
jmp 0x156b5ef
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4560(%rsp)
cmpq $0x0, 0x4560(%rsp)
je 0x156b5ed
movq 0x4560(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156b5ef
jmp 0x156b5f1
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156b64c
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1b60(%rsp), %rax
movq %rax, 0x2bb8(%rsp)
movq 0x2bb8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1aa0(%rsp)
movl $0x0, 0x1a9c(%rsp)
movl 0x1a9c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x156b760
movq 0x1bb0(%rsp), %rax
movq %rax, 0x2bb0(%rsp)
movq 0x2bb0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1a60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1a60(%rsp), %rsi
leaq 0x1aa0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x1a40(%rsp)
movq 0x1b10(%rsp), %rax
vmovaps 0x1a40(%rsp), %ymm0
movq %rax, 0x2ff8(%rsp)
vmovaps %ymm0, 0x2fc0(%rsp)
vmovaps 0x2fc0(%rsp), %ymm0
movq 0x2ff8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1bb0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1bb0(%rsp)
movq 0x1b10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b10(%rsp)
movl 0x1a9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a9c(%rsp)
jmp 0x156b68c
jmp 0x156b762
movl 0x1bbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1bbc(%rsp)
jmp 0x156a93d
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x156c2e5
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x156c2e5
cmpl $0x1, 0x213c(%rsp)
jne 0x156c2e5
cmpl $0x1, 0x212c(%rsp)
jne 0x156c2e5
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x156b86f
movq 0x5d8(%rsp), %rax
movq %rax, 0x31d0(%rsp)
movq 0x31d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x156b87c
jmp 0x156b88c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0x1a3c(%rsp)
movl 0x1a3c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x156c2d5
movq 0x2188(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x19e8(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19e8(%rsp), %r10
movq %r10, 0x3830(%rsp)
movl %r9d, 0x382c(%rsp)
movl %r8d, 0x3828(%rsp)
movl %edi, 0x3824(%rsp)
movq %rsi, 0x3818(%rsp)
movq %rdx, 0x3810(%rsp)
movl %ecx, 0x380c(%rsp)
movq %rax, 0x3800(%rsp)
movq 0x3830(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3810(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x380c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3800(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x382c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3828(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3824(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d08(%rsp)
movl $0x10, 0x3d04(%rsp)
movq 0x3d08(%rsp), %rax
movslq 0x3d04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156ba67
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a28(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x156bba8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq %rax, 0x43a8(%rsp)
movq 0x43a8(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156bb4b
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43a4(%rsp) # imm = 0xFFFFFFFF
movl 0x43a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43a0(%rsp)
cmpl $0x1, 0x43a0(%rsp)
jne 0x156bb4b
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156bb19
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156bb17
jmp 0x156bb49
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4470(%rsp)
cmpq $0x0, 0x4470(%rsp)
je 0x156bb47
movq 0x4470(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156bb49
jmp 0x156bb4b
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156bba6
movq %rax, %rdi
callq 0x678a0
jmp 0x156bba8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x19e8(%rsp), %rax
movq %rax, 0x26f8(%rsp)
movq 0x26f8(%rsp), %rax
movq %rax, 0x41b8(%rsp)
movq 0x41b8(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156bc99
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41b4(%rsp) # imm = 0xFFFFFFFF
movl 0x41b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41b0(%rsp)
cmpl $0x1, 0x41b0(%rsp)
jne 0x156bc99
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156bc67
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156bc65
jmp 0x156bc97
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4568(%rsp)
cmpq $0x0, 0x4568(%rsp)
je 0x156bc95
movq 0x4568(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156bc97
jmp 0x156bc99
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156bcf4
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x1a30(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x19e0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x1990(%rsp), %rdx
movq %rdx, 0x2980(%rsp)
movq %rcx, 0x2978(%rsp)
movl %eax, 0x2974(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x2973(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2974(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1990(%rsp), %r10
movq %r10, 0x3398(%rsp)
movl %r9d, 0x3394(%rsp)
movl %r8d, 0x3390(%rsp)
movl %edi, 0x338c(%rsp)
movq %rsi, 0x3380(%rsp)
movq %rdx, 0x3378(%rsp)
movl %ecx, 0x3374(%rsp)
movq %rax, 0x3368(%rsp)
movq 0x3398(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x3380(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3378(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3374(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3368(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3394(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3390(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x338c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e58(%rsp)
movl $0x10, 0x3e54(%rsp)
movq 0x3e58(%rsp), %rax
movslq 0x3e54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156bee3
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19d0(%rsp)
movb $0x1, 0x2973(%rsp)
testb $0x1, 0x2973(%rsp)
jne 0x156c024
leaq 0x1990(%rsp), %rax
movq %rax, 0x2988(%rsp)
movq 0x2988(%rsp), %rax
movq %rax, 0x3f08(%rsp)
movq 0x3f08(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156bfc7
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f04(%rsp) # imm = 0xFFFFFFFF
movl 0x3f04(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f00(%rsp)
cmpl $0x1, 0x3f00(%rsp)
jne 0x156bfc7
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156bf95
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156bf93
jmp 0x156bfc5
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46c0(%rsp)
cmpq $0x0, 0x46c0(%rsp)
je 0x156bfc3
movq 0x46c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156bfc5
jmp 0x156bfc7
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156c022
movq %rax, %rdi
callq 0x678a0
jmp 0x156c024
leaq 0x1990(%rsp), %rax
movq %rax, 0x2aa0(%rsp)
movq 0x2aa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1990(%rsp), %rax
movq %rax, 0x2700(%rsp)
movq 0x2700(%rsp), %rax
movq %rax, 0x41a8(%rsp)
movq 0x41a8(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156c115
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41a4(%rsp) # imm = 0xFFFFFFFF
movl 0x41a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41a0(%rsp)
cmpl $0x1, 0x41a0(%rsp)
jne 0x156c115
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156c0e3
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156c0e1
jmp 0x156c113
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4570(%rsp)
cmpq $0x0, 0x4570(%rsp)
je 0x156c111
movq 0x4570(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156c113
jmp 0x156c115
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156c170
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x19d8(%rsp)
movl $0x0, 0x198c(%rsp)
movl 0x198c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x156c2bd
movq 0x1a30(%rsp), %rax
movq %rax, 0x2ba8(%rsp)
movq 0x2ba8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1960(%rsp)
movq 0x19e0(%rsp), %rax
movq %rax, 0x31b0(%rsp)
movq 0x31b0(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x31ac(%rsp)
vbroadcastss 0x31ac(%rsp), %ymm0
vmovaps %ymm0, 0x3180(%rsp)
vmovaps 0x3180(%rsp), %ymm0
vmovaps %ymm0, 0x1940(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1960(%rsp), %rsi
leaq 0x1940(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x1920(%rsp)
movq 0x19d8(%rsp), %rax
vmovaps 0x1920(%rsp), %ymm0
movq %rax, 0x2fb8(%rsp)
vmovaps %ymm0, 0x2f80(%rsp)
vmovaps 0x2f80(%rsp), %ymm0
movq 0x2fb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1a30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1a30(%rsp)
movq 0x19e0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x19e0(%rsp)
movq 0x19d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x19d8(%rsp)
movl 0x198c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x198c(%rsp)
jmp 0x156c18b
jmp 0x156c2bf
movl 0x1a3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a3c(%rsp)
jmp 0x156b897
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
cmpl $0x1, 0x2168(%rsp)
jne 0x156d22b
cmpl $0x1, 0x2164(%rsp)
jne 0x156d22b
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x156d22b
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x156c3b8
movq 0x578(%rsp), %rax
movq %rax, 0x31d8(%rsp)
movq 0x31d8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x156c3c5
jmp 0x156c3d5
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0x191c(%rsp)
movl 0x191c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x156d21b
movq 0x2188(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x18c8(%rsp), %rdx
movq %rdx, 0x23c0(%rsp)
movq %rcx, 0x23b8(%rsp)
movl %eax, 0x23b4(%rsp)
movq 0x23b8(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x23b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18c8(%rsp), %r10
movq %r10, 0x3868(%rsp)
movl %r9d, 0x3864(%rsp)
movl %r8d, 0x3860(%rsp)
movl %edi, 0x385c(%rsp)
movq %rsi, 0x3850(%rsp)
movq %rdx, 0x3848(%rsp)
movl %ecx, 0x3844(%rsp)
movq %rax, 0x3838(%rsp)
movq 0x3868(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x3850(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3848(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3844(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3838(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3864(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3860(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x385c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cf8(%rsp)
movl $0x10, 0x3cf4(%rsp)
movq 0x3cf8(%rsp), %rax
movslq 0x3cf4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cf4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156c5b0
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1908(%rsp)
movb $0x1, 0x23b3(%rsp)
testb $0x1, 0x23b3(%rsp)
jne 0x156c6f1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2608(%rsp)
movq 0x2608(%rsp), %rax
movq %rax, 0x4398(%rsp)
movq 0x4398(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156c694
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4394(%rsp) # imm = 0xFFFFFFFF
movl 0x4394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4390(%rsp)
cmpl $0x1, 0x4390(%rsp)
jne 0x156c694
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156c662
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156c660
jmp 0x156c692
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4478(%rsp)
cmpq $0x0, 0x4478(%rsp)
je 0x156c690
movq 0x4478(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156c692
jmp 0x156c694
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156c6ef
movq %rax, %rdi
callq 0x678a0
jmp 0x156c6f1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2708(%rsp)
movq 0x2708(%rsp), %rax
movq %rax, 0x4198(%rsp)
movq 0x4198(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156c7e2
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4194(%rsp) # imm = 0xFFFFFFFF
movl 0x4194(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4190(%rsp)
cmpl $0x1, 0x4190(%rsp)
jne 0x156c7e2
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156c7b0
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156c7ae
jmp 0x156c7e0
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4578(%rsp)
cmpq $0x0, 0x4578(%rsp)
je 0x156c7de
movq 0x4578(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156c7e0
jmp 0x156c7e2
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156c83d
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x1910(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1878(%rsp), %rdx
movq %rdx, 0x23a8(%rsp)
movq %rcx, 0x23a0(%rsp)
movl %eax, 0x239c(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x239b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x239c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1878(%rsp), %r10
movq %r10, 0x38a0(%rsp)
movl %r9d, 0x389c(%rsp)
movl %r8d, 0x3898(%rsp)
movl %edi, 0x3894(%rsp)
movq %rsi, 0x3888(%rsp)
movq %rdx, 0x3880(%rsp)
movl %ecx, 0x387c(%rsp)
movq %rax, 0x3870(%rsp)
movq 0x38a0(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3880(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x387c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3870(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x389c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3898(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3894(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ce8(%rsp)
movl $0x10, 0x3ce4(%rsp)
movq 0x3ce8(%rsp), %rax
movslq 0x3ce4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ce4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156ca09
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18b8(%rsp)
movb $0x1, 0x239b(%rsp)
testb $0x1, 0x239b(%rsp)
jne 0x156cb4a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2610(%rsp)
movq 0x2610(%rsp), %rax
movq %rax, 0x4388(%rsp)
movq 0x4388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156caed
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4384(%rsp) # imm = 0xFFFFFFFF
movl 0x4384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4380(%rsp)
cmpl $0x1, 0x4380(%rsp)
jne 0x156caed
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156cabb
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156cab9
jmp 0x156caeb
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4480(%rsp)
cmpq $0x0, 0x4480(%rsp)
je 0x156cae9
movq 0x4480(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156caeb
jmp 0x156caed
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156cb48
movq %rax, %rdi
callq 0x678a0
jmp 0x156cb4a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2558(%rsp)
movq 0x2558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1878(%rsp), %rax
movq %rax, 0x2710(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, 0x4188(%rsp)
movq 0x4188(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156cc3b
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4184(%rsp) # imm = 0xFFFFFFFF
movl 0x4184(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4180(%rsp)
cmpl $0x1, 0x4180(%rsp)
jne 0x156cc3b
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156cc09
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156cc07
jmp 0x156cc39
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4580(%rsp)
cmpq $0x0, 0x4580(%rsp)
je 0x156cc37
movq 0x4580(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156cc39
jmp 0x156cc3b
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156cc96
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x18c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1828(%rsp), %rdx
movq %rdx, 0x2960(%rsp)
movq %rcx, 0x2958(%rsp)
movl %eax, 0x2954(%rsp)
movq 0x2958(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x2953(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2954(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1828(%rsp), %r10
movq %r10, 0x33d0(%rsp)
movl %r9d, 0x33cc(%rsp)
movl %r8d, 0x33c8(%rsp)
movl %edi, 0x33c4(%rsp)
movq %rsi, 0x33b8(%rsp)
movq %rdx, 0x33b0(%rsp)
movl %ecx, 0x33ac(%rsp)
movq %rax, 0x33a0(%rsp)
movq 0x33d0(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x33c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e48(%rsp)
movl $0x10, 0x3e44(%rsp)
movq 0x3e48(%rsp), %rax
movslq 0x3e44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1850(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156ce62
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1868(%rsp)
movb $0x1, 0x2953(%rsp)
testb $0x1, 0x2953(%rsp)
jne 0x156cfa3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2968(%rsp)
movq 0x2968(%rsp), %rax
movq %rax, 0x3f18(%rsp)
movq 0x3f18(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156cf46
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f14(%rsp) # imm = 0xFFFFFFFF
movl 0x3f14(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f10(%rsp)
cmpl $0x1, 0x3f10(%rsp)
jne 0x156cf46
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156cf14
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156cf12
jmp 0x156cf44
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46b8(%rsp)
cmpq $0x0, 0x46b8(%rsp)
je 0x156cf42
movq 0x46b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156cf44
jmp 0x156cf46
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156cfa1
movq %rax, %rdi
callq 0x678a0
jmp 0x156cfa3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2a98(%rsp)
movq 0x2a98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x1828(%rsp), %rax
movq %rax, 0x2718(%rsp)
movq 0x2718(%rsp), %rax
movq %rax, 0x4178(%rsp)
movq 0x4178(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156d094
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4174(%rsp) # imm = 0xFFFFFFFF
movl 0x4174(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4170(%rsp)
cmpl $0x1, 0x4170(%rsp)
jne 0x156d094
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156d062
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156d060
jmp 0x156d092
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4588(%rsp)
cmpq $0x0, 0x4588(%rsp)
je 0x156d090
movq 0x4588(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156d092
jmp 0x156d094
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156d0ef
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1870(%rsp)
movq 0x1910(%rsp), %rax
movq %rax, 0x2ba0(%rsp)
movq 0x2ba0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1800(%rsp)
movl $0x0, 0x17fc(%rsp)
movl 0x17fc(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x156d203
movq 0x18c0(%rsp), %rax
movq %rax, 0x2b98(%rsp)
movq 0x2b98(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x17c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1800(%rsp), %rsi
leaq 0x17c0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x17a0(%rsp)
movq 0x1870(%rsp), %rax
vmovaps 0x17a0(%rsp), %ymm0
movq %rax, 0x2f78(%rsp)
vmovaps %ymm0, 0x2f40(%rsp)
vmovaps 0x2f40(%rsp), %ymm0
movq 0x2f78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x18c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x18c0(%rsp)
movq 0x1870(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1870(%rsp)
movl 0x17fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17fc(%rsp)
jmp 0x156d12f
jmp 0x156d205
movl 0x191c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x191c(%rsp)
jmp 0x156c3e0
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x156dd88
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x156dd88
cmpl $0x1, 0x215c(%rsp)
jne 0x156dd88
cmpl $0x1, 0x214c(%rsp)
jne 0x156dd88
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x156d312
movq 0x4f0(%rsp), %rax
movq %rax, 0x31e0(%rsp)
movq 0x31e0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x156d31f
jmp 0x156d32f
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0x179c(%rsp)
movl 0x179c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x156dd78
movq 0x2188(%rsp), %rax
movq %rax, 0x2550(%rsp)
movq 0x2550(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1790(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x1740(%rsp), %rdx
movq %rdx, 0x2390(%rsp)
movq %rcx, 0x2388(%rsp)
movl %eax, 0x2384(%rsp)
movq 0x2388(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x2383(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2384(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1740(%rsp), %r10
movq %r10, 0x38d8(%rsp)
movl %r9d, 0x38d4(%rsp)
movl %r8d, 0x38d0(%rsp)
movl %edi, 0x38cc(%rsp)
movq %rsi, 0x38c0(%rsp)
movq %rdx, 0x38b8(%rsp)
movl %ecx, 0x38b4(%rsp)
movq %rax, 0x38a8(%rsp)
movq 0x38d8(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x38c0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38b8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38b4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38a8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x38d4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x38d0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x38cc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cd8(%rsp)
movl $0x10, 0x3cd4(%rsp)
movq 0x3cd8(%rsp), %rax
movslq 0x3cd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1768(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156d52d
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1780(%rsp)
movb $0x1, 0x2383(%rsp)
testb $0x1, 0x2383(%rsp)
jne 0x156d66e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2618(%rsp)
movq 0x2618(%rsp), %rax
movq %rax, 0x4378(%rsp)
movq 0x4378(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156d611
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4374(%rsp) # imm = 0xFFFFFFFF
movl 0x4374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4370(%rsp)
cmpl $0x1, 0x4370(%rsp)
jne 0x156d611
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156d5df
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156d5dd
jmp 0x156d60f
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4488(%rsp)
cmpq $0x0, 0x4488(%rsp)
je 0x156d60d
movq 0x4488(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156d60f
jmp 0x156d611
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156d66c
movq %rax, %rdi
callq 0x678a0
jmp 0x156d66e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2548(%rsp)
movq 0x2548(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1740(%rsp), %rax
movq %rax, 0x2720(%rsp)
movq 0x2720(%rsp), %rax
movq %rax, 0x4168(%rsp)
movq 0x4168(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156d75f
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4164(%rsp) # imm = 0xFFFFFFFF
movl 0x4164(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4160(%rsp)
cmpl $0x1, 0x4160(%rsp)
jne 0x156d75f
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156d72d
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156d72b
jmp 0x156d75d
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4590(%rsp)
cmpq $0x0, 0x4590(%rsp)
je 0x156d75b
movq 0x4590(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156d75d
jmp 0x156d75f
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156d7ba
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1788(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x16f0(%rsp), %rdx
movq %rdx, 0x2940(%rsp)
movq %rcx, 0x2938(%rsp)
movl %eax, 0x2934(%rsp)
movq 0x2938(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x2933(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2934(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f0(%rsp), %r10
movq %r10, 0x3408(%rsp)
movl %r9d, 0x3404(%rsp)
movl %r8d, 0x3400(%rsp)
movl %edi, 0x33fc(%rsp)
movq %rsi, 0x33f0(%rsp)
movq %rdx, 0x33e8(%rsp)
movl %ecx, 0x33e4(%rsp)
movq %rax, 0x33d8(%rsp)
movq 0x3408(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x33f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3404(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3400(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e38(%rsp)
movl $0x10, 0x3e34(%rsp)
movq 0x3e38(%rsp), %rax
movslq 0x3e34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1718(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156d986
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1730(%rsp)
movb $0x1, 0x2933(%rsp)
testb $0x1, 0x2933(%rsp)
jne 0x156dac7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2948(%rsp)
movq 0x2948(%rsp), %rax
movq %rax, 0x3f28(%rsp)
movq 0x3f28(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156da6a
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f24(%rsp) # imm = 0xFFFFFFFF
movl 0x3f24(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f20(%rsp)
cmpl $0x1, 0x3f20(%rsp)
jne 0x156da6a
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156da38
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156da36
jmp 0x156da68
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46b0(%rsp)
cmpq $0x0, 0x46b0(%rsp)
je 0x156da66
movq 0x46b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156da68
jmp 0x156da6a
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156dac5
movq %rax, %rdi
callq 0x678a0
jmp 0x156dac7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2a90(%rsp)
movq 0x2a90(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2728(%rsp)
movq 0x2728(%rsp), %rax
movq %rax, 0x4158(%rsp)
movq 0x4158(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156dbb8
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4154(%rsp) # imm = 0xFFFFFFFF
movl 0x4154(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4150(%rsp)
cmpl $0x1, 0x4150(%rsp)
jne 0x156dbb8
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156db86
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156db84
jmp 0x156dbb6
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4598(%rsp)
cmpq $0x0, 0x4598(%rsp)
je 0x156dbb4
movq 0x4598(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156dbb6
jmp 0x156dbb8
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156dc13
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1738(%rsp)
movl $0x0, 0x16ec(%rsp)
movl 0x16ec(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x156dd60
movq 0x1790(%rsp), %rax
movq %rax, 0x3178(%rsp)
movq 0x3178(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3174(%rsp)
vbroadcastss 0x3174(%rsp), %ymm0
vmovaps %ymm0, 0x3140(%rsp)
vmovaps 0x3140(%rsp), %ymm0
vmovaps %ymm0, 0x16c0(%rsp)
movq 0x1788(%rsp), %rax
movq %rax, 0x2b90(%rsp)
movq 0x2b90(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x16a0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16a0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x1680(%rsp)
movq 0x1738(%rsp), %rax
vmovaps 0x1680(%rsp), %ymm0
movq %rax, 0x2f38(%rsp)
vmovaps %ymm0, 0x2f00(%rsp)
vmovaps 0x2f00(%rsp), %ymm0
movq 0x2f38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1790(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1790(%rsp)
movq 0x1788(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1788(%rsp)
movq 0x1738(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1738(%rsp)
movl 0x16ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ec(%rsp)
jmp 0x156dc2e
jmp 0x156dd62
movl 0x179c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x179c(%rsp)
jmp 0x156d33a
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
cmpl $0x1, 0x2168(%rsp)
je 0x156ed2d
cmpl $0x1, 0x2148(%rsp)
jne 0x156ed2d
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x156ed2d
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x156ed2d
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x156de6f
movq 0x490(%rsp), %rax
movq %rax, 0x31e8(%rsp)
movq 0x31e8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x156de7c
jmp 0x156de8c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0x167c(%rsp)
movl 0x167c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x156ed1d
movq 0x2188(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1628(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1628(%rsp), %r10
movq %r10, 0x3910(%rsp)
movl %r9d, 0x390c(%rsp)
movl %r8d, 0x3908(%rsp)
movl %edi, 0x3904(%rsp)
movq %rsi, 0x38f8(%rsp)
movq %rdx, 0x38f0(%rsp)
movl %ecx, 0x38ec(%rsp)
movq %rax, 0x38e0(%rsp)
movq 0x3910(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x38f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x390c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3908(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3904(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cc8(%rsp)
movl $0x10, 0x3cc4(%rsp)
movq 0x3cc8(%rsp), %rax
movslq 0x3cc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1650(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156e067
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1668(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x156e1a8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2620(%rsp)
movq 0x2620(%rsp), %rax
movq %rax, 0x4368(%rsp)
movq 0x4368(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156e14b
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4364(%rsp) # imm = 0xFFFFFFFF
movl 0x4364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4360(%rsp)
cmpl $0x1, 0x4360(%rsp)
jne 0x156e14b
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156e119
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156e117
jmp 0x156e149
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4490(%rsp)
cmpq $0x0, 0x4490(%rsp)
je 0x156e147
movq 0x4490(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156e149
jmp 0x156e14b
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156e1a6
movq %rax, %rdi
callq 0x678a0
jmp 0x156e1a8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1628(%rsp), %rax
movq %rax, 0x2730(%rsp)
movq 0x2730(%rsp), %rax
movq %rax, 0x4148(%rsp)
movq 0x4148(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156e299
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4144(%rsp) # imm = 0xFFFFFFFF
movl 0x4144(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4140(%rsp)
cmpl $0x1, 0x4140(%rsp)
jne 0x156e299
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156e267
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156e265
jmp 0x156e297
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45a0(%rsp)
cmpq $0x0, 0x45a0(%rsp)
je 0x156e295
movq 0x45a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156e297
jmp 0x156e299
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156e2f4
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1670(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x15d8(%rsp), %rdx
movq %rdx, 0x2360(%rsp)
movq %rcx, 0x2358(%rsp)
movl %eax, 0x2354(%rsp)
movq 0x2358(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x2353(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2354(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x15d8(%rsp), %r10
movq %r10, 0x3948(%rsp)
movl %r9d, 0x3944(%rsp)
movl %r8d, 0x3940(%rsp)
movl %edi, 0x393c(%rsp)
movq %rsi, 0x3930(%rsp)
movq %rdx, 0x3928(%rsp)
movl %ecx, 0x3924(%rsp)
movq %rax, 0x3918(%rsp)
movq 0x3948(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x3930(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3928(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3924(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3918(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3944(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3940(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x393c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cb8(%rsp)
movl $0x10, 0x3cb4(%rsp)
movq 0x3cb8(%rsp), %rax
movslq 0x3cb4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cb4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1600(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156e4c0
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1618(%rsp)
movb $0x1, 0x2353(%rsp)
testb $0x1, 0x2353(%rsp)
jne 0x156e601
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rax
movq %rax, 0x4358(%rsp)
movq 0x4358(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156e5a4
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4354(%rsp) # imm = 0xFFFFFFFF
movl 0x4354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4350(%rsp)
cmpl $0x1, 0x4350(%rsp)
jne 0x156e5a4
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156e572
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156e570
jmp 0x156e5a2
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4498(%rsp)
cmpq $0x0, 0x4498(%rsp)
je 0x156e5a0
movq 0x4498(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156e5a2
jmp 0x156e5a4
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156e5ff
movq %rax, %rdi
callq 0x678a0
jmp 0x156e601
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2538(%rsp)
movq 0x2538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2738(%rsp)
movq 0x2738(%rsp), %rax
movq %rax, 0x4138(%rsp)
movq 0x4138(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156e6f2
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4134(%rsp) # imm = 0xFFFFFFFF
movl 0x4134(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4130(%rsp)
cmpl $0x1, 0x4130(%rsp)
jne 0x156e6f2
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156e6c0
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156e6be
jmp 0x156e6f0
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45a8(%rsp)
cmpq $0x0, 0x45a8(%rsp)
je 0x156e6ee
movq 0x45a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156e6f0
jmp 0x156e6f2
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156e74d
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1620(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1588(%rsp), %rdx
movq %rdx, 0x2920(%rsp)
movq %rcx, 0x2918(%rsp)
movl %eax, 0x2914(%rsp)
movq 0x2918(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x2913(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2914(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1588(%rsp), %r10
movq %r10, 0x3440(%rsp)
movl %r9d, 0x343c(%rsp)
movl %r8d, 0x3438(%rsp)
movl %edi, 0x3434(%rsp)
movq %rsi, 0x3428(%rsp)
movq %rdx, 0x3420(%rsp)
movl %ecx, 0x341c(%rsp)
movq %rax, 0x3410(%rsp)
movq 0x3440(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3420(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x341c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3410(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x343c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3438(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3434(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e28(%rsp)
movl $0x10, 0x3e24(%rsp)
movq 0x3e28(%rsp), %rax
movslq 0x3e24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x15b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156e919
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15c8(%rsp)
movb $0x1, 0x2913(%rsp)
testb $0x1, 0x2913(%rsp)
jne 0x156ea5a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2928(%rsp)
movq 0x2928(%rsp), %rax
movq %rax, 0x3f38(%rsp)
movq 0x3f38(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156e9fd
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f34(%rsp) # imm = 0xFFFFFFFF
movl 0x3f34(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f30(%rsp)
cmpl $0x1, 0x3f30(%rsp)
jne 0x156e9fd
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156e9cb
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156e9c9
jmp 0x156e9fb
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46a8(%rsp)
cmpq $0x0, 0x46a8(%rsp)
je 0x156e9f9
movq 0x46a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156e9fb
jmp 0x156e9fd
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156ea58
movq %rax, %rdi
callq 0x678a0
jmp 0x156ea5a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2a88(%rsp)
movq 0x2a88(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1588(%rsp), %rax
movq %rax, 0x2740(%rsp)
movq 0x2740(%rsp), %rax
movq %rax, 0x4128(%rsp)
movq 0x4128(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156eb4b
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4124(%rsp) # imm = 0xFFFFFFFF
movl 0x4124(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4120(%rsp)
cmpl $0x1, 0x4120(%rsp)
jne 0x156eb4b
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156eb19
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156eb17
jmp 0x156eb49
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45b0(%rsp)
cmpq $0x0, 0x45b0(%rsp)
je 0x156eb47
movq 0x45b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156eb49
jmp 0x156eb4b
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156eba6
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x15d0(%rsp)
movl $0x0, 0x1584(%rsp)
movl 0x1584(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x156ed05
movq 0x1620(%rsp), %rax
movl 0x1584(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b88(%rsp)
movq 0x2b88(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1560(%rsp)
movl $0x0, 0x155c(%rsp)
movl 0x155c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x156eced
movq 0x1670(%rsp), %rax
movq %rax, 0x2b80(%rsp)
movq 0x2b80(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1520(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1520(%rsp), %rsi
leaq 0x1560(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x1500(%rsp)
movq 0x15d0(%rsp), %rax
vmovaps 0x1500(%rsp), %ymm0
movq %rax, 0x2ef8(%rsp)
vmovaps %ymm0, 0x2ec0(%rsp)
vmovaps 0x2ec0(%rsp), %ymm0
movq 0x2ef8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1670(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1670(%rsp)
movq 0x15d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x15d0(%rsp)
movl 0x155c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x155c(%rsp)
jmp 0x156ec19
jmp 0x156ecef
movl 0x1584(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1584(%rsp)
jmp 0x156ebc1
jmp 0x156ed07
movl 0x167c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x167c(%rsp)
jmp 0x156de97
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x156fcd2
cmpl $0x1, 0x2164(%rsp)
je 0x156fcd2
cmpl $0x1, 0x2144(%rsp)
jne 0x156fcd2
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x156fcd2
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x156ee14
movq 0x408(%rsp), %rax
movq %rax, 0x31f0(%rsp)
movq 0x31f0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x156ee21
jmp 0x156ee31
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0x14fc(%rsp)
movl 0x14fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x156fcc2
movq 0x2188(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x14a8(%rsp), %rdx
movq %rdx, 0x2348(%rsp)
movq %rcx, 0x2340(%rsp)
movl %eax, 0x233c(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x233b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x233c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14a8(%rsp), %r10
movq %r10, 0x3980(%rsp)
movl %r9d, 0x397c(%rsp)
movl %r8d, 0x3978(%rsp)
movl %edi, 0x3974(%rsp)
movq %rsi, 0x3968(%rsp)
movq %rdx, 0x3960(%rsp)
movl %ecx, 0x395c(%rsp)
movq %rax, 0x3950(%rsp)
movq 0x3980(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x3968(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3960(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x395c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3950(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x397c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3978(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3974(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ca8(%rsp)
movl $0x10, 0x3ca4(%rsp)
movq 0x3ca8(%rsp), %rax
movslq 0x3ca4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ca4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156f00c
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x14e8(%rsp)
movb $0x1, 0x233b(%rsp)
testb $0x1, 0x233b(%rsp)
jne 0x156f14d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rax
movq %rax, 0x4348(%rsp)
movq 0x4348(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156f0f0
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4344(%rsp) # imm = 0xFFFFFFFF
movl 0x4344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4340(%rsp)
cmpl $0x1, 0x4340(%rsp)
jne 0x156f0f0
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156f0be
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156f0bc
jmp 0x156f0ee
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44a0(%rsp)
cmpq $0x0, 0x44a0(%rsp)
je 0x156f0ec
movq 0x44a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156f0ee
jmp 0x156f0f0
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156f14b
movq %rax, %rdi
callq 0x678a0
jmp 0x156f14d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2530(%rsp)
movq 0x2530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2748(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, 0x4118(%rsp)
movq 0x4118(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156f23e
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4114(%rsp) # imm = 0xFFFFFFFF
movl 0x4114(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4110(%rsp)
cmpl $0x1, 0x4110(%rsp)
jne 0x156f23e
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156f20c
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156f20a
jmp 0x156f23c
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45b8(%rsp)
cmpq $0x0, 0x45b8(%rsp)
je 0x156f23a
movq 0x45b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156f23c
jmp 0x156f23e
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156f299
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x14f0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1458(%rsp), %rdx
movq %rdx, 0x2330(%rsp)
movq %rcx, 0x2328(%rsp)
movl %eax, 0x2324(%rsp)
movq 0x2328(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x2323(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2324(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1458(%rsp), %r10
movq %r10, 0x39b8(%rsp)
movl %r9d, 0x39b4(%rsp)
movl %r8d, 0x39b0(%rsp)
movl %edi, 0x39ac(%rsp)
movq %rsi, 0x39a0(%rsp)
movq %rdx, 0x3998(%rsp)
movl %ecx, 0x3994(%rsp)
movq %rax, 0x3988(%rsp)
movq 0x39b8(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x39a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3998(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3994(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3988(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c98(%rsp)
movl $0x10, 0x3c94(%rsp)
movq 0x3c98(%rsp), %rax
movslq 0x3c94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1480(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156f465
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1498(%rsp)
movb $0x1, 0x2323(%rsp)
testb $0x1, 0x2323(%rsp)
jne 0x156f5a6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rax
movq %rax, 0x4338(%rsp)
movq 0x4338(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156f549
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4334(%rsp) # imm = 0xFFFFFFFF
movl 0x4334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4330(%rsp)
cmpl $0x1, 0x4330(%rsp)
jne 0x156f549
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156f517
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156f515
jmp 0x156f547
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44a8(%rsp)
cmpq $0x0, 0x44a8(%rsp)
je 0x156f545
movq 0x44a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156f547
jmp 0x156f549
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156f5a4
movq %rax, %rdi
callq 0x678a0
jmp 0x156f5a6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2528(%rsp)
movq 0x2528(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x1458(%rsp), %rax
movq %rax, 0x2750(%rsp)
movq 0x2750(%rsp), %rax
movq %rax, 0x4108(%rsp)
movq 0x4108(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156f697
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4104(%rsp) # imm = 0xFFFFFFFF
movl 0x4104(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4100(%rsp)
cmpl $0x1, 0x4100(%rsp)
jne 0x156f697
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156f665
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156f663
jmp 0x156f695
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45c0(%rsp)
cmpq $0x0, 0x45c0(%rsp)
je 0x156f693
movq 0x45c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156f695
jmp 0x156f697
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156f6f2
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x14a0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1408(%rsp), %rdx
movq %rdx, 0x2900(%rsp)
movq %rcx, 0x28f8(%rsp)
movl %eax, 0x28f4(%rsp)
movq 0x28f8(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x28f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1408(%rsp), %r10
movq %r10, 0x3478(%rsp)
movl %r9d, 0x3474(%rsp)
movl %r8d, 0x3470(%rsp)
movl %edi, 0x346c(%rsp)
movq %rsi, 0x3460(%rsp)
movq %rdx, 0x3458(%rsp)
movl %ecx, 0x3454(%rsp)
movq %rax, 0x3448(%rsp)
movq 0x3478(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x3460(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3458(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3454(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3448(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3474(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3470(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x346c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e18(%rsp)
movl $0x10, 0x3e14(%rsp)
movq 0x3e18(%rsp), %rax
movslq 0x3e14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1430(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156f8be
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1448(%rsp)
movb $0x1, 0x28f3(%rsp)
testb $0x1, 0x28f3(%rsp)
jne 0x156f9ff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2908(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, 0x3f48(%rsp)
movq 0x3f48(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156f9a2
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f44(%rsp) # imm = 0xFFFFFFFF
movl 0x3f44(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f40(%rsp)
cmpl $0x1, 0x3f40(%rsp)
jne 0x156f9a2
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156f970
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156f96e
jmp 0x156f9a0
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46a0(%rsp)
cmpq $0x0, 0x46a0(%rsp)
je 0x156f99e
movq 0x46a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156f9a0
jmp 0x156f9a2
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156f9fd
movq %rax, %rdi
callq 0x678a0
jmp 0x156f9ff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2a80(%rsp)
movq 0x2a80(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1408(%rsp), %rax
movq %rax, 0x2758(%rsp)
movq 0x2758(%rsp), %rax
movq %rax, 0x40f8(%rsp)
movq 0x40f8(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x156faf0
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40f4(%rsp) # imm = 0xFFFFFFFF
movl 0x40f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40f0(%rsp)
cmpl $0x1, 0x40f0(%rsp)
jne 0x156faf0
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x156fabe
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x156fabc
jmp 0x156faee
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45c8(%rsp)
cmpq $0x0, 0x45c8(%rsp)
je 0x156faec
movq 0x45c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x156faee
jmp 0x156faf0
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x156fb4b
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x1450(%rsp)
movl $0x0, 0x1404(%rsp)
movl 0x1404(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x156fcaa
movl $0x0, 0x1400(%rsp)
movl 0x1400(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x156fc92
movq 0x14f0(%rsp), %rax
movq %rax, 0x2b78(%rsp)
movq 0x2b78(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13e0(%rsp)
movq 0x14a0(%rsp), %rax
movl 0x1400(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b70(%rsp)
movq 0x2b70(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x13e0(%rsp), %rsi
leaq 0x13c0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x13a0(%rsp)
movq 0x1450(%rsp), %rax
vmovaps 0x13a0(%rsp), %ymm0
movq %rax, 0x2eb8(%rsp)
vmovaps %ymm0, 0x2e80(%rsp)
vmovaps 0x2e80(%rsp), %ymm0
movq 0x2eb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x14f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x14f0(%rsp)
movq 0x1450(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1450(%rsp)
movl 0x1400(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1400(%rsp)
jmp 0x156fb85
jmp 0x156fc94
movl 0x1404(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1404(%rsp)
jmp 0x156fb66
jmp 0x156fcac
movl 0x14fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14fc(%rsp)
jmp 0x156ee3c
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
cmpl $0x1, 0x2148(%rsp)
je 0x1570c77
cmpl $0x1, 0x2168(%rsp)
jne 0x1570c77
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x1570c77
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x1570c77
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x156fdb9
movq 0x380(%rsp), %rax
movq %rax, 0x31f8(%rsp)
movq 0x31f8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x156fdc6
jmp 0x156fdd6
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0x139c(%rsp)
movl 0x139c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1570c67
movq 0x2188(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x1348(%rsp), %rdx
movq %rdx, 0x2318(%rsp)
movq %rcx, 0x2310(%rsp)
movl %eax, 0x230c(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x230b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x230c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1348(%rsp), %r10
movq %r10, 0x39f0(%rsp)
movl %r9d, 0x39ec(%rsp)
movl %r8d, 0x39e8(%rsp)
movl %edi, 0x39e4(%rsp)
movq %rsi, 0x39d8(%rsp)
movq %rdx, 0x39d0(%rsp)
movl %ecx, 0x39cc(%rsp)
movq %rax, 0x39c0(%rsp)
movq 0x39f0(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x39d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x39d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x39cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c88(%rsp)
movl $0x10, 0x3c84(%rsp)
movq 0x3c88(%rsp), %rax
movslq 0x3c84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1370(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x156ffb1
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1388(%rsp)
movb $0x1, 0x230b(%rsp)
testb $0x1, 0x230b(%rsp)
jne 0x15700f2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rax
movq %rax, 0x4328(%rsp)
movq 0x4328(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1570095
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4324(%rsp) # imm = 0xFFFFFFFF
movl 0x4324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4320(%rsp)
cmpl $0x1, 0x4320(%rsp)
jne 0x1570095
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1570063
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1570061
jmp 0x1570093
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44b0(%rsp)
cmpq $0x0, 0x44b0(%rsp)
je 0x1570091
movq 0x44b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1570093
jmp 0x1570095
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15700f0
movq %rax, %rdi
callq 0x678a0
jmp 0x15700f2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x1348(%rsp), %rax
movq %rax, 0x2760(%rsp)
movq 0x2760(%rsp), %rax
movq %rax, 0x40e8(%rsp)
movq 0x40e8(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15701e3
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40e4(%rsp) # imm = 0xFFFFFFFF
movl 0x40e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40e0(%rsp)
cmpl $0x1, 0x40e0(%rsp)
jne 0x15701e3
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15701b1
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15701af
jmp 0x15701e1
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45d0(%rsp)
cmpq $0x0, 0x45d0(%rsp)
je 0x15701df
movq 0x45d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15701e1
jmp 0x15701e3
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157023e
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1390(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12f8(%rsp), %rdx
movq %rdx, 0x2300(%rsp)
movq %rcx, 0x22f8(%rsp)
movl %eax, 0x22f4(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x22f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12f8(%rsp), %r10
movq %r10, 0x3a28(%rsp)
movl %r9d, 0x3a24(%rsp)
movl %r8d, 0x3a20(%rsp)
movl %edi, 0x3a1c(%rsp)
movq %rsi, 0x3a10(%rsp)
movq %rdx, 0x3a08(%rsp)
movl %ecx, 0x3a04(%rsp)
movq %rax, 0x39f8(%rsp)
movq 0x3a28(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x3a10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c78(%rsp)
movl $0x10, 0x3c74(%rsp)
movq 0x3c78(%rsp), %rax
movslq 0x3c74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1320(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157040a
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1338(%rsp)
movb $0x1, 0x22f3(%rsp)
testb $0x1, 0x22f3(%rsp)
jne 0x157054b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rax
movq %rax, 0x4318(%rsp)
movq 0x4318(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15704ee
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4314(%rsp) # imm = 0xFFFFFFFF
movl 0x4314(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4310(%rsp)
cmpl $0x1, 0x4310(%rsp)
jne 0x15704ee
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15704bc
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15704ba
jmp 0x15704ec
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44b8(%rsp)
cmpq $0x0, 0x44b8(%rsp)
je 0x15704ea
movq 0x44b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15704ec
jmp 0x15704ee
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1570549
movq %rax, %rdi
callq 0x678a0
jmp 0x157054b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2518(%rsp)
movq 0x2518(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2768(%rsp)
movq 0x2768(%rsp), %rax
movq %rax, 0x40d8(%rsp)
movq 0x40d8(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157063c
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40d4(%rsp) # imm = 0xFFFFFFFF
movl 0x40d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40d0(%rsp)
cmpl $0x1, 0x40d0(%rsp)
jne 0x157063c
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157060a
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1570608
jmp 0x157063a
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45d8(%rsp)
cmpq $0x0, 0x45d8(%rsp)
je 0x1570638
movq 0x45d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157063a
jmp 0x157063c
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1570697
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x1340(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12a8(%rsp), %rdx
movq %rdx, 0x28e0(%rsp)
movq %rcx, 0x28d8(%rsp)
movl %eax, 0x28d4(%rsp)
movq 0x28d8(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x28d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12a8(%rsp), %r10
movq %r10, 0x34b0(%rsp)
movl %r9d, 0x34ac(%rsp)
movl %r8d, 0x34a8(%rsp)
movl %edi, 0x34a4(%rsp)
movq %rsi, 0x3498(%rsp)
movq %rdx, 0x3490(%rsp)
movl %ecx, 0x348c(%rsp)
movq %rax, 0x3480(%rsp)
movq 0x34b0(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3490(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x348c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3480(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e08(%rsp)
movl $0x10, 0x3e04(%rsp)
movq 0x3e08(%rsp), %rax
movslq 0x3e04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1570863
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12e8(%rsp)
movb $0x1, 0x28d3(%rsp)
testb $0x1, 0x28d3(%rsp)
jne 0x15709a4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x28e8(%rsp)
movq 0x28e8(%rsp), %rax
movq %rax, 0x3f58(%rsp)
movq 0x3f58(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1570947
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f54(%rsp) # imm = 0xFFFFFFFF
movl 0x3f54(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f50(%rsp)
cmpl $0x1, 0x3f50(%rsp)
jne 0x1570947
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1570915
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1570913
jmp 0x1570945
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4698(%rsp)
cmpq $0x0, 0x4698(%rsp)
je 0x1570943
movq 0x4698(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1570945
jmp 0x1570947
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15709a2
movq %rax, %rdi
callq 0x678a0
jmp 0x15709a4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2a78(%rsp)
movq 0x2a78(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2770(%rsp)
movq 0x2770(%rsp), %rax
movq %rax, 0x40c8(%rsp)
movq 0x40c8(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1570a95
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40c4(%rsp) # imm = 0xFFFFFFFF
movl 0x40c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40c0(%rsp)
cmpl $0x1, 0x40c0(%rsp)
jne 0x1570a95
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1570a63
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1570a61
jmp 0x1570a93
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45e0(%rsp)
cmpq $0x0, 0x45e0(%rsp)
je 0x1570a91
movq 0x45e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1570a93
jmp 0x1570a95
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1570af0
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x12f0(%rsp)
movl $0x0, 0x12a4(%rsp)
movl 0x12a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1570c4f
movq 0x1390(%rsp), %rax
movl 0x12a4(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b68(%rsp)
movq 0x2b68(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1570c37
movq 0x1340(%rsp), %rax
movq %rax, 0x2b60(%rsp)
movq 0x2b60(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1240(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1280(%rsp), %rsi
leaq 0x1240(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x1220(%rsp)
movq 0x12f0(%rsp), %rax
vmovaps 0x1220(%rsp), %ymm0
movq %rax, 0x2e78(%rsp)
vmovaps %ymm0, 0x2e40(%rsp)
vmovaps 0x2e40(%rsp), %ymm0
movq 0x2e78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1340(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1340(%rsp)
movq 0x12f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x12f0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x1570b63
jmp 0x1570c39
movl 0x12a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x12a4(%rsp)
jmp 0x1570b0b
jmp 0x1570c51
movl 0x139c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x139c(%rsp)
jmp 0x156fde1
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x1571c1c
cmpl $0x1, 0x2144(%rsp)
je 0x1571c1c
cmpl $0x1, 0x2164(%rsp)
jne 0x1571c1c
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x1571c1c
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x1570d5e
movq 0x2f8(%rsp), %rax
movq %rax, 0x3200(%rsp)
movq 0x3200(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x1570d6b
jmp 0x1570d7b
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0x121c(%rsp)
movl 0x121c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1571c0c
movq 0x2188(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x11c8(%rsp), %rdx
movq %rdx, 0x22e8(%rsp)
movq %rcx, 0x22e0(%rsp)
movl %eax, 0x22dc(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x22db(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22dc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11c8(%rsp), %r10
movq %r10, 0x3a60(%rsp)
movl %r9d, 0x3a5c(%rsp)
movl %r8d, 0x3a58(%rsp)
movl %edi, 0x3a54(%rsp)
movq %rsi, 0x3a48(%rsp)
movq %rdx, 0x3a40(%rsp)
movl %ecx, 0x3a3c(%rsp)
movq %rax, 0x3a30(%rsp)
movq 0x3a60(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x3a48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c68(%rsp)
movl $0x10, 0x3c64(%rsp)
movq 0x3c68(%rsp), %rax
movslq 0x3c64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1570f56
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1208(%rsp)
movb $0x1, 0x22db(%rsp)
testb $0x1, 0x22db(%rsp)
jne 0x1571097
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rax
movq %rax, 0x4308(%rsp)
movq 0x4308(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157103a
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4304(%rsp) # imm = 0xFFFFFFFF
movl 0x4304(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4300(%rsp)
cmpl $0x1, 0x4300(%rsp)
jne 0x157103a
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1571008
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1571006
jmp 0x1571038
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44c0(%rsp)
cmpq $0x0, 0x44c0(%rsp)
je 0x1571036
movq 0x44c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1571038
jmp 0x157103a
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1571095
movq %rax, %rdi
callq 0x678a0
jmp 0x1571097
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2510(%rsp)
movq 0x2510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2778(%rsp)
movq 0x2778(%rsp), %rax
movq %rax, 0x40b8(%rsp)
movq 0x40b8(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1571188
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40b4(%rsp) # imm = 0xFFFFFFFF
movl 0x40b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40b0(%rsp)
cmpl $0x1, 0x40b0(%rsp)
jne 0x1571188
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1571156
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1571154
jmp 0x1571186
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45e8(%rsp)
cmpq $0x0, 0x45e8(%rsp)
je 0x1571184
movq 0x45e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1571186
jmp 0x1571188
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15711e3
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0x1210(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1178(%rsp), %rdx
movq %rdx, 0x22d0(%rsp)
movq %rcx, 0x22c8(%rsp)
movl %eax, 0x22c4(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x22c3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22c4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1178(%rsp), %r10
movq %r10, 0x3a98(%rsp)
movl %r9d, 0x3a94(%rsp)
movl %r8d, 0x3a90(%rsp)
movl %edi, 0x3a8c(%rsp)
movq %rsi, 0x3a80(%rsp)
movq %rdx, 0x3a78(%rsp)
movl %ecx, 0x3a74(%rsp)
movq %rax, 0x3a68(%rsp)
movq 0x3a98(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x3a80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c58(%rsp)
movl $0x10, 0x3c54(%rsp)
movq 0x3c58(%rsp), %rax
movslq 0x3c54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15713af
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11b8(%rsp)
movb $0x1, 0x22c3(%rsp)
testb $0x1, 0x22c3(%rsp)
jne 0x15714f0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rax
movq %rax, 0x42f8(%rsp)
movq 0x42f8(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1571493
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42f4(%rsp) # imm = 0xFFFFFFFF
movl 0x42f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42f0(%rsp)
cmpl $0x1, 0x42f0(%rsp)
jne 0x1571493
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1571461
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157145f
jmp 0x1571491
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44c8(%rsp)
cmpq $0x0, 0x44c8(%rsp)
je 0x157148f
movq 0x44c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1571491
jmp 0x1571493
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15714ee
movq %rax, %rdi
callq 0x678a0
jmp 0x15714f0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2508(%rsp)
movq 0x2508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0x1178(%rsp), %rax
movq %rax, 0x2780(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, 0x40a8(%rsp)
movq 0x40a8(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15715e1
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40a4(%rsp) # imm = 0xFFFFFFFF
movl 0x40a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40a0(%rsp)
cmpl $0x1, 0x40a0(%rsp)
jne 0x15715e1
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15715af
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15715ad
jmp 0x15715df
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45f0(%rsp)
cmpq $0x0, 0x45f0(%rsp)
je 0x15715dd
movq 0x45f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15715df
jmp 0x15715e1
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157163c
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0x11c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1128(%rsp), %rdx
movq %rdx, 0x28c0(%rsp)
movq %rcx, 0x28b8(%rsp)
movl %eax, 0x28b4(%rsp)
movq 0x28b8(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x28b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1128(%rsp), %r10
movq %r10, 0x34e8(%rsp)
movl %r9d, 0x34e4(%rsp)
movl %r8d, 0x34e0(%rsp)
movl %edi, 0x34dc(%rsp)
movq %rsi, 0x34d0(%rsp)
movq %rdx, 0x34c8(%rsp)
movl %ecx, 0x34c4(%rsp)
movq %rax, 0x34b8(%rsp)
movq 0x34e8(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x34d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x34c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3df8(%rsp)
movl $0x10, 0x3df4(%rsp)
movq 0x3df8(%rsp), %rax
movslq 0x3df4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3df4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1150(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1571808
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1168(%rsp)
movb $0x1, 0x28b3(%rsp)
testb $0x1, 0x28b3(%rsp)
jne 0x1571949
leaq 0x1128(%rsp), %rax
movq %rax, 0x28c8(%rsp)
movq 0x28c8(%rsp), %rax
movq %rax, 0x3f68(%rsp)
movq 0x3f68(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15718ec
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f64(%rsp) # imm = 0xFFFFFFFF
movl 0x3f64(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f60(%rsp)
cmpl $0x1, 0x3f60(%rsp)
jne 0x15718ec
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15718ba
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15718b8
jmp 0x15718ea
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4690(%rsp)
cmpq $0x0, 0x4690(%rsp)
je 0x15718e8
movq 0x4690(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15718ea
jmp 0x15718ec
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1571947
movq %rax, %rdi
callq 0x678a0
jmp 0x1571949
leaq 0x1128(%rsp), %rax
movq %rax, 0x2a70(%rsp)
movq 0x2a70(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0x1128(%rsp), %rax
movq %rax, 0x2788(%rsp)
movq 0x2788(%rsp), %rax
movq %rax, 0x4098(%rsp)
movq 0x4098(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1571a3a
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4094(%rsp) # imm = 0xFFFFFFFF
movl 0x4094(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4090(%rsp)
cmpl $0x1, 0x4090(%rsp)
jne 0x1571a3a
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1571a08
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1571a06
jmp 0x1571a38
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45f8(%rsp)
cmpq $0x0, 0x45f8(%rsp)
je 0x1571a36
movq 0x45f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1571a38
jmp 0x1571a3a
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1571a95
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0x1170(%rsp)
movl $0x0, 0x1124(%rsp)
movl 0x1124(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1571bf4
movl $0x0, 0x1120(%rsp)
movl 0x1120(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1571bdc
movq 0x1210(%rsp), %rax
movl 0x1120(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b58(%rsp)
movq 0x2b58(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1100(%rsp)
movq 0x11c0(%rsp), %rax
movq %rax, 0x2b50(%rsp)
movq 0x2b50(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x10e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1100(%rsp), %rsi
leaq 0x10e0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x10c0(%rsp)
movq 0x1170(%rsp), %rax
vmovaps 0x10c0(%rsp), %ymm0
movq %rax, 0x2e38(%rsp)
vmovaps %ymm0, 0x2e00(%rsp)
vmovaps 0x2e00(%rsp), %ymm0
movq 0x2e38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x11c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x11c0(%rsp)
movq 0x1170(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1170(%rsp)
movl 0x1120(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1120(%rsp)
jmp 0x1571acf
jmp 0x1571bde
movl 0x1124(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1124(%rsp)
jmp 0x1571ab0
jmp 0x1571bf6
movl 0x121c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x121c(%rsp)
jmp 0x1570d86
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1628210
movl %eax, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x1571cf0
movq 0x270(%rsp), %rax
movq %rax, 0x3208(%rsp)
movq 0x3208(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x1571cfd
jmp 0x1571d0d
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15727ae
movl $0x0, 0x10bc(%rsp)
movl 0x10bc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x157279e
movq 0x2188(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1068(%rsp), %rdx
movq %rdx, 0x22b8(%rsp)
movq %rcx, 0x22b0(%rsp)
movl %eax, 0x22ac(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x22ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1068(%rsp), %r10
movq %r10, 0x3ad0(%rsp)
movl %r9d, 0x3acc(%rsp)
movl %r8d, 0x3ac8(%rsp)
movl %edi, 0x3ac4(%rsp)
movq %rsi, 0x3ab8(%rsp)
movq %rdx, 0x3ab0(%rsp)
movl %ecx, 0x3aac(%rsp)
movq %rax, 0x3aa0(%rsp)
movq 0x3ad0(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x3ab8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ab0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3aac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3aa0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3acc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ac8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c48(%rsp)
movl $0x10, 0x3c44(%rsp)
movq 0x3c48(%rsp), %rax
movslq 0x3c44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1090(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1571efa
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10a8(%rsp)
movb $0x1, 0x22ab(%rsp)
testb $0x1, 0x22ab(%rsp)
jne 0x157203b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rax
movq %rax, 0x42e8(%rsp)
movq 0x42e8(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1571fde
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42e4(%rsp) # imm = 0xFFFFFFFF
movl 0x42e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42e0(%rsp)
cmpl $0x1, 0x42e0(%rsp)
jne 0x1571fde
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1571fac
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1571faa
jmp 0x1571fdc
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44d0(%rsp)
cmpq $0x0, 0x44d0(%rsp)
je 0x1571fda
movq 0x44d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1571fdc
jmp 0x1571fde
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1572039
movq %rax, %rdi
callq 0x678a0
jmp 0x157203b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0x1068(%rsp), %rax
movq %rax, 0x2790(%rsp)
movq 0x2790(%rsp), %rax
movq %rax, 0x4088(%rsp)
movq 0x4088(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157212c
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4084(%rsp) # imm = 0xFFFFFFFF
movl 0x4084(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4080(%rsp)
cmpl $0x1, 0x4080(%rsp)
jne 0x157212c
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15720fa
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15720f8
jmp 0x157212a
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4600(%rsp)
cmpq $0x0, 0x4600(%rsp)
je 0x1572128
movq 0x4600(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157212a
jmp 0x157212c
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1572187
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0x10b0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x10bc(%rsp), %eax
movq %rcx, 0x3128(%rsp)
movl %eax, 0x3124(%rsp)
movq 0x3128(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3124(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1060(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1010(%rsp), %rdx
movq %rdx, 0x28a0(%rsp)
movq %rcx, 0x2898(%rsp)
movl %eax, 0x2894(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x2893(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2894(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1010(%rsp), %r10
movq %r10, 0x3520(%rsp)
movl %r9d, 0x351c(%rsp)
movl %r8d, 0x3518(%rsp)
movl %edi, 0x3514(%rsp)
movq %rsi, 0x3508(%rsp)
movq %rdx, 0x3500(%rsp)
movl %ecx, 0x34fc(%rsp)
movq %rax, 0x34f0(%rsp)
movq 0x3520(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3500(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x351c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3518(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3514(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3de8(%rsp)
movl $0x10, 0x3de4(%rsp)
movq 0x3de8(%rsp), %rax
movslq 0x3de4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3de4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1038(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157239c
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1050(%rsp)
movb $0x1, 0x2893(%rsp)
testb $0x1, 0x2893(%rsp)
jne 0x15724dd
leaq 0x1010(%rsp), %rax
movq %rax, 0x28a8(%rsp)
movq 0x28a8(%rsp), %rax
movq %rax, 0x3f78(%rsp)
movq 0x3f78(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1572480
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f74(%rsp) # imm = 0xFFFFFFFF
movl 0x3f74(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f70(%rsp)
cmpl $0x1, 0x3f70(%rsp)
jne 0x1572480
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157244e
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157244c
jmp 0x157247e
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4688(%rsp)
cmpq $0x0, 0x4688(%rsp)
je 0x157247c
movq 0x4688(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157247e
jmp 0x1572480
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15724db
movq %rax, %rdi
callq 0x678a0
jmp 0x15724dd
leaq 0x1010(%rsp), %rax
movq %rax, 0x2a68(%rsp)
movq 0x2a68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0x1010(%rsp), %rax
movq %rax, 0x2798(%rsp)
movq 0x2798(%rsp), %rax
movq %rax, 0x4078(%rsp)
movq 0x4078(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15725ce
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4074(%rsp) # imm = 0xFFFFFFFF
movl 0x4074(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4070(%rsp)
cmpl $0x1, 0x4070(%rsp)
jne 0x15725ce
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157259c
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157259a
jmp 0x15725cc
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4608(%rsp)
cmpq $0x0, 0x4608(%rsp)
je 0x15725ca
movq 0x4608(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15725cc
jmp 0x15725ce
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1572629
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0x1058(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1572786
movq 0x1060(%rsp), %rax
movq %rax, 0x2b48(%rsp)
movq 0x2b48(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfe0(%rsp)
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x157275c
movq 0x10b0(%rsp), %rax
movq %rax, 0x2b40(%rsp)
movq 0x2b40(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfa0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xfa0(%rsp), %rsi
leaq 0xfe0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0xf80(%rsp)
movq 0x1058(%rsp), %rax
vmovaps 0xf80(%rsp), %ymm0
movq %rax, 0x2df8(%rsp)
vmovaps %ymm0, 0x2dc0(%rsp)
vmovaps 0x2dc0(%rsp), %ymm0
movq 0x2df8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x10b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x10b0(%rsp)
movq 0x1058(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1058(%rsp)
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x1572688
movq 0x1060(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1060(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x1572644
jmp 0x1572788
movl 0x10bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x10bc(%rsp)
jmp 0x1571d2a
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x157322d
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1572809
cmpl $0x1, 0x212c(%rsp)
jne 0x1572809
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x16292e0
movl %eax, 0x2194(%rsp)
jmp 0x15766aa
movl $0x0, 0xf7c(%rsp)
movl 0xf7c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x157321d
movq 0x2188(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xf28(%rsp), %rdx
movq %rdx, 0x22a0(%rsp)
movq %rcx, 0x2298(%rsp)
movl %eax, 0x2294(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x2293(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2294(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf28(%rsp), %r10
movq %r10, 0x3b08(%rsp)
movl %r9d, 0x3b04(%rsp)
movl %r8d, 0x3b00(%rsp)
movl %edi, 0x3afc(%rsp)
movq %rsi, 0x3af0(%rsp)
movq %rdx, 0x3ae8(%rsp)
movl %ecx, 0x3ae4(%rsp)
movq %rax, 0x3ad8(%rsp)
movq 0x3b08(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x3af0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ae8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3ae4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3ad8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3afc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c38(%rsp)
movl $0x10, 0x3c34(%rsp)
movq 0x3c38(%rsp), %rax
movslq 0x3c34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf50(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15729e4
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf68(%rsp)
movb $0x1, 0x2293(%rsp)
testb $0x1, 0x2293(%rsp)
jne 0x1572b25
leaq 0xf28(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rax
movq %rax, 0x42d8(%rsp)
movq 0x42d8(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1572ac8
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42d4(%rsp) # imm = 0xFFFFFFFF
movl 0x42d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42d0(%rsp)
cmpl $0x1, 0x42d0(%rsp)
jne 0x1572ac8
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1572a96
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1572a94
jmp 0x1572ac6
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44d8(%rsp)
cmpq $0x0, 0x44d8(%rsp)
je 0x1572ac4
movq 0x44d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1572ac6
jmp 0x1572ac8
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1572b23
movq %rax, %rdi
callq 0x678a0
jmp 0x1572b25
leaq 0xf28(%rsp), %rax
movq %rax, 0x24f8(%rsp)
movq 0x24f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xf28(%rsp), %rax
movq %rax, 0x27a0(%rsp)
movq 0x27a0(%rsp), %rax
movq %rax, 0x4068(%rsp)
movq 0x4068(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1572c16
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4064(%rsp) # imm = 0xFFFFFFFF
movl 0x4064(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4060(%rsp)
cmpl $0x1, 0x4060(%rsp)
jne 0x1572c16
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1572be4
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1572be2
jmp 0x1572c14
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4610(%rsp)
cmpq $0x0, 0x4610(%rsp)
je 0x1572c12
movq 0x4610(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1572c14
jmp 0x1572c16
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1572c71
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xf70(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24f0(%rsp)
movq 0x24f0(%rsp), %rax
movq (%rax), %rax
movl 0xf7c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b38(%rsp)
movq 0x2b38(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xf00(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xeb0(%rsp), %rdx
movq %rdx, 0x2880(%rsp)
movq %rcx, 0x2878(%rsp)
movl %eax, 0x2874(%rsp)
movq 0x2878(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x2873(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2874(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xeb0(%rsp), %r10
movq %r10, 0x3558(%rsp)
movl %r9d, 0x3554(%rsp)
movl %r8d, 0x3550(%rsp)
movl %edi, 0x354c(%rsp)
movq %rsi, 0x3540(%rsp)
movq %rdx, 0x3538(%rsp)
movl %ecx, 0x3534(%rsp)
movq %rax, 0x3528(%rsp)
movq 0x3558(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x3540(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3538(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3534(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3528(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3554(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3550(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x354c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dd8(%rsp)
movl $0x10, 0x3dd4(%rsp)
movq 0x3dd8(%rsp), %rax
movslq 0x3dd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xed8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1572e89
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xef0(%rsp)
movb $0x1, 0x2873(%rsp)
testb $0x1, 0x2873(%rsp)
jne 0x1572fca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2888(%rsp)
movq 0x2888(%rsp), %rax
movq %rax, 0x3f88(%rsp)
movq 0x3f88(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1572f6d
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f84(%rsp) # imm = 0xFFFFFFFF
movl 0x3f84(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f80(%rsp)
cmpl $0x1, 0x3f80(%rsp)
jne 0x1572f6d
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1572f3b
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1572f39
jmp 0x1572f6b
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4680(%rsp)
cmpq $0x0, 0x4680(%rsp)
je 0x1572f69
movq 0x4680(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1572f6b
jmp 0x1572f6d
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1572fc8
movq %rax, %rdi
callq 0x678a0
jmp 0x1572fca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2a60(%rsp)
movq 0x2a60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xeb0(%rsp), %rax
movq %rax, 0x27a8(%rsp)
movq 0x27a8(%rsp), %rax
movq %rax, 0x4058(%rsp)
movq 0x4058(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15730bb
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4054(%rsp) # imm = 0xFFFFFFFF
movl 0x4054(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4050(%rsp)
cmpl $0x1, 0x4050(%rsp)
jne 0x15730bb
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1573089
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1573087
jmp 0x15730b9
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4618(%rsp)
cmpq $0x0, 0x4618(%rsp)
je 0x15730b7
movq 0x4618(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15730b9
jmp 0x15730bb
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1573116
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xef8(%rsp)
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x1573205
movq 0xf70(%rsp), %rax
movq %rax, 0x2b30(%rsp)
movq 0x2b30(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xe80(%rsp), %rsi
leaq 0xf00(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0xe60(%rsp)
movq 0xef8(%rsp), %rax
vmovaps 0xe60(%rsp), %ymm0
movq %rax, 0x2db8(%rsp)
vmovaps %ymm0, 0x2d80(%rsp)
vmovaps 0x2d80(%rsp), %ymm0
movq 0x2db8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xf70(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xf70(%rsp)
movq 0xef8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xef8(%rsp)
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x1573131
jmp 0x1573207
movl 0xf7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xf7c(%rsp)
jmp 0x1572814
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
jmp 0x157669d
movq 0x2188(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1574d19
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1573de9
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x1573306
movq 0x1c0(%rsp), %rax
movq %rax, 0x3210(%rsp)
movq 0x3210(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x1573313
jmp 0x1573323
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0xe5c(%rsp)
movl 0xe5c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1573dd9
movq 0x2188(%rsp), %rcx
movl 0xe5c(%rsp), %eax
movq %rcx, 0x3118(%rsp)
movl %eax, 0x3114(%rsp)
movq 0x3118(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3114(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x2288(%rsp)
movq %rcx, 0x2280(%rsp)
movl %eax, 0x227c(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x227b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x227c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x3b40(%rsp)
movl %r9d, 0x3b3c(%rsp)
movl %r8d, 0x3b38(%rsp)
movl %edi, 0x3b34(%rsp)
movq %rsi, 0x3b28(%rsp)
movq %rdx, 0x3b20(%rsp)
movl %ecx, 0x3b1c(%rsp)
movq %rax, 0x3b10(%rsp)
movq 0x3b40(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x3b28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c28(%rsp)
movl $0x10, 0x3c24(%rsp)
movq 0x3c28(%rsp), %rax
movslq 0x3c24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1573547
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x227b(%rsp)
testb $0x1, 0x227b(%rsp)
jne 0x1573688
leaq 0xe00(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rax
movq %rax, 0x42c8(%rsp)
movq 0x42c8(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157362b
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42c4(%rsp) # imm = 0xFFFFFFFF
movl 0x42c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42c0(%rsp)
cmpl $0x1, 0x42c0(%rsp)
jne 0x157362b
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15735f9
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15735f7
jmp 0x1573629
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44e0(%rsp)
cmpq $0x0, 0x44e0(%rsp)
je 0x1573627
movq 0x44e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1573629
jmp 0x157362b
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1573686
movq %rax, %rdi
callq 0x678a0
jmp 0x1573688
leaq 0xe00(%rsp), %rax
movq %rax, 0x24e8(%rsp)
movq 0x24e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x27b0(%rsp)
movq 0x27b0(%rsp), %rax
movq %rax, 0x4048(%rsp)
movq 0x4048(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1573779
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4044(%rsp) # imm = 0xFFFFFFFF
movl 0x4044(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4040(%rsp)
cmpl $0x1, 0x4040(%rsp)
jne 0x1573779
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1573747
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1573745
jmp 0x1573777
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4620(%rsp)
cmpq $0x0, 0x4620(%rsp)
je 0x1573775
movq 0x4620(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1573777
jmp 0x1573779
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15737d4
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xe48(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xdb0(%rsp), %rdx
movq %rdx, 0x2860(%rsp)
movq %rcx, 0x2858(%rsp)
movl %eax, 0x2854(%rsp)
movq 0x2858(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x2853(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2854(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xdb0(%rsp), %r10
movq %r10, 0x3590(%rsp)
movl %r9d, 0x358c(%rsp)
movl %r8d, 0x3588(%rsp)
movl %edi, 0x3584(%rsp)
movq %rsi, 0x3578(%rsp)
movq %rdx, 0x3570(%rsp)
movl %ecx, 0x356c(%rsp)
movq %rax, 0x3560(%rsp)
movq 0x3590(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3570(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x356c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3560(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x358c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3588(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3584(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dc8(%rsp)
movl $0x10, 0x3dc4(%rsp)
movq 0x3dc8(%rsp), %rax
movslq 0x3dc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xdd8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15739a0
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xdf0(%rsp)
movb $0x1, 0x2853(%rsp)
testb $0x1, 0x2853(%rsp)
jne 0x1573ae1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2868(%rsp)
movq 0x2868(%rsp), %rax
movq %rax, 0x3f98(%rsp)
movq 0x3f98(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1573a84
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f94(%rsp) # imm = 0xFFFFFFFF
movl 0x3f94(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f90(%rsp)
cmpl $0x1, 0x3f90(%rsp)
jne 0x1573a84
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1573a52
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1573a50
jmp 0x1573a82
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4678(%rsp)
cmpq $0x0, 0x4678(%rsp)
je 0x1573a80
movq 0x4678(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1573a82
jmp 0x1573a84
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1573adf
movq %rax, %rdi
callq 0x678a0
jmp 0x1573ae1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2a58(%rsp)
movq 0x2a58(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xdb0(%rsp), %rax
movq %rax, 0x27b8(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, 0x4038(%rsp)
movq 0x4038(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1573bd2
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4034(%rsp) # imm = 0xFFFFFFFF
movl 0x4034(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4030(%rsp)
cmpl $0x1, 0x4030(%rsp)
jne 0x1573bd2
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1573ba0
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1573b9e
jmp 0x1573bd0
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4628(%rsp)
cmpq $0x0, 0x4628(%rsp)
je 0x1573bce
movq 0x4628(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1573bd0
jmp 0x1573bd2
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1573c2d
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xdf8(%rsp)
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x1573dc1
movq 0xe50(%rsp), %rax
movq %rax, 0x2b28(%rsp)
movq 0x2b28(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd80(%rsp)
movl $0x0, 0xd7c(%rsp)
movl 0xd7c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1573d97
movl $0x0, 0xd78(%rsp)
movl 0xd78(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1573d7f
movq 0xe48(%rsp), %rax
movq %rax, 0x2b20(%rsp)
movq 0x2b20(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd40(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xd80(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0xd20(%rsp)
movq 0xdf8(%rsp), %rax
vmovaps 0xd20(%rsp), %ymm0
movq %rax, 0x2d78(%rsp)
vmovaps %ymm0, 0x2d40(%rsp)
vmovaps 0x2d40(%rsp), %ymm0
movq 0x2d78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xe48(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe48(%rsp)
movq 0xdf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xdf8(%rsp)
movl 0xd78(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd78(%rsp)
jmp 0x1573cab
jmp 0x1573d81
movl 0xd7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd7c(%rsp)
jmp 0x1573c8c
movq 0xe50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe50(%rsp)
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x1573c48
jmp 0x1573dc3
movl 0xe5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xe5c(%rsp)
jmp 0x157332e
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x157494a
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x1573e9e
movq 0x160(%rsp), %rax
movq %rax, 0x3218(%rsp)
movq 0x3218(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x1573eab
jmp 0x1573ebb
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0xd1c(%rsp)
movl 0xd1c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x157493a
movq 0x2188(%rsp), %rcx
movl 0xd1c(%rsp), %eax
movq %rcx, 0x3108(%rsp)
movl %eax, 0x3104(%rsp)
movq 0x3108(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3104(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xd10(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xcc0(%rsp), %rdx
movq %rdx, 0x2270(%rsp)
movq %rcx, 0x2268(%rsp)
movl %eax, 0x2264(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x2263(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2264(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcc0(%rsp), %r10
movq %r10, 0x3b78(%rsp)
movl %r9d, 0x3b74(%rsp)
movl %r8d, 0x3b70(%rsp)
movl %edi, 0x3b6c(%rsp)
movq %rsi, 0x3b60(%rsp)
movq %rdx, 0x3b58(%rsp)
movl %ecx, 0x3b54(%rsp)
movq %rax, 0x3b48(%rsp)
movq 0x3b78(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x3b60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c18(%rsp)
movl $0x10, 0x3c14(%rsp)
movq 0x3c18(%rsp), %rax
movslq 0x3c14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xce8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15740df
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd00(%rsp)
movb $0x1, 0x2263(%rsp)
testb $0x1, 0x2263(%rsp)
jne 0x1574220
leaq 0xcc0(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rax
movq %rax, 0x42b8(%rsp)
movq 0x42b8(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15741c3
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42b4(%rsp) # imm = 0xFFFFFFFF
movl 0x42b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42b0(%rsp)
cmpl $0x1, 0x42b0(%rsp)
jne 0x15741c3
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1574191
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157418f
jmp 0x15741c1
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44e8(%rsp)
cmpq $0x0, 0x44e8(%rsp)
je 0x15741bf
movq 0x44e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15741c1
jmp 0x15741c3
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157421e
movq %rax, %rdi
callq 0x678a0
jmp 0x1574220
leaq 0xcc0(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xcc0(%rsp), %rax
movq %rax, 0x27c0(%rsp)
movq 0x27c0(%rsp), %rax
movq %rax, 0x4028(%rsp)
movq 0x4028(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1574311
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4024(%rsp) # imm = 0xFFFFFFFF
movl 0x4024(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4020(%rsp)
cmpl $0x1, 0x4020(%rsp)
jne 0x1574311
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15742df
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15742dd
jmp 0x157430f
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4630(%rsp)
cmpq $0x0, 0x4630(%rsp)
je 0x157430d
movq 0x4630(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157430f
jmp 0x1574311
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157436c
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xd08(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xc70(%rsp), %rdx
movq %rdx, 0x2840(%rsp)
movq %rcx, 0x2838(%rsp)
movl %eax, 0x2834(%rsp)
movq 0x2838(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x2833(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2834(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc70(%rsp), %r10
movq %r10, 0x35c8(%rsp)
movl %r9d, 0x35c4(%rsp)
movl %r8d, 0x35c0(%rsp)
movl %edi, 0x35bc(%rsp)
movq %rsi, 0x35b0(%rsp)
movq %rdx, 0x35a8(%rsp)
movl %ecx, 0x35a4(%rsp)
movq %rax, 0x3598(%rsp)
movq 0x35c8(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x35b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3598(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3db8(%rsp)
movl $0x10, 0x3db4(%rsp)
movq 0x3db8(%rsp), %rax
movslq 0x3db4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3db4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1574538
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movb $0x1, 0x2833(%rsp)
testb $0x1, 0x2833(%rsp)
jne 0x1574679
leaq 0xc70(%rsp), %rax
movq %rax, 0x2848(%rsp)
movq 0x2848(%rsp), %rax
movq %rax, 0x3fa8(%rsp)
movq 0x3fa8(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157461c
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fa4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fa4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fa0(%rsp)
cmpl $0x1, 0x3fa0(%rsp)
jne 0x157461c
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15745ea
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15745e8
jmp 0x157461a
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4670(%rsp)
cmpq $0x0, 0x4670(%rsp)
je 0x1574618
movq 0x4670(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157461a
jmp 0x157461c
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1574677
movq %rax, %rdi
callq 0x678a0
jmp 0x1574679
leaq 0xc70(%rsp), %rax
movq %rax, 0x2a50(%rsp)
movq 0x2a50(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xc70(%rsp), %rax
movq %rax, 0x27c8(%rsp)
movq 0x27c8(%rsp), %rax
movq %rax, 0x4018(%rsp)
movq 0x4018(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157476a
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4014(%rsp) # imm = 0xFFFFFFFF
movl 0x4014(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4010(%rsp)
cmpl $0x1, 0x4010(%rsp)
jne 0x157476a
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1574738
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1574736
jmp 0x1574768
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4638(%rsp)
cmpq $0x0, 0x4638(%rsp)
je 0x1574766
movq 0x4638(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1574768
jmp 0x157476a
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15747c5
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xcb8(%rsp)
movl $0x0, 0xc6c(%rsp)
movl 0xc6c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1574922
movq 0xd10(%rsp), %rax
movq %rax, 0x2b18(%rsp)
movq 0x2b18(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc40(%rsp)
movl $0x0, 0xc3c(%rsp)
movl 0xc3c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15748f8
movq 0xd08(%rsp), %rax
movq %rax, 0x2b10(%rsp)
movq 0x2b10(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc00(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xc40(%rsp), %rsi
leaq 0xc00(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0xbe0(%rsp)
movq 0xcb8(%rsp), %rax
vmovaps 0xbe0(%rsp), %ymm0
movq %rax, 0x2d38(%rsp)
vmovaps %ymm0, 0x2d00(%rsp)
vmovaps 0x2d00(%rsp), %ymm0
movq 0x2d38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xd08(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd08(%rsp)
movq 0xcb8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xcb8(%rsp)
movl 0xc3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc3c(%rsp)
jmp 0x1574824
movq 0xd10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd10(%rsp)
movl 0xc6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc6c(%rsp)
jmp 0x15747e0
jmp 0x1574924
movl 0xd1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd1c(%rsp)
jmp 0x1573ec6
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x15749e2
movq 0x100(%rsp), %rax
movq %rax, 0x3220(%rsp)
movq 0x3220(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x15749ef
jmp 0x15749ff
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1574a3e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1628210
movl %eax, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1574d14
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x1574ae8
movq 0xf0(%rsp), %rax
movq %rax, 0x3228(%rsp)
movq 0x3228(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x1574af5
jmp 0x1574b05
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1574b4e
cmpl $0x1, 0x212c(%rsp)
jne 0x1574b4e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x16292e0
movl %eax, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2188(%rsp), %rax
movq %rax, 0x24d8(%rsp)
movq 0x24d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24d0(%rsp)
movq 0x24d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2a48(%rsp)
movq 0x2a48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbc8(%rsp)
movl $0x0, 0xbc4(%rsp)
movl 0xbc4(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1574d04
movq 0xbd0(%rsp), %rax
movq %rax, 0x2b08(%rsp)
movq 0x2b08(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xba0(%rsp)
movl $0x0, 0xb9c(%rsp)
movl 0xb9c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x1574cda
movq 0xbd8(%rsp), %rax
movq %rax, 0x2b00(%rsp)
movq 0x2b00(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb60(%rsp), %rsi
leaq 0xba0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0xb40(%rsp)
movq 0xbc8(%rsp), %rax
vmovaps 0xb40(%rsp), %ymm0
movq %rax, 0x2cf8(%rsp)
vmovaps %ymm0, 0x2cc0(%rsp)
vmovaps 0x2cc0(%rsp), %ymm0
movq 0x2cf8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xbd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd8(%rsp)
movq 0xbc8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbc8(%rsp)
movl 0xb9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb9c(%rsp)
jmp 0x1574c06
movq 0xbd0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd0(%rsp)
movl 0xbc4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc4(%rsp)
jmp 0x1574bc2
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
jmp 0x157669b
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1576699
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1574d74
cmpl $0x1, 0x214c(%rsp)
jne 0x1574d74
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162a060
movl %eax, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1575877
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x1574e36
movq 0xe0(%rsp), %rax
movq %rax, 0x3230(%rsp)
movq 0x3230(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x1574e43
jmp 0x1574e53
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0xb3c(%rsp)
movl 0xb3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1575867
movq 0x2188(%rsp), %rax
movq %rax, 0x24c8(%rsp)
movq 0x24c8(%rsp), %rax
movq (%rax), %rax
movl 0xb3c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2af8(%rsp)
movq 0x2af8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb00(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xab0(%rsp), %rdx
movq %rdx, 0x2258(%rsp)
movq %rcx, 0x2250(%rsp)
movl %eax, 0x224c(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x224b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x224c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xab0(%rsp), %r10
movq %r10, 0x3bb0(%rsp)
movl %r9d, 0x3bac(%rsp)
movl %r8d, 0x3ba8(%rsp)
movl %edi, 0x3ba4(%rsp)
movq %rsi, 0x3b98(%rsp)
movq %rdx, 0x3b90(%rsp)
movl %ecx, 0x3b8c(%rsp)
movq %rax, 0x3b80(%rsp)
movq 0x3bb0(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3b98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3bac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ba8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ba4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c08(%rsp)
movl $0x10, 0x3c04(%rsp)
movq 0x3c08(%rsp), %rax
movslq 0x3c04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xad8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157507a
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaf0(%rsp)
movb $0x1, 0x224b(%rsp)
testb $0x1, 0x224b(%rsp)
jne 0x15751bb
leaq 0xab0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rax
movq %rax, 0x42a8(%rsp)
movq 0x42a8(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157515e
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42a4(%rsp) # imm = 0xFFFFFFFF
movl 0x42a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42a0(%rsp)
cmpl $0x1, 0x42a0(%rsp)
jne 0x157515e
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157512c
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157512a
jmp 0x157515c
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44f0(%rsp)
cmpq $0x0, 0x44f0(%rsp)
je 0x157515a
movq 0x44f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157515c
jmp 0x157515e
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15751b9
movq %rax, %rdi
callq 0x678a0
jmp 0x15751bb
leaq 0xab0(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0xab0(%rsp), %rax
movq %rax, 0x27d0(%rsp)
movq 0x27d0(%rsp), %rax
movq %rax, 0x4008(%rsp)
movq 0x4008(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15752ac
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4004(%rsp) # imm = 0xFFFFFFFF
movl 0x4004(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4000(%rsp)
cmpl $0x1, 0x4000(%rsp)
jne 0x15752ac
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157527a
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1575278
jmp 0x15752aa
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4640(%rsp)
cmpq $0x0, 0x4640(%rsp)
je 0x15752a8
movq 0x4640(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15752aa
jmp 0x15752ac
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1575307
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xaf8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xa60(%rsp), %rdx
movq %rdx, 0x2820(%rsp)
movq %rcx, 0x2818(%rsp)
movl %eax, 0x2814(%rsp)
movq 0x2818(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x2813(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2814(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xa60(%rsp), %r10
movq %r10, 0x3600(%rsp)
movl %r9d, 0x35fc(%rsp)
movl %r8d, 0x35f8(%rsp)
movl %edi, 0x35f4(%rsp)
movq %rsi, 0x35e8(%rsp)
movq %rdx, 0x35e0(%rsp)
movl %ecx, 0x35dc(%rsp)
movq %rax, 0x35d0(%rsp)
movq 0x3600(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x35d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3da8(%rsp)
movl $0x10, 0x3da4(%rsp)
movq 0x3da8(%rsp), %rax
movslq 0x3da4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3da4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15754d3
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaa0(%rsp)
movb $0x1, 0x2813(%rsp)
testb $0x1, 0x2813(%rsp)
jne 0x1575614
leaq 0xa60(%rsp), %rax
movq %rax, 0x2828(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, 0x3fb8(%rsp)
movq 0x3fb8(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15755b7
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fb4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fb4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fb0(%rsp)
cmpl $0x1, 0x3fb0(%rsp)
jne 0x15755b7
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1575585
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1575583
jmp 0x15755b5
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4668(%rsp)
cmpq $0x0, 0x4668(%rsp)
je 0x15755b3
movq 0x4668(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15755b5
jmp 0x15755b7
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1575612
movq %rax, %rdi
callq 0x678a0
jmp 0x1575614
leaq 0xa60(%rsp), %rax
movq %rax, 0x2a40(%rsp)
movq 0x2a40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0xa60(%rsp), %rax
movq %rax, 0x27d8(%rsp)
movq 0x27d8(%rsp), %rax
movq %rax, 0x3ff8(%rsp)
movq 0x3ff8(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1575705
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ff4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ff4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ff0(%rsp)
cmpl $0x1, 0x3ff0(%rsp)
jne 0x1575705
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15756d3
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15756d1
jmp 0x1575703
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4648(%rsp)
cmpq $0x0, 0x4648(%rsp)
je 0x1575701
movq 0x4648(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1575703
jmp 0x1575705
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1575760
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x157584f
movq 0xaf8(%rsp), %rax
movq %rax, 0x2af0(%rsp)
movq 0x2af0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xa20(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb00(%rsp), %rsi
leaq 0xa20(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0xa00(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa00(%rsp), %ymm0
movq %rax, 0x2cb8(%rsp)
vmovaps %ymm0, 0x2c80(%rsp)
vmovaps 0x2c80(%rsp), %ymm0
movq 0x2cb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xaf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaf8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x157577b
jmp 0x1575851
movl 0xb3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb3c(%rsp)
jmp 0x1574e5e
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1576301
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x157592c
movq 0x80(%rsp), %rax
movq %rax, 0x3238(%rsp)
movq 0x3238(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x1575939
jmp 0x1575949
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movl $0x0, 0x9fc(%rsp)
movl 0x9fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15762f1
movq 0x2188(%rsp), %rax
movq %rax, 0x24b8(%rsp)
movq 0x24b8(%rsp), %rax
movq (%rax), %rax
movl 0x9fc(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2ae8(%rsp)
movq 0x2ae8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x9c0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x970(%rsp), %rdx
movq %rdx, 0x2240(%rsp)
movq %rcx, 0x2238(%rsp)
movl %eax, 0x2234(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x2233(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2234(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x970(%rsp), %r10
movq %r10, 0x3be8(%rsp)
movl %r9d, 0x3be4(%rsp)
movl %r8d, 0x3be0(%rsp)
movl %edi, 0x3bdc(%rsp)
movq %rsi, 0x3bd0(%rsp)
movq %rdx, 0x3bc8(%rsp)
movl %ecx, 0x3bc4(%rsp)
movq %rax, 0x3bb8(%rsp)
movq 0x3be8(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3bd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3bc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3bc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3bb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3be4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3be0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3bdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3bf8(%rsp)
movl $0x10, 0x3bf4(%rsp)
movq 0x3bf8(%rsp), %rax
movslq 0x3bf4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3bf4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x998(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1575b64
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9b0(%rsp)
movb $0x1, 0x2233(%rsp)
testb $0x1, 0x2233(%rsp)
jne 0x1575c93
leaq 0x970(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rax
movq %rax, 0x4298(%rsp)
movq 0x4298(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1575c39
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4294(%rsp) # imm = 0xFFFFFFFF
movl 0x4294(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4290(%rsp)
cmpl $0x1, 0x4290(%rsp)
jne 0x1575c39
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1575c0a
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1575c08
jmp 0x1575c37
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44f8(%rsp)
cmpq $0x0, 0x44f8(%rsp)
je 0x1575c35
movq 0x44f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1575c37
jmp 0x1575c39
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1575c91
movq %rax, %rdi
callq 0x678a0
jmp 0x1575c93
leaq 0x970(%rsp), %rax
movq %rax, 0x24b0(%rsp)
movq 0x24b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x970(%rsp), %rax
movq %rax, 0x27e0(%rsp)
movq 0x27e0(%rsp), %rax
movq %rax, 0x3fe8(%rsp)
movq 0x3fe8(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1575d72
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fe4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fe4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fe0(%rsp)
cmpl $0x1, 0x3fe0(%rsp)
jne 0x1575d72
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1575d43
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1575d41
jmp 0x1575d70
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4650(%rsp)
cmpq $0x0, 0x4650(%rsp)
je 0x1575d6e
movq 0x4650(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1575d70
jmp 0x1575d72
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1575dca
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x9b8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x920(%rsp), %rdx
movq %rdx, 0x2800(%rsp)
movq %rcx, 0x27f8(%rsp)
movl %eax, 0x27f4(%rsp)
movq 0x27f8(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x27f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x27f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x920(%rsp), %r10
movq %r10, 0x3638(%rsp)
movl %r9d, 0x3634(%rsp)
movl %r8d, 0x3630(%rsp)
movl %edi, 0x362c(%rsp)
movq %rsi, 0x3620(%rsp)
movq %rdx, 0x3618(%rsp)
movl %ecx, 0x3614(%rsp)
movq %rax, 0x3608(%rsp)
movq 0x3638(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x3620(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3618(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3614(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3608(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3634(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3630(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x362c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d98(%rsp)
movl $0x10, 0x3d94(%rsp)
movq 0x3d98(%rsp), %rax
movslq 0x3d94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x948(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1575f87
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x960(%rsp)
movb $0x1, 0x27f3(%rsp)
testb $0x1, 0x27f3(%rsp)
jne 0x15760b6
leaq 0x920(%rsp), %rax
movq %rax, 0x2808(%rsp)
movq 0x2808(%rsp), %rax
movq %rax, 0x3fc8(%rsp)
movq 0x3fc8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157605c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fc4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fc4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fc0(%rsp)
cmpl $0x1, 0x3fc0(%rsp)
jne 0x157605c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157602d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157602b
jmp 0x157605a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4660(%rsp)
cmpq $0x0, 0x4660(%rsp)
je 0x1576058
movq 0x4660(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157605a
jmp 0x157605c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15760b4
movq %rax, %rdi
callq 0x678a0
jmp 0x15760b6
leaq 0x920(%rsp), %rax
movq %rax, 0x2a38(%rsp)
movq 0x2a38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x920(%rsp), %rax
movq %rax, 0x27e8(%rsp)
movq 0x27e8(%rsp), %rax
movq %rax, 0x3fd8(%rsp)
movq 0x3fd8(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1576195
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fd4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fd4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fd0(%rsp)
cmpl $0x1, 0x3fd0(%rsp)
jne 0x1576195
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1576166
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1576164
jmp 0x1576193
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4658(%rsp)
cmpq $0x0, 0x4658(%rsp)
je 0x1576191
movq 0x4658(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1576193
jmp 0x1576195
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15761ed
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x968(%rsp)
movl $0x0, 0x91c(%rsp)
movl 0x91c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x15762d9
movq 0x9b8(%rsp), %rax
movq %rax, 0x2ae0(%rsp)
movq 0x2ae0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x8e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x9c0(%rsp), %rsi
leaq 0x8e0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x8c0(%rsp)
movq 0x968(%rsp), %rax
vmovaps 0x8c0(%rsp), %ymm0
movq %rax, 0x2c78(%rsp)
vmovaps %ymm0, 0x2c40(%rsp)
vmovaps 0x2c40(%rsp), %ymm0
movq 0x2c78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x9b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x9b8(%rsp)
movq 0x968(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x968(%rsp)
movl 0x91c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x91c(%rsp)
jmp 0x1576205
jmp 0x15762db
movl 0x9fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x9fc(%rsp)
jmp 0x1575954
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x157657f
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movq 0x2130(%rsp), %rcx
movl 0x212c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x157639f
movq 0x20(%rsp), %rax
movq %rax, 0x3240(%rsp)
movq 0x3240(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x15763a9
jmp 0x15763b9
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movq 0x2188(%rsp), %rax
movq %rax, 0x24a8(%rsp)
movq 0x24a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2a30(%rsp)
movq 0x2a30(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8a8(%rsp)
movl $0x0, 0x8a4(%rsp)
movl 0x8a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x157656f
movq 0x8b8(%rsp), %rax
movq %rax, 0x2ad8(%rsp)
movq 0x2ad8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x880(%rsp)
movl $0x0, 0x87c(%rsp)
movl 0x87c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1576545
movq 0x8b0(%rsp), %rax
movq %rax, 0x2ad0(%rsp)
movq 0x2ad0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x840(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x880(%rsp), %rsi
leaq 0x840(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x820(%rsp)
movq 0x8a8(%rsp), %rax
vmovaps 0x820(%rsp), %ymm0
movq %rax, 0x2c38(%rsp)
vmovaps %ymm0, 0x2c00(%rsp)
vmovaps 0x2c00(%rsp), %ymm0
movq 0x2c38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x8b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b0(%rsp)
movq 0x8a8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8a8(%rsp)
movl 0x87c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x87c(%rsp)
jmp 0x1576471
movq 0x8b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b8(%rsp)
movl 0x8a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8a4(%rsp)
jmp 0x157642d
movl $0x0, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1576697
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movq 0x2150(%rsp), %rdx
movl 0x214c(%rsp), %ecx
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x2178(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x1576615
movq 0x10(%rsp), %rax
movq %rax, 0x3248(%rsp)
movq 0x3248(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x157661f
jmp 0x157662c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15766aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1576672
cmpl $0x1, 0x212c(%rsp)
jne 0x1576672
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x16292e0
movl %eax, 0x2194(%rsp)
jmp 0x15766aa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1628210
jmp 0x1576699
jmp 0x157669b
jmp 0x157669d
jmp 0x157669f
movl $0x0, 0x2194(%rsp)
movl 0x2194(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,063
|
int ncnn::binary_op_pack8<ncnn::BinaryOp_x86_avx_functor::binary_op_div>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack8(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* b0 = b.channel(q);
float* outptr = c.channel(q);
__m256 _b0 = _mm256_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_broadcast_ss(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 1;
outptr += 8;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
__m256 _a0 = _mm256_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p = _mm256_broadcast_ss(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1 + y * 8);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1 + x * 8);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _p = _mm256_loadu_ps(ptr + y * 8);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr + x * 8);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
ptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x4700, %rsp # imm = 0x4700
movq %rdi, 0x2188(%rsp)
movq %rsi, 0x2180(%rsp)
movq %rdx, 0x2178(%rsp)
movq %rcx, 0x2170(%rsp)
movq 0x2188(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2168(%rsp)
movq 0x2188(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2164(%rsp)
movq 0x2188(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2160(%rsp)
movq 0x2188(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x215c(%rsp)
movl 0x2168(%rsp), %eax
imull 0x2164(%rsp), %eax
imull 0x2160(%rsp), %eax
movl %eax, 0x2158(%rsp)
movq 0x2188(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2150(%rsp)
movq 0x2188(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x214c(%rsp)
movq 0x2180(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2148(%rsp)
movq 0x2180(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2144(%rsp)
movq 0x2180(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2140(%rsp)
movq 0x2180(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x213c(%rsp)
movl 0x2148(%rsp), %eax
imull 0x2144(%rsp), %eax
imull 0x2140(%rsp), %eax
movl %eax, 0x2138(%rsp)
movq 0x2180(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2130(%rsp)
movq 0x2180(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x212c(%rsp)
movq 0x2188(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1578d69
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1576858
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162ade0
movl %eax, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x2160(%rsp), %ecx
movl 0x215c(%rsp), %r8d
movq 0x2150(%rsp), %r9
movl 0x214c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x1576908
movq 0x810(%rsp), %rax
movq %rax, 0x31b8(%rsp)
movq 0x31b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x1576915
jmp 0x1576925
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x157780d
movl $0x0, 0x2128(%rsp)
movl 0x2128(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15777fd
movq 0x2188(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x20d8(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x20d8(%rsp), %r10
movq %r10, 0x3670(%rsp)
movl %r9d, 0x366c(%rsp)
movl %r8d, 0x3668(%rsp)
movl %edi, 0x3664(%rsp)
movq %rsi, 0x3658(%rsp)
movq %rdx, 0x3650(%rsp)
movl %ecx, 0x364c(%rsp)
movq %rax, 0x3640(%rsp)
movq 0x3670(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3650(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x364c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3640(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x366c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3668(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3664(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d88(%rsp)
movl $0x10, 0x3d84(%rsp)
movq 0x3d88(%rsp), %rax
movslq 0x3d84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2100(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1576b12
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2118(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x1576c53
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq %rax, 0x4428(%rsp)
movq 0x4428(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1576bf6
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4424(%rsp) # imm = 0xFFFFFFFF
movl 0x4424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4420(%rsp)
cmpl $0x1, 0x4420(%rsp)
jne 0x1576bf6
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1576bc4
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1576bc2
jmp 0x1576bf4
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4430(%rsp)
cmpq $0x0, 0x4430(%rsp)
je 0x1576bf2
movq 0x4430(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1576bf4
jmp 0x1576bf6
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1576c51
movq %rax, %rdi
callq 0x678a0
jmp 0x1576c53
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x20d8(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rax
movq %rax, 0x4288(%rsp)
movq 0x4288(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1576d44
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4284(%rsp) # imm = 0xFFFFFFFF
movl 0x4284(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4280(%rsp)
cmpl $0x1, 0x4280(%rsp)
jne 0x1576d44
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1576d12
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1576d10
jmp 0x1576d42
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4500(%rsp)
cmpq $0x0, 0x4500(%rsp)
je 0x1576d40
movq 0x4500(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1576d42
jmp 0x1576d44
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1576d9f
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2088(%rsp), %rdx
movq %rdx, 0x2480(%rsp)
movq %rcx, 0x2478(%rsp)
movl %eax, 0x2474(%rsp)
movq 0x2478(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x2473(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2474(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2088(%rsp), %r10
movq %r10, 0x36a8(%rsp)
movl %r9d, 0x36a4(%rsp)
movl %r8d, 0x36a0(%rsp)
movl %edi, 0x369c(%rsp)
movq %rsi, 0x3690(%rsp)
movq %rdx, 0x3688(%rsp)
movl %ecx, 0x3684(%rsp)
movq %rax, 0x3678(%rsp)
movq 0x36a8(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x3690(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3688(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3684(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3678(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36a4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36a0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x369c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d78(%rsp)
movl $0x10, 0x3d74(%rsp)
movq 0x3d78(%rsp), %rax
movslq 0x3d74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x20b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1576f6b
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x20c8(%rsp)
movb $0x1, 0x2473(%rsp)
testb $0x1, 0x2473(%rsp)
jne 0x15770ac
leaq 0x2088(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq %rax, 0x4418(%rsp)
movq 0x4418(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157704f
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4414(%rsp) # imm = 0xFFFFFFFF
movl 0x4414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4410(%rsp)
cmpl $0x1, 0x4410(%rsp)
jne 0x157704f
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157701d
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157701b
jmp 0x157704d
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4438(%rsp)
cmpq $0x0, 0x4438(%rsp)
je 0x157704b
movq 0x4438(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157704d
jmp 0x157704f
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15770aa
movq %rax, %rdi
callq 0x678a0
jmp 0x15770ac
leaq 0x2088(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x2088(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rax
movq %rax, 0x4278(%rsp)
movq 0x4278(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157719d
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4274(%rsp) # imm = 0xFFFFFFFF
movl 0x4274(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4270(%rsp)
cmpl $0x1, 0x4270(%rsp)
jne 0x157719d
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157716b
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1577169
jmp 0x157719b
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4508(%rsp)
cmpq $0x0, 0x4508(%rsp)
je 0x1577199
movq 0x4508(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157719b
jmp 0x157719d
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15771f8
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2038(%rsp), %rdx
movq %rdx, 0x2a20(%rsp)
movq %rcx, 0x2a18(%rsp)
movl %eax, 0x2a14(%rsp)
movq 0x2a18(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x2a13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2038(%rsp), %r10
movq %r10, 0x3280(%rsp)
movl %r9d, 0x327c(%rsp)
movl %r8d, 0x3278(%rsp)
movl %edi, 0x3274(%rsp)
movq %rsi, 0x3268(%rsp)
movq %rdx, 0x3260(%rsp)
movl %ecx, 0x325c(%rsp)
movq %rax, 0x3250(%rsp)
movq 0x3280(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x3268(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3260(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x325c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3250(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x327c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3278(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3274(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ea8(%rsp)
movl $0x10, 0x3ea4(%rsp)
movq 0x3ea8(%rsp), %rax
movslq 0x3ea4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ea4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2060(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15773c4
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2078(%rsp)
movb $0x1, 0x2a13(%rsp)
testb $0x1, 0x2a13(%rsp)
jne 0x1577505
leaq 0x2038(%rsp), %rax
movq %rax, 0x2a28(%rsp)
movq 0x2a28(%rsp), %rax
movq %rax, 0x3eb8(%rsp)
movq 0x3eb8(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15774a8
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3eb4(%rsp) # imm = 0xFFFFFFFF
movl 0x3eb4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3eb0(%rsp)
cmpl $0x1, 0x3eb0(%rsp)
jne 0x15774a8
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1577476
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1577474
jmp 0x15774a6
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46e8(%rsp)
cmpq $0x0, 0x46e8(%rsp)
je 0x15774a4
movq 0x46e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15774a6
jmp 0x15774a8
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1577503
movq %rax, %rdi
callq 0x678a0
jmp 0x1577505
leaq 0x2038(%rsp), %rax
movq %rax, 0x2ac8(%rsp)
movq 0x2ac8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x2038(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rax
movq %rax, 0x4268(%rsp)
movq 0x4268(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15775f6
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4264(%rsp) # imm = 0xFFFFFFFF
movl 0x4264(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4260(%rsp)
cmpl $0x1, 0x4260(%rsp)
jne 0x15775f6
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15775c4
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15775c2
jmp 0x15775f4
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4510(%rsp)
cmpq $0x0, 0x4510(%rsp)
je 0x15775f2
movq 0x4510(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15775f4
jmp 0x15775f6
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1577651
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x2080(%rsp)
movl $0x0, 0x2034(%rsp)
movl 0x2034(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x15777e5
movl $0x0, 0x2030(%rsp)
movl 0x2030(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15777cd
movq 0x20d0(%rsp), %rax
movq %rax, 0x2bf8(%rsp)
movq 0x2bf8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x2000(%rsp)
movl $0x0, 0x1ffc(%rsp)
movl 0x1ffc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15777a3
movq 0x2120(%rsp), %rax
movq %rax, 0x2bf0(%rsp)
movq 0x2bf0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1fc0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1fc0(%rsp), %rsi
leaq 0x2000(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x1fa0(%rsp)
movq 0x2080(%rsp), %rax
vmovaps 0x1fa0(%rsp), %ymm0
movq %rax, 0x30f8(%rsp)
vmovaps %ymm0, 0x30c0(%rsp)
vmovaps 0x30c0(%rsp), %ymm0
movq 0x30f8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x2120(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2120(%rsp)
movq 0x2080(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2080(%rsp)
movl 0x1ffc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ffc(%rsp)
jmp 0x15776cf
movq 0x20d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x20d0(%rsp)
movl 0x2030(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2030(%rsp)
jmp 0x157768b
jmp 0x15777cf
movl 0x2034(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2034(%rsp)
jmp 0x157766c
jmp 0x15777e7
movl 0x2128(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2128(%rsp)
jmp 0x1576942
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15782e5
movl $0x0, 0x1f9c(%rsp)
movl 0x1f9c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15782d5
movq 0x2188(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1f48(%rsp), %rdx
movq %rdx, 0x2468(%rsp)
movq %rcx, 0x2460(%rsp)
movl %eax, 0x245c(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x245b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x245c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1f48(%rsp), %r10
movq %r10, 0x36e0(%rsp)
movl %r9d, 0x36dc(%rsp)
movl %r8d, 0x36d8(%rsp)
movl %edi, 0x36d4(%rsp)
movq %rsi, 0x36c8(%rsp)
movq %rdx, 0x36c0(%rsp)
movl %ecx, 0x36bc(%rsp)
movq %rax, 0x36b0(%rsp)
movq 0x36e0(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36c0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36bc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36b0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36dc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36d8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x36d4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d68(%rsp)
movl $0x10, 0x3d64(%rsp)
movq 0x3d68(%rsp), %rax
movslq 0x3d64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15779fa
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f88(%rsp)
movb $0x1, 0x245b(%rsp)
testb $0x1, 0x245b(%rsp)
jne 0x1577b3b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq %rax, 0x4408(%rsp)
movq 0x4408(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1577ade
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4404(%rsp) # imm = 0xFFFFFFFF
movl 0x4404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4400(%rsp)
cmpl $0x1, 0x4400(%rsp)
jne 0x1577ade
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1577aac
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1577aaa
jmp 0x1577adc
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4440(%rsp)
cmpq $0x0, 0x4440(%rsp)
je 0x1577ada
movq 0x4440(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1577adc
jmp 0x1577ade
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1577b39
movq %rax, %rdi
callq 0x678a0
jmp 0x1577b3b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1f48(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rax
movq %rax, 0x4258(%rsp)
movq 0x4258(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1577c2c
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4254(%rsp) # imm = 0xFFFFFFFF
movl 0x4254(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4250(%rsp)
cmpl $0x1, 0x4250(%rsp)
jne 0x1577c2c
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1577bfa
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1577bf8
jmp 0x1577c2a
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4518(%rsp)
cmpq $0x0, 0x4518(%rsp)
je 0x1577c28
movq 0x4518(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1577c2a
jmp 0x1577c2c
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1577c87
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1f90(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
movq %rcx, 0x3138(%rsp)
movl %eax, 0x3134(%rsp)
movq 0x3138(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3134(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1f40(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1ef0(%rsp), %rdx
movq %rdx, 0x2a00(%rsp)
movq %rcx, 0x29f8(%rsp)
movl %eax, 0x29f4(%rsp)
movq 0x29f8(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x29f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ef0(%rsp), %r10
movq %r10, 0x32b8(%rsp)
movl %r9d, 0x32b4(%rsp)
movl %r8d, 0x32b0(%rsp)
movl %edi, 0x32ac(%rsp)
movq %rsi, 0x32a0(%rsp)
movq %rdx, 0x3298(%rsp)
movl %ecx, 0x3294(%rsp)
movq %rax, 0x3288(%rsp)
movq 0x32b8(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x32a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3298(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3294(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3288(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x32b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x32b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x32ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e98(%rsp)
movl $0x10, 0x3e94(%rsp)
movq 0x3e98(%rsp), %rax
movslq 0x3e94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1577e9c
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f30(%rsp)
movb $0x1, 0x29f3(%rsp)
testb $0x1, 0x29f3(%rsp)
jne 0x1577fdd
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2a08(%rsp)
movq 0x2a08(%rsp), %rax
movq %rax, 0x3ec8(%rsp)
movq 0x3ec8(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1577f80
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ec4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ec4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ec0(%rsp)
cmpl $0x1, 0x3ec0(%rsp)
jne 0x1577f80
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1577f4e
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1577f4c
jmp 0x1577f7e
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46e0(%rsp)
cmpq $0x0, 0x46e0(%rsp)
je 0x1577f7c
movq 0x46e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1577f7e
jmp 0x1577f80
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1577fdb
movq %rax, %rdi
callq 0x678a0
jmp 0x1577fdd
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2ac0(%rsp)
movq 0x2ac0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rax
movq %rax, 0x4248(%rsp)
movq 0x4248(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15780ce
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4244(%rsp) # imm = 0xFFFFFFFF
movl 0x4244(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4240(%rsp)
cmpl $0x1, 0x4240(%rsp)
jne 0x15780ce
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157809c
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157809a
jmp 0x15780cc
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4520(%rsp)
cmpq $0x0, 0x4520(%rsp)
je 0x15780ca
movq 0x4520(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15780cc
jmp 0x15780ce
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1578129
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1f38(%rsp)
movl $0x0, 0x1eec(%rsp)
movl 0x1eec(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x15782bd
movq 0x1f40(%rsp), %rax
movq %rax, 0x2be8(%rsp)
movq 0x2be8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1ec0(%rsp)
movl $0x0, 0x1ebc(%rsp)
movl 0x1ebc(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1578293
movl $0x0, 0x1eb8(%rsp)
movl 0x1eb8(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x157827b
movq 0x1f90(%rsp), %rax
movq %rax, 0x2be0(%rsp)
movq 0x2be0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1e80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1e80(%rsp), %rsi
leaq 0x1ec0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x1e60(%rsp)
movq 0x1f38(%rsp), %rax
vmovaps 0x1e60(%rsp), %ymm0
movq %rax, 0x30b8(%rsp)
vmovaps %ymm0, 0x3080(%rsp)
vmovaps 0x3080(%rsp), %ymm0
movq 0x30b8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1f90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f90(%rsp)
movq 0x1f38(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f38(%rsp)
movl 0x1eb8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eb8(%rsp)
jmp 0x15781a7
jmp 0x157827d
movl 0x1ebc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ebc(%rsp)
jmp 0x1578188
movq 0x1f40(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f40(%rsp)
movl 0x1eec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eec(%rsp)
jmp 0x1578144
jmp 0x15782bf
movl 0x1f9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1f9c(%rsp)
jmp 0x157782a
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1578d64
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1578340
cmpl $0x1, 0x212c(%rsp)
jne 0x1578340
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162beb0
movl %eax, 0x2194(%rsp)
jmp 0x1585baa
movl $0x0, 0x1e5c(%rsp)
movl 0x1e5c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1578d54
movq 0x2188(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1e08(%rsp), %rdx
movq %rdx, 0x2450(%rsp)
movq %rcx, 0x2448(%rsp)
movl %eax, 0x2444(%rsp)
movq 0x2448(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x2443(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2444(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e08(%rsp), %r10
movq %r10, 0x3718(%rsp)
movl %r9d, 0x3714(%rsp)
movl %r8d, 0x3710(%rsp)
movl %edi, 0x370c(%rsp)
movq %rsi, 0x3700(%rsp)
movq %rdx, 0x36f8(%rsp)
movl %ecx, 0x36f4(%rsp)
movq %rax, 0x36e8(%rsp)
movq 0x3718(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x3700(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36f8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36f4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36e8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3714(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3710(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x370c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d58(%rsp)
movl $0x10, 0x3d54(%rsp)
movq 0x3d58(%rsp), %rax
movslq 0x3d54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1e30(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157851b
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1e48(%rsp)
movb $0x1, 0x2443(%rsp)
testb $0x1, 0x2443(%rsp)
jne 0x157865c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq %rax, 0x43f8(%rsp)
movq 0x43f8(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15785ff
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43f4(%rsp) # imm = 0xFFFFFFFF
movl 0x43f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43f0(%rsp)
cmpl $0x1, 0x43f0(%rsp)
jne 0x15785ff
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15785cd
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15785cb
jmp 0x15785fd
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4448(%rsp)
cmpq $0x0, 0x4448(%rsp)
je 0x15785fb
movq 0x4448(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15785fd
jmp 0x15785ff
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157865a
movq %rax, %rdi
callq 0x678a0
jmp 0x157865c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x1e08(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rax
movq %rax, 0x4238(%rsp)
movq 0x4238(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157874d
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4234(%rsp) # imm = 0xFFFFFFFF
movl 0x4234(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4230(%rsp)
cmpl $0x1, 0x4230(%rsp)
jne 0x157874d
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157871b
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1578719
jmp 0x157874b
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4528(%rsp)
cmpq $0x0, 0x4528(%rsp)
je 0x1578749
movq 0x4528(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157874b
jmp 0x157874d
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15787a8
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1e50(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movl 0x1e5c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2bd8(%rsp)
movq 0x2bd8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1de0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1d90(%rsp), %rdx
movq %rdx, 0x29e0(%rsp)
movq %rcx, 0x29d8(%rsp)
movl %eax, 0x29d4(%rsp)
movq 0x29d8(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x29d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1d90(%rsp), %r10
movq %r10, 0x32f0(%rsp)
movl %r9d, 0x32ec(%rsp)
movl %r8d, 0x32e8(%rsp)
movl %edi, 0x32e4(%rsp)
movq %rsi, 0x32d8(%rsp)
movq %rdx, 0x32d0(%rsp)
movl %ecx, 0x32cc(%rsp)
movq %rax, 0x32c0(%rsp)
movq 0x32f0(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x32d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x32d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x32cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x32c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x32ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x32e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x32e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e88(%rsp)
movl $0x10, 0x3e84(%rsp)
movq 0x3e88(%rsp), %rax
movslq 0x3e84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1db8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15789c0
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1dd0(%rsp)
movb $0x1, 0x29d3(%rsp)
testb $0x1, 0x29d3(%rsp)
jne 0x1578b01
leaq 0x1d90(%rsp), %rax
movq %rax, 0x29e8(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, 0x3ed8(%rsp)
movq 0x3ed8(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1578aa4
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ed4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ed4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ed0(%rsp)
cmpl $0x1, 0x3ed0(%rsp)
jne 0x1578aa4
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1578a72
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1578a70
jmp 0x1578aa2
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46d8(%rsp)
cmpq $0x0, 0x46d8(%rsp)
je 0x1578aa0
movq 0x46d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1578aa2
jmp 0x1578aa4
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1578aff
movq %rax, %rdi
callq 0x678a0
jmp 0x1578b01
leaq 0x1d90(%rsp), %rax
movq %rax, 0x2ab8(%rsp)
movq 0x2ab8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1d90(%rsp), %rax
movq %rax, 0x26c0(%rsp)
movq 0x26c0(%rsp), %rax
movq %rax, 0x4228(%rsp)
movq 0x4228(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1578bf2
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4224(%rsp) # imm = 0xFFFFFFFF
movl 0x4224(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4220(%rsp)
cmpl $0x1, 0x4220(%rsp)
jne 0x1578bf2
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1578bc0
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1578bbe
jmp 0x1578bf0
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4530(%rsp)
cmpq $0x0, 0x4530(%rsp)
je 0x1578bee
movq 0x4530(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1578bf0
jmp 0x1578bf2
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1578c4d
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x1dd8(%rsp)
movl $0x0, 0x1d8c(%rsp)
movl 0x1d8c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x1578d3c
movq 0x1e50(%rsp), %rax
movq %rax, 0x2bd0(%rsp)
movq 0x2bd0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1d60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1d60(%rsp), %rsi
leaq 0x1de0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x1d40(%rsp)
movq 0x1dd8(%rsp), %rax
vmovaps 0x1d40(%rsp), %ymm0
movq %rax, 0x3078(%rsp)
vmovaps %ymm0, 0x3040(%rsp)
vmovaps 0x3040(%rsp), %ymm0
movq 0x3078(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1e50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1e50(%rsp)
movq 0x1dd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1dd8(%rsp)
movl 0x1d8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d8c(%rsp)
jmp 0x1578c68
jmp 0x1578d3e
movl 0x1e5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1e5c(%rsp)
jmp 0x157834b
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
jmp 0x1585b9f
movq 0x2188(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1582732
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1579d30
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x1578e3d
movq 0x6e8(%rsp), %rax
movq %rax, 0x31c0(%rsp)
movq 0x31c0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x1578e4a
jmp 0x1578e5a
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0x1d3c(%rsp)
movl 0x1d3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1579d20
movq 0x2188(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1ce8(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ce8(%rsp), %r10
movq %r10, 0x3750(%rsp)
movl %r9d, 0x374c(%rsp)
movl %r8d, 0x3748(%rsp)
movl %edi, 0x3744(%rsp)
movq %rsi, 0x3738(%rsp)
movq %rdx, 0x3730(%rsp)
movl %ecx, 0x372c(%rsp)
movq %rax, 0x3720(%rsp)
movq 0x3750(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3730(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x372c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3720(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x374c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3748(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3744(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d48(%rsp)
movl $0x10, 0x3d44(%rsp)
movq 0x3d48(%rsp), %rax
movslq 0x3d44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1d10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1579035
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d28(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x1579176
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq %rax, 0x43e8(%rsp)
movq 0x43e8(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1579119
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43e4(%rsp) # imm = 0xFFFFFFFF
movl 0x43e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43e0(%rsp)
cmpl $0x1, 0x43e0(%rsp)
jne 0x1579119
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15790e7
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15790e5
jmp 0x1579117
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4450(%rsp)
cmpq $0x0, 0x4450(%rsp)
je 0x1579115
movq 0x4450(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1579117
jmp 0x1579119
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1579174
movq %rax, %rdi
callq 0x678a0
jmp 0x1579176
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x26c8(%rsp)
movq 0x26c8(%rsp), %rax
movq %rax, 0x4218(%rsp)
movq 0x4218(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1579267
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4214(%rsp) # imm = 0xFFFFFFFF
movl 0x4214(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4210(%rsp)
cmpl $0x1, 0x4210(%rsp)
jne 0x1579267
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1579235
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1579233
jmp 0x1579265
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4538(%rsp)
cmpq $0x0, 0x4538(%rsp)
je 0x1579263
movq 0x4538(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1579265
jmp 0x1579267
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15792c2
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c98(%rsp), %rdx
movq %rdx, 0x2420(%rsp)
movq %rcx, 0x2418(%rsp)
movl %eax, 0x2414(%rsp)
movq 0x2418(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x2413(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2414(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c98(%rsp), %r10
movq %r10, 0x3788(%rsp)
movl %r9d, 0x3784(%rsp)
movl %r8d, 0x3780(%rsp)
movl %edi, 0x377c(%rsp)
movq %rsi, 0x3770(%rsp)
movq %rdx, 0x3768(%rsp)
movl %ecx, 0x3764(%rsp)
movq %rax, 0x3758(%rsp)
movq 0x3788(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x3770(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3768(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3764(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3758(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3784(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3780(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x377c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d38(%rsp)
movl $0x10, 0x3d34(%rsp)
movq 0x3d38(%rsp), %rax
movslq 0x3d34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1cc0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157948e
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1cd8(%rsp)
movb $0x1, 0x2413(%rsp)
testb $0x1, 0x2413(%rsp)
jne 0x15795cf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq %rax, 0x43d8(%rsp)
movq 0x43d8(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1579572
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43d4(%rsp) # imm = 0xFFFFFFFF
movl 0x43d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43d0(%rsp)
cmpl $0x1, 0x43d0(%rsp)
jne 0x1579572
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1579540
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157953e
jmp 0x1579570
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4458(%rsp)
cmpq $0x0, 0x4458(%rsp)
je 0x157956e
movq 0x4458(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1579570
jmp 0x1579572
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15795cd
movq %rax, %rdi
callq 0x678a0
jmp 0x15795cf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1c98(%rsp), %rax
movq %rax, 0x26d0(%rsp)
movq 0x26d0(%rsp), %rax
movq %rax, 0x4208(%rsp)
movq 0x4208(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15796c0
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4204(%rsp) # imm = 0xFFFFFFFF
movl 0x4204(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4200(%rsp)
cmpl $0x1, 0x4200(%rsp)
jne 0x15796c0
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157968e
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157968c
jmp 0x15796be
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4540(%rsp)
cmpq $0x0, 0x4540(%rsp)
je 0x15796bc
movq 0x4540(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15796be
jmp 0x15796c0
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157971b
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c48(%rsp), %rdx
movq %rdx, 0x29c0(%rsp)
movq %rcx, 0x29b8(%rsp)
movl %eax, 0x29b4(%rsp)
movq 0x29b8(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x29b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c48(%rsp), %r10
movq %r10, 0x3328(%rsp)
movl %r9d, 0x3324(%rsp)
movl %r8d, 0x3320(%rsp)
movl %edi, 0x331c(%rsp)
movq %rsi, 0x3310(%rsp)
movq %rdx, 0x3308(%rsp)
movl %ecx, 0x3304(%rsp)
movq %rax, 0x32f8(%rsp)
movq 0x3328(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x3310(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3308(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3304(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x32f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3324(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3320(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x331c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e78(%rsp)
movl $0x10, 0x3e74(%rsp)
movq 0x3e78(%rsp), %rax
movslq 0x3e74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15798e7
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c88(%rsp)
movb $0x1, 0x29b3(%rsp)
testb $0x1, 0x29b3(%rsp)
jne 0x1579a28
leaq 0x1c48(%rsp), %rax
movq %rax, 0x29c8(%rsp)
movq 0x29c8(%rsp), %rax
movq %rax, 0x3ee8(%rsp)
movq 0x3ee8(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15799cb
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ee4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ee4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ee0(%rsp)
cmpl $0x1, 0x3ee0(%rsp)
jne 0x15799cb
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1579999
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1579997
jmp 0x15799c9
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46d0(%rsp)
cmpq $0x0, 0x46d0(%rsp)
je 0x15799c7
movq 0x46d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15799c9
jmp 0x15799cb
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1579a26
movq %rax, %rdi
callq 0x678a0
jmp 0x1579a28
leaq 0x1c48(%rsp), %rax
movq %rax, 0x2ab0(%rsp)
movq 0x2ab0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1c48(%rsp), %rax
movq %rax, 0x26d8(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, 0x41f8(%rsp)
movq 0x41f8(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1579b19
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41f4(%rsp) # imm = 0xFFFFFFFF
movl 0x41f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41f0(%rsp)
cmpl $0x1, 0x41f0(%rsp)
jne 0x1579b19
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1579ae7
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1579ae5
jmp 0x1579b17
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4548(%rsp)
cmpq $0x0, 0x4548(%rsp)
je 0x1579b15
movq 0x4548(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1579b17
jmp 0x1579b19
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1579b74
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1c90(%rsp)
movl $0x0, 0x1c44(%rsp)
movl 0x1c44(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x1579d08
movl $0x0, 0x1c40(%rsp)
movl 0x1c40(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1579cf0
movq 0x1d30(%rsp), %rax
movq %rax, 0x2bc8(%rsp)
movq 0x2bc8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1c20(%rsp)
movl $0x0, 0x1c1c(%rsp)
movl 0x1c1c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1579cc6
movq 0x1ce0(%rsp), %rax
movq %rax, 0x2bc0(%rsp)
movq 0x2bc0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1be0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1c20(%rsp), %rsi
leaq 0x1be0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x1bc0(%rsp)
movq 0x1c90(%rsp), %rax
vmovaps 0x1bc0(%rsp), %ymm0
movq %rax, 0x3038(%rsp)
vmovaps %ymm0, 0x3000(%rsp)
vmovaps 0x3000(%rsp), %ymm0
movq 0x3038(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1ce0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1c90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c90(%rsp)
movl 0x1c1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c1c(%rsp)
jmp 0x1579bf2
movq 0x1d30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d30(%rsp)
movl 0x1c40(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c40(%rsp)
jmp 0x1579bae
jmp 0x1579cf2
movl 0x1c44(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c44(%rsp)
jmp 0x1579b8f
jmp 0x1579d0a
movl 0x1d3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d3c(%rsp)
jmp 0x1578e65
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x158114d
cmpl $0x1, 0x2148(%rsp)
jne 0x157ac88
cmpl $0x1, 0x2144(%rsp)
jne 0x157ac88
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x157ac88
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x1579e15
movq 0x660(%rsp), %rax
movq %rax, 0x31c8(%rsp)
movq 0x31c8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x1579e22
jmp 0x1579e32
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0x1bbc(%rsp)
movl 0x1bbc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x157ac78
movq 0x2188(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b68(%rsp), %rdx
movq %rdx, 0x2408(%rsp)
movq %rcx, 0x2400(%rsp)
movl %eax, 0x23fc(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x23fb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23fc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b68(%rsp), %r10
movq %r10, 0x37c0(%rsp)
movl %r9d, 0x37bc(%rsp)
movl %r8d, 0x37b8(%rsp)
movl %edi, 0x37b4(%rsp)
movq %rsi, 0x37a8(%rsp)
movq %rdx, 0x37a0(%rsp)
movl %ecx, 0x379c(%rsp)
movq %rax, 0x3790(%rsp)
movq 0x37c0(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37a0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x379c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3790(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37bc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37b8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37b4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d28(%rsp)
movl $0x10, 0x3d24(%rsp)
movq 0x3d28(%rsp), %rax
movslq 0x3d24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b90(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157a00d
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ba8(%rsp)
movb $0x1, 0x23fb(%rsp)
testb $0x1, 0x23fb(%rsp)
jne 0x157a14e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq %rax, 0x43c8(%rsp)
movq 0x43c8(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157a0f1
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43c4(%rsp) # imm = 0xFFFFFFFF
movl 0x43c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43c0(%rsp)
cmpl $0x1, 0x43c0(%rsp)
jne 0x157a0f1
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157a0bf
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157a0bd
jmp 0x157a0ef
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4460(%rsp)
cmpq $0x0, 0x4460(%rsp)
je 0x157a0ed
movq 0x4460(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157a0ef
jmp 0x157a0f1
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157a14c
movq %rax, %rdi
callq 0x678a0
jmp 0x157a14e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1b68(%rsp), %rax
movq %rax, 0x26e0(%rsp)
movq 0x26e0(%rsp), %rax
movq %rax, 0x41e8(%rsp)
movq 0x41e8(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157a23f
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41e4(%rsp) # imm = 0xFFFFFFFF
movl 0x41e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41e0(%rsp)
cmpl $0x1, 0x41e0(%rsp)
jne 0x157a23f
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157a20d
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157a20b
jmp 0x157a23d
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4550(%rsp)
cmpq $0x0, 0x4550(%rsp)
je 0x157a23b
movq 0x4550(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157a23d
jmp 0x157a23f
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157a29a
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x1bb0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b18(%rsp), %rdx
movq %rdx, 0x23f0(%rsp)
movq %rcx, 0x23e8(%rsp)
movl %eax, 0x23e4(%rsp)
movq 0x23e8(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x23e3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23e4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b18(%rsp), %r10
movq %r10, 0x37f8(%rsp)
movl %r9d, 0x37f4(%rsp)
movl %r8d, 0x37f0(%rsp)
movl %edi, 0x37ec(%rsp)
movq %rsi, 0x37e0(%rsp)
movq %rdx, 0x37d8(%rsp)
movl %ecx, 0x37d4(%rsp)
movq %rax, 0x37c8(%rsp)
movq 0x37f8(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x37e0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37d8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x37d4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x37c8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37f4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37f0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37ec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d18(%rsp)
movl $0x10, 0x3d14(%rsp)
movq 0x3d18(%rsp), %rax
movslq 0x3d14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b40(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157a466
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b58(%rsp)
movb $0x1, 0x23e3(%rsp)
testb $0x1, 0x23e3(%rsp)
jne 0x157a5a7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq %rax, 0x43b8(%rsp)
movq 0x43b8(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157a54a
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43b4(%rsp) # imm = 0xFFFFFFFF
movl 0x43b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43b0(%rsp)
cmpl $0x1, 0x43b0(%rsp)
jne 0x157a54a
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157a518
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157a516
jmp 0x157a548
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4468(%rsp)
cmpq $0x0, 0x4468(%rsp)
je 0x157a546
movq 0x4468(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157a548
jmp 0x157a54a
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157a5a5
movq %rax, %rdi
callq 0x678a0
jmp 0x157a5a7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1b18(%rsp), %rax
movq %rax, 0x26e8(%rsp)
movq 0x26e8(%rsp), %rax
movq %rax, 0x41d8(%rsp)
movq 0x41d8(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157a698
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41d4(%rsp) # imm = 0xFFFFFFFF
movl 0x41d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41d0(%rsp)
cmpl $0x1, 0x41d0(%rsp)
jne 0x157a698
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157a666
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157a664
jmp 0x157a696
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4558(%rsp)
cmpq $0x0, 0x4558(%rsp)
je 0x157a694
movq 0x4558(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157a696
jmp 0x157a698
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157a6f3
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1b60(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x29a0(%rsp)
movq %rcx, 0x2998(%rsp)
movl %eax, 0x2994(%rsp)
movq 0x2998(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x2993(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2994(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x3360(%rsp)
movl %r9d, 0x335c(%rsp)
movl %r8d, 0x3358(%rsp)
movl %edi, 0x3354(%rsp)
movq %rsi, 0x3348(%rsp)
movq %rdx, 0x3340(%rsp)
movl %ecx, 0x333c(%rsp)
movq %rax, 0x3330(%rsp)
movq 0x3360(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3340(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x333c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3330(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x335c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3358(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3354(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e68(%rsp)
movl $0x10, 0x3e64(%rsp)
movq 0x3e68(%rsp), %rax
movslq 0x3e64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157a8bf
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x2993(%rsp)
testb $0x1, 0x2993(%rsp)
jne 0x157aa00
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x29a8(%rsp)
movq 0x29a8(%rsp), %rax
movq %rax, 0x3ef8(%rsp)
movq 0x3ef8(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157a9a3
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ef4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ef4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ef0(%rsp)
cmpl $0x1, 0x3ef0(%rsp)
jne 0x157a9a3
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157a971
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157a96f
jmp 0x157a9a1
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46c8(%rsp)
cmpq $0x0, 0x46c8(%rsp)
je 0x157a99f
movq 0x46c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157a9a1
jmp 0x157a9a3
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157a9fe
movq %rax, %rdi
callq 0x678a0
jmp 0x157aa00
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2aa8(%rsp)
movq 0x2aa8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x26f0(%rsp)
movq 0x26f0(%rsp), %rax
movq %rax, 0x41c8(%rsp)
movq 0x41c8(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157aaf1
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41c4(%rsp) # imm = 0xFFFFFFFF
movl 0x41c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41c0(%rsp)
cmpl $0x1, 0x41c0(%rsp)
jne 0x157aaf1
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157aabf
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157aabd
jmp 0x157aaef
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4560(%rsp)
cmpq $0x0, 0x4560(%rsp)
je 0x157aaed
movq 0x4560(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157aaef
jmp 0x157aaf1
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157ab4c
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1b60(%rsp), %rax
movq %rax, 0x2bb8(%rsp)
movq 0x2bb8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1aa0(%rsp)
movl $0x0, 0x1a9c(%rsp)
movl 0x1a9c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x157ac60
movq 0x1bb0(%rsp), %rax
movq %rax, 0x2bb0(%rsp)
movq 0x2bb0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1a60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1a60(%rsp), %rsi
leaq 0x1aa0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x1a40(%rsp)
movq 0x1b10(%rsp), %rax
vmovaps 0x1a40(%rsp), %ymm0
movq %rax, 0x2ff8(%rsp)
vmovaps %ymm0, 0x2fc0(%rsp)
vmovaps 0x2fc0(%rsp), %ymm0
movq 0x2ff8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1bb0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1bb0(%rsp)
movq 0x1b10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b10(%rsp)
movl 0x1a9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a9c(%rsp)
jmp 0x157ab8c
jmp 0x157ac62
movl 0x1bbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1bbc(%rsp)
jmp 0x1579e3d
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x157b7e5
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x157b7e5
cmpl $0x1, 0x213c(%rsp)
jne 0x157b7e5
cmpl $0x1, 0x212c(%rsp)
jne 0x157b7e5
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x157ad6f
movq 0x5d8(%rsp), %rax
movq %rax, 0x31d0(%rsp)
movq 0x31d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x157ad7c
jmp 0x157ad8c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0x1a3c(%rsp)
movl 0x1a3c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x157b7d5
movq 0x2188(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x19e8(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19e8(%rsp), %r10
movq %r10, 0x3830(%rsp)
movl %r9d, 0x382c(%rsp)
movl %r8d, 0x3828(%rsp)
movl %edi, 0x3824(%rsp)
movq %rsi, 0x3818(%rsp)
movq %rdx, 0x3810(%rsp)
movl %ecx, 0x380c(%rsp)
movq %rax, 0x3800(%rsp)
movq 0x3830(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3810(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x380c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3800(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x382c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3828(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3824(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d08(%rsp)
movl $0x10, 0x3d04(%rsp)
movq 0x3d08(%rsp), %rax
movslq 0x3d04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157af67
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a28(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x157b0a8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq %rax, 0x43a8(%rsp)
movq 0x43a8(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157b04b
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43a4(%rsp) # imm = 0xFFFFFFFF
movl 0x43a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43a0(%rsp)
cmpl $0x1, 0x43a0(%rsp)
jne 0x157b04b
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157b019
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157b017
jmp 0x157b049
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4470(%rsp)
cmpq $0x0, 0x4470(%rsp)
je 0x157b047
movq 0x4470(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157b049
jmp 0x157b04b
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157b0a6
movq %rax, %rdi
callq 0x678a0
jmp 0x157b0a8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x19e8(%rsp), %rax
movq %rax, 0x26f8(%rsp)
movq 0x26f8(%rsp), %rax
movq %rax, 0x41b8(%rsp)
movq 0x41b8(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157b199
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41b4(%rsp) # imm = 0xFFFFFFFF
movl 0x41b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41b0(%rsp)
cmpl $0x1, 0x41b0(%rsp)
jne 0x157b199
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157b167
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157b165
jmp 0x157b197
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4568(%rsp)
cmpq $0x0, 0x4568(%rsp)
je 0x157b195
movq 0x4568(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157b197
jmp 0x157b199
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157b1f4
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x1a30(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x19e0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x1990(%rsp), %rdx
movq %rdx, 0x2980(%rsp)
movq %rcx, 0x2978(%rsp)
movl %eax, 0x2974(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x2973(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2974(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1990(%rsp), %r10
movq %r10, 0x3398(%rsp)
movl %r9d, 0x3394(%rsp)
movl %r8d, 0x3390(%rsp)
movl %edi, 0x338c(%rsp)
movq %rsi, 0x3380(%rsp)
movq %rdx, 0x3378(%rsp)
movl %ecx, 0x3374(%rsp)
movq %rax, 0x3368(%rsp)
movq 0x3398(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x3380(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3378(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3374(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3368(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3394(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3390(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x338c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e58(%rsp)
movl $0x10, 0x3e54(%rsp)
movq 0x3e58(%rsp), %rax
movslq 0x3e54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157b3e3
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19d0(%rsp)
movb $0x1, 0x2973(%rsp)
testb $0x1, 0x2973(%rsp)
jne 0x157b524
leaq 0x1990(%rsp), %rax
movq %rax, 0x2988(%rsp)
movq 0x2988(%rsp), %rax
movq %rax, 0x3f08(%rsp)
movq 0x3f08(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157b4c7
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f04(%rsp) # imm = 0xFFFFFFFF
movl 0x3f04(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f00(%rsp)
cmpl $0x1, 0x3f00(%rsp)
jne 0x157b4c7
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157b495
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157b493
jmp 0x157b4c5
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46c0(%rsp)
cmpq $0x0, 0x46c0(%rsp)
je 0x157b4c3
movq 0x46c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157b4c5
jmp 0x157b4c7
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157b522
movq %rax, %rdi
callq 0x678a0
jmp 0x157b524
leaq 0x1990(%rsp), %rax
movq %rax, 0x2aa0(%rsp)
movq 0x2aa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1990(%rsp), %rax
movq %rax, 0x2700(%rsp)
movq 0x2700(%rsp), %rax
movq %rax, 0x41a8(%rsp)
movq 0x41a8(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157b615
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41a4(%rsp) # imm = 0xFFFFFFFF
movl 0x41a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41a0(%rsp)
cmpl $0x1, 0x41a0(%rsp)
jne 0x157b615
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157b5e3
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157b5e1
jmp 0x157b613
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4570(%rsp)
cmpq $0x0, 0x4570(%rsp)
je 0x157b611
movq 0x4570(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157b613
jmp 0x157b615
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157b670
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x19d8(%rsp)
movl $0x0, 0x198c(%rsp)
movl 0x198c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x157b7bd
movq 0x1a30(%rsp), %rax
movq %rax, 0x2ba8(%rsp)
movq 0x2ba8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1960(%rsp)
movq 0x19e0(%rsp), %rax
movq %rax, 0x31b0(%rsp)
movq 0x31b0(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x31ac(%rsp)
vbroadcastss 0x31ac(%rsp), %ymm0
vmovaps %ymm0, 0x3180(%rsp)
vmovaps 0x3180(%rsp), %ymm0
vmovaps %ymm0, 0x1940(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1960(%rsp), %rsi
leaq 0x1940(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x1920(%rsp)
movq 0x19d8(%rsp), %rax
vmovaps 0x1920(%rsp), %ymm0
movq %rax, 0x2fb8(%rsp)
vmovaps %ymm0, 0x2f80(%rsp)
vmovaps 0x2f80(%rsp), %ymm0
movq 0x2fb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1a30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1a30(%rsp)
movq 0x19e0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x19e0(%rsp)
movq 0x19d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x19d8(%rsp)
movl 0x198c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x198c(%rsp)
jmp 0x157b68b
jmp 0x157b7bf
movl 0x1a3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a3c(%rsp)
jmp 0x157ad97
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
cmpl $0x1, 0x2168(%rsp)
jne 0x157c72b
cmpl $0x1, 0x2164(%rsp)
jne 0x157c72b
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x157c72b
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x157b8b8
movq 0x578(%rsp), %rax
movq %rax, 0x31d8(%rsp)
movq 0x31d8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x157b8c5
jmp 0x157b8d5
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0x191c(%rsp)
movl 0x191c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x157c71b
movq 0x2188(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x18c8(%rsp), %rdx
movq %rdx, 0x23c0(%rsp)
movq %rcx, 0x23b8(%rsp)
movl %eax, 0x23b4(%rsp)
movq 0x23b8(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x23b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18c8(%rsp), %r10
movq %r10, 0x3868(%rsp)
movl %r9d, 0x3864(%rsp)
movl %r8d, 0x3860(%rsp)
movl %edi, 0x385c(%rsp)
movq %rsi, 0x3850(%rsp)
movq %rdx, 0x3848(%rsp)
movl %ecx, 0x3844(%rsp)
movq %rax, 0x3838(%rsp)
movq 0x3868(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x3850(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3848(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3844(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3838(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3864(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3860(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x385c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cf8(%rsp)
movl $0x10, 0x3cf4(%rsp)
movq 0x3cf8(%rsp), %rax
movslq 0x3cf4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cf4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157bab0
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1908(%rsp)
movb $0x1, 0x23b3(%rsp)
testb $0x1, 0x23b3(%rsp)
jne 0x157bbf1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2608(%rsp)
movq 0x2608(%rsp), %rax
movq %rax, 0x4398(%rsp)
movq 0x4398(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157bb94
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4394(%rsp) # imm = 0xFFFFFFFF
movl 0x4394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4390(%rsp)
cmpl $0x1, 0x4390(%rsp)
jne 0x157bb94
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157bb62
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157bb60
jmp 0x157bb92
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4478(%rsp)
cmpq $0x0, 0x4478(%rsp)
je 0x157bb90
movq 0x4478(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157bb92
jmp 0x157bb94
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157bbef
movq %rax, %rdi
callq 0x678a0
jmp 0x157bbf1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2708(%rsp)
movq 0x2708(%rsp), %rax
movq %rax, 0x4198(%rsp)
movq 0x4198(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157bce2
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4194(%rsp) # imm = 0xFFFFFFFF
movl 0x4194(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4190(%rsp)
cmpl $0x1, 0x4190(%rsp)
jne 0x157bce2
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157bcb0
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157bcae
jmp 0x157bce0
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4578(%rsp)
cmpq $0x0, 0x4578(%rsp)
je 0x157bcde
movq 0x4578(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157bce0
jmp 0x157bce2
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157bd3d
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x1910(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1878(%rsp), %rdx
movq %rdx, 0x23a8(%rsp)
movq %rcx, 0x23a0(%rsp)
movl %eax, 0x239c(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x239b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x239c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1878(%rsp), %r10
movq %r10, 0x38a0(%rsp)
movl %r9d, 0x389c(%rsp)
movl %r8d, 0x3898(%rsp)
movl %edi, 0x3894(%rsp)
movq %rsi, 0x3888(%rsp)
movq %rdx, 0x3880(%rsp)
movl %ecx, 0x387c(%rsp)
movq %rax, 0x3870(%rsp)
movq 0x38a0(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3880(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x387c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3870(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x389c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3898(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3894(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ce8(%rsp)
movl $0x10, 0x3ce4(%rsp)
movq 0x3ce8(%rsp), %rax
movslq 0x3ce4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ce4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157bf09
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18b8(%rsp)
movb $0x1, 0x239b(%rsp)
testb $0x1, 0x239b(%rsp)
jne 0x157c04a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2610(%rsp)
movq 0x2610(%rsp), %rax
movq %rax, 0x4388(%rsp)
movq 0x4388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157bfed
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4384(%rsp) # imm = 0xFFFFFFFF
movl 0x4384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4380(%rsp)
cmpl $0x1, 0x4380(%rsp)
jne 0x157bfed
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157bfbb
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157bfb9
jmp 0x157bfeb
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4480(%rsp)
cmpq $0x0, 0x4480(%rsp)
je 0x157bfe9
movq 0x4480(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157bfeb
jmp 0x157bfed
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157c048
movq %rax, %rdi
callq 0x678a0
jmp 0x157c04a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2558(%rsp)
movq 0x2558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1878(%rsp), %rax
movq %rax, 0x2710(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, 0x4188(%rsp)
movq 0x4188(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157c13b
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4184(%rsp) # imm = 0xFFFFFFFF
movl 0x4184(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4180(%rsp)
cmpl $0x1, 0x4180(%rsp)
jne 0x157c13b
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157c109
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157c107
jmp 0x157c139
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4580(%rsp)
cmpq $0x0, 0x4580(%rsp)
je 0x157c137
movq 0x4580(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157c139
jmp 0x157c13b
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157c196
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x18c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1828(%rsp), %rdx
movq %rdx, 0x2960(%rsp)
movq %rcx, 0x2958(%rsp)
movl %eax, 0x2954(%rsp)
movq 0x2958(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x2953(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2954(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1828(%rsp), %r10
movq %r10, 0x33d0(%rsp)
movl %r9d, 0x33cc(%rsp)
movl %r8d, 0x33c8(%rsp)
movl %edi, 0x33c4(%rsp)
movq %rsi, 0x33b8(%rsp)
movq %rdx, 0x33b0(%rsp)
movl %ecx, 0x33ac(%rsp)
movq %rax, 0x33a0(%rsp)
movq 0x33d0(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x33c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e48(%rsp)
movl $0x10, 0x3e44(%rsp)
movq 0x3e48(%rsp), %rax
movslq 0x3e44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1850(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157c362
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1868(%rsp)
movb $0x1, 0x2953(%rsp)
testb $0x1, 0x2953(%rsp)
jne 0x157c4a3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2968(%rsp)
movq 0x2968(%rsp), %rax
movq %rax, 0x3f18(%rsp)
movq 0x3f18(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157c446
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f14(%rsp) # imm = 0xFFFFFFFF
movl 0x3f14(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f10(%rsp)
cmpl $0x1, 0x3f10(%rsp)
jne 0x157c446
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157c414
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157c412
jmp 0x157c444
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46b8(%rsp)
cmpq $0x0, 0x46b8(%rsp)
je 0x157c442
movq 0x46b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157c444
jmp 0x157c446
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157c4a1
movq %rax, %rdi
callq 0x678a0
jmp 0x157c4a3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2a98(%rsp)
movq 0x2a98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x1828(%rsp), %rax
movq %rax, 0x2718(%rsp)
movq 0x2718(%rsp), %rax
movq %rax, 0x4178(%rsp)
movq 0x4178(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157c594
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4174(%rsp) # imm = 0xFFFFFFFF
movl 0x4174(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4170(%rsp)
cmpl $0x1, 0x4170(%rsp)
jne 0x157c594
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157c562
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157c560
jmp 0x157c592
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4588(%rsp)
cmpq $0x0, 0x4588(%rsp)
je 0x157c590
movq 0x4588(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157c592
jmp 0x157c594
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157c5ef
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1870(%rsp)
movq 0x1910(%rsp), %rax
movq %rax, 0x2ba0(%rsp)
movq 0x2ba0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1800(%rsp)
movl $0x0, 0x17fc(%rsp)
movl 0x17fc(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x157c703
movq 0x18c0(%rsp), %rax
movq %rax, 0x2b98(%rsp)
movq 0x2b98(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x17c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1800(%rsp), %rsi
leaq 0x17c0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x17a0(%rsp)
movq 0x1870(%rsp), %rax
vmovaps 0x17a0(%rsp), %ymm0
movq %rax, 0x2f78(%rsp)
vmovaps %ymm0, 0x2f40(%rsp)
vmovaps 0x2f40(%rsp), %ymm0
movq 0x2f78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x18c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x18c0(%rsp)
movq 0x1870(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1870(%rsp)
movl 0x17fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17fc(%rsp)
jmp 0x157c62f
jmp 0x157c705
movl 0x191c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x191c(%rsp)
jmp 0x157b8e0
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x157d288
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x157d288
cmpl $0x1, 0x215c(%rsp)
jne 0x157d288
cmpl $0x1, 0x214c(%rsp)
jne 0x157d288
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x157c812
movq 0x4f0(%rsp), %rax
movq %rax, 0x31e0(%rsp)
movq 0x31e0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x157c81f
jmp 0x157c82f
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0x179c(%rsp)
movl 0x179c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x157d278
movq 0x2188(%rsp), %rax
movq %rax, 0x2550(%rsp)
movq 0x2550(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1790(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x1740(%rsp), %rdx
movq %rdx, 0x2390(%rsp)
movq %rcx, 0x2388(%rsp)
movl %eax, 0x2384(%rsp)
movq 0x2388(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x2383(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2384(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1740(%rsp), %r10
movq %r10, 0x38d8(%rsp)
movl %r9d, 0x38d4(%rsp)
movl %r8d, 0x38d0(%rsp)
movl %edi, 0x38cc(%rsp)
movq %rsi, 0x38c0(%rsp)
movq %rdx, 0x38b8(%rsp)
movl %ecx, 0x38b4(%rsp)
movq %rax, 0x38a8(%rsp)
movq 0x38d8(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x38c0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38b8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38b4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38a8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x38d4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x38d0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x38cc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cd8(%rsp)
movl $0x10, 0x3cd4(%rsp)
movq 0x3cd8(%rsp), %rax
movslq 0x3cd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1768(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157ca2d
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1780(%rsp)
movb $0x1, 0x2383(%rsp)
testb $0x1, 0x2383(%rsp)
jne 0x157cb6e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2618(%rsp)
movq 0x2618(%rsp), %rax
movq %rax, 0x4378(%rsp)
movq 0x4378(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157cb11
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4374(%rsp) # imm = 0xFFFFFFFF
movl 0x4374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4370(%rsp)
cmpl $0x1, 0x4370(%rsp)
jne 0x157cb11
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157cadf
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157cadd
jmp 0x157cb0f
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4488(%rsp)
cmpq $0x0, 0x4488(%rsp)
je 0x157cb0d
movq 0x4488(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157cb0f
jmp 0x157cb11
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157cb6c
movq %rax, %rdi
callq 0x678a0
jmp 0x157cb6e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2548(%rsp)
movq 0x2548(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1740(%rsp), %rax
movq %rax, 0x2720(%rsp)
movq 0x2720(%rsp), %rax
movq %rax, 0x4168(%rsp)
movq 0x4168(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157cc5f
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4164(%rsp) # imm = 0xFFFFFFFF
movl 0x4164(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4160(%rsp)
cmpl $0x1, 0x4160(%rsp)
jne 0x157cc5f
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157cc2d
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157cc2b
jmp 0x157cc5d
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4590(%rsp)
cmpq $0x0, 0x4590(%rsp)
je 0x157cc5b
movq 0x4590(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157cc5d
jmp 0x157cc5f
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157ccba
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1788(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x16f0(%rsp), %rdx
movq %rdx, 0x2940(%rsp)
movq %rcx, 0x2938(%rsp)
movl %eax, 0x2934(%rsp)
movq 0x2938(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x2933(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2934(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f0(%rsp), %r10
movq %r10, 0x3408(%rsp)
movl %r9d, 0x3404(%rsp)
movl %r8d, 0x3400(%rsp)
movl %edi, 0x33fc(%rsp)
movq %rsi, 0x33f0(%rsp)
movq %rdx, 0x33e8(%rsp)
movl %ecx, 0x33e4(%rsp)
movq %rax, 0x33d8(%rsp)
movq 0x3408(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x33f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3404(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3400(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e38(%rsp)
movl $0x10, 0x3e34(%rsp)
movq 0x3e38(%rsp), %rax
movslq 0x3e34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1718(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157ce86
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1730(%rsp)
movb $0x1, 0x2933(%rsp)
testb $0x1, 0x2933(%rsp)
jne 0x157cfc7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2948(%rsp)
movq 0x2948(%rsp), %rax
movq %rax, 0x3f28(%rsp)
movq 0x3f28(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157cf6a
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f24(%rsp) # imm = 0xFFFFFFFF
movl 0x3f24(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f20(%rsp)
cmpl $0x1, 0x3f20(%rsp)
jne 0x157cf6a
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157cf38
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157cf36
jmp 0x157cf68
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46b0(%rsp)
cmpq $0x0, 0x46b0(%rsp)
je 0x157cf66
movq 0x46b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157cf68
jmp 0x157cf6a
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157cfc5
movq %rax, %rdi
callq 0x678a0
jmp 0x157cfc7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2a90(%rsp)
movq 0x2a90(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2728(%rsp)
movq 0x2728(%rsp), %rax
movq %rax, 0x4158(%rsp)
movq 0x4158(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157d0b8
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4154(%rsp) # imm = 0xFFFFFFFF
movl 0x4154(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4150(%rsp)
cmpl $0x1, 0x4150(%rsp)
jne 0x157d0b8
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157d086
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157d084
jmp 0x157d0b6
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4598(%rsp)
cmpq $0x0, 0x4598(%rsp)
je 0x157d0b4
movq 0x4598(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157d0b6
jmp 0x157d0b8
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157d113
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1738(%rsp)
movl $0x0, 0x16ec(%rsp)
movl 0x16ec(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x157d260
movq 0x1790(%rsp), %rax
movq %rax, 0x3178(%rsp)
movq 0x3178(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3174(%rsp)
vbroadcastss 0x3174(%rsp), %ymm0
vmovaps %ymm0, 0x3140(%rsp)
vmovaps 0x3140(%rsp), %ymm0
vmovaps %ymm0, 0x16c0(%rsp)
movq 0x1788(%rsp), %rax
movq %rax, 0x2b90(%rsp)
movq 0x2b90(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x16a0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16a0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x1680(%rsp)
movq 0x1738(%rsp), %rax
vmovaps 0x1680(%rsp), %ymm0
movq %rax, 0x2f38(%rsp)
vmovaps %ymm0, 0x2f00(%rsp)
vmovaps 0x2f00(%rsp), %ymm0
movq 0x2f38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1790(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1790(%rsp)
movq 0x1788(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1788(%rsp)
movq 0x1738(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1738(%rsp)
movl 0x16ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ec(%rsp)
jmp 0x157d12e
jmp 0x157d262
movl 0x179c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x179c(%rsp)
jmp 0x157c83a
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
cmpl $0x1, 0x2168(%rsp)
je 0x157e22d
cmpl $0x1, 0x2148(%rsp)
jne 0x157e22d
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x157e22d
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x157e22d
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x157d36f
movq 0x490(%rsp), %rax
movq %rax, 0x31e8(%rsp)
movq 0x31e8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x157d37c
jmp 0x157d38c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0x167c(%rsp)
movl 0x167c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x157e21d
movq 0x2188(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1628(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1628(%rsp), %r10
movq %r10, 0x3910(%rsp)
movl %r9d, 0x390c(%rsp)
movl %r8d, 0x3908(%rsp)
movl %edi, 0x3904(%rsp)
movq %rsi, 0x38f8(%rsp)
movq %rdx, 0x38f0(%rsp)
movl %ecx, 0x38ec(%rsp)
movq %rax, 0x38e0(%rsp)
movq 0x3910(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x38f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x390c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3908(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3904(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cc8(%rsp)
movl $0x10, 0x3cc4(%rsp)
movq 0x3cc8(%rsp), %rax
movslq 0x3cc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1650(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157d567
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1668(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x157d6a8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2620(%rsp)
movq 0x2620(%rsp), %rax
movq %rax, 0x4368(%rsp)
movq 0x4368(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157d64b
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4364(%rsp) # imm = 0xFFFFFFFF
movl 0x4364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4360(%rsp)
cmpl $0x1, 0x4360(%rsp)
jne 0x157d64b
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157d619
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157d617
jmp 0x157d649
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4490(%rsp)
cmpq $0x0, 0x4490(%rsp)
je 0x157d647
movq 0x4490(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157d649
jmp 0x157d64b
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157d6a6
movq %rax, %rdi
callq 0x678a0
jmp 0x157d6a8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1628(%rsp), %rax
movq %rax, 0x2730(%rsp)
movq 0x2730(%rsp), %rax
movq %rax, 0x4148(%rsp)
movq 0x4148(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157d799
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4144(%rsp) # imm = 0xFFFFFFFF
movl 0x4144(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4140(%rsp)
cmpl $0x1, 0x4140(%rsp)
jne 0x157d799
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157d767
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157d765
jmp 0x157d797
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45a0(%rsp)
cmpq $0x0, 0x45a0(%rsp)
je 0x157d795
movq 0x45a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157d797
jmp 0x157d799
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157d7f4
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1670(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x15d8(%rsp), %rdx
movq %rdx, 0x2360(%rsp)
movq %rcx, 0x2358(%rsp)
movl %eax, 0x2354(%rsp)
movq 0x2358(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x2353(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2354(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x15d8(%rsp), %r10
movq %r10, 0x3948(%rsp)
movl %r9d, 0x3944(%rsp)
movl %r8d, 0x3940(%rsp)
movl %edi, 0x393c(%rsp)
movq %rsi, 0x3930(%rsp)
movq %rdx, 0x3928(%rsp)
movl %ecx, 0x3924(%rsp)
movq %rax, 0x3918(%rsp)
movq 0x3948(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x3930(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3928(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3924(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3918(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3944(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3940(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x393c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cb8(%rsp)
movl $0x10, 0x3cb4(%rsp)
movq 0x3cb8(%rsp), %rax
movslq 0x3cb4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cb4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1600(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157d9c0
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1618(%rsp)
movb $0x1, 0x2353(%rsp)
testb $0x1, 0x2353(%rsp)
jne 0x157db01
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rax
movq %rax, 0x4358(%rsp)
movq 0x4358(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157daa4
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4354(%rsp) # imm = 0xFFFFFFFF
movl 0x4354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4350(%rsp)
cmpl $0x1, 0x4350(%rsp)
jne 0x157daa4
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157da72
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157da70
jmp 0x157daa2
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4498(%rsp)
cmpq $0x0, 0x4498(%rsp)
je 0x157daa0
movq 0x4498(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157daa2
jmp 0x157daa4
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157daff
movq %rax, %rdi
callq 0x678a0
jmp 0x157db01
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2538(%rsp)
movq 0x2538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2738(%rsp)
movq 0x2738(%rsp), %rax
movq %rax, 0x4138(%rsp)
movq 0x4138(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157dbf2
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4134(%rsp) # imm = 0xFFFFFFFF
movl 0x4134(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4130(%rsp)
cmpl $0x1, 0x4130(%rsp)
jne 0x157dbf2
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157dbc0
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157dbbe
jmp 0x157dbf0
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45a8(%rsp)
cmpq $0x0, 0x45a8(%rsp)
je 0x157dbee
movq 0x45a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157dbf0
jmp 0x157dbf2
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157dc4d
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1620(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1588(%rsp), %rdx
movq %rdx, 0x2920(%rsp)
movq %rcx, 0x2918(%rsp)
movl %eax, 0x2914(%rsp)
movq 0x2918(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x2913(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2914(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1588(%rsp), %r10
movq %r10, 0x3440(%rsp)
movl %r9d, 0x343c(%rsp)
movl %r8d, 0x3438(%rsp)
movl %edi, 0x3434(%rsp)
movq %rsi, 0x3428(%rsp)
movq %rdx, 0x3420(%rsp)
movl %ecx, 0x341c(%rsp)
movq %rax, 0x3410(%rsp)
movq 0x3440(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3420(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x341c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3410(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x343c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3438(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3434(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e28(%rsp)
movl $0x10, 0x3e24(%rsp)
movq 0x3e28(%rsp), %rax
movslq 0x3e24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x15b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157de19
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15c8(%rsp)
movb $0x1, 0x2913(%rsp)
testb $0x1, 0x2913(%rsp)
jne 0x157df5a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2928(%rsp)
movq 0x2928(%rsp), %rax
movq %rax, 0x3f38(%rsp)
movq 0x3f38(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157defd
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f34(%rsp) # imm = 0xFFFFFFFF
movl 0x3f34(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f30(%rsp)
cmpl $0x1, 0x3f30(%rsp)
jne 0x157defd
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157decb
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157dec9
jmp 0x157defb
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46a8(%rsp)
cmpq $0x0, 0x46a8(%rsp)
je 0x157def9
movq 0x46a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157defb
jmp 0x157defd
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157df58
movq %rax, %rdi
callq 0x678a0
jmp 0x157df5a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2a88(%rsp)
movq 0x2a88(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1588(%rsp), %rax
movq %rax, 0x2740(%rsp)
movq 0x2740(%rsp), %rax
movq %rax, 0x4128(%rsp)
movq 0x4128(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157e04b
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4124(%rsp) # imm = 0xFFFFFFFF
movl 0x4124(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4120(%rsp)
cmpl $0x1, 0x4120(%rsp)
jne 0x157e04b
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157e019
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157e017
jmp 0x157e049
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45b0(%rsp)
cmpq $0x0, 0x45b0(%rsp)
je 0x157e047
movq 0x45b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157e049
jmp 0x157e04b
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157e0a6
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x15d0(%rsp)
movl $0x0, 0x1584(%rsp)
movl 0x1584(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x157e205
movq 0x1620(%rsp), %rax
movl 0x1584(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b88(%rsp)
movq 0x2b88(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1560(%rsp)
movl $0x0, 0x155c(%rsp)
movl 0x155c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x157e1ed
movq 0x1670(%rsp), %rax
movq %rax, 0x2b80(%rsp)
movq 0x2b80(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1520(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1520(%rsp), %rsi
leaq 0x1560(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x1500(%rsp)
movq 0x15d0(%rsp), %rax
vmovaps 0x1500(%rsp), %ymm0
movq %rax, 0x2ef8(%rsp)
vmovaps %ymm0, 0x2ec0(%rsp)
vmovaps 0x2ec0(%rsp), %ymm0
movq 0x2ef8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1670(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1670(%rsp)
movq 0x15d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x15d0(%rsp)
movl 0x155c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x155c(%rsp)
jmp 0x157e119
jmp 0x157e1ef
movl 0x1584(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1584(%rsp)
jmp 0x157e0c1
jmp 0x157e207
movl 0x167c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x167c(%rsp)
jmp 0x157d397
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x157f1d2
cmpl $0x1, 0x2164(%rsp)
je 0x157f1d2
cmpl $0x1, 0x2144(%rsp)
jne 0x157f1d2
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x157f1d2
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x157e314
movq 0x408(%rsp), %rax
movq %rax, 0x31f0(%rsp)
movq 0x31f0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x157e321
jmp 0x157e331
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0x14fc(%rsp)
movl 0x14fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x157f1c2
movq 0x2188(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x14a8(%rsp), %rdx
movq %rdx, 0x2348(%rsp)
movq %rcx, 0x2340(%rsp)
movl %eax, 0x233c(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x233b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x233c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14a8(%rsp), %r10
movq %r10, 0x3980(%rsp)
movl %r9d, 0x397c(%rsp)
movl %r8d, 0x3978(%rsp)
movl %edi, 0x3974(%rsp)
movq %rsi, 0x3968(%rsp)
movq %rdx, 0x3960(%rsp)
movl %ecx, 0x395c(%rsp)
movq %rax, 0x3950(%rsp)
movq 0x3980(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x3968(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3960(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x395c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3950(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x397c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3978(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3974(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ca8(%rsp)
movl $0x10, 0x3ca4(%rsp)
movq 0x3ca8(%rsp), %rax
movslq 0x3ca4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ca4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157e50c
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x14e8(%rsp)
movb $0x1, 0x233b(%rsp)
testb $0x1, 0x233b(%rsp)
jne 0x157e64d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rax
movq %rax, 0x4348(%rsp)
movq 0x4348(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157e5f0
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4344(%rsp) # imm = 0xFFFFFFFF
movl 0x4344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4340(%rsp)
cmpl $0x1, 0x4340(%rsp)
jne 0x157e5f0
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157e5be
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157e5bc
jmp 0x157e5ee
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44a0(%rsp)
cmpq $0x0, 0x44a0(%rsp)
je 0x157e5ec
movq 0x44a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157e5ee
jmp 0x157e5f0
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157e64b
movq %rax, %rdi
callq 0x678a0
jmp 0x157e64d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2530(%rsp)
movq 0x2530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2748(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, 0x4118(%rsp)
movq 0x4118(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157e73e
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4114(%rsp) # imm = 0xFFFFFFFF
movl 0x4114(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4110(%rsp)
cmpl $0x1, 0x4110(%rsp)
jne 0x157e73e
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157e70c
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157e70a
jmp 0x157e73c
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45b8(%rsp)
cmpq $0x0, 0x45b8(%rsp)
je 0x157e73a
movq 0x45b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157e73c
jmp 0x157e73e
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157e799
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x14f0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1458(%rsp), %rdx
movq %rdx, 0x2330(%rsp)
movq %rcx, 0x2328(%rsp)
movl %eax, 0x2324(%rsp)
movq 0x2328(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x2323(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2324(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1458(%rsp), %r10
movq %r10, 0x39b8(%rsp)
movl %r9d, 0x39b4(%rsp)
movl %r8d, 0x39b0(%rsp)
movl %edi, 0x39ac(%rsp)
movq %rsi, 0x39a0(%rsp)
movq %rdx, 0x3998(%rsp)
movl %ecx, 0x3994(%rsp)
movq %rax, 0x3988(%rsp)
movq 0x39b8(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x39a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3998(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3994(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3988(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c98(%rsp)
movl $0x10, 0x3c94(%rsp)
movq 0x3c98(%rsp), %rax
movslq 0x3c94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1480(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157e965
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1498(%rsp)
movb $0x1, 0x2323(%rsp)
testb $0x1, 0x2323(%rsp)
jne 0x157eaa6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rax
movq %rax, 0x4338(%rsp)
movq 0x4338(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157ea49
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4334(%rsp) # imm = 0xFFFFFFFF
movl 0x4334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4330(%rsp)
cmpl $0x1, 0x4330(%rsp)
jne 0x157ea49
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157ea17
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157ea15
jmp 0x157ea47
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44a8(%rsp)
cmpq $0x0, 0x44a8(%rsp)
je 0x157ea45
movq 0x44a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157ea47
jmp 0x157ea49
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157eaa4
movq %rax, %rdi
callq 0x678a0
jmp 0x157eaa6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2528(%rsp)
movq 0x2528(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x1458(%rsp), %rax
movq %rax, 0x2750(%rsp)
movq 0x2750(%rsp), %rax
movq %rax, 0x4108(%rsp)
movq 0x4108(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157eb97
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4104(%rsp) # imm = 0xFFFFFFFF
movl 0x4104(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4100(%rsp)
cmpl $0x1, 0x4100(%rsp)
jne 0x157eb97
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157eb65
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157eb63
jmp 0x157eb95
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45c0(%rsp)
cmpq $0x0, 0x45c0(%rsp)
je 0x157eb93
movq 0x45c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157eb95
jmp 0x157eb97
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157ebf2
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x14a0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1408(%rsp), %rdx
movq %rdx, 0x2900(%rsp)
movq %rcx, 0x28f8(%rsp)
movl %eax, 0x28f4(%rsp)
movq 0x28f8(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x28f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1408(%rsp), %r10
movq %r10, 0x3478(%rsp)
movl %r9d, 0x3474(%rsp)
movl %r8d, 0x3470(%rsp)
movl %edi, 0x346c(%rsp)
movq %rsi, 0x3460(%rsp)
movq %rdx, 0x3458(%rsp)
movl %ecx, 0x3454(%rsp)
movq %rax, 0x3448(%rsp)
movq 0x3478(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x3460(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3458(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3454(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3448(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3474(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3470(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x346c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e18(%rsp)
movl $0x10, 0x3e14(%rsp)
movq 0x3e18(%rsp), %rax
movslq 0x3e14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1430(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157edbe
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1448(%rsp)
movb $0x1, 0x28f3(%rsp)
testb $0x1, 0x28f3(%rsp)
jne 0x157eeff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2908(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, 0x3f48(%rsp)
movq 0x3f48(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157eea2
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f44(%rsp) # imm = 0xFFFFFFFF
movl 0x3f44(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f40(%rsp)
cmpl $0x1, 0x3f40(%rsp)
jne 0x157eea2
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157ee70
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157ee6e
jmp 0x157eea0
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46a0(%rsp)
cmpq $0x0, 0x46a0(%rsp)
je 0x157ee9e
movq 0x46a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157eea0
jmp 0x157eea2
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157eefd
movq %rax, %rdi
callq 0x678a0
jmp 0x157eeff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2a80(%rsp)
movq 0x2a80(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1408(%rsp), %rax
movq %rax, 0x2758(%rsp)
movq 0x2758(%rsp), %rax
movq %rax, 0x40f8(%rsp)
movq 0x40f8(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157eff0
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40f4(%rsp) # imm = 0xFFFFFFFF
movl 0x40f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40f0(%rsp)
cmpl $0x1, 0x40f0(%rsp)
jne 0x157eff0
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157efbe
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157efbc
jmp 0x157efee
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45c8(%rsp)
cmpq $0x0, 0x45c8(%rsp)
je 0x157efec
movq 0x45c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157efee
jmp 0x157eff0
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157f04b
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x1450(%rsp)
movl $0x0, 0x1404(%rsp)
movl 0x1404(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x157f1aa
movl $0x0, 0x1400(%rsp)
movl 0x1400(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x157f192
movq 0x14f0(%rsp), %rax
movq %rax, 0x2b78(%rsp)
movq 0x2b78(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13e0(%rsp)
movq 0x14a0(%rsp), %rax
movl 0x1400(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b70(%rsp)
movq 0x2b70(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x13e0(%rsp), %rsi
leaq 0x13c0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x13a0(%rsp)
movq 0x1450(%rsp), %rax
vmovaps 0x13a0(%rsp), %ymm0
movq %rax, 0x2eb8(%rsp)
vmovaps %ymm0, 0x2e80(%rsp)
vmovaps 0x2e80(%rsp), %ymm0
movq 0x2eb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x14f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x14f0(%rsp)
movq 0x1450(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1450(%rsp)
movl 0x1400(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1400(%rsp)
jmp 0x157f085
jmp 0x157f194
movl 0x1404(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1404(%rsp)
jmp 0x157f066
jmp 0x157f1ac
movl 0x14fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14fc(%rsp)
jmp 0x157e33c
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
cmpl $0x1, 0x2148(%rsp)
je 0x1580177
cmpl $0x1, 0x2168(%rsp)
jne 0x1580177
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x1580177
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x1580177
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x157f2b9
movq 0x380(%rsp), %rax
movq %rax, 0x31f8(%rsp)
movq 0x31f8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x157f2c6
jmp 0x157f2d6
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0x139c(%rsp)
movl 0x139c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1580167
movq 0x2188(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x1348(%rsp), %rdx
movq %rdx, 0x2318(%rsp)
movq %rcx, 0x2310(%rsp)
movl %eax, 0x230c(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x230b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x230c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1348(%rsp), %r10
movq %r10, 0x39f0(%rsp)
movl %r9d, 0x39ec(%rsp)
movl %r8d, 0x39e8(%rsp)
movl %edi, 0x39e4(%rsp)
movq %rsi, 0x39d8(%rsp)
movq %rdx, 0x39d0(%rsp)
movl %ecx, 0x39cc(%rsp)
movq %rax, 0x39c0(%rsp)
movq 0x39f0(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x39d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x39d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x39cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c88(%rsp)
movl $0x10, 0x3c84(%rsp)
movq 0x3c88(%rsp), %rax
movslq 0x3c84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1370(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157f4b1
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1388(%rsp)
movb $0x1, 0x230b(%rsp)
testb $0x1, 0x230b(%rsp)
jne 0x157f5f2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rax
movq %rax, 0x4328(%rsp)
movq 0x4328(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157f595
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4324(%rsp) # imm = 0xFFFFFFFF
movl 0x4324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4320(%rsp)
cmpl $0x1, 0x4320(%rsp)
jne 0x157f595
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157f563
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157f561
jmp 0x157f593
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44b0(%rsp)
cmpq $0x0, 0x44b0(%rsp)
je 0x157f591
movq 0x44b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157f593
jmp 0x157f595
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157f5f0
movq %rax, %rdi
callq 0x678a0
jmp 0x157f5f2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x1348(%rsp), %rax
movq %rax, 0x2760(%rsp)
movq 0x2760(%rsp), %rax
movq %rax, 0x40e8(%rsp)
movq 0x40e8(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157f6e3
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40e4(%rsp) # imm = 0xFFFFFFFF
movl 0x40e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40e0(%rsp)
cmpl $0x1, 0x40e0(%rsp)
jne 0x157f6e3
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157f6b1
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157f6af
jmp 0x157f6e1
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45d0(%rsp)
cmpq $0x0, 0x45d0(%rsp)
je 0x157f6df
movq 0x45d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157f6e1
jmp 0x157f6e3
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157f73e
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1390(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12f8(%rsp), %rdx
movq %rdx, 0x2300(%rsp)
movq %rcx, 0x22f8(%rsp)
movl %eax, 0x22f4(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x22f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12f8(%rsp), %r10
movq %r10, 0x3a28(%rsp)
movl %r9d, 0x3a24(%rsp)
movl %r8d, 0x3a20(%rsp)
movl %edi, 0x3a1c(%rsp)
movq %rsi, 0x3a10(%rsp)
movq %rdx, 0x3a08(%rsp)
movl %ecx, 0x3a04(%rsp)
movq %rax, 0x39f8(%rsp)
movq 0x3a28(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x3a10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c78(%rsp)
movl $0x10, 0x3c74(%rsp)
movq 0x3c78(%rsp), %rax
movslq 0x3c74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1320(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157f90a
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1338(%rsp)
movb $0x1, 0x22f3(%rsp)
testb $0x1, 0x22f3(%rsp)
jne 0x157fa4b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rax
movq %rax, 0x4318(%rsp)
movq 0x4318(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157f9ee
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4314(%rsp) # imm = 0xFFFFFFFF
movl 0x4314(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4310(%rsp)
cmpl $0x1, 0x4310(%rsp)
jne 0x157f9ee
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157f9bc
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157f9ba
jmp 0x157f9ec
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44b8(%rsp)
cmpq $0x0, 0x44b8(%rsp)
je 0x157f9ea
movq 0x44b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157f9ec
jmp 0x157f9ee
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157fa49
movq %rax, %rdi
callq 0x678a0
jmp 0x157fa4b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2518(%rsp)
movq 0x2518(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2768(%rsp)
movq 0x2768(%rsp), %rax
movq %rax, 0x40d8(%rsp)
movq 0x40d8(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157fb3c
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40d4(%rsp) # imm = 0xFFFFFFFF
movl 0x40d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40d0(%rsp)
cmpl $0x1, 0x40d0(%rsp)
jne 0x157fb3c
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157fb0a
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157fb08
jmp 0x157fb3a
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45d8(%rsp)
cmpq $0x0, 0x45d8(%rsp)
je 0x157fb38
movq 0x45d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157fb3a
jmp 0x157fb3c
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157fb97
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x1340(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12a8(%rsp), %rdx
movq %rdx, 0x28e0(%rsp)
movq %rcx, 0x28d8(%rsp)
movl %eax, 0x28d4(%rsp)
movq 0x28d8(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x28d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12a8(%rsp), %r10
movq %r10, 0x34b0(%rsp)
movl %r9d, 0x34ac(%rsp)
movl %r8d, 0x34a8(%rsp)
movl %edi, 0x34a4(%rsp)
movq %rsi, 0x3498(%rsp)
movq %rdx, 0x3490(%rsp)
movl %ecx, 0x348c(%rsp)
movq %rax, 0x3480(%rsp)
movq 0x34b0(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3490(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x348c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3480(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e08(%rsp)
movl $0x10, 0x3e04(%rsp)
movq 0x3e08(%rsp), %rax
movslq 0x3e04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x157fd63
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12e8(%rsp)
movb $0x1, 0x28d3(%rsp)
testb $0x1, 0x28d3(%rsp)
jne 0x157fea4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x28e8(%rsp)
movq 0x28e8(%rsp), %rax
movq %rax, 0x3f58(%rsp)
movq 0x3f58(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157fe47
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f54(%rsp) # imm = 0xFFFFFFFF
movl 0x3f54(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f50(%rsp)
cmpl $0x1, 0x3f50(%rsp)
jne 0x157fe47
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157fe15
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157fe13
jmp 0x157fe45
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4698(%rsp)
cmpq $0x0, 0x4698(%rsp)
je 0x157fe43
movq 0x4698(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157fe45
jmp 0x157fe47
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157fea2
movq %rax, %rdi
callq 0x678a0
jmp 0x157fea4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2a78(%rsp)
movq 0x2a78(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2770(%rsp)
movq 0x2770(%rsp), %rax
movq %rax, 0x40c8(%rsp)
movq 0x40c8(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x157ff95
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40c4(%rsp) # imm = 0xFFFFFFFF
movl 0x40c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40c0(%rsp)
cmpl $0x1, 0x40c0(%rsp)
jne 0x157ff95
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x157ff63
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x157ff61
jmp 0x157ff93
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45e0(%rsp)
cmpq $0x0, 0x45e0(%rsp)
je 0x157ff91
movq 0x45e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x157ff93
jmp 0x157ff95
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x157fff0
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x12f0(%rsp)
movl $0x0, 0x12a4(%rsp)
movl 0x12a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x158014f
movq 0x1390(%rsp), %rax
movl 0x12a4(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b68(%rsp)
movq 0x2b68(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1580137
movq 0x1340(%rsp), %rax
movq %rax, 0x2b60(%rsp)
movq 0x2b60(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1240(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1280(%rsp), %rsi
leaq 0x1240(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x1220(%rsp)
movq 0x12f0(%rsp), %rax
vmovaps 0x1220(%rsp), %ymm0
movq %rax, 0x2e78(%rsp)
vmovaps %ymm0, 0x2e40(%rsp)
vmovaps 0x2e40(%rsp), %ymm0
movq 0x2e78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1340(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1340(%rsp)
movq 0x12f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x12f0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x1580063
jmp 0x1580139
movl 0x12a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x12a4(%rsp)
jmp 0x158000b
jmp 0x1580151
movl 0x139c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x139c(%rsp)
jmp 0x157f2e1
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x158111c
cmpl $0x1, 0x2144(%rsp)
je 0x158111c
cmpl $0x1, 0x2164(%rsp)
jne 0x158111c
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x158111c
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x158025e
movq 0x2f8(%rsp), %rax
movq %rax, 0x3200(%rsp)
movq 0x3200(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x158026b
jmp 0x158027b
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0x121c(%rsp)
movl 0x121c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x158110c
movq 0x2188(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x11c8(%rsp), %rdx
movq %rdx, 0x22e8(%rsp)
movq %rcx, 0x22e0(%rsp)
movl %eax, 0x22dc(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x22db(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22dc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11c8(%rsp), %r10
movq %r10, 0x3a60(%rsp)
movl %r9d, 0x3a5c(%rsp)
movl %r8d, 0x3a58(%rsp)
movl %edi, 0x3a54(%rsp)
movq %rsi, 0x3a48(%rsp)
movq %rdx, 0x3a40(%rsp)
movl %ecx, 0x3a3c(%rsp)
movq %rax, 0x3a30(%rsp)
movq 0x3a60(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x3a48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c68(%rsp)
movl $0x10, 0x3c64(%rsp)
movq 0x3c68(%rsp), %rax
movslq 0x3c64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1580456
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1208(%rsp)
movb $0x1, 0x22db(%rsp)
testb $0x1, 0x22db(%rsp)
jne 0x1580597
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rax
movq %rax, 0x4308(%rsp)
movq 0x4308(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158053a
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4304(%rsp) # imm = 0xFFFFFFFF
movl 0x4304(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4300(%rsp)
cmpl $0x1, 0x4300(%rsp)
jne 0x158053a
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1580508
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1580506
jmp 0x1580538
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44c0(%rsp)
cmpq $0x0, 0x44c0(%rsp)
je 0x1580536
movq 0x44c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1580538
jmp 0x158053a
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1580595
movq %rax, %rdi
callq 0x678a0
jmp 0x1580597
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2510(%rsp)
movq 0x2510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2778(%rsp)
movq 0x2778(%rsp), %rax
movq %rax, 0x40b8(%rsp)
movq 0x40b8(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1580688
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40b4(%rsp) # imm = 0xFFFFFFFF
movl 0x40b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40b0(%rsp)
cmpl $0x1, 0x40b0(%rsp)
jne 0x1580688
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1580656
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1580654
jmp 0x1580686
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45e8(%rsp)
cmpq $0x0, 0x45e8(%rsp)
je 0x1580684
movq 0x45e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1580686
jmp 0x1580688
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15806e3
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0x1210(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1178(%rsp), %rdx
movq %rdx, 0x22d0(%rsp)
movq %rcx, 0x22c8(%rsp)
movl %eax, 0x22c4(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x22c3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22c4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1178(%rsp), %r10
movq %r10, 0x3a98(%rsp)
movl %r9d, 0x3a94(%rsp)
movl %r8d, 0x3a90(%rsp)
movl %edi, 0x3a8c(%rsp)
movq %rsi, 0x3a80(%rsp)
movq %rdx, 0x3a78(%rsp)
movl %ecx, 0x3a74(%rsp)
movq %rax, 0x3a68(%rsp)
movq 0x3a98(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x3a80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c58(%rsp)
movl $0x10, 0x3c54(%rsp)
movq 0x3c58(%rsp), %rax
movslq 0x3c54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15808af
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11b8(%rsp)
movb $0x1, 0x22c3(%rsp)
testb $0x1, 0x22c3(%rsp)
jne 0x15809f0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rax
movq %rax, 0x42f8(%rsp)
movq 0x42f8(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1580993
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42f4(%rsp) # imm = 0xFFFFFFFF
movl 0x42f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42f0(%rsp)
cmpl $0x1, 0x42f0(%rsp)
jne 0x1580993
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1580961
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158095f
jmp 0x1580991
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44c8(%rsp)
cmpq $0x0, 0x44c8(%rsp)
je 0x158098f
movq 0x44c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1580991
jmp 0x1580993
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15809ee
movq %rax, %rdi
callq 0x678a0
jmp 0x15809f0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2508(%rsp)
movq 0x2508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0x1178(%rsp), %rax
movq %rax, 0x2780(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, 0x40a8(%rsp)
movq 0x40a8(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1580ae1
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40a4(%rsp) # imm = 0xFFFFFFFF
movl 0x40a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40a0(%rsp)
cmpl $0x1, 0x40a0(%rsp)
jne 0x1580ae1
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1580aaf
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1580aad
jmp 0x1580adf
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45f0(%rsp)
cmpq $0x0, 0x45f0(%rsp)
je 0x1580add
movq 0x45f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1580adf
jmp 0x1580ae1
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1580b3c
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0x11c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1128(%rsp), %rdx
movq %rdx, 0x28c0(%rsp)
movq %rcx, 0x28b8(%rsp)
movl %eax, 0x28b4(%rsp)
movq 0x28b8(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x28b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1128(%rsp), %r10
movq %r10, 0x34e8(%rsp)
movl %r9d, 0x34e4(%rsp)
movl %r8d, 0x34e0(%rsp)
movl %edi, 0x34dc(%rsp)
movq %rsi, 0x34d0(%rsp)
movq %rdx, 0x34c8(%rsp)
movl %ecx, 0x34c4(%rsp)
movq %rax, 0x34b8(%rsp)
movq 0x34e8(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x34d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x34c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3df8(%rsp)
movl $0x10, 0x3df4(%rsp)
movq 0x3df8(%rsp), %rax
movslq 0x3df4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3df4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1150(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1580d08
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1168(%rsp)
movb $0x1, 0x28b3(%rsp)
testb $0x1, 0x28b3(%rsp)
jne 0x1580e49
leaq 0x1128(%rsp), %rax
movq %rax, 0x28c8(%rsp)
movq 0x28c8(%rsp), %rax
movq %rax, 0x3f68(%rsp)
movq 0x3f68(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1580dec
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f64(%rsp) # imm = 0xFFFFFFFF
movl 0x3f64(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f60(%rsp)
cmpl $0x1, 0x3f60(%rsp)
jne 0x1580dec
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1580dba
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1580db8
jmp 0x1580dea
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4690(%rsp)
cmpq $0x0, 0x4690(%rsp)
je 0x1580de8
movq 0x4690(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1580dea
jmp 0x1580dec
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1580e47
movq %rax, %rdi
callq 0x678a0
jmp 0x1580e49
leaq 0x1128(%rsp), %rax
movq %rax, 0x2a70(%rsp)
movq 0x2a70(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0x1128(%rsp), %rax
movq %rax, 0x2788(%rsp)
movq 0x2788(%rsp), %rax
movq %rax, 0x4098(%rsp)
movq 0x4098(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1580f3a
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4094(%rsp) # imm = 0xFFFFFFFF
movl 0x4094(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4090(%rsp)
cmpl $0x1, 0x4090(%rsp)
jne 0x1580f3a
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1580f08
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1580f06
jmp 0x1580f38
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45f8(%rsp)
cmpq $0x0, 0x45f8(%rsp)
je 0x1580f36
movq 0x45f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1580f38
jmp 0x1580f3a
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1580f95
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0x1170(%rsp)
movl $0x0, 0x1124(%rsp)
movl 0x1124(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15810f4
movl $0x0, 0x1120(%rsp)
movl 0x1120(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15810dc
movq 0x1210(%rsp), %rax
movl 0x1120(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b58(%rsp)
movq 0x2b58(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1100(%rsp)
movq 0x11c0(%rsp), %rax
movq %rax, 0x2b50(%rsp)
movq 0x2b50(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x10e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1100(%rsp), %rsi
leaq 0x10e0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x10c0(%rsp)
movq 0x1170(%rsp), %rax
vmovaps 0x10c0(%rsp), %ymm0
movq %rax, 0x2e38(%rsp)
vmovaps %ymm0, 0x2e00(%rsp)
vmovaps 0x2e00(%rsp), %ymm0
movq 0x2e38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x11c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x11c0(%rsp)
movq 0x1170(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1170(%rsp)
movl 0x1120(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1120(%rsp)
jmp 0x1580fcf
jmp 0x15810de
movl 0x1124(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1124(%rsp)
jmp 0x1580fb0
jmp 0x15810f6
movl 0x121c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x121c(%rsp)
jmp 0x1580286
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162ade0
movl %eax, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x15811f0
movq 0x270(%rsp), %rax
movq %rax, 0x3208(%rsp)
movq 0x3208(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x15811fd
jmp 0x158120d
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1581cae
movl $0x0, 0x10bc(%rsp)
movl 0x10bc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1581c9e
movq 0x2188(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1068(%rsp), %rdx
movq %rdx, 0x22b8(%rsp)
movq %rcx, 0x22b0(%rsp)
movl %eax, 0x22ac(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x22ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1068(%rsp), %r10
movq %r10, 0x3ad0(%rsp)
movl %r9d, 0x3acc(%rsp)
movl %r8d, 0x3ac8(%rsp)
movl %edi, 0x3ac4(%rsp)
movq %rsi, 0x3ab8(%rsp)
movq %rdx, 0x3ab0(%rsp)
movl %ecx, 0x3aac(%rsp)
movq %rax, 0x3aa0(%rsp)
movq 0x3ad0(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x3ab8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ab0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3aac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3aa0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3acc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ac8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c48(%rsp)
movl $0x10, 0x3c44(%rsp)
movq 0x3c48(%rsp), %rax
movslq 0x3c44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1090(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15813fa
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10a8(%rsp)
movb $0x1, 0x22ab(%rsp)
testb $0x1, 0x22ab(%rsp)
jne 0x158153b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rax
movq %rax, 0x42e8(%rsp)
movq 0x42e8(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15814de
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42e4(%rsp) # imm = 0xFFFFFFFF
movl 0x42e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42e0(%rsp)
cmpl $0x1, 0x42e0(%rsp)
jne 0x15814de
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15814ac
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15814aa
jmp 0x15814dc
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44d0(%rsp)
cmpq $0x0, 0x44d0(%rsp)
je 0x15814da
movq 0x44d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15814dc
jmp 0x15814de
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1581539
movq %rax, %rdi
callq 0x678a0
jmp 0x158153b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0x1068(%rsp), %rax
movq %rax, 0x2790(%rsp)
movq 0x2790(%rsp), %rax
movq %rax, 0x4088(%rsp)
movq 0x4088(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158162c
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4084(%rsp) # imm = 0xFFFFFFFF
movl 0x4084(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4080(%rsp)
cmpl $0x1, 0x4080(%rsp)
jne 0x158162c
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15815fa
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15815f8
jmp 0x158162a
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4600(%rsp)
cmpq $0x0, 0x4600(%rsp)
je 0x1581628
movq 0x4600(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158162a
jmp 0x158162c
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1581687
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0x10b0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x10bc(%rsp), %eax
movq %rcx, 0x3128(%rsp)
movl %eax, 0x3124(%rsp)
movq 0x3128(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3124(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1060(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1010(%rsp), %rdx
movq %rdx, 0x28a0(%rsp)
movq %rcx, 0x2898(%rsp)
movl %eax, 0x2894(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x2893(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2894(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1010(%rsp), %r10
movq %r10, 0x3520(%rsp)
movl %r9d, 0x351c(%rsp)
movl %r8d, 0x3518(%rsp)
movl %edi, 0x3514(%rsp)
movq %rsi, 0x3508(%rsp)
movq %rdx, 0x3500(%rsp)
movl %ecx, 0x34fc(%rsp)
movq %rax, 0x34f0(%rsp)
movq 0x3520(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3500(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x351c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3518(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3514(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3de8(%rsp)
movl $0x10, 0x3de4(%rsp)
movq 0x3de8(%rsp), %rax
movslq 0x3de4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3de4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1038(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158189c
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1050(%rsp)
movb $0x1, 0x2893(%rsp)
testb $0x1, 0x2893(%rsp)
jne 0x15819dd
leaq 0x1010(%rsp), %rax
movq %rax, 0x28a8(%rsp)
movq 0x28a8(%rsp), %rax
movq %rax, 0x3f78(%rsp)
movq 0x3f78(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1581980
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f74(%rsp) # imm = 0xFFFFFFFF
movl 0x3f74(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f70(%rsp)
cmpl $0x1, 0x3f70(%rsp)
jne 0x1581980
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158194e
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158194c
jmp 0x158197e
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4688(%rsp)
cmpq $0x0, 0x4688(%rsp)
je 0x158197c
movq 0x4688(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158197e
jmp 0x1581980
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15819db
movq %rax, %rdi
callq 0x678a0
jmp 0x15819dd
leaq 0x1010(%rsp), %rax
movq %rax, 0x2a68(%rsp)
movq 0x2a68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0x1010(%rsp), %rax
movq %rax, 0x2798(%rsp)
movq 0x2798(%rsp), %rax
movq %rax, 0x4078(%rsp)
movq 0x4078(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1581ace
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4074(%rsp) # imm = 0xFFFFFFFF
movl 0x4074(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4070(%rsp)
cmpl $0x1, 0x4070(%rsp)
jne 0x1581ace
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1581a9c
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1581a9a
jmp 0x1581acc
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4608(%rsp)
cmpq $0x0, 0x4608(%rsp)
je 0x1581aca
movq 0x4608(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1581acc
jmp 0x1581ace
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1581b29
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0x1058(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1581c86
movq 0x1060(%rsp), %rax
movq %rax, 0x2b48(%rsp)
movq 0x2b48(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfe0(%rsp)
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x1581c5c
movq 0x10b0(%rsp), %rax
movq %rax, 0x2b40(%rsp)
movq 0x2b40(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfa0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xfa0(%rsp), %rsi
leaq 0xfe0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0xf80(%rsp)
movq 0x1058(%rsp), %rax
vmovaps 0xf80(%rsp), %ymm0
movq %rax, 0x2df8(%rsp)
vmovaps %ymm0, 0x2dc0(%rsp)
vmovaps 0x2dc0(%rsp), %ymm0
movq 0x2df8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x10b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x10b0(%rsp)
movq 0x1058(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1058(%rsp)
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x1581b88
movq 0x1060(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1060(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x1581b44
jmp 0x1581c88
movl 0x10bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x10bc(%rsp)
jmp 0x158122a
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x158272d
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1581d09
cmpl $0x1, 0x212c(%rsp)
jne 0x1581d09
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162beb0
movl %eax, 0x2194(%rsp)
jmp 0x1585baa
movl $0x0, 0xf7c(%rsp)
movl 0xf7c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x158271d
movq 0x2188(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xf28(%rsp), %rdx
movq %rdx, 0x22a0(%rsp)
movq %rcx, 0x2298(%rsp)
movl %eax, 0x2294(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x2293(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2294(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf28(%rsp), %r10
movq %r10, 0x3b08(%rsp)
movl %r9d, 0x3b04(%rsp)
movl %r8d, 0x3b00(%rsp)
movl %edi, 0x3afc(%rsp)
movq %rsi, 0x3af0(%rsp)
movq %rdx, 0x3ae8(%rsp)
movl %ecx, 0x3ae4(%rsp)
movq %rax, 0x3ad8(%rsp)
movq 0x3b08(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x3af0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ae8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3ae4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3ad8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3afc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c38(%rsp)
movl $0x10, 0x3c34(%rsp)
movq 0x3c38(%rsp), %rax
movslq 0x3c34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf50(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1581ee4
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf68(%rsp)
movb $0x1, 0x2293(%rsp)
testb $0x1, 0x2293(%rsp)
jne 0x1582025
leaq 0xf28(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rax
movq %rax, 0x42d8(%rsp)
movq 0x42d8(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1581fc8
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42d4(%rsp) # imm = 0xFFFFFFFF
movl 0x42d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42d0(%rsp)
cmpl $0x1, 0x42d0(%rsp)
jne 0x1581fc8
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1581f96
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1581f94
jmp 0x1581fc6
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44d8(%rsp)
cmpq $0x0, 0x44d8(%rsp)
je 0x1581fc4
movq 0x44d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1581fc6
jmp 0x1581fc8
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1582023
movq %rax, %rdi
callq 0x678a0
jmp 0x1582025
leaq 0xf28(%rsp), %rax
movq %rax, 0x24f8(%rsp)
movq 0x24f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xf28(%rsp), %rax
movq %rax, 0x27a0(%rsp)
movq 0x27a0(%rsp), %rax
movq %rax, 0x4068(%rsp)
movq 0x4068(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1582116
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4064(%rsp) # imm = 0xFFFFFFFF
movl 0x4064(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4060(%rsp)
cmpl $0x1, 0x4060(%rsp)
jne 0x1582116
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15820e4
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15820e2
jmp 0x1582114
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4610(%rsp)
cmpq $0x0, 0x4610(%rsp)
je 0x1582112
movq 0x4610(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1582114
jmp 0x1582116
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1582171
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xf70(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24f0(%rsp)
movq 0x24f0(%rsp), %rax
movq (%rax), %rax
movl 0xf7c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b38(%rsp)
movq 0x2b38(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xf00(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xeb0(%rsp), %rdx
movq %rdx, 0x2880(%rsp)
movq %rcx, 0x2878(%rsp)
movl %eax, 0x2874(%rsp)
movq 0x2878(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x2873(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2874(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xeb0(%rsp), %r10
movq %r10, 0x3558(%rsp)
movl %r9d, 0x3554(%rsp)
movl %r8d, 0x3550(%rsp)
movl %edi, 0x354c(%rsp)
movq %rsi, 0x3540(%rsp)
movq %rdx, 0x3538(%rsp)
movl %ecx, 0x3534(%rsp)
movq %rax, 0x3528(%rsp)
movq 0x3558(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x3540(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3538(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3534(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3528(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3554(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3550(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x354c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dd8(%rsp)
movl $0x10, 0x3dd4(%rsp)
movq 0x3dd8(%rsp), %rax
movslq 0x3dd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xed8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1582389
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xef0(%rsp)
movb $0x1, 0x2873(%rsp)
testb $0x1, 0x2873(%rsp)
jne 0x15824ca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2888(%rsp)
movq 0x2888(%rsp), %rax
movq %rax, 0x3f88(%rsp)
movq 0x3f88(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158246d
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f84(%rsp) # imm = 0xFFFFFFFF
movl 0x3f84(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f80(%rsp)
cmpl $0x1, 0x3f80(%rsp)
jne 0x158246d
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158243b
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1582439
jmp 0x158246b
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4680(%rsp)
cmpq $0x0, 0x4680(%rsp)
je 0x1582469
movq 0x4680(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158246b
jmp 0x158246d
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15824c8
movq %rax, %rdi
callq 0x678a0
jmp 0x15824ca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2a60(%rsp)
movq 0x2a60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xeb0(%rsp), %rax
movq %rax, 0x27a8(%rsp)
movq 0x27a8(%rsp), %rax
movq %rax, 0x4058(%rsp)
movq 0x4058(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15825bb
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4054(%rsp) # imm = 0xFFFFFFFF
movl 0x4054(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4050(%rsp)
cmpl $0x1, 0x4050(%rsp)
jne 0x15825bb
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1582589
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1582587
jmp 0x15825b9
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4618(%rsp)
cmpq $0x0, 0x4618(%rsp)
je 0x15825b7
movq 0x4618(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15825b9
jmp 0x15825bb
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1582616
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xef8(%rsp)
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x1582705
movq 0xf70(%rsp), %rax
movq %rax, 0x2b30(%rsp)
movq 0x2b30(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xe80(%rsp), %rsi
leaq 0xf00(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0xe60(%rsp)
movq 0xef8(%rsp), %rax
vmovaps 0xe60(%rsp), %ymm0
movq %rax, 0x2db8(%rsp)
vmovaps %ymm0, 0x2d80(%rsp)
vmovaps 0x2d80(%rsp), %ymm0
movq 0x2db8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xf70(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xf70(%rsp)
movq 0xef8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xef8(%rsp)
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x1582631
jmp 0x1582707
movl 0xf7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xf7c(%rsp)
jmp 0x1581d14
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
jmp 0x1585b9d
movq 0x2188(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1584219
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15832e9
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x1582806
movq 0x1c0(%rsp), %rax
movq %rax, 0x3210(%rsp)
movq 0x3210(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x1582813
jmp 0x1582823
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0xe5c(%rsp)
movl 0xe5c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15832d9
movq 0x2188(%rsp), %rcx
movl 0xe5c(%rsp), %eax
movq %rcx, 0x3118(%rsp)
movl %eax, 0x3114(%rsp)
movq 0x3118(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3114(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x2288(%rsp)
movq %rcx, 0x2280(%rsp)
movl %eax, 0x227c(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x227b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x227c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x3b40(%rsp)
movl %r9d, 0x3b3c(%rsp)
movl %r8d, 0x3b38(%rsp)
movl %edi, 0x3b34(%rsp)
movq %rsi, 0x3b28(%rsp)
movq %rdx, 0x3b20(%rsp)
movl %ecx, 0x3b1c(%rsp)
movq %rax, 0x3b10(%rsp)
movq 0x3b40(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x3b28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c28(%rsp)
movl $0x10, 0x3c24(%rsp)
movq 0x3c28(%rsp), %rax
movslq 0x3c24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1582a47
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x227b(%rsp)
testb $0x1, 0x227b(%rsp)
jne 0x1582b88
leaq 0xe00(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rax
movq %rax, 0x42c8(%rsp)
movq 0x42c8(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1582b2b
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42c4(%rsp) # imm = 0xFFFFFFFF
movl 0x42c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42c0(%rsp)
cmpl $0x1, 0x42c0(%rsp)
jne 0x1582b2b
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1582af9
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1582af7
jmp 0x1582b29
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44e0(%rsp)
cmpq $0x0, 0x44e0(%rsp)
je 0x1582b27
movq 0x44e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1582b29
jmp 0x1582b2b
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1582b86
movq %rax, %rdi
callq 0x678a0
jmp 0x1582b88
leaq 0xe00(%rsp), %rax
movq %rax, 0x24e8(%rsp)
movq 0x24e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x27b0(%rsp)
movq 0x27b0(%rsp), %rax
movq %rax, 0x4048(%rsp)
movq 0x4048(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1582c79
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4044(%rsp) # imm = 0xFFFFFFFF
movl 0x4044(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4040(%rsp)
cmpl $0x1, 0x4040(%rsp)
jne 0x1582c79
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1582c47
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1582c45
jmp 0x1582c77
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4620(%rsp)
cmpq $0x0, 0x4620(%rsp)
je 0x1582c75
movq 0x4620(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1582c77
jmp 0x1582c79
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1582cd4
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xe48(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xdb0(%rsp), %rdx
movq %rdx, 0x2860(%rsp)
movq %rcx, 0x2858(%rsp)
movl %eax, 0x2854(%rsp)
movq 0x2858(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x2853(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2854(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xdb0(%rsp), %r10
movq %r10, 0x3590(%rsp)
movl %r9d, 0x358c(%rsp)
movl %r8d, 0x3588(%rsp)
movl %edi, 0x3584(%rsp)
movq %rsi, 0x3578(%rsp)
movq %rdx, 0x3570(%rsp)
movl %ecx, 0x356c(%rsp)
movq %rax, 0x3560(%rsp)
movq 0x3590(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3570(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x356c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3560(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x358c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3588(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3584(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dc8(%rsp)
movl $0x10, 0x3dc4(%rsp)
movq 0x3dc8(%rsp), %rax
movslq 0x3dc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xdd8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1582ea0
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xdf0(%rsp)
movb $0x1, 0x2853(%rsp)
testb $0x1, 0x2853(%rsp)
jne 0x1582fe1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2868(%rsp)
movq 0x2868(%rsp), %rax
movq %rax, 0x3f98(%rsp)
movq 0x3f98(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1582f84
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f94(%rsp) # imm = 0xFFFFFFFF
movl 0x3f94(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f90(%rsp)
cmpl $0x1, 0x3f90(%rsp)
jne 0x1582f84
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1582f52
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1582f50
jmp 0x1582f82
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4678(%rsp)
cmpq $0x0, 0x4678(%rsp)
je 0x1582f80
movq 0x4678(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1582f82
jmp 0x1582f84
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1582fdf
movq %rax, %rdi
callq 0x678a0
jmp 0x1582fe1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2a58(%rsp)
movq 0x2a58(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xdb0(%rsp), %rax
movq %rax, 0x27b8(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, 0x4038(%rsp)
movq 0x4038(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15830d2
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4034(%rsp) # imm = 0xFFFFFFFF
movl 0x4034(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4030(%rsp)
cmpl $0x1, 0x4030(%rsp)
jne 0x15830d2
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15830a0
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158309e
jmp 0x15830d0
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4628(%rsp)
cmpq $0x0, 0x4628(%rsp)
je 0x15830ce
movq 0x4628(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15830d0
jmp 0x15830d2
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158312d
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xdf8(%rsp)
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x15832c1
movq 0xe50(%rsp), %rax
movq %rax, 0x2b28(%rsp)
movq 0x2b28(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd80(%rsp)
movl $0x0, 0xd7c(%rsp)
movl 0xd7c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1583297
movl $0x0, 0xd78(%rsp)
movl 0xd78(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x158327f
movq 0xe48(%rsp), %rax
movq %rax, 0x2b20(%rsp)
movq 0x2b20(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd40(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xd80(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0xd20(%rsp)
movq 0xdf8(%rsp), %rax
vmovaps 0xd20(%rsp), %ymm0
movq %rax, 0x2d78(%rsp)
vmovaps %ymm0, 0x2d40(%rsp)
vmovaps 0x2d40(%rsp), %ymm0
movq 0x2d78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xe48(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe48(%rsp)
movq 0xdf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xdf8(%rsp)
movl 0xd78(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd78(%rsp)
jmp 0x15831ab
jmp 0x1583281
movl 0xd7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd7c(%rsp)
jmp 0x158318c
movq 0xe50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe50(%rsp)
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x1583148
jmp 0x15832c3
movl 0xe5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xe5c(%rsp)
jmp 0x158282e
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1583e4a
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x158339e
movq 0x160(%rsp), %rax
movq %rax, 0x3218(%rsp)
movq 0x3218(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x15833ab
jmp 0x15833bb
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0xd1c(%rsp)
movl 0xd1c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1583e3a
movq 0x2188(%rsp), %rcx
movl 0xd1c(%rsp), %eax
movq %rcx, 0x3108(%rsp)
movl %eax, 0x3104(%rsp)
movq 0x3108(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3104(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xd10(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xcc0(%rsp), %rdx
movq %rdx, 0x2270(%rsp)
movq %rcx, 0x2268(%rsp)
movl %eax, 0x2264(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x2263(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2264(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcc0(%rsp), %r10
movq %r10, 0x3b78(%rsp)
movl %r9d, 0x3b74(%rsp)
movl %r8d, 0x3b70(%rsp)
movl %edi, 0x3b6c(%rsp)
movq %rsi, 0x3b60(%rsp)
movq %rdx, 0x3b58(%rsp)
movl %ecx, 0x3b54(%rsp)
movq %rax, 0x3b48(%rsp)
movq 0x3b78(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x3b60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c18(%rsp)
movl $0x10, 0x3c14(%rsp)
movq 0x3c18(%rsp), %rax
movslq 0x3c14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xce8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15835df
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd00(%rsp)
movb $0x1, 0x2263(%rsp)
testb $0x1, 0x2263(%rsp)
jne 0x1583720
leaq 0xcc0(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rax
movq %rax, 0x42b8(%rsp)
movq 0x42b8(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15836c3
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42b4(%rsp) # imm = 0xFFFFFFFF
movl 0x42b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42b0(%rsp)
cmpl $0x1, 0x42b0(%rsp)
jne 0x15836c3
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1583691
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158368f
jmp 0x15836c1
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44e8(%rsp)
cmpq $0x0, 0x44e8(%rsp)
je 0x15836bf
movq 0x44e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15836c1
jmp 0x15836c3
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158371e
movq %rax, %rdi
callq 0x678a0
jmp 0x1583720
leaq 0xcc0(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xcc0(%rsp), %rax
movq %rax, 0x27c0(%rsp)
movq 0x27c0(%rsp), %rax
movq %rax, 0x4028(%rsp)
movq 0x4028(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1583811
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4024(%rsp) # imm = 0xFFFFFFFF
movl 0x4024(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4020(%rsp)
cmpl $0x1, 0x4020(%rsp)
jne 0x1583811
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15837df
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15837dd
jmp 0x158380f
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4630(%rsp)
cmpq $0x0, 0x4630(%rsp)
je 0x158380d
movq 0x4630(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158380f
jmp 0x1583811
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158386c
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xd08(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xc70(%rsp), %rdx
movq %rdx, 0x2840(%rsp)
movq %rcx, 0x2838(%rsp)
movl %eax, 0x2834(%rsp)
movq 0x2838(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x2833(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2834(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc70(%rsp), %r10
movq %r10, 0x35c8(%rsp)
movl %r9d, 0x35c4(%rsp)
movl %r8d, 0x35c0(%rsp)
movl %edi, 0x35bc(%rsp)
movq %rsi, 0x35b0(%rsp)
movq %rdx, 0x35a8(%rsp)
movl %ecx, 0x35a4(%rsp)
movq %rax, 0x3598(%rsp)
movq 0x35c8(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x35b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3598(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3db8(%rsp)
movl $0x10, 0x3db4(%rsp)
movq 0x3db8(%rsp), %rax
movslq 0x3db4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3db4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1583a38
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movb $0x1, 0x2833(%rsp)
testb $0x1, 0x2833(%rsp)
jne 0x1583b79
leaq 0xc70(%rsp), %rax
movq %rax, 0x2848(%rsp)
movq 0x2848(%rsp), %rax
movq %rax, 0x3fa8(%rsp)
movq 0x3fa8(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1583b1c
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fa4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fa4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fa0(%rsp)
cmpl $0x1, 0x3fa0(%rsp)
jne 0x1583b1c
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1583aea
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1583ae8
jmp 0x1583b1a
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4670(%rsp)
cmpq $0x0, 0x4670(%rsp)
je 0x1583b18
movq 0x4670(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1583b1a
jmp 0x1583b1c
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1583b77
movq %rax, %rdi
callq 0x678a0
jmp 0x1583b79
leaq 0xc70(%rsp), %rax
movq %rax, 0x2a50(%rsp)
movq 0x2a50(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xc70(%rsp), %rax
movq %rax, 0x27c8(%rsp)
movq 0x27c8(%rsp), %rax
movq %rax, 0x4018(%rsp)
movq 0x4018(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1583c6a
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4014(%rsp) # imm = 0xFFFFFFFF
movl 0x4014(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4010(%rsp)
cmpl $0x1, 0x4010(%rsp)
jne 0x1583c6a
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1583c38
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1583c36
jmp 0x1583c68
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4638(%rsp)
cmpq $0x0, 0x4638(%rsp)
je 0x1583c66
movq 0x4638(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1583c68
jmp 0x1583c6a
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1583cc5
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xcb8(%rsp)
movl $0x0, 0xc6c(%rsp)
movl 0xc6c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1583e22
movq 0xd10(%rsp), %rax
movq %rax, 0x2b18(%rsp)
movq 0x2b18(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc40(%rsp)
movl $0x0, 0xc3c(%rsp)
movl 0xc3c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1583df8
movq 0xd08(%rsp), %rax
movq %rax, 0x2b10(%rsp)
movq 0x2b10(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc00(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xc40(%rsp), %rsi
leaq 0xc00(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0xbe0(%rsp)
movq 0xcb8(%rsp), %rax
vmovaps 0xbe0(%rsp), %ymm0
movq %rax, 0x2d38(%rsp)
vmovaps %ymm0, 0x2d00(%rsp)
vmovaps 0x2d00(%rsp), %ymm0
movq 0x2d38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xd08(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd08(%rsp)
movq 0xcb8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xcb8(%rsp)
movl 0xc3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc3c(%rsp)
jmp 0x1583d24
movq 0xd10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd10(%rsp)
movl 0xc6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc6c(%rsp)
jmp 0x1583ce0
jmp 0x1583e24
movl 0xd1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd1c(%rsp)
jmp 0x15833c6
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x1583ee2
movq 0x100(%rsp), %rax
movq %rax, 0x3220(%rsp)
movq 0x3220(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x1583eef
jmp 0x1583eff
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1583f3e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162ade0
movl %eax, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1584214
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x1583fe8
movq 0xf0(%rsp), %rax
movq %rax, 0x3228(%rsp)
movq 0x3228(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x1583ff5
jmp 0x1584005
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x158404e
cmpl $0x1, 0x212c(%rsp)
jne 0x158404e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162beb0
movl %eax, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2188(%rsp), %rax
movq %rax, 0x24d8(%rsp)
movq 0x24d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24d0(%rsp)
movq 0x24d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2a48(%rsp)
movq 0x2a48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbc8(%rsp)
movl $0x0, 0xbc4(%rsp)
movl 0xbc4(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1584204
movq 0xbd0(%rsp), %rax
movq %rax, 0x2b08(%rsp)
movq 0x2b08(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xba0(%rsp)
movl $0x0, 0xb9c(%rsp)
movl 0xb9c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15841da
movq 0xbd8(%rsp), %rax
movq %rax, 0x2b00(%rsp)
movq 0x2b00(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb60(%rsp), %rsi
leaq 0xba0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0xb40(%rsp)
movq 0xbc8(%rsp), %rax
vmovaps 0xb40(%rsp), %ymm0
movq %rax, 0x2cf8(%rsp)
vmovaps %ymm0, 0x2cc0(%rsp)
vmovaps 0x2cc0(%rsp), %ymm0
movq 0x2cf8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xbd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd8(%rsp)
movq 0xbc8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbc8(%rsp)
movl 0xb9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb9c(%rsp)
jmp 0x1584106
movq 0xbd0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd0(%rsp)
movl 0xbc4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc4(%rsp)
jmp 0x15840c2
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
jmp 0x1585b9b
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1585b99
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1584274
cmpl $0x1, 0x214c(%rsp)
jne 0x1584274
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162cc30
movl %eax, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1584d77
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x1584336
movq 0xe0(%rsp), %rax
movq %rax, 0x3230(%rsp)
movq 0x3230(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x1584343
jmp 0x1584353
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0xb3c(%rsp)
movl 0xb3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1584d67
movq 0x2188(%rsp), %rax
movq %rax, 0x24c8(%rsp)
movq 0x24c8(%rsp), %rax
movq (%rax), %rax
movl 0xb3c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2af8(%rsp)
movq 0x2af8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb00(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xab0(%rsp), %rdx
movq %rdx, 0x2258(%rsp)
movq %rcx, 0x2250(%rsp)
movl %eax, 0x224c(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x224b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x224c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xab0(%rsp), %r10
movq %r10, 0x3bb0(%rsp)
movl %r9d, 0x3bac(%rsp)
movl %r8d, 0x3ba8(%rsp)
movl %edi, 0x3ba4(%rsp)
movq %rsi, 0x3b98(%rsp)
movq %rdx, 0x3b90(%rsp)
movl %ecx, 0x3b8c(%rsp)
movq %rax, 0x3b80(%rsp)
movq 0x3bb0(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3b98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3bac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ba8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ba4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c08(%rsp)
movl $0x10, 0x3c04(%rsp)
movq 0x3c08(%rsp), %rax
movslq 0x3c04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xad8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158457a
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaf0(%rsp)
movb $0x1, 0x224b(%rsp)
testb $0x1, 0x224b(%rsp)
jne 0x15846bb
leaq 0xab0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rax
movq %rax, 0x42a8(%rsp)
movq 0x42a8(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158465e
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42a4(%rsp) # imm = 0xFFFFFFFF
movl 0x42a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42a0(%rsp)
cmpl $0x1, 0x42a0(%rsp)
jne 0x158465e
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158462c
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158462a
jmp 0x158465c
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44f0(%rsp)
cmpq $0x0, 0x44f0(%rsp)
je 0x158465a
movq 0x44f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158465c
jmp 0x158465e
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15846b9
movq %rax, %rdi
callq 0x678a0
jmp 0x15846bb
leaq 0xab0(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0xab0(%rsp), %rax
movq %rax, 0x27d0(%rsp)
movq 0x27d0(%rsp), %rax
movq %rax, 0x4008(%rsp)
movq 0x4008(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15847ac
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4004(%rsp) # imm = 0xFFFFFFFF
movl 0x4004(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4000(%rsp)
cmpl $0x1, 0x4000(%rsp)
jne 0x15847ac
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158477a
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1584778
jmp 0x15847aa
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4640(%rsp)
cmpq $0x0, 0x4640(%rsp)
je 0x15847a8
movq 0x4640(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15847aa
jmp 0x15847ac
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1584807
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xaf8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xa60(%rsp), %rdx
movq %rdx, 0x2820(%rsp)
movq %rcx, 0x2818(%rsp)
movl %eax, 0x2814(%rsp)
movq 0x2818(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x2813(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2814(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xa60(%rsp), %r10
movq %r10, 0x3600(%rsp)
movl %r9d, 0x35fc(%rsp)
movl %r8d, 0x35f8(%rsp)
movl %edi, 0x35f4(%rsp)
movq %rsi, 0x35e8(%rsp)
movq %rdx, 0x35e0(%rsp)
movl %ecx, 0x35dc(%rsp)
movq %rax, 0x35d0(%rsp)
movq 0x3600(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x35d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3da8(%rsp)
movl $0x10, 0x3da4(%rsp)
movq 0x3da8(%rsp), %rax
movslq 0x3da4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3da4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15849d3
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaa0(%rsp)
movb $0x1, 0x2813(%rsp)
testb $0x1, 0x2813(%rsp)
jne 0x1584b14
leaq 0xa60(%rsp), %rax
movq %rax, 0x2828(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, 0x3fb8(%rsp)
movq 0x3fb8(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1584ab7
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fb4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fb4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fb0(%rsp)
cmpl $0x1, 0x3fb0(%rsp)
jne 0x1584ab7
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1584a85
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1584a83
jmp 0x1584ab5
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4668(%rsp)
cmpq $0x0, 0x4668(%rsp)
je 0x1584ab3
movq 0x4668(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1584ab5
jmp 0x1584ab7
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1584b12
movq %rax, %rdi
callq 0x678a0
jmp 0x1584b14
leaq 0xa60(%rsp), %rax
movq %rax, 0x2a40(%rsp)
movq 0x2a40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0xa60(%rsp), %rax
movq %rax, 0x27d8(%rsp)
movq 0x27d8(%rsp), %rax
movq %rax, 0x3ff8(%rsp)
movq 0x3ff8(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1584c05
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ff4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ff4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ff0(%rsp)
cmpl $0x1, 0x3ff0(%rsp)
jne 0x1584c05
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1584bd3
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1584bd1
jmp 0x1584c03
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4648(%rsp)
cmpq $0x0, 0x4648(%rsp)
je 0x1584c01
movq 0x4648(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1584c03
jmp 0x1584c05
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1584c60
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x1584d4f
movq 0xaf8(%rsp), %rax
movq %rax, 0x2af0(%rsp)
movq 0x2af0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xa20(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb00(%rsp), %rsi
leaq 0xa20(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0xa00(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa00(%rsp), %ymm0
movq %rax, 0x2cb8(%rsp)
vmovaps %ymm0, 0x2c80(%rsp)
vmovaps 0x2c80(%rsp), %ymm0
movq 0x2cb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xaf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaf8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x1584c7b
jmp 0x1584d51
movl 0xb3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb3c(%rsp)
jmp 0x158435e
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1585801
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x1584e2c
movq 0x80(%rsp), %rax
movq %rax, 0x3238(%rsp)
movq 0x3238(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x1584e39
jmp 0x1584e49
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movl $0x0, 0x9fc(%rsp)
movl 0x9fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15857f1
movq 0x2188(%rsp), %rax
movq %rax, 0x24b8(%rsp)
movq 0x24b8(%rsp), %rax
movq (%rax), %rax
movl 0x9fc(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2ae8(%rsp)
movq 0x2ae8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x9c0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x970(%rsp), %rdx
movq %rdx, 0x2240(%rsp)
movq %rcx, 0x2238(%rsp)
movl %eax, 0x2234(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x2233(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2234(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x970(%rsp), %r10
movq %r10, 0x3be8(%rsp)
movl %r9d, 0x3be4(%rsp)
movl %r8d, 0x3be0(%rsp)
movl %edi, 0x3bdc(%rsp)
movq %rsi, 0x3bd0(%rsp)
movq %rdx, 0x3bc8(%rsp)
movl %ecx, 0x3bc4(%rsp)
movq %rax, 0x3bb8(%rsp)
movq 0x3be8(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3bd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3bc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3bc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3bb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3be4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3be0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3bdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3bf8(%rsp)
movl $0x10, 0x3bf4(%rsp)
movq 0x3bf8(%rsp), %rax
movslq 0x3bf4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3bf4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x998(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1585064
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9b0(%rsp)
movb $0x1, 0x2233(%rsp)
testb $0x1, 0x2233(%rsp)
jne 0x1585193
leaq 0x970(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rax
movq %rax, 0x4298(%rsp)
movq 0x4298(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1585139
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4294(%rsp) # imm = 0xFFFFFFFF
movl 0x4294(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4290(%rsp)
cmpl $0x1, 0x4290(%rsp)
jne 0x1585139
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158510a
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1585108
jmp 0x1585137
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44f8(%rsp)
cmpq $0x0, 0x44f8(%rsp)
je 0x1585135
movq 0x44f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1585137
jmp 0x1585139
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1585191
movq %rax, %rdi
callq 0x678a0
jmp 0x1585193
leaq 0x970(%rsp), %rax
movq %rax, 0x24b0(%rsp)
movq 0x24b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x970(%rsp), %rax
movq %rax, 0x27e0(%rsp)
movq 0x27e0(%rsp), %rax
movq %rax, 0x3fe8(%rsp)
movq 0x3fe8(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1585272
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fe4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fe4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fe0(%rsp)
cmpl $0x1, 0x3fe0(%rsp)
jne 0x1585272
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1585243
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1585241
jmp 0x1585270
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4650(%rsp)
cmpq $0x0, 0x4650(%rsp)
je 0x158526e
movq 0x4650(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1585270
jmp 0x1585272
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15852ca
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x9b8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x920(%rsp), %rdx
movq %rdx, 0x2800(%rsp)
movq %rcx, 0x27f8(%rsp)
movl %eax, 0x27f4(%rsp)
movq 0x27f8(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x27f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x27f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x920(%rsp), %r10
movq %r10, 0x3638(%rsp)
movl %r9d, 0x3634(%rsp)
movl %r8d, 0x3630(%rsp)
movl %edi, 0x362c(%rsp)
movq %rsi, 0x3620(%rsp)
movq %rdx, 0x3618(%rsp)
movl %ecx, 0x3614(%rsp)
movq %rax, 0x3608(%rsp)
movq 0x3638(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x3620(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3618(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3614(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3608(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3634(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3630(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x362c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d98(%rsp)
movl $0x10, 0x3d94(%rsp)
movq 0x3d98(%rsp), %rax
movslq 0x3d94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x948(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1585487
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x960(%rsp)
movb $0x1, 0x27f3(%rsp)
testb $0x1, 0x27f3(%rsp)
jne 0x15855b6
leaq 0x920(%rsp), %rax
movq %rax, 0x2808(%rsp)
movq 0x2808(%rsp), %rax
movq %rax, 0x3fc8(%rsp)
movq 0x3fc8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158555c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fc4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fc4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fc0(%rsp)
cmpl $0x1, 0x3fc0(%rsp)
jne 0x158555c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158552d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158552b
jmp 0x158555a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4660(%rsp)
cmpq $0x0, 0x4660(%rsp)
je 0x1585558
movq 0x4660(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158555a
jmp 0x158555c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15855b4
movq %rax, %rdi
callq 0x678a0
jmp 0x15855b6
leaq 0x920(%rsp), %rax
movq %rax, 0x2a38(%rsp)
movq 0x2a38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x920(%rsp), %rax
movq %rax, 0x27e8(%rsp)
movq 0x27e8(%rsp), %rax
movq %rax, 0x3fd8(%rsp)
movq 0x3fd8(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1585695
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fd4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fd4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fd0(%rsp)
cmpl $0x1, 0x3fd0(%rsp)
jne 0x1585695
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1585666
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1585664
jmp 0x1585693
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4658(%rsp)
cmpq $0x0, 0x4658(%rsp)
je 0x1585691
movq 0x4658(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1585693
jmp 0x1585695
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15856ed
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x968(%rsp)
movl $0x0, 0x91c(%rsp)
movl 0x91c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x15857d9
movq 0x9b8(%rsp), %rax
movq %rax, 0x2ae0(%rsp)
movq 0x2ae0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x8e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x9c0(%rsp), %rsi
leaq 0x8e0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x8c0(%rsp)
movq 0x968(%rsp), %rax
vmovaps 0x8c0(%rsp), %ymm0
movq %rax, 0x2c78(%rsp)
vmovaps %ymm0, 0x2c40(%rsp)
vmovaps 0x2c40(%rsp), %ymm0
movq 0x2c78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x9b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x9b8(%rsp)
movq 0x968(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x968(%rsp)
movl 0x91c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x91c(%rsp)
jmp 0x1585705
jmp 0x15857db
movl 0x9fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x9fc(%rsp)
jmp 0x1584e54
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1585a7f
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movq 0x2130(%rsp), %rcx
movl 0x212c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x158589f
movq 0x20(%rsp), %rax
movq %rax, 0x3240(%rsp)
movq 0x3240(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x15858a9
jmp 0x15858b9
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movq 0x2188(%rsp), %rax
movq %rax, 0x24a8(%rsp)
movq 0x24a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2a30(%rsp)
movq 0x2a30(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8a8(%rsp)
movl $0x0, 0x8a4(%rsp)
movl 0x8a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1585a6f
movq 0x8b8(%rsp), %rax
movq %rax, 0x2ad8(%rsp)
movq 0x2ad8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x880(%rsp)
movl $0x0, 0x87c(%rsp)
movl 0x87c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1585a45
movq 0x8b0(%rsp), %rax
movq %rax, 0x2ad0(%rsp)
movq 0x2ad0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x840(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x880(%rsp), %rsi
leaq 0x840(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x820(%rsp)
movq 0x8a8(%rsp), %rax
vmovaps 0x820(%rsp), %ymm0
movq %rax, 0x2c38(%rsp)
vmovaps %ymm0, 0x2c00(%rsp)
vmovaps 0x2c00(%rsp), %ymm0
movq 0x2c38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x8b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b0(%rsp)
movq 0x8a8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8a8(%rsp)
movl 0x87c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x87c(%rsp)
jmp 0x1585971
movq 0x8b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b8(%rsp)
movl 0x8a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8a4(%rsp)
jmp 0x158592d
movl $0x0, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1585b97
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movq 0x2150(%rsp), %rdx
movl 0x214c(%rsp), %ecx
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x2178(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x1585b15
movq 0x10(%rsp), %rax
movq %rax, 0x3248(%rsp)
movq 0x3248(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x1585b1f
jmp 0x1585b2c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x1585baa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1585b72
cmpl $0x1, 0x212c(%rsp)
jne 0x1585b72
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162beb0
movl %eax, 0x2194(%rsp)
jmp 0x1585baa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162ade0
jmp 0x1585b99
jmp 0x1585b9b
jmp 0x1585b9d
jmp 0x1585b9f
movl $0x0, 0x2194(%rsp)
movl 0x2194(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,064
|
int ncnn::binary_op_pack8<ncnn::BinaryOp_x86_avx_functor::binary_op_max>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack8(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* b0 = b.channel(q);
float* outptr = c.channel(q);
__m256 _b0 = _mm256_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_broadcast_ss(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 1;
outptr += 8;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
__m256 _a0 = _mm256_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p = _mm256_broadcast_ss(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1 + y * 8);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1 + x * 8);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _p = _mm256_loadu_ps(ptr + y * 8);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr + x * 8);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
ptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x4700, %rsp # imm = 0x4700
movq %rdi, 0x2188(%rsp)
movq %rsi, 0x2180(%rsp)
movq %rdx, 0x2178(%rsp)
movq %rcx, 0x2170(%rsp)
movq 0x2188(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2168(%rsp)
movq 0x2188(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2164(%rsp)
movq 0x2188(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2160(%rsp)
movq 0x2188(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x215c(%rsp)
movl 0x2168(%rsp), %eax
imull 0x2164(%rsp), %eax
imull 0x2160(%rsp), %eax
movl %eax, 0x2158(%rsp)
movq 0x2188(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2150(%rsp)
movq 0x2188(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x214c(%rsp)
movq 0x2180(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2148(%rsp)
movq 0x2180(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2144(%rsp)
movq 0x2180(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2140(%rsp)
movq 0x2180(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x213c(%rsp)
movl 0x2148(%rsp), %eax
imull 0x2144(%rsp), %eax
imull 0x2140(%rsp), %eax
movl %eax, 0x2138(%rsp)
movq 0x2180(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2130(%rsp)
movq 0x2180(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x212c(%rsp)
movq 0x2188(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1588269
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1585d58
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162d9b0
movl %eax, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x2160(%rsp), %ecx
movl 0x215c(%rsp), %r8d
movq 0x2150(%rsp), %r9
movl 0x214c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x1585e08
movq 0x810(%rsp), %rax
movq %rax, 0x31b8(%rsp)
movq 0x31b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x1585e15
jmp 0x1585e25
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1586d0d
movl $0x0, 0x2128(%rsp)
movl 0x2128(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1586cfd
movq 0x2188(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x20d8(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x20d8(%rsp), %r10
movq %r10, 0x3670(%rsp)
movl %r9d, 0x366c(%rsp)
movl %r8d, 0x3668(%rsp)
movl %edi, 0x3664(%rsp)
movq %rsi, 0x3658(%rsp)
movq %rdx, 0x3650(%rsp)
movl %ecx, 0x364c(%rsp)
movq %rax, 0x3640(%rsp)
movq 0x3670(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3650(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x364c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3640(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x366c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3668(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3664(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d88(%rsp)
movl $0x10, 0x3d84(%rsp)
movq 0x3d88(%rsp), %rax
movslq 0x3d84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2100(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1586012
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2118(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x1586153
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq %rax, 0x4428(%rsp)
movq 0x4428(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15860f6
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4424(%rsp) # imm = 0xFFFFFFFF
movl 0x4424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4420(%rsp)
cmpl $0x1, 0x4420(%rsp)
jne 0x15860f6
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15860c4
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15860c2
jmp 0x15860f4
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4430(%rsp)
cmpq $0x0, 0x4430(%rsp)
je 0x15860f2
movq 0x4430(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15860f4
jmp 0x15860f6
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1586151
movq %rax, %rdi
callq 0x678a0
jmp 0x1586153
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x20d8(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rax
movq %rax, 0x4288(%rsp)
movq 0x4288(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1586244
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4284(%rsp) # imm = 0xFFFFFFFF
movl 0x4284(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4280(%rsp)
cmpl $0x1, 0x4280(%rsp)
jne 0x1586244
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1586212
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1586210
jmp 0x1586242
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4500(%rsp)
cmpq $0x0, 0x4500(%rsp)
je 0x1586240
movq 0x4500(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1586242
jmp 0x1586244
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158629f
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2088(%rsp), %rdx
movq %rdx, 0x2480(%rsp)
movq %rcx, 0x2478(%rsp)
movl %eax, 0x2474(%rsp)
movq 0x2478(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x2473(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2474(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2088(%rsp), %r10
movq %r10, 0x36a8(%rsp)
movl %r9d, 0x36a4(%rsp)
movl %r8d, 0x36a0(%rsp)
movl %edi, 0x369c(%rsp)
movq %rsi, 0x3690(%rsp)
movq %rdx, 0x3688(%rsp)
movl %ecx, 0x3684(%rsp)
movq %rax, 0x3678(%rsp)
movq 0x36a8(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x3690(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3688(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3684(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3678(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36a4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36a0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x369c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d78(%rsp)
movl $0x10, 0x3d74(%rsp)
movq 0x3d78(%rsp), %rax
movslq 0x3d74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x20b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158646b
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x20c8(%rsp)
movb $0x1, 0x2473(%rsp)
testb $0x1, 0x2473(%rsp)
jne 0x15865ac
leaq 0x2088(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq %rax, 0x4418(%rsp)
movq 0x4418(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158654f
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4414(%rsp) # imm = 0xFFFFFFFF
movl 0x4414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4410(%rsp)
cmpl $0x1, 0x4410(%rsp)
jne 0x158654f
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158651d
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158651b
jmp 0x158654d
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4438(%rsp)
cmpq $0x0, 0x4438(%rsp)
je 0x158654b
movq 0x4438(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158654d
jmp 0x158654f
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15865aa
movq %rax, %rdi
callq 0x678a0
jmp 0x15865ac
leaq 0x2088(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x2088(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rax
movq %rax, 0x4278(%rsp)
movq 0x4278(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158669d
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4274(%rsp) # imm = 0xFFFFFFFF
movl 0x4274(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4270(%rsp)
cmpl $0x1, 0x4270(%rsp)
jne 0x158669d
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158666b
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1586669
jmp 0x158669b
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4508(%rsp)
cmpq $0x0, 0x4508(%rsp)
je 0x1586699
movq 0x4508(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158669b
jmp 0x158669d
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15866f8
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2038(%rsp), %rdx
movq %rdx, 0x2a20(%rsp)
movq %rcx, 0x2a18(%rsp)
movl %eax, 0x2a14(%rsp)
movq 0x2a18(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x2a13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2038(%rsp), %r10
movq %r10, 0x3280(%rsp)
movl %r9d, 0x327c(%rsp)
movl %r8d, 0x3278(%rsp)
movl %edi, 0x3274(%rsp)
movq %rsi, 0x3268(%rsp)
movq %rdx, 0x3260(%rsp)
movl %ecx, 0x325c(%rsp)
movq %rax, 0x3250(%rsp)
movq 0x3280(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x3268(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3260(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x325c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3250(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x327c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3278(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3274(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ea8(%rsp)
movl $0x10, 0x3ea4(%rsp)
movq 0x3ea8(%rsp), %rax
movslq 0x3ea4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ea4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2060(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15868c4
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2078(%rsp)
movb $0x1, 0x2a13(%rsp)
testb $0x1, 0x2a13(%rsp)
jne 0x1586a05
leaq 0x2038(%rsp), %rax
movq %rax, 0x2a28(%rsp)
movq 0x2a28(%rsp), %rax
movq %rax, 0x3eb8(%rsp)
movq 0x3eb8(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15869a8
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3eb4(%rsp) # imm = 0xFFFFFFFF
movl 0x3eb4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3eb0(%rsp)
cmpl $0x1, 0x3eb0(%rsp)
jne 0x15869a8
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1586976
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1586974
jmp 0x15869a6
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46e8(%rsp)
cmpq $0x0, 0x46e8(%rsp)
je 0x15869a4
movq 0x46e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15869a6
jmp 0x15869a8
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1586a03
movq %rax, %rdi
callq 0x678a0
jmp 0x1586a05
leaq 0x2038(%rsp), %rax
movq %rax, 0x2ac8(%rsp)
movq 0x2ac8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x2038(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rax
movq %rax, 0x4268(%rsp)
movq 0x4268(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1586af6
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4264(%rsp) # imm = 0xFFFFFFFF
movl 0x4264(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4260(%rsp)
cmpl $0x1, 0x4260(%rsp)
jne 0x1586af6
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1586ac4
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1586ac2
jmp 0x1586af4
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4510(%rsp)
cmpq $0x0, 0x4510(%rsp)
je 0x1586af2
movq 0x4510(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1586af4
jmp 0x1586af6
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1586b51
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x2080(%rsp)
movl $0x0, 0x2034(%rsp)
movl 0x2034(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x1586ce5
movl $0x0, 0x2030(%rsp)
movl 0x2030(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1586ccd
movq 0x20d0(%rsp), %rax
movq %rax, 0x2bf8(%rsp)
movq 0x2bf8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x2000(%rsp)
movl $0x0, 0x1ffc(%rsp)
movl 0x1ffc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x1586ca3
movq 0x2120(%rsp), %rax
movq %rax, 0x2bf0(%rsp)
movq 0x2bf0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1fc0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1fc0(%rsp), %rsi
leaq 0x2000(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x1fa0(%rsp)
movq 0x2080(%rsp), %rax
vmovaps 0x1fa0(%rsp), %ymm0
movq %rax, 0x30f8(%rsp)
vmovaps %ymm0, 0x30c0(%rsp)
vmovaps 0x30c0(%rsp), %ymm0
movq 0x30f8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x2120(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2120(%rsp)
movq 0x2080(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2080(%rsp)
movl 0x1ffc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ffc(%rsp)
jmp 0x1586bcf
movq 0x20d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x20d0(%rsp)
movl 0x2030(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2030(%rsp)
jmp 0x1586b8b
jmp 0x1586ccf
movl 0x2034(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2034(%rsp)
jmp 0x1586b6c
jmp 0x1586ce7
movl 0x2128(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2128(%rsp)
jmp 0x1585e42
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15877e5
movl $0x0, 0x1f9c(%rsp)
movl 0x1f9c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15877d5
movq 0x2188(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1f48(%rsp), %rdx
movq %rdx, 0x2468(%rsp)
movq %rcx, 0x2460(%rsp)
movl %eax, 0x245c(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x245b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x245c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1f48(%rsp), %r10
movq %r10, 0x36e0(%rsp)
movl %r9d, 0x36dc(%rsp)
movl %r8d, 0x36d8(%rsp)
movl %edi, 0x36d4(%rsp)
movq %rsi, 0x36c8(%rsp)
movq %rdx, 0x36c0(%rsp)
movl %ecx, 0x36bc(%rsp)
movq %rax, 0x36b0(%rsp)
movq 0x36e0(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36c0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36bc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36b0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36dc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36d8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x36d4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d68(%rsp)
movl $0x10, 0x3d64(%rsp)
movq 0x3d68(%rsp), %rax
movslq 0x3d64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1586efa
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f88(%rsp)
movb $0x1, 0x245b(%rsp)
testb $0x1, 0x245b(%rsp)
jne 0x158703b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq %rax, 0x4408(%rsp)
movq 0x4408(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1586fde
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4404(%rsp) # imm = 0xFFFFFFFF
movl 0x4404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4400(%rsp)
cmpl $0x1, 0x4400(%rsp)
jne 0x1586fde
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1586fac
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1586faa
jmp 0x1586fdc
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4440(%rsp)
cmpq $0x0, 0x4440(%rsp)
je 0x1586fda
movq 0x4440(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1586fdc
jmp 0x1586fde
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1587039
movq %rax, %rdi
callq 0x678a0
jmp 0x158703b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1f48(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rax
movq %rax, 0x4258(%rsp)
movq 0x4258(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158712c
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4254(%rsp) # imm = 0xFFFFFFFF
movl 0x4254(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4250(%rsp)
cmpl $0x1, 0x4250(%rsp)
jne 0x158712c
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15870fa
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15870f8
jmp 0x158712a
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4518(%rsp)
cmpq $0x0, 0x4518(%rsp)
je 0x1587128
movq 0x4518(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158712a
jmp 0x158712c
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1587187
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1f90(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
movq %rcx, 0x3138(%rsp)
movl %eax, 0x3134(%rsp)
movq 0x3138(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3134(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1f40(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1ef0(%rsp), %rdx
movq %rdx, 0x2a00(%rsp)
movq %rcx, 0x29f8(%rsp)
movl %eax, 0x29f4(%rsp)
movq 0x29f8(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x29f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ef0(%rsp), %r10
movq %r10, 0x32b8(%rsp)
movl %r9d, 0x32b4(%rsp)
movl %r8d, 0x32b0(%rsp)
movl %edi, 0x32ac(%rsp)
movq %rsi, 0x32a0(%rsp)
movq %rdx, 0x3298(%rsp)
movl %ecx, 0x3294(%rsp)
movq %rax, 0x3288(%rsp)
movq 0x32b8(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x32a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3298(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3294(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3288(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x32b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x32b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x32ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e98(%rsp)
movl $0x10, 0x3e94(%rsp)
movq 0x3e98(%rsp), %rax
movslq 0x3e94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158739c
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f30(%rsp)
movb $0x1, 0x29f3(%rsp)
testb $0x1, 0x29f3(%rsp)
jne 0x15874dd
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2a08(%rsp)
movq 0x2a08(%rsp), %rax
movq %rax, 0x3ec8(%rsp)
movq 0x3ec8(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1587480
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ec4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ec4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ec0(%rsp)
cmpl $0x1, 0x3ec0(%rsp)
jne 0x1587480
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158744e
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158744c
jmp 0x158747e
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46e0(%rsp)
cmpq $0x0, 0x46e0(%rsp)
je 0x158747c
movq 0x46e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158747e
jmp 0x1587480
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15874db
movq %rax, %rdi
callq 0x678a0
jmp 0x15874dd
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2ac0(%rsp)
movq 0x2ac0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rax
movq %rax, 0x4248(%rsp)
movq 0x4248(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15875ce
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4244(%rsp) # imm = 0xFFFFFFFF
movl 0x4244(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4240(%rsp)
cmpl $0x1, 0x4240(%rsp)
jne 0x15875ce
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158759c
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158759a
jmp 0x15875cc
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4520(%rsp)
cmpq $0x0, 0x4520(%rsp)
je 0x15875ca
movq 0x4520(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15875cc
jmp 0x15875ce
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1587629
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1f38(%rsp)
movl $0x0, 0x1eec(%rsp)
movl 0x1eec(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x15877bd
movq 0x1f40(%rsp), %rax
movq %rax, 0x2be8(%rsp)
movq 0x2be8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1ec0(%rsp)
movl $0x0, 0x1ebc(%rsp)
movl 0x1ebc(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1587793
movl $0x0, 0x1eb8(%rsp)
movl 0x1eb8(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x158777b
movq 0x1f90(%rsp), %rax
movq %rax, 0x2be0(%rsp)
movq 0x2be0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1e80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1e80(%rsp), %rsi
leaq 0x1ec0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x1e60(%rsp)
movq 0x1f38(%rsp), %rax
vmovaps 0x1e60(%rsp), %ymm0
movq %rax, 0x30b8(%rsp)
vmovaps %ymm0, 0x3080(%rsp)
vmovaps 0x3080(%rsp), %ymm0
movq 0x30b8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1f90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f90(%rsp)
movq 0x1f38(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f38(%rsp)
movl 0x1eb8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eb8(%rsp)
jmp 0x15876a7
jmp 0x158777d
movl 0x1ebc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ebc(%rsp)
jmp 0x1587688
movq 0x1f40(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f40(%rsp)
movl 0x1eec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eec(%rsp)
jmp 0x1587644
jmp 0x15877bf
movl 0x1f9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1f9c(%rsp)
jmp 0x1586d2a
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1588264
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1587840
cmpl $0x1, 0x212c(%rsp)
jne 0x1587840
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162ea80
movl %eax, 0x2194(%rsp)
jmp 0x15950aa
movl $0x0, 0x1e5c(%rsp)
movl 0x1e5c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1588254
movq 0x2188(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1e08(%rsp), %rdx
movq %rdx, 0x2450(%rsp)
movq %rcx, 0x2448(%rsp)
movl %eax, 0x2444(%rsp)
movq 0x2448(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x2443(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2444(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e08(%rsp), %r10
movq %r10, 0x3718(%rsp)
movl %r9d, 0x3714(%rsp)
movl %r8d, 0x3710(%rsp)
movl %edi, 0x370c(%rsp)
movq %rsi, 0x3700(%rsp)
movq %rdx, 0x36f8(%rsp)
movl %ecx, 0x36f4(%rsp)
movq %rax, 0x36e8(%rsp)
movq 0x3718(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x3700(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36f8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36f4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36e8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3714(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3710(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x370c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d58(%rsp)
movl $0x10, 0x3d54(%rsp)
movq 0x3d58(%rsp), %rax
movslq 0x3d54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1e30(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1587a1b
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1e48(%rsp)
movb $0x1, 0x2443(%rsp)
testb $0x1, 0x2443(%rsp)
jne 0x1587b5c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq %rax, 0x43f8(%rsp)
movq 0x43f8(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1587aff
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43f4(%rsp) # imm = 0xFFFFFFFF
movl 0x43f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43f0(%rsp)
cmpl $0x1, 0x43f0(%rsp)
jne 0x1587aff
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1587acd
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1587acb
jmp 0x1587afd
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4448(%rsp)
cmpq $0x0, 0x4448(%rsp)
je 0x1587afb
movq 0x4448(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1587afd
jmp 0x1587aff
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1587b5a
movq %rax, %rdi
callq 0x678a0
jmp 0x1587b5c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x1e08(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rax
movq %rax, 0x4238(%rsp)
movq 0x4238(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1587c4d
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4234(%rsp) # imm = 0xFFFFFFFF
movl 0x4234(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4230(%rsp)
cmpl $0x1, 0x4230(%rsp)
jne 0x1587c4d
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1587c1b
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1587c19
jmp 0x1587c4b
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4528(%rsp)
cmpq $0x0, 0x4528(%rsp)
je 0x1587c49
movq 0x4528(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1587c4b
jmp 0x1587c4d
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1587ca8
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1e50(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movl 0x1e5c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2bd8(%rsp)
movq 0x2bd8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1de0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1d90(%rsp), %rdx
movq %rdx, 0x29e0(%rsp)
movq %rcx, 0x29d8(%rsp)
movl %eax, 0x29d4(%rsp)
movq 0x29d8(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x29d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1d90(%rsp), %r10
movq %r10, 0x32f0(%rsp)
movl %r9d, 0x32ec(%rsp)
movl %r8d, 0x32e8(%rsp)
movl %edi, 0x32e4(%rsp)
movq %rsi, 0x32d8(%rsp)
movq %rdx, 0x32d0(%rsp)
movl %ecx, 0x32cc(%rsp)
movq %rax, 0x32c0(%rsp)
movq 0x32f0(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x32d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x32d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x32cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x32c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x32ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x32e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x32e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e88(%rsp)
movl $0x10, 0x3e84(%rsp)
movq 0x3e88(%rsp), %rax
movslq 0x3e84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1db8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1587ec0
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1dd0(%rsp)
movb $0x1, 0x29d3(%rsp)
testb $0x1, 0x29d3(%rsp)
jne 0x1588001
leaq 0x1d90(%rsp), %rax
movq %rax, 0x29e8(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, 0x3ed8(%rsp)
movq 0x3ed8(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1587fa4
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ed4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ed4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ed0(%rsp)
cmpl $0x1, 0x3ed0(%rsp)
jne 0x1587fa4
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1587f72
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1587f70
jmp 0x1587fa2
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46d8(%rsp)
cmpq $0x0, 0x46d8(%rsp)
je 0x1587fa0
movq 0x46d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1587fa2
jmp 0x1587fa4
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1587fff
movq %rax, %rdi
callq 0x678a0
jmp 0x1588001
leaq 0x1d90(%rsp), %rax
movq %rax, 0x2ab8(%rsp)
movq 0x2ab8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1d90(%rsp), %rax
movq %rax, 0x26c0(%rsp)
movq 0x26c0(%rsp), %rax
movq %rax, 0x4228(%rsp)
movq 0x4228(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15880f2
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4224(%rsp) # imm = 0xFFFFFFFF
movl 0x4224(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4220(%rsp)
cmpl $0x1, 0x4220(%rsp)
jne 0x15880f2
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15880c0
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15880be
jmp 0x15880f0
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4530(%rsp)
cmpq $0x0, 0x4530(%rsp)
je 0x15880ee
movq 0x4530(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15880f0
jmp 0x15880f2
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158814d
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x1dd8(%rsp)
movl $0x0, 0x1d8c(%rsp)
movl 0x1d8c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x158823c
movq 0x1e50(%rsp), %rax
movq %rax, 0x2bd0(%rsp)
movq 0x2bd0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1d60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1d60(%rsp), %rsi
leaq 0x1de0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x1d40(%rsp)
movq 0x1dd8(%rsp), %rax
vmovaps 0x1d40(%rsp), %ymm0
movq %rax, 0x3078(%rsp)
vmovaps %ymm0, 0x3040(%rsp)
vmovaps 0x3040(%rsp), %ymm0
movq 0x3078(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1e50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1e50(%rsp)
movq 0x1dd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1dd8(%rsp)
movl 0x1d8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d8c(%rsp)
jmp 0x1588168
jmp 0x158823e
movl 0x1e5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1e5c(%rsp)
jmp 0x158784b
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
jmp 0x159509f
movq 0x2188(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1591c32
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1589230
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x158833d
movq 0x6e8(%rsp), %rax
movq %rax, 0x31c0(%rsp)
movq 0x31c0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x158834a
jmp 0x158835a
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0x1d3c(%rsp)
movl 0x1d3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1589220
movq 0x2188(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1ce8(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ce8(%rsp), %r10
movq %r10, 0x3750(%rsp)
movl %r9d, 0x374c(%rsp)
movl %r8d, 0x3748(%rsp)
movl %edi, 0x3744(%rsp)
movq %rsi, 0x3738(%rsp)
movq %rdx, 0x3730(%rsp)
movl %ecx, 0x372c(%rsp)
movq %rax, 0x3720(%rsp)
movq 0x3750(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3730(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x372c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3720(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x374c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3748(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3744(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d48(%rsp)
movl $0x10, 0x3d44(%rsp)
movq 0x3d48(%rsp), %rax
movslq 0x3d44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1d10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1588535
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d28(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x1588676
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq %rax, 0x43e8(%rsp)
movq 0x43e8(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1588619
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43e4(%rsp) # imm = 0xFFFFFFFF
movl 0x43e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43e0(%rsp)
cmpl $0x1, 0x43e0(%rsp)
jne 0x1588619
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15885e7
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15885e5
jmp 0x1588617
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4450(%rsp)
cmpq $0x0, 0x4450(%rsp)
je 0x1588615
movq 0x4450(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1588617
jmp 0x1588619
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1588674
movq %rax, %rdi
callq 0x678a0
jmp 0x1588676
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x26c8(%rsp)
movq 0x26c8(%rsp), %rax
movq %rax, 0x4218(%rsp)
movq 0x4218(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1588767
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4214(%rsp) # imm = 0xFFFFFFFF
movl 0x4214(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4210(%rsp)
cmpl $0x1, 0x4210(%rsp)
jne 0x1588767
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1588735
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1588733
jmp 0x1588765
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4538(%rsp)
cmpq $0x0, 0x4538(%rsp)
je 0x1588763
movq 0x4538(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1588765
jmp 0x1588767
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15887c2
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c98(%rsp), %rdx
movq %rdx, 0x2420(%rsp)
movq %rcx, 0x2418(%rsp)
movl %eax, 0x2414(%rsp)
movq 0x2418(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x2413(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2414(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c98(%rsp), %r10
movq %r10, 0x3788(%rsp)
movl %r9d, 0x3784(%rsp)
movl %r8d, 0x3780(%rsp)
movl %edi, 0x377c(%rsp)
movq %rsi, 0x3770(%rsp)
movq %rdx, 0x3768(%rsp)
movl %ecx, 0x3764(%rsp)
movq %rax, 0x3758(%rsp)
movq 0x3788(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x3770(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3768(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3764(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3758(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3784(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3780(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x377c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d38(%rsp)
movl $0x10, 0x3d34(%rsp)
movq 0x3d38(%rsp), %rax
movslq 0x3d34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1cc0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158898e
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1cd8(%rsp)
movb $0x1, 0x2413(%rsp)
testb $0x1, 0x2413(%rsp)
jne 0x1588acf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq %rax, 0x43d8(%rsp)
movq 0x43d8(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1588a72
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43d4(%rsp) # imm = 0xFFFFFFFF
movl 0x43d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43d0(%rsp)
cmpl $0x1, 0x43d0(%rsp)
jne 0x1588a72
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1588a40
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1588a3e
jmp 0x1588a70
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4458(%rsp)
cmpq $0x0, 0x4458(%rsp)
je 0x1588a6e
movq 0x4458(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1588a70
jmp 0x1588a72
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1588acd
movq %rax, %rdi
callq 0x678a0
jmp 0x1588acf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1c98(%rsp), %rax
movq %rax, 0x26d0(%rsp)
movq 0x26d0(%rsp), %rax
movq %rax, 0x4208(%rsp)
movq 0x4208(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1588bc0
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4204(%rsp) # imm = 0xFFFFFFFF
movl 0x4204(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4200(%rsp)
cmpl $0x1, 0x4200(%rsp)
jne 0x1588bc0
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1588b8e
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1588b8c
jmp 0x1588bbe
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4540(%rsp)
cmpq $0x0, 0x4540(%rsp)
je 0x1588bbc
movq 0x4540(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1588bbe
jmp 0x1588bc0
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1588c1b
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c48(%rsp), %rdx
movq %rdx, 0x29c0(%rsp)
movq %rcx, 0x29b8(%rsp)
movl %eax, 0x29b4(%rsp)
movq 0x29b8(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x29b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c48(%rsp), %r10
movq %r10, 0x3328(%rsp)
movl %r9d, 0x3324(%rsp)
movl %r8d, 0x3320(%rsp)
movl %edi, 0x331c(%rsp)
movq %rsi, 0x3310(%rsp)
movq %rdx, 0x3308(%rsp)
movl %ecx, 0x3304(%rsp)
movq %rax, 0x32f8(%rsp)
movq 0x3328(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x3310(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3308(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3304(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x32f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3324(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3320(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x331c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e78(%rsp)
movl $0x10, 0x3e74(%rsp)
movq 0x3e78(%rsp), %rax
movslq 0x3e74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1588de7
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c88(%rsp)
movb $0x1, 0x29b3(%rsp)
testb $0x1, 0x29b3(%rsp)
jne 0x1588f28
leaq 0x1c48(%rsp), %rax
movq %rax, 0x29c8(%rsp)
movq 0x29c8(%rsp), %rax
movq %rax, 0x3ee8(%rsp)
movq 0x3ee8(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1588ecb
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ee4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ee4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ee0(%rsp)
cmpl $0x1, 0x3ee0(%rsp)
jne 0x1588ecb
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1588e99
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1588e97
jmp 0x1588ec9
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46d0(%rsp)
cmpq $0x0, 0x46d0(%rsp)
je 0x1588ec7
movq 0x46d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1588ec9
jmp 0x1588ecb
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1588f26
movq %rax, %rdi
callq 0x678a0
jmp 0x1588f28
leaq 0x1c48(%rsp), %rax
movq %rax, 0x2ab0(%rsp)
movq 0x2ab0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1c48(%rsp), %rax
movq %rax, 0x26d8(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, 0x41f8(%rsp)
movq 0x41f8(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1589019
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41f4(%rsp) # imm = 0xFFFFFFFF
movl 0x41f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41f0(%rsp)
cmpl $0x1, 0x41f0(%rsp)
jne 0x1589019
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1588fe7
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1588fe5
jmp 0x1589017
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4548(%rsp)
cmpq $0x0, 0x4548(%rsp)
je 0x1589015
movq 0x4548(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1589017
jmp 0x1589019
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1589074
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1c90(%rsp)
movl $0x0, 0x1c44(%rsp)
movl 0x1c44(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x1589208
movl $0x0, 0x1c40(%rsp)
movl 0x1c40(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15891f0
movq 0x1d30(%rsp), %rax
movq %rax, 0x2bc8(%rsp)
movq 0x2bc8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1c20(%rsp)
movl $0x0, 0x1c1c(%rsp)
movl 0x1c1c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15891c6
movq 0x1ce0(%rsp), %rax
movq %rax, 0x2bc0(%rsp)
movq 0x2bc0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1be0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1c20(%rsp), %rsi
leaq 0x1be0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x1bc0(%rsp)
movq 0x1c90(%rsp), %rax
vmovaps 0x1bc0(%rsp), %ymm0
movq %rax, 0x3038(%rsp)
vmovaps %ymm0, 0x3000(%rsp)
vmovaps 0x3000(%rsp), %ymm0
movq 0x3038(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1ce0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1c90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c90(%rsp)
movl 0x1c1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c1c(%rsp)
jmp 0x15890f2
movq 0x1d30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d30(%rsp)
movl 0x1c40(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c40(%rsp)
jmp 0x15890ae
jmp 0x15891f2
movl 0x1c44(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c44(%rsp)
jmp 0x158908f
jmp 0x158920a
movl 0x1d3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d3c(%rsp)
jmp 0x1588365
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x159064d
cmpl $0x1, 0x2148(%rsp)
jne 0x158a188
cmpl $0x1, 0x2144(%rsp)
jne 0x158a188
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x158a188
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x1589315
movq 0x660(%rsp), %rax
movq %rax, 0x31c8(%rsp)
movq 0x31c8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x1589322
jmp 0x1589332
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0x1bbc(%rsp)
movl 0x1bbc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x158a178
movq 0x2188(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b68(%rsp), %rdx
movq %rdx, 0x2408(%rsp)
movq %rcx, 0x2400(%rsp)
movl %eax, 0x23fc(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x23fb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23fc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b68(%rsp), %r10
movq %r10, 0x37c0(%rsp)
movl %r9d, 0x37bc(%rsp)
movl %r8d, 0x37b8(%rsp)
movl %edi, 0x37b4(%rsp)
movq %rsi, 0x37a8(%rsp)
movq %rdx, 0x37a0(%rsp)
movl %ecx, 0x379c(%rsp)
movq %rax, 0x3790(%rsp)
movq 0x37c0(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37a0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x379c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3790(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37bc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37b8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37b4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d28(%rsp)
movl $0x10, 0x3d24(%rsp)
movq 0x3d28(%rsp), %rax
movslq 0x3d24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b90(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158950d
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ba8(%rsp)
movb $0x1, 0x23fb(%rsp)
testb $0x1, 0x23fb(%rsp)
jne 0x158964e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq %rax, 0x43c8(%rsp)
movq 0x43c8(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15895f1
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43c4(%rsp) # imm = 0xFFFFFFFF
movl 0x43c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43c0(%rsp)
cmpl $0x1, 0x43c0(%rsp)
jne 0x15895f1
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15895bf
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15895bd
jmp 0x15895ef
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4460(%rsp)
cmpq $0x0, 0x4460(%rsp)
je 0x15895ed
movq 0x4460(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15895ef
jmp 0x15895f1
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158964c
movq %rax, %rdi
callq 0x678a0
jmp 0x158964e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1b68(%rsp), %rax
movq %rax, 0x26e0(%rsp)
movq 0x26e0(%rsp), %rax
movq %rax, 0x41e8(%rsp)
movq 0x41e8(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158973f
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41e4(%rsp) # imm = 0xFFFFFFFF
movl 0x41e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41e0(%rsp)
cmpl $0x1, 0x41e0(%rsp)
jne 0x158973f
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158970d
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158970b
jmp 0x158973d
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4550(%rsp)
cmpq $0x0, 0x4550(%rsp)
je 0x158973b
movq 0x4550(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158973d
jmp 0x158973f
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158979a
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x1bb0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b18(%rsp), %rdx
movq %rdx, 0x23f0(%rsp)
movq %rcx, 0x23e8(%rsp)
movl %eax, 0x23e4(%rsp)
movq 0x23e8(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x23e3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23e4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b18(%rsp), %r10
movq %r10, 0x37f8(%rsp)
movl %r9d, 0x37f4(%rsp)
movl %r8d, 0x37f0(%rsp)
movl %edi, 0x37ec(%rsp)
movq %rsi, 0x37e0(%rsp)
movq %rdx, 0x37d8(%rsp)
movl %ecx, 0x37d4(%rsp)
movq %rax, 0x37c8(%rsp)
movq 0x37f8(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x37e0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37d8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x37d4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x37c8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37f4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37f0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37ec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d18(%rsp)
movl $0x10, 0x3d14(%rsp)
movq 0x3d18(%rsp), %rax
movslq 0x3d14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b40(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1589966
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b58(%rsp)
movb $0x1, 0x23e3(%rsp)
testb $0x1, 0x23e3(%rsp)
jne 0x1589aa7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq %rax, 0x43b8(%rsp)
movq 0x43b8(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1589a4a
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43b4(%rsp) # imm = 0xFFFFFFFF
movl 0x43b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43b0(%rsp)
cmpl $0x1, 0x43b0(%rsp)
jne 0x1589a4a
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1589a18
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1589a16
jmp 0x1589a48
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4468(%rsp)
cmpq $0x0, 0x4468(%rsp)
je 0x1589a46
movq 0x4468(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1589a48
jmp 0x1589a4a
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1589aa5
movq %rax, %rdi
callq 0x678a0
jmp 0x1589aa7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1b18(%rsp), %rax
movq %rax, 0x26e8(%rsp)
movq 0x26e8(%rsp), %rax
movq %rax, 0x41d8(%rsp)
movq 0x41d8(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1589b98
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41d4(%rsp) # imm = 0xFFFFFFFF
movl 0x41d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41d0(%rsp)
cmpl $0x1, 0x41d0(%rsp)
jne 0x1589b98
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1589b66
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1589b64
jmp 0x1589b96
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4558(%rsp)
cmpq $0x0, 0x4558(%rsp)
je 0x1589b94
movq 0x4558(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1589b96
jmp 0x1589b98
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1589bf3
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1b60(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x29a0(%rsp)
movq %rcx, 0x2998(%rsp)
movl %eax, 0x2994(%rsp)
movq 0x2998(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x2993(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2994(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x3360(%rsp)
movl %r9d, 0x335c(%rsp)
movl %r8d, 0x3358(%rsp)
movl %edi, 0x3354(%rsp)
movq %rsi, 0x3348(%rsp)
movq %rdx, 0x3340(%rsp)
movl %ecx, 0x333c(%rsp)
movq %rax, 0x3330(%rsp)
movq 0x3360(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3340(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x333c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3330(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x335c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3358(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3354(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e68(%rsp)
movl $0x10, 0x3e64(%rsp)
movq 0x3e68(%rsp), %rax
movslq 0x3e64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1589dbf
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x2993(%rsp)
testb $0x1, 0x2993(%rsp)
jne 0x1589f00
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x29a8(%rsp)
movq 0x29a8(%rsp), %rax
movq %rax, 0x3ef8(%rsp)
movq 0x3ef8(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1589ea3
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ef4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ef4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ef0(%rsp)
cmpl $0x1, 0x3ef0(%rsp)
jne 0x1589ea3
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1589e71
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1589e6f
jmp 0x1589ea1
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46c8(%rsp)
cmpq $0x0, 0x46c8(%rsp)
je 0x1589e9f
movq 0x46c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1589ea1
jmp 0x1589ea3
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1589efe
movq %rax, %rdi
callq 0x678a0
jmp 0x1589f00
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2aa8(%rsp)
movq 0x2aa8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x26f0(%rsp)
movq 0x26f0(%rsp), %rax
movq %rax, 0x41c8(%rsp)
movq 0x41c8(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1589ff1
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41c4(%rsp) # imm = 0xFFFFFFFF
movl 0x41c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41c0(%rsp)
cmpl $0x1, 0x41c0(%rsp)
jne 0x1589ff1
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1589fbf
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1589fbd
jmp 0x1589fef
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4560(%rsp)
cmpq $0x0, 0x4560(%rsp)
je 0x1589fed
movq 0x4560(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1589fef
jmp 0x1589ff1
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158a04c
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1b60(%rsp), %rax
movq %rax, 0x2bb8(%rsp)
movq 0x2bb8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1aa0(%rsp)
movl $0x0, 0x1a9c(%rsp)
movl 0x1a9c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x158a160
movq 0x1bb0(%rsp), %rax
movq %rax, 0x2bb0(%rsp)
movq 0x2bb0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1a60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1a60(%rsp), %rsi
leaq 0x1aa0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x1a40(%rsp)
movq 0x1b10(%rsp), %rax
vmovaps 0x1a40(%rsp), %ymm0
movq %rax, 0x2ff8(%rsp)
vmovaps %ymm0, 0x2fc0(%rsp)
vmovaps 0x2fc0(%rsp), %ymm0
movq 0x2ff8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1bb0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1bb0(%rsp)
movq 0x1b10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b10(%rsp)
movl 0x1a9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a9c(%rsp)
jmp 0x158a08c
jmp 0x158a162
movl 0x1bbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1bbc(%rsp)
jmp 0x158933d
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x158ace5
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x158ace5
cmpl $0x1, 0x213c(%rsp)
jne 0x158ace5
cmpl $0x1, 0x212c(%rsp)
jne 0x158ace5
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x158a26f
movq 0x5d8(%rsp), %rax
movq %rax, 0x31d0(%rsp)
movq 0x31d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x158a27c
jmp 0x158a28c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0x1a3c(%rsp)
movl 0x1a3c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x158acd5
movq 0x2188(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x19e8(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19e8(%rsp), %r10
movq %r10, 0x3830(%rsp)
movl %r9d, 0x382c(%rsp)
movl %r8d, 0x3828(%rsp)
movl %edi, 0x3824(%rsp)
movq %rsi, 0x3818(%rsp)
movq %rdx, 0x3810(%rsp)
movl %ecx, 0x380c(%rsp)
movq %rax, 0x3800(%rsp)
movq 0x3830(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3810(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x380c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3800(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x382c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3828(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3824(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d08(%rsp)
movl $0x10, 0x3d04(%rsp)
movq 0x3d08(%rsp), %rax
movslq 0x3d04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158a467
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a28(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x158a5a8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq %rax, 0x43a8(%rsp)
movq 0x43a8(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158a54b
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43a4(%rsp) # imm = 0xFFFFFFFF
movl 0x43a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43a0(%rsp)
cmpl $0x1, 0x43a0(%rsp)
jne 0x158a54b
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158a519
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158a517
jmp 0x158a549
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4470(%rsp)
cmpq $0x0, 0x4470(%rsp)
je 0x158a547
movq 0x4470(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158a549
jmp 0x158a54b
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158a5a6
movq %rax, %rdi
callq 0x678a0
jmp 0x158a5a8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x19e8(%rsp), %rax
movq %rax, 0x26f8(%rsp)
movq 0x26f8(%rsp), %rax
movq %rax, 0x41b8(%rsp)
movq 0x41b8(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158a699
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41b4(%rsp) # imm = 0xFFFFFFFF
movl 0x41b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41b0(%rsp)
cmpl $0x1, 0x41b0(%rsp)
jne 0x158a699
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158a667
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158a665
jmp 0x158a697
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4568(%rsp)
cmpq $0x0, 0x4568(%rsp)
je 0x158a695
movq 0x4568(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158a697
jmp 0x158a699
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158a6f4
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x1a30(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x19e0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x1990(%rsp), %rdx
movq %rdx, 0x2980(%rsp)
movq %rcx, 0x2978(%rsp)
movl %eax, 0x2974(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x2973(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2974(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1990(%rsp), %r10
movq %r10, 0x3398(%rsp)
movl %r9d, 0x3394(%rsp)
movl %r8d, 0x3390(%rsp)
movl %edi, 0x338c(%rsp)
movq %rsi, 0x3380(%rsp)
movq %rdx, 0x3378(%rsp)
movl %ecx, 0x3374(%rsp)
movq %rax, 0x3368(%rsp)
movq 0x3398(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x3380(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3378(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3374(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3368(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3394(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3390(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x338c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e58(%rsp)
movl $0x10, 0x3e54(%rsp)
movq 0x3e58(%rsp), %rax
movslq 0x3e54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158a8e3
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19d0(%rsp)
movb $0x1, 0x2973(%rsp)
testb $0x1, 0x2973(%rsp)
jne 0x158aa24
leaq 0x1990(%rsp), %rax
movq %rax, 0x2988(%rsp)
movq 0x2988(%rsp), %rax
movq %rax, 0x3f08(%rsp)
movq 0x3f08(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158a9c7
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f04(%rsp) # imm = 0xFFFFFFFF
movl 0x3f04(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f00(%rsp)
cmpl $0x1, 0x3f00(%rsp)
jne 0x158a9c7
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158a995
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158a993
jmp 0x158a9c5
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46c0(%rsp)
cmpq $0x0, 0x46c0(%rsp)
je 0x158a9c3
movq 0x46c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158a9c5
jmp 0x158a9c7
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158aa22
movq %rax, %rdi
callq 0x678a0
jmp 0x158aa24
leaq 0x1990(%rsp), %rax
movq %rax, 0x2aa0(%rsp)
movq 0x2aa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1990(%rsp), %rax
movq %rax, 0x2700(%rsp)
movq 0x2700(%rsp), %rax
movq %rax, 0x41a8(%rsp)
movq 0x41a8(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158ab15
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41a4(%rsp) # imm = 0xFFFFFFFF
movl 0x41a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41a0(%rsp)
cmpl $0x1, 0x41a0(%rsp)
jne 0x158ab15
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158aae3
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158aae1
jmp 0x158ab13
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4570(%rsp)
cmpq $0x0, 0x4570(%rsp)
je 0x158ab11
movq 0x4570(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158ab13
jmp 0x158ab15
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158ab70
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x19d8(%rsp)
movl $0x0, 0x198c(%rsp)
movl 0x198c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x158acbd
movq 0x1a30(%rsp), %rax
movq %rax, 0x2ba8(%rsp)
movq 0x2ba8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1960(%rsp)
movq 0x19e0(%rsp), %rax
movq %rax, 0x31b0(%rsp)
movq 0x31b0(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x31ac(%rsp)
vbroadcastss 0x31ac(%rsp), %ymm0
vmovaps %ymm0, 0x3180(%rsp)
vmovaps 0x3180(%rsp), %ymm0
vmovaps %ymm0, 0x1940(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1960(%rsp), %rsi
leaq 0x1940(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x1920(%rsp)
movq 0x19d8(%rsp), %rax
vmovaps 0x1920(%rsp), %ymm0
movq %rax, 0x2fb8(%rsp)
vmovaps %ymm0, 0x2f80(%rsp)
vmovaps 0x2f80(%rsp), %ymm0
movq 0x2fb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1a30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1a30(%rsp)
movq 0x19e0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x19e0(%rsp)
movq 0x19d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x19d8(%rsp)
movl 0x198c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x198c(%rsp)
jmp 0x158ab8b
jmp 0x158acbf
movl 0x1a3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a3c(%rsp)
jmp 0x158a297
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
cmpl $0x1, 0x2168(%rsp)
jne 0x158bc2b
cmpl $0x1, 0x2164(%rsp)
jne 0x158bc2b
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x158bc2b
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x158adb8
movq 0x578(%rsp), %rax
movq %rax, 0x31d8(%rsp)
movq 0x31d8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x158adc5
jmp 0x158add5
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0x191c(%rsp)
movl 0x191c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x158bc1b
movq 0x2188(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x18c8(%rsp), %rdx
movq %rdx, 0x23c0(%rsp)
movq %rcx, 0x23b8(%rsp)
movl %eax, 0x23b4(%rsp)
movq 0x23b8(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x23b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18c8(%rsp), %r10
movq %r10, 0x3868(%rsp)
movl %r9d, 0x3864(%rsp)
movl %r8d, 0x3860(%rsp)
movl %edi, 0x385c(%rsp)
movq %rsi, 0x3850(%rsp)
movq %rdx, 0x3848(%rsp)
movl %ecx, 0x3844(%rsp)
movq %rax, 0x3838(%rsp)
movq 0x3868(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x3850(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3848(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3844(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3838(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3864(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3860(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x385c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cf8(%rsp)
movl $0x10, 0x3cf4(%rsp)
movq 0x3cf8(%rsp), %rax
movslq 0x3cf4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cf4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158afb0
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1908(%rsp)
movb $0x1, 0x23b3(%rsp)
testb $0x1, 0x23b3(%rsp)
jne 0x158b0f1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2608(%rsp)
movq 0x2608(%rsp), %rax
movq %rax, 0x4398(%rsp)
movq 0x4398(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158b094
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4394(%rsp) # imm = 0xFFFFFFFF
movl 0x4394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4390(%rsp)
cmpl $0x1, 0x4390(%rsp)
jne 0x158b094
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158b062
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158b060
jmp 0x158b092
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4478(%rsp)
cmpq $0x0, 0x4478(%rsp)
je 0x158b090
movq 0x4478(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158b092
jmp 0x158b094
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158b0ef
movq %rax, %rdi
callq 0x678a0
jmp 0x158b0f1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2708(%rsp)
movq 0x2708(%rsp), %rax
movq %rax, 0x4198(%rsp)
movq 0x4198(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158b1e2
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4194(%rsp) # imm = 0xFFFFFFFF
movl 0x4194(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4190(%rsp)
cmpl $0x1, 0x4190(%rsp)
jne 0x158b1e2
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158b1b0
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158b1ae
jmp 0x158b1e0
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4578(%rsp)
cmpq $0x0, 0x4578(%rsp)
je 0x158b1de
movq 0x4578(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158b1e0
jmp 0x158b1e2
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158b23d
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x1910(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1878(%rsp), %rdx
movq %rdx, 0x23a8(%rsp)
movq %rcx, 0x23a0(%rsp)
movl %eax, 0x239c(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x239b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x239c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1878(%rsp), %r10
movq %r10, 0x38a0(%rsp)
movl %r9d, 0x389c(%rsp)
movl %r8d, 0x3898(%rsp)
movl %edi, 0x3894(%rsp)
movq %rsi, 0x3888(%rsp)
movq %rdx, 0x3880(%rsp)
movl %ecx, 0x387c(%rsp)
movq %rax, 0x3870(%rsp)
movq 0x38a0(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3880(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x387c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3870(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x389c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3898(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3894(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ce8(%rsp)
movl $0x10, 0x3ce4(%rsp)
movq 0x3ce8(%rsp), %rax
movslq 0x3ce4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ce4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158b409
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18b8(%rsp)
movb $0x1, 0x239b(%rsp)
testb $0x1, 0x239b(%rsp)
jne 0x158b54a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2610(%rsp)
movq 0x2610(%rsp), %rax
movq %rax, 0x4388(%rsp)
movq 0x4388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158b4ed
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4384(%rsp) # imm = 0xFFFFFFFF
movl 0x4384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4380(%rsp)
cmpl $0x1, 0x4380(%rsp)
jne 0x158b4ed
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158b4bb
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158b4b9
jmp 0x158b4eb
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4480(%rsp)
cmpq $0x0, 0x4480(%rsp)
je 0x158b4e9
movq 0x4480(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158b4eb
jmp 0x158b4ed
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158b548
movq %rax, %rdi
callq 0x678a0
jmp 0x158b54a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2558(%rsp)
movq 0x2558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1878(%rsp), %rax
movq %rax, 0x2710(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, 0x4188(%rsp)
movq 0x4188(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158b63b
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4184(%rsp) # imm = 0xFFFFFFFF
movl 0x4184(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4180(%rsp)
cmpl $0x1, 0x4180(%rsp)
jne 0x158b63b
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158b609
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158b607
jmp 0x158b639
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4580(%rsp)
cmpq $0x0, 0x4580(%rsp)
je 0x158b637
movq 0x4580(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158b639
jmp 0x158b63b
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158b696
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x18c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1828(%rsp), %rdx
movq %rdx, 0x2960(%rsp)
movq %rcx, 0x2958(%rsp)
movl %eax, 0x2954(%rsp)
movq 0x2958(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x2953(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2954(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1828(%rsp), %r10
movq %r10, 0x33d0(%rsp)
movl %r9d, 0x33cc(%rsp)
movl %r8d, 0x33c8(%rsp)
movl %edi, 0x33c4(%rsp)
movq %rsi, 0x33b8(%rsp)
movq %rdx, 0x33b0(%rsp)
movl %ecx, 0x33ac(%rsp)
movq %rax, 0x33a0(%rsp)
movq 0x33d0(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x33c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e48(%rsp)
movl $0x10, 0x3e44(%rsp)
movq 0x3e48(%rsp), %rax
movslq 0x3e44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1850(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158b862
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1868(%rsp)
movb $0x1, 0x2953(%rsp)
testb $0x1, 0x2953(%rsp)
jne 0x158b9a3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2968(%rsp)
movq 0x2968(%rsp), %rax
movq %rax, 0x3f18(%rsp)
movq 0x3f18(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158b946
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f14(%rsp) # imm = 0xFFFFFFFF
movl 0x3f14(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f10(%rsp)
cmpl $0x1, 0x3f10(%rsp)
jne 0x158b946
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158b914
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158b912
jmp 0x158b944
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46b8(%rsp)
cmpq $0x0, 0x46b8(%rsp)
je 0x158b942
movq 0x46b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158b944
jmp 0x158b946
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158b9a1
movq %rax, %rdi
callq 0x678a0
jmp 0x158b9a3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2a98(%rsp)
movq 0x2a98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x1828(%rsp), %rax
movq %rax, 0x2718(%rsp)
movq 0x2718(%rsp), %rax
movq %rax, 0x4178(%rsp)
movq 0x4178(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158ba94
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4174(%rsp) # imm = 0xFFFFFFFF
movl 0x4174(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4170(%rsp)
cmpl $0x1, 0x4170(%rsp)
jne 0x158ba94
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158ba62
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158ba60
jmp 0x158ba92
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4588(%rsp)
cmpq $0x0, 0x4588(%rsp)
je 0x158ba90
movq 0x4588(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158ba92
jmp 0x158ba94
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158baef
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1870(%rsp)
movq 0x1910(%rsp), %rax
movq %rax, 0x2ba0(%rsp)
movq 0x2ba0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1800(%rsp)
movl $0x0, 0x17fc(%rsp)
movl 0x17fc(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x158bc03
movq 0x18c0(%rsp), %rax
movq %rax, 0x2b98(%rsp)
movq 0x2b98(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x17c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1800(%rsp), %rsi
leaq 0x17c0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x17a0(%rsp)
movq 0x1870(%rsp), %rax
vmovaps 0x17a0(%rsp), %ymm0
movq %rax, 0x2f78(%rsp)
vmovaps %ymm0, 0x2f40(%rsp)
vmovaps 0x2f40(%rsp), %ymm0
movq 0x2f78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x18c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x18c0(%rsp)
movq 0x1870(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1870(%rsp)
movl 0x17fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17fc(%rsp)
jmp 0x158bb2f
jmp 0x158bc05
movl 0x191c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x191c(%rsp)
jmp 0x158ade0
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x158c788
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x158c788
cmpl $0x1, 0x215c(%rsp)
jne 0x158c788
cmpl $0x1, 0x214c(%rsp)
jne 0x158c788
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x158bd12
movq 0x4f0(%rsp), %rax
movq %rax, 0x31e0(%rsp)
movq 0x31e0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x158bd1f
jmp 0x158bd2f
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0x179c(%rsp)
movl 0x179c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x158c778
movq 0x2188(%rsp), %rax
movq %rax, 0x2550(%rsp)
movq 0x2550(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1790(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x1740(%rsp), %rdx
movq %rdx, 0x2390(%rsp)
movq %rcx, 0x2388(%rsp)
movl %eax, 0x2384(%rsp)
movq 0x2388(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x2383(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2384(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1740(%rsp), %r10
movq %r10, 0x38d8(%rsp)
movl %r9d, 0x38d4(%rsp)
movl %r8d, 0x38d0(%rsp)
movl %edi, 0x38cc(%rsp)
movq %rsi, 0x38c0(%rsp)
movq %rdx, 0x38b8(%rsp)
movl %ecx, 0x38b4(%rsp)
movq %rax, 0x38a8(%rsp)
movq 0x38d8(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x38c0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38b8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38b4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38a8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x38d4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x38d0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x38cc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cd8(%rsp)
movl $0x10, 0x3cd4(%rsp)
movq 0x3cd8(%rsp), %rax
movslq 0x3cd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1768(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158bf2d
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1780(%rsp)
movb $0x1, 0x2383(%rsp)
testb $0x1, 0x2383(%rsp)
jne 0x158c06e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2618(%rsp)
movq 0x2618(%rsp), %rax
movq %rax, 0x4378(%rsp)
movq 0x4378(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158c011
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4374(%rsp) # imm = 0xFFFFFFFF
movl 0x4374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4370(%rsp)
cmpl $0x1, 0x4370(%rsp)
jne 0x158c011
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158bfdf
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158bfdd
jmp 0x158c00f
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4488(%rsp)
cmpq $0x0, 0x4488(%rsp)
je 0x158c00d
movq 0x4488(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158c00f
jmp 0x158c011
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158c06c
movq %rax, %rdi
callq 0x678a0
jmp 0x158c06e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2548(%rsp)
movq 0x2548(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1740(%rsp), %rax
movq %rax, 0x2720(%rsp)
movq 0x2720(%rsp), %rax
movq %rax, 0x4168(%rsp)
movq 0x4168(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158c15f
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4164(%rsp) # imm = 0xFFFFFFFF
movl 0x4164(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4160(%rsp)
cmpl $0x1, 0x4160(%rsp)
jne 0x158c15f
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158c12d
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158c12b
jmp 0x158c15d
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4590(%rsp)
cmpq $0x0, 0x4590(%rsp)
je 0x158c15b
movq 0x4590(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158c15d
jmp 0x158c15f
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158c1ba
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1788(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x16f0(%rsp), %rdx
movq %rdx, 0x2940(%rsp)
movq %rcx, 0x2938(%rsp)
movl %eax, 0x2934(%rsp)
movq 0x2938(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x2933(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2934(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f0(%rsp), %r10
movq %r10, 0x3408(%rsp)
movl %r9d, 0x3404(%rsp)
movl %r8d, 0x3400(%rsp)
movl %edi, 0x33fc(%rsp)
movq %rsi, 0x33f0(%rsp)
movq %rdx, 0x33e8(%rsp)
movl %ecx, 0x33e4(%rsp)
movq %rax, 0x33d8(%rsp)
movq 0x3408(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x33f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3404(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3400(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e38(%rsp)
movl $0x10, 0x3e34(%rsp)
movq 0x3e38(%rsp), %rax
movslq 0x3e34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1718(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158c386
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1730(%rsp)
movb $0x1, 0x2933(%rsp)
testb $0x1, 0x2933(%rsp)
jne 0x158c4c7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2948(%rsp)
movq 0x2948(%rsp), %rax
movq %rax, 0x3f28(%rsp)
movq 0x3f28(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158c46a
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f24(%rsp) # imm = 0xFFFFFFFF
movl 0x3f24(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f20(%rsp)
cmpl $0x1, 0x3f20(%rsp)
jne 0x158c46a
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158c438
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158c436
jmp 0x158c468
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46b0(%rsp)
cmpq $0x0, 0x46b0(%rsp)
je 0x158c466
movq 0x46b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158c468
jmp 0x158c46a
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158c4c5
movq %rax, %rdi
callq 0x678a0
jmp 0x158c4c7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2a90(%rsp)
movq 0x2a90(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2728(%rsp)
movq 0x2728(%rsp), %rax
movq %rax, 0x4158(%rsp)
movq 0x4158(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158c5b8
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4154(%rsp) # imm = 0xFFFFFFFF
movl 0x4154(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4150(%rsp)
cmpl $0x1, 0x4150(%rsp)
jne 0x158c5b8
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158c586
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158c584
jmp 0x158c5b6
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4598(%rsp)
cmpq $0x0, 0x4598(%rsp)
je 0x158c5b4
movq 0x4598(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158c5b6
jmp 0x158c5b8
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158c613
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1738(%rsp)
movl $0x0, 0x16ec(%rsp)
movl 0x16ec(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x158c760
movq 0x1790(%rsp), %rax
movq %rax, 0x3178(%rsp)
movq 0x3178(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3174(%rsp)
vbroadcastss 0x3174(%rsp), %ymm0
vmovaps %ymm0, 0x3140(%rsp)
vmovaps 0x3140(%rsp), %ymm0
vmovaps %ymm0, 0x16c0(%rsp)
movq 0x1788(%rsp), %rax
movq %rax, 0x2b90(%rsp)
movq 0x2b90(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x16a0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16a0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x1680(%rsp)
movq 0x1738(%rsp), %rax
vmovaps 0x1680(%rsp), %ymm0
movq %rax, 0x2f38(%rsp)
vmovaps %ymm0, 0x2f00(%rsp)
vmovaps 0x2f00(%rsp), %ymm0
movq 0x2f38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1790(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1790(%rsp)
movq 0x1788(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1788(%rsp)
movq 0x1738(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1738(%rsp)
movl 0x16ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ec(%rsp)
jmp 0x158c62e
jmp 0x158c762
movl 0x179c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x179c(%rsp)
jmp 0x158bd3a
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
cmpl $0x1, 0x2168(%rsp)
je 0x158d72d
cmpl $0x1, 0x2148(%rsp)
jne 0x158d72d
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x158d72d
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x158d72d
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x158c86f
movq 0x490(%rsp), %rax
movq %rax, 0x31e8(%rsp)
movq 0x31e8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x158c87c
jmp 0x158c88c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0x167c(%rsp)
movl 0x167c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x158d71d
movq 0x2188(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1628(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1628(%rsp), %r10
movq %r10, 0x3910(%rsp)
movl %r9d, 0x390c(%rsp)
movl %r8d, 0x3908(%rsp)
movl %edi, 0x3904(%rsp)
movq %rsi, 0x38f8(%rsp)
movq %rdx, 0x38f0(%rsp)
movl %ecx, 0x38ec(%rsp)
movq %rax, 0x38e0(%rsp)
movq 0x3910(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x38f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x390c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3908(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3904(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cc8(%rsp)
movl $0x10, 0x3cc4(%rsp)
movq 0x3cc8(%rsp), %rax
movslq 0x3cc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1650(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158ca67
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1668(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x158cba8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2620(%rsp)
movq 0x2620(%rsp), %rax
movq %rax, 0x4368(%rsp)
movq 0x4368(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158cb4b
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4364(%rsp) # imm = 0xFFFFFFFF
movl 0x4364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4360(%rsp)
cmpl $0x1, 0x4360(%rsp)
jne 0x158cb4b
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158cb19
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158cb17
jmp 0x158cb49
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4490(%rsp)
cmpq $0x0, 0x4490(%rsp)
je 0x158cb47
movq 0x4490(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158cb49
jmp 0x158cb4b
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158cba6
movq %rax, %rdi
callq 0x678a0
jmp 0x158cba8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1628(%rsp), %rax
movq %rax, 0x2730(%rsp)
movq 0x2730(%rsp), %rax
movq %rax, 0x4148(%rsp)
movq 0x4148(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158cc99
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4144(%rsp) # imm = 0xFFFFFFFF
movl 0x4144(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4140(%rsp)
cmpl $0x1, 0x4140(%rsp)
jne 0x158cc99
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158cc67
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158cc65
jmp 0x158cc97
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45a0(%rsp)
cmpq $0x0, 0x45a0(%rsp)
je 0x158cc95
movq 0x45a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158cc97
jmp 0x158cc99
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158ccf4
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1670(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x15d8(%rsp), %rdx
movq %rdx, 0x2360(%rsp)
movq %rcx, 0x2358(%rsp)
movl %eax, 0x2354(%rsp)
movq 0x2358(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x2353(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2354(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x15d8(%rsp), %r10
movq %r10, 0x3948(%rsp)
movl %r9d, 0x3944(%rsp)
movl %r8d, 0x3940(%rsp)
movl %edi, 0x393c(%rsp)
movq %rsi, 0x3930(%rsp)
movq %rdx, 0x3928(%rsp)
movl %ecx, 0x3924(%rsp)
movq %rax, 0x3918(%rsp)
movq 0x3948(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x3930(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3928(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3924(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3918(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3944(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3940(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x393c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cb8(%rsp)
movl $0x10, 0x3cb4(%rsp)
movq 0x3cb8(%rsp), %rax
movslq 0x3cb4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cb4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1600(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158cec0
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1618(%rsp)
movb $0x1, 0x2353(%rsp)
testb $0x1, 0x2353(%rsp)
jne 0x158d001
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rax
movq %rax, 0x4358(%rsp)
movq 0x4358(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158cfa4
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4354(%rsp) # imm = 0xFFFFFFFF
movl 0x4354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4350(%rsp)
cmpl $0x1, 0x4350(%rsp)
jne 0x158cfa4
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158cf72
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158cf70
jmp 0x158cfa2
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4498(%rsp)
cmpq $0x0, 0x4498(%rsp)
je 0x158cfa0
movq 0x4498(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158cfa2
jmp 0x158cfa4
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158cfff
movq %rax, %rdi
callq 0x678a0
jmp 0x158d001
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2538(%rsp)
movq 0x2538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2738(%rsp)
movq 0x2738(%rsp), %rax
movq %rax, 0x4138(%rsp)
movq 0x4138(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158d0f2
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4134(%rsp) # imm = 0xFFFFFFFF
movl 0x4134(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4130(%rsp)
cmpl $0x1, 0x4130(%rsp)
jne 0x158d0f2
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158d0c0
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158d0be
jmp 0x158d0f0
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45a8(%rsp)
cmpq $0x0, 0x45a8(%rsp)
je 0x158d0ee
movq 0x45a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158d0f0
jmp 0x158d0f2
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158d14d
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1620(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1588(%rsp), %rdx
movq %rdx, 0x2920(%rsp)
movq %rcx, 0x2918(%rsp)
movl %eax, 0x2914(%rsp)
movq 0x2918(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x2913(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2914(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1588(%rsp), %r10
movq %r10, 0x3440(%rsp)
movl %r9d, 0x343c(%rsp)
movl %r8d, 0x3438(%rsp)
movl %edi, 0x3434(%rsp)
movq %rsi, 0x3428(%rsp)
movq %rdx, 0x3420(%rsp)
movl %ecx, 0x341c(%rsp)
movq %rax, 0x3410(%rsp)
movq 0x3440(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3420(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x341c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3410(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x343c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3438(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3434(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e28(%rsp)
movl $0x10, 0x3e24(%rsp)
movq 0x3e28(%rsp), %rax
movslq 0x3e24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x15b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158d319
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15c8(%rsp)
movb $0x1, 0x2913(%rsp)
testb $0x1, 0x2913(%rsp)
jne 0x158d45a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2928(%rsp)
movq 0x2928(%rsp), %rax
movq %rax, 0x3f38(%rsp)
movq 0x3f38(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158d3fd
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f34(%rsp) # imm = 0xFFFFFFFF
movl 0x3f34(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f30(%rsp)
cmpl $0x1, 0x3f30(%rsp)
jne 0x158d3fd
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158d3cb
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158d3c9
jmp 0x158d3fb
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46a8(%rsp)
cmpq $0x0, 0x46a8(%rsp)
je 0x158d3f9
movq 0x46a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158d3fb
jmp 0x158d3fd
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158d458
movq %rax, %rdi
callq 0x678a0
jmp 0x158d45a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2a88(%rsp)
movq 0x2a88(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1588(%rsp), %rax
movq %rax, 0x2740(%rsp)
movq 0x2740(%rsp), %rax
movq %rax, 0x4128(%rsp)
movq 0x4128(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158d54b
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4124(%rsp) # imm = 0xFFFFFFFF
movl 0x4124(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4120(%rsp)
cmpl $0x1, 0x4120(%rsp)
jne 0x158d54b
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158d519
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158d517
jmp 0x158d549
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45b0(%rsp)
cmpq $0x0, 0x45b0(%rsp)
je 0x158d547
movq 0x45b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158d549
jmp 0x158d54b
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158d5a6
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x15d0(%rsp)
movl $0x0, 0x1584(%rsp)
movl 0x1584(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x158d705
movq 0x1620(%rsp), %rax
movl 0x1584(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b88(%rsp)
movq 0x2b88(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1560(%rsp)
movl $0x0, 0x155c(%rsp)
movl 0x155c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x158d6ed
movq 0x1670(%rsp), %rax
movq %rax, 0x2b80(%rsp)
movq 0x2b80(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1520(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1520(%rsp), %rsi
leaq 0x1560(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x1500(%rsp)
movq 0x15d0(%rsp), %rax
vmovaps 0x1500(%rsp), %ymm0
movq %rax, 0x2ef8(%rsp)
vmovaps %ymm0, 0x2ec0(%rsp)
vmovaps 0x2ec0(%rsp), %ymm0
movq 0x2ef8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1670(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1670(%rsp)
movq 0x15d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x15d0(%rsp)
movl 0x155c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x155c(%rsp)
jmp 0x158d619
jmp 0x158d6ef
movl 0x1584(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1584(%rsp)
jmp 0x158d5c1
jmp 0x158d707
movl 0x167c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x167c(%rsp)
jmp 0x158c897
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x158e6d2
cmpl $0x1, 0x2164(%rsp)
je 0x158e6d2
cmpl $0x1, 0x2144(%rsp)
jne 0x158e6d2
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x158e6d2
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x158d814
movq 0x408(%rsp), %rax
movq %rax, 0x31f0(%rsp)
movq 0x31f0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x158d821
jmp 0x158d831
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0x14fc(%rsp)
movl 0x14fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x158e6c2
movq 0x2188(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x14a8(%rsp), %rdx
movq %rdx, 0x2348(%rsp)
movq %rcx, 0x2340(%rsp)
movl %eax, 0x233c(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x233b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x233c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14a8(%rsp), %r10
movq %r10, 0x3980(%rsp)
movl %r9d, 0x397c(%rsp)
movl %r8d, 0x3978(%rsp)
movl %edi, 0x3974(%rsp)
movq %rsi, 0x3968(%rsp)
movq %rdx, 0x3960(%rsp)
movl %ecx, 0x395c(%rsp)
movq %rax, 0x3950(%rsp)
movq 0x3980(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x3968(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3960(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x395c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3950(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x397c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3978(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3974(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ca8(%rsp)
movl $0x10, 0x3ca4(%rsp)
movq 0x3ca8(%rsp), %rax
movslq 0x3ca4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ca4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158da0c
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x14e8(%rsp)
movb $0x1, 0x233b(%rsp)
testb $0x1, 0x233b(%rsp)
jne 0x158db4d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rax
movq %rax, 0x4348(%rsp)
movq 0x4348(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158daf0
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4344(%rsp) # imm = 0xFFFFFFFF
movl 0x4344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4340(%rsp)
cmpl $0x1, 0x4340(%rsp)
jne 0x158daf0
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158dabe
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158dabc
jmp 0x158daee
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44a0(%rsp)
cmpq $0x0, 0x44a0(%rsp)
je 0x158daec
movq 0x44a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158daee
jmp 0x158daf0
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158db4b
movq %rax, %rdi
callq 0x678a0
jmp 0x158db4d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2530(%rsp)
movq 0x2530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2748(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, 0x4118(%rsp)
movq 0x4118(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158dc3e
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4114(%rsp) # imm = 0xFFFFFFFF
movl 0x4114(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4110(%rsp)
cmpl $0x1, 0x4110(%rsp)
jne 0x158dc3e
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158dc0c
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158dc0a
jmp 0x158dc3c
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45b8(%rsp)
cmpq $0x0, 0x45b8(%rsp)
je 0x158dc3a
movq 0x45b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158dc3c
jmp 0x158dc3e
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158dc99
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x14f0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1458(%rsp), %rdx
movq %rdx, 0x2330(%rsp)
movq %rcx, 0x2328(%rsp)
movl %eax, 0x2324(%rsp)
movq 0x2328(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x2323(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2324(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1458(%rsp), %r10
movq %r10, 0x39b8(%rsp)
movl %r9d, 0x39b4(%rsp)
movl %r8d, 0x39b0(%rsp)
movl %edi, 0x39ac(%rsp)
movq %rsi, 0x39a0(%rsp)
movq %rdx, 0x3998(%rsp)
movl %ecx, 0x3994(%rsp)
movq %rax, 0x3988(%rsp)
movq 0x39b8(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x39a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3998(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3994(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3988(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c98(%rsp)
movl $0x10, 0x3c94(%rsp)
movq 0x3c98(%rsp), %rax
movslq 0x3c94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1480(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158de65
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1498(%rsp)
movb $0x1, 0x2323(%rsp)
testb $0x1, 0x2323(%rsp)
jne 0x158dfa6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rax
movq %rax, 0x4338(%rsp)
movq 0x4338(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158df49
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4334(%rsp) # imm = 0xFFFFFFFF
movl 0x4334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4330(%rsp)
cmpl $0x1, 0x4330(%rsp)
jne 0x158df49
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158df17
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158df15
jmp 0x158df47
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44a8(%rsp)
cmpq $0x0, 0x44a8(%rsp)
je 0x158df45
movq 0x44a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158df47
jmp 0x158df49
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158dfa4
movq %rax, %rdi
callq 0x678a0
jmp 0x158dfa6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2528(%rsp)
movq 0x2528(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x1458(%rsp), %rax
movq %rax, 0x2750(%rsp)
movq 0x2750(%rsp), %rax
movq %rax, 0x4108(%rsp)
movq 0x4108(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158e097
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4104(%rsp) # imm = 0xFFFFFFFF
movl 0x4104(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4100(%rsp)
cmpl $0x1, 0x4100(%rsp)
jne 0x158e097
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158e065
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158e063
jmp 0x158e095
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45c0(%rsp)
cmpq $0x0, 0x45c0(%rsp)
je 0x158e093
movq 0x45c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158e095
jmp 0x158e097
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158e0f2
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x14a0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1408(%rsp), %rdx
movq %rdx, 0x2900(%rsp)
movq %rcx, 0x28f8(%rsp)
movl %eax, 0x28f4(%rsp)
movq 0x28f8(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x28f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1408(%rsp), %r10
movq %r10, 0x3478(%rsp)
movl %r9d, 0x3474(%rsp)
movl %r8d, 0x3470(%rsp)
movl %edi, 0x346c(%rsp)
movq %rsi, 0x3460(%rsp)
movq %rdx, 0x3458(%rsp)
movl %ecx, 0x3454(%rsp)
movq %rax, 0x3448(%rsp)
movq 0x3478(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x3460(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3458(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3454(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3448(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3474(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3470(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x346c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e18(%rsp)
movl $0x10, 0x3e14(%rsp)
movq 0x3e18(%rsp), %rax
movslq 0x3e14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1430(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158e2be
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1448(%rsp)
movb $0x1, 0x28f3(%rsp)
testb $0x1, 0x28f3(%rsp)
jne 0x158e3ff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2908(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, 0x3f48(%rsp)
movq 0x3f48(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158e3a2
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f44(%rsp) # imm = 0xFFFFFFFF
movl 0x3f44(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f40(%rsp)
cmpl $0x1, 0x3f40(%rsp)
jne 0x158e3a2
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158e370
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158e36e
jmp 0x158e3a0
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46a0(%rsp)
cmpq $0x0, 0x46a0(%rsp)
je 0x158e39e
movq 0x46a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158e3a0
jmp 0x158e3a2
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158e3fd
movq %rax, %rdi
callq 0x678a0
jmp 0x158e3ff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2a80(%rsp)
movq 0x2a80(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1408(%rsp), %rax
movq %rax, 0x2758(%rsp)
movq 0x2758(%rsp), %rax
movq %rax, 0x40f8(%rsp)
movq 0x40f8(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158e4f0
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40f4(%rsp) # imm = 0xFFFFFFFF
movl 0x40f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40f0(%rsp)
cmpl $0x1, 0x40f0(%rsp)
jne 0x158e4f0
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158e4be
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158e4bc
jmp 0x158e4ee
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45c8(%rsp)
cmpq $0x0, 0x45c8(%rsp)
je 0x158e4ec
movq 0x45c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158e4ee
jmp 0x158e4f0
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158e54b
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x1450(%rsp)
movl $0x0, 0x1404(%rsp)
movl 0x1404(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x158e6aa
movl $0x0, 0x1400(%rsp)
movl 0x1400(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x158e692
movq 0x14f0(%rsp), %rax
movq %rax, 0x2b78(%rsp)
movq 0x2b78(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13e0(%rsp)
movq 0x14a0(%rsp), %rax
movl 0x1400(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b70(%rsp)
movq 0x2b70(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x13e0(%rsp), %rsi
leaq 0x13c0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x13a0(%rsp)
movq 0x1450(%rsp), %rax
vmovaps 0x13a0(%rsp), %ymm0
movq %rax, 0x2eb8(%rsp)
vmovaps %ymm0, 0x2e80(%rsp)
vmovaps 0x2e80(%rsp), %ymm0
movq 0x2eb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x14f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x14f0(%rsp)
movq 0x1450(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1450(%rsp)
movl 0x1400(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1400(%rsp)
jmp 0x158e585
jmp 0x158e694
movl 0x1404(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1404(%rsp)
jmp 0x158e566
jmp 0x158e6ac
movl 0x14fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14fc(%rsp)
jmp 0x158d83c
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
cmpl $0x1, 0x2148(%rsp)
je 0x158f677
cmpl $0x1, 0x2168(%rsp)
jne 0x158f677
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x158f677
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x158f677
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x158e7b9
movq 0x380(%rsp), %rax
movq %rax, 0x31f8(%rsp)
movq 0x31f8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x158e7c6
jmp 0x158e7d6
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0x139c(%rsp)
movl 0x139c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x158f667
movq 0x2188(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x1348(%rsp), %rdx
movq %rdx, 0x2318(%rsp)
movq %rcx, 0x2310(%rsp)
movl %eax, 0x230c(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x230b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x230c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1348(%rsp), %r10
movq %r10, 0x39f0(%rsp)
movl %r9d, 0x39ec(%rsp)
movl %r8d, 0x39e8(%rsp)
movl %edi, 0x39e4(%rsp)
movq %rsi, 0x39d8(%rsp)
movq %rdx, 0x39d0(%rsp)
movl %ecx, 0x39cc(%rsp)
movq %rax, 0x39c0(%rsp)
movq 0x39f0(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x39d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x39d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x39cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c88(%rsp)
movl $0x10, 0x3c84(%rsp)
movq 0x3c88(%rsp), %rax
movslq 0x3c84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1370(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158e9b1
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1388(%rsp)
movb $0x1, 0x230b(%rsp)
testb $0x1, 0x230b(%rsp)
jne 0x158eaf2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rax
movq %rax, 0x4328(%rsp)
movq 0x4328(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158ea95
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4324(%rsp) # imm = 0xFFFFFFFF
movl 0x4324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4320(%rsp)
cmpl $0x1, 0x4320(%rsp)
jne 0x158ea95
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158ea63
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158ea61
jmp 0x158ea93
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44b0(%rsp)
cmpq $0x0, 0x44b0(%rsp)
je 0x158ea91
movq 0x44b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158ea93
jmp 0x158ea95
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158eaf0
movq %rax, %rdi
callq 0x678a0
jmp 0x158eaf2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x1348(%rsp), %rax
movq %rax, 0x2760(%rsp)
movq 0x2760(%rsp), %rax
movq %rax, 0x40e8(%rsp)
movq 0x40e8(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158ebe3
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40e4(%rsp) # imm = 0xFFFFFFFF
movl 0x40e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40e0(%rsp)
cmpl $0x1, 0x40e0(%rsp)
jne 0x158ebe3
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158ebb1
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158ebaf
jmp 0x158ebe1
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45d0(%rsp)
cmpq $0x0, 0x45d0(%rsp)
je 0x158ebdf
movq 0x45d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158ebe1
jmp 0x158ebe3
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158ec3e
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1390(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12f8(%rsp), %rdx
movq %rdx, 0x2300(%rsp)
movq %rcx, 0x22f8(%rsp)
movl %eax, 0x22f4(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x22f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12f8(%rsp), %r10
movq %r10, 0x3a28(%rsp)
movl %r9d, 0x3a24(%rsp)
movl %r8d, 0x3a20(%rsp)
movl %edi, 0x3a1c(%rsp)
movq %rsi, 0x3a10(%rsp)
movq %rdx, 0x3a08(%rsp)
movl %ecx, 0x3a04(%rsp)
movq %rax, 0x39f8(%rsp)
movq 0x3a28(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x3a10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c78(%rsp)
movl $0x10, 0x3c74(%rsp)
movq 0x3c78(%rsp), %rax
movslq 0x3c74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1320(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158ee0a
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1338(%rsp)
movb $0x1, 0x22f3(%rsp)
testb $0x1, 0x22f3(%rsp)
jne 0x158ef4b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rax
movq %rax, 0x4318(%rsp)
movq 0x4318(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158eeee
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4314(%rsp) # imm = 0xFFFFFFFF
movl 0x4314(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4310(%rsp)
cmpl $0x1, 0x4310(%rsp)
jne 0x158eeee
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158eebc
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158eeba
jmp 0x158eeec
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44b8(%rsp)
cmpq $0x0, 0x44b8(%rsp)
je 0x158eeea
movq 0x44b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158eeec
jmp 0x158eeee
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158ef49
movq %rax, %rdi
callq 0x678a0
jmp 0x158ef4b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2518(%rsp)
movq 0x2518(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2768(%rsp)
movq 0x2768(%rsp), %rax
movq %rax, 0x40d8(%rsp)
movq 0x40d8(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158f03c
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40d4(%rsp) # imm = 0xFFFFFFFF
movl 0x40d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40d0(%rsp)
cmpl $0x1, 0x40d0(%rsp)
jne 0x158f03c
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158f00a
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158f008
jmp 0x158f03a
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45d8(%rsp)
cmpq $0x0, 0x45d8(%rsp)
je 0x158f038
movq 0x45d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158f03a
jmp 0x158f03c
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158f097
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x1340(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12a8(%rsp), %rdx
movq %rdx, 0x28e0(%rsp)
movq %rcx, 0x28d8(%rsp)
movl %eax, 0x28d4(%rsp)
movq 0x28d8(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x28d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12a8(%rsp), %r10
movq %r10, 0x34b0(%rsp)
movl %r9d, 0x34ac(%rsp)
movl %r8d, 0x34a8(%rsp)
movl %edi, 0x34a4(%rsp)
movq %rsi, 0x3498(%rsp)
movq %rdx, 0x3490(%rsp)
movl %ecx, 0x348c(%rsp)
movq %rax, 0x3480(%rsp)
movq 0x34b0(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3490(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x348c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3480(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e08(%rsp)
movl $0x10, 0x3e04(%rsp)
movq 0x3e08(%rsp), %rax
movslq 0x3e04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158f263
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12e8(%rsp)
movb $0x1, 0x28d3(%rsp)
testb $0x1, 0x28d3(%rsp)
jne 0x158f3a4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x28e8(%rsp)
movq 0x28e8(%rsp), %rax
movq %rax, 0x3f58(%rsp)
movq 0x3f58(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158f347
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f54(%rsp) # imm = 0xFFFFFFFF
movl 0x3f54(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f50(%rsp)
cmpl $0x1, 0x3f50(%rsp)
jne 0x158f347
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158f315
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158f313
jmp 0x158f345
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4698(%rsp)
cmpq $0x0, 0x4698(%rsp)
je 0x158f343
movq 0x4698(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158f345
jmp 0x158f347
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158f3a2
movq %rax, %rdi
callq 0x678a0
jmp 0x158f3a4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2a78(%rsp)
movq 0x2a78(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2770(%rsp)
movq 0x2770(%rsp), %rax
movq %rax, 0x40c8(%rsp)
movq 0x40c8(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158f495
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40c4(%rsp) # imm = 0xFFFFFFFF
movl 0x40c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40c0(%rsp)
cmpl $0x1, 0x40c0(%rsp)
jne 0x158f495
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158f463
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158f461
jmp 0x158f493
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45e0(%rsp)
cmpq $0x0, 0x45e0(%rsp)
je 0x158f491
movq 0x45e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158f493
jmp 0x158f495
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158f4f0
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x12f0(%rsp)
movl $0x0, 0x12a4(%rsp)
movl 0x12a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x158f64f
movq 0x1390(%rsp), %rax
movl 0x12a4(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b68(%rsp)
movq 0x2b68(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x158f637
movq 0x1340(%rsp), %rax
movq %rax, 0x2b60(%rsp)
movq 0x2b60(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1240(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1280(%rsp), %rsi
leaq 0x1240(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x1220(%rsp)
movq 0x12f0(%rsp), %rax
vmovaps 0x1220(%rsp), %ymm0
movq %rax, 0x2e78(%rsp)
vmovaps %ymm0, 0x2e40(%rsp)
vmovaps 0x2e40(%rsp), %ymm0
movq 0x2e78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1340(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1340(%rsp)
movq 0x12f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x12f0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x158f563
jmp 0x158f639
movl 0x12a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x12a4(%rsp)
jmp 0x158f50b
jmp 0x158f651
movl 0x139c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x139c(%rsp)
jmp 0x158e7e1
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x159061c
cmpl $0x1, 0x2144(%rsp)
je 0x159061c
cmpl $0x1, 0x2164(%rsp)
jne 0x159061c
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x159061c
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x158f75e
movq 0x2f8(%rsp), %rax
movq %rax, 0x3200(%rsp)
movq 0x3200(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x158f76b
jmp 0x158f77b
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0x121c(%rsp)
movl 0x121c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x159060c
movq 0x2188(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x11c8(%rsp), %rdx
movq %rdx, 0x22e8(%rsp)
movq %rcx, 0x22e0(%rsp)
movl %eax, 0x22dc(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x22db(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22dc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11c8(%rsp), %r10
movq %r10, 0x3a60(%rsp)
movl %r9d, 0x3a5c(%rsp)
movl %r8d, 0x3a58(%rsp)
movl %edi, 0x3a54(%rsp)
movq %rsi, 0x3a48(%rsp)
movq %rdx, 0x3a40(%rsp)
movl %ecx, 0x3a3c(%rsp)
movq %rax, 0x3a30(%rsp)
movq 0x3a60(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x3a48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c68(%rsp)
movl $0x10, 0x3c64(%rsp)
movq 0x3c68(%rsp), %rax
movslq 0x3c64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158f956
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1208(%rsp)
movb $0x1, 0x22db(%rsp)
testb $0x1, 0x22db(%rsp)
jne 0x158fa97
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rax
movq %rax, 0x4308(%rsp)
movq 0x4308(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158fa3a
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4304(%rsp) # imm = 0xFFFFFFFF
movl 0x4304(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4300(%rsp)
cmpl $0x1, 0x4300(%rsp)
jne 0x158fa3a
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158fa08
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158fa06
jmp 0x158fa38
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44c0(%rsp)
cmpq $0x0, 0x44c0(%rsp)
je 0x158fa36
movq 0x44c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158fa38
jmp 0x158fa3a
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158fa95
movq %rax, %rdi
callq 0x678a0
jmp 0x158fa97
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2510(%rsp)
movq 0x2510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2778(%rsp)
movq 0x2778(%rsp), %rax
movq %rax, 0x40b8(%rsp)
movq 0x40b8(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158fb88
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40b4(%rsp) # imm = 0xFFFFFFFF
movl 0x40b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40b0(%rsp)
cmpl $0x1, 0x40b0(%rsp)
jne 0x158fb88
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158fb56
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158fb54
jmp 0x158fb86
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45e8(%rsp)
cmpq $0x0, 0x45e8(%rsp)
je 0x158fb84
movq 0x45e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158fb86
jmp 0x158fb88
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158fbe3
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0x1210(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1178(%rsp), %rdx
movq %rdx, 0x22d0(%rsp)
movq %rcx, 0x22c8(%rsp)
movl %eax, 0x22c4(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x22c3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22c4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1178(%rsp), %r10
movq %r10, 0x3a98(%rsp)
movl %r9d, 0x3a94(%rsp)
movl %r8d, 0x3a90(%rsp)
movl %edi, 0x3a8c(%rsp)
movq %rsi, 0x3a80(%rsp)
movq %rdx, 0x3a78(%rsp)
movl %ecx, 0x3a74(%rsp)
movq %rax, 0x3a68(%rsp)
movq 0x3a98(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x3a80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c58(%rsp)
movl $0x10, 0x3c54(%rsp)
movq 0x3c58(%rsp), %rax
movslq 0x3c54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x158fdaf
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11b8(%rsp)
movb $0x1, 0x22c3(%rsp)
testb $0x1, 0x22c3(%rsp)
jne 0x158fef0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rax
movq %rax, 0x42f8(%rsp)
movq 0x42f8(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158fe93
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42f4(%rsp) # imm = 0xFFFFFFFF
movl 0x42f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42f0(%rsp)
cmpl $0x1, 0x42f0(%rsp)
jne 0x158fe93
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158fe61
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158fe5f
jmp 0x158fe91
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44c8(%rsp)
cmpq $0x0, 0x44c8(%rsp)
je 0x158fe8f
movq 0x44c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158fe91
jmp 0x158fe93
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x158feee
movq %rax, %rdi
callq 0x678a0
jmp 0x158fef0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2508(%rsp)
movq 0x2508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0x1178(%rsp), %rax
movq %rax, 0x2780(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, 0x40a8(%rsp)
movq 0x40a8(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x158ffe1
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40a4(%rsp) # imm = 0xFFFFFFFF
movl 0x40a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40a0(%rsp)
cmpl $0x1, 0x40a0(%rsp)
jne 0x158ffe1
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x158ffaf
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x158ffad
jmp 0x158ffdf
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45f0(%rsp)
cmpq $0x0, 0x45f0(%rsp)
je 0x158ffdd
movq 0x45f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x158ffdf
jmp 0x158ffe1
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159003c
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0x11c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1128(%rsp), %rdx
movq %rdx, 0x28c0(%rsp)
movq %rcx, 0x28b8(%rsp)
movl %eax, 0x28b4(%rsp)
movq 0x28b8(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x28b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1128(%rsp), %r10
movq %r10, 0x34e8(%rsp)
movl %r9d, 0x34e4(%rsp)
movl %r8d, 0x34e0(%rsp)
movl %edi, 0x34dc(%rsp)
movq %rsi, 0x34d0(%rsp)
movq %rdx, 0x34c8(%rsp)
movl %ecx, 0x34c4(%rsp)
movq %rax, 0x34b8(%rsp)
movq 0x34e8(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x34d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x34c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3df8(%rsp)
movl $0x10, 0x3df4(%rsp)
movq 0x3df8(%rsp), %rax
movslq 0x3df4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3df4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1150(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1590208
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1168(%rsp)
movb $0x1, 0x28b3(%rsp)
testb $0x1, 0x28b3(%rsp)
jne 0x1590349
leaq 0x1128(%rsp), %rax
movq %rax, 0x28c8(%rsp)
movq 0x28c8(%rsp), %rax
movq %rax, 0x3f68(%rsp)
movq 0x3f68(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15902ec
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f64(%rsp) # imm = 0xFFFFFFFF
movl 0x3f64(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f60(%rsp)
cmpl $0x1, 0x3f60(%rsp)
jne 0x15902ec
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15902ba
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15902b8
jmp 0x15902ea
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4690(%rsp)
cmpq $0x0, 0x4690(%rsp)
je 0x15902e8
movq 0x4690(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15902ea
jmp 0x15902ec
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1590347
movq %rax, %rdi
callq 0x678a0
jmp 0x1590349
leaq 0x1128(%rsp), %rax
movq %rax, 0x2a70(%rsp)
movq 0x2a70(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0x1128(%rsp), %rax
movq %rax, 0x2788(%rsp)
movq 0x2788(%rsp), %rax
movq %rax, 0x4098(%rsp)
movq 0x4098(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159043a
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4094(%rsp) # imm = 0xFFFFFFFF
movl 0x4094(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4090(%rsp)
cmpl $0x1, 0x4090(%rsp)
jne 0x159043a
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1590408
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1590406
jmp 0x1590438
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45f8(%rsp)
cmpq $0x0, 0x45f8(%rsp)
je 0x1590436
movq 0x45f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1590438
jmp 0x159043a
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1590495
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0x1170(%rsp)
movl $0x0, 0x1124(%rsp)
movl 0x1124(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15905f4
movl $0x0, 0x1120(%rsp)
movl 0x1120(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15905dc
movq 0x1210(%rsp), %rax
movl 0x1120(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b58(%rsp)
movq 0x2b58(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1100(%rsp)
movq 0x11c0(%rsp), %rax
movq %rax, 0x2b50(%rsp)
movq 0x2b50(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x10e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1100(%rsp), %rsi
leaq 0x10e0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x10c0(%rsp)
movq 0x1170(%rsp), %rax
vmovaps 0x10c0(%rsp), %ymm0
movq %rax, 0x2e38(%rsp)
vmovaps %ymm0, 0x2e00(%rsp)
vmovaps 0x2e00(%rsp), %ymm0
movq 0x2e38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x11c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x11c0(%rsp)
movq 0x1170(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1170(%rsp)
movl 0x1120(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1120(%rsp)
jmp 0x15904cf
jmp 0x15905de
movl 0x1124(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1124(%rsp)
jmp 0x15904b0
jmp 0x15905f6
movl 0x121c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x121c(%rsp)
jmp 0x158f786
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162d9b0
movl %eax, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x15906f0
movq 0x270(%rsp), %rax
movq %rax, 0x3208(%rsp)
movq 0x3208(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x15906fd
jmp 0x159070d
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15911ae
movl $0x0, 0x10bc(%rsp)
movl 0x10bc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x159119e
movq 0x2188(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1068(%rsp), %rdx
movq %rdx, 0x22b8(%rsp)
movq %rcx, 0x22b0(%rsp)
movl %eax, 0x22ac(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x22ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1068(%rsp), %r10
movq %r10, 0x3ad0(%rsp)
movl %r9d, 0x3acc(%rsp)
movl %r8d, 0x3ac8(%rsp)
movl %edi, 0x3ac4(%rsp)
movq %rsi, 0x3ab8(%rsp)
movq %rdx, 0x3ab0(%rsp)
movl %ecx, 0x3aac(%rsp)
movq %rax, 0x3aa0(%rsp)
movq 0x3ad0(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x3ab8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ab0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3aac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3aa0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3acc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ac8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c48(%rsp)
movl $0x10, 0x3c44(%rsp)
movq 0x3c48(%rsp), %rax
movslq 0x3c44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1090(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15908fa
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10a8(%rsp)
movb $0x1, 0x22ab(%rsp)
testb $0x1, 0x22ab(%rsp)
jne 0x1590a3b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rax
movq %rax, 0x42e8(%rsp)
movq 0x42e8(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15909de
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42e4(%rsp) # imm = 0xFFFFFFFF
movl 0x42e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42e0(%rsp)
cmpl $0x1, 0x42e0(%rsp)
jne 0x15909de
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15909ac
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15909aa
jmp 0x15909dc
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44d0(%rsp)
cmpq $0x0, 0x44d0(%rsp)
je 0x15909da
movq 0x44d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15909dc
jmp 0x15909de
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1590a39
movq %rax, %rdi
callq 0x678a0
jmp 0x1590a3b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0x1068(%rsp), %rax
movq %rax, 0x2790(%rsp)
movq 0x2790(%rsp), %rax
movq %rax, 0x4088(%rsp)
movq 0x4088(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1590b2c
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4084(%rsp) # imm = 0xFFFFFFFF
movl 0x4084(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4080(%rsp)
cmpl $0x1, 0x4080(%rsp)
jne 0x1590b2c
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1590afa
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1590af8
jmp 0x1590b2a
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4600(%rsp)
cmpq $0x0, 0x4600(%rsp)
je 0x1590b28
movq 0x4600(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1590b2a
jmp 0x1590b2c
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1590b87
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0x10b0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x10bc(%rsp), %eax
movq %rcx, 0x3128(%rsp)
movl %eax, 0x3124(%rsp)
movq 0x3128(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3124(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1060(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1010(%rsp), %rdx
movq %rdx, 0x28a0(%rsp)
movq %rcx, 0x2898(%rsp)
movl %eax, 0x2894(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x2893(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2894(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1010(%rsp), %r10
movq %r10, 0x3520(%rsp)
movl %r9d, 0x351c(%rsp)
movl %r8d, 0x3518(%rsp)
movl %edi, 0x3514(%rsp)
movq %rsi, 0x3508(%rsp)
movq %rdx, 0x3500(%rsp)
movl %ecx, 0x34fc(%rsp)
movq %rax, 0x34f0(%rsp)
movq 0x3520(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3500(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x351c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3518(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3514(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3de8(%rsp)
movl $0x10, 0x3de4(%rsp)
movq 0x3de8(%rsp), %rax
movslq 0x3de4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3de4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1038(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1590d9c
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1050(%rsp)
movb $0x1, 0x2893(%rsp)
testb $0x1, 0x2893(%rsp)
jne 0x1590edd
leaq 0x1010(%rsp), %rax
movq %rax, 0x28a8(%rsp)
movq 0x28a8(%rsp), %rax
movq %rax, 0x3f78(%rsp)
movq 0x3f78(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1590e80
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f74(%rsp) # imm = 0xFFFFFFFF
movl 0x3f74(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f70(%rsp)
cmpl $0x1, 0x3f70(%rsp)
jne 0x1590e80
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1590e4e
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1590e4c
jmp 0x1590e7e
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4688(%rsp)
cmpq $0x0, 0x4688(%rsp)
je 0x1590e7c
movq 0x4688(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1590e7e
jmp 0x1590e80
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1590edb
movq %rax, %rdi
callq 0x678a0
jmp 0x1590edd
leaq 0x1010(%rsp), %rax
movq %rax, 0x2a68(%rsp)
movq 0x2a68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0x1010(%rsp), %rax
movq %rax, 0x2798(%rsp)
movq 0x2798(%rsp), %rax
movq %rax, 0x4078(%rsp)
movq 0x4078(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1590fce
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4074(%rsp) # imm = 0xFFFFFFFF
movl 0x4074(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4070(%rsp)
cmpl $0x1, 0x4070(%rsp)
jne 0x1590fce
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1590f9c
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1590f9a
jmp 0x1590fcc
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4608(%rsp)
cmpq $0x0, 0x4608(%rsp)
je 0x1590fca
movq 0x4608(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1590fcc
jmp 0x1590fce
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1591029
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0x1058(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1591186
movq 0x1060(%rsp), %rax
movq %rax, 0x2b48(%rsp)
movq 0x2b48(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfe0(%rsp)
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x159115c
movq 0x10b0(%rsp), %rax
movq %rax, 0x2b40(%rsp)
movq 0x2b40(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfa0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xfa0(%rsp), %rsi
leaq 0xfe0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0xf80(%rsp)
movq 0x1058(%rsp), %rax
vmovaps 0xf80(%rsp), %ymm0
movq %rax, 0x2df8(%rsp)
vmovaps %ymm0, 0x2dc0(%rsp)
vmovaps 0x2dc0(%rsp), %ymm0
movq 0x2df8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x10b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x10b0(%rsp)
movq 0x1058(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1058(%rsp)
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x1591088
movq 0x1060(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1060(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x1591044
jmp 0x1591188
movl 0x10bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x10bc(%rsp)
jmp 0x159072a
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1591c2d
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1591209
cmpl $0x1, 0x212c(%rsp)
jne 0x1591209
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162ea80
movl %eax, 0x2194(%rsp)
jmp 0x15950aa
movl $0x0, 0xf7c(%rsp)
movl 0xf7c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1591c1d
movq 0x2188(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xf28(%rsp), %rdx
movq %rdx, 0x22a0(%rsp)
movq %rcx, 0x2298(%rsp)
movl %eax, 0x2294(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x2293(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2294(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf28(%rsp), %r10
movq %r10, 0x3b08(%rsp)
movl %r9d, 0x3b04(%rsp)
movl %r8d, 0x3b00(%rsp)
movl %edi, 0x3afc(%rsp)
movq %rsi, 0x3af0(%rsp)
movq %rdx, 0x3ae8(%rsp)
movl %ecx, 0x3ae4(%rsp)
movq %rax, 0x3ad8(%rsp)
movq 0x3b08(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x3af0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ae8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3ae4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3ad8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3afc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c38(%rsp)
movl $0x10, 0x3c34(%rsp)
movq 0x3c38(%rsp), %rax
movslq 0x3c34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf50(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15913e4
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf68(%rsp)
movb $0x1, 0x2293(%rsp)
testb $0x1, 0x2293(%rsp)
jne 0x1591525
leaq 0xf28(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rax
movq %rax, 0x42d8(%rsp)
movq 0x42d8(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15914c8
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42d4(%rsp) # imm = 0xFFFFFFFF
movl 0x42d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42d0(%rsp)
cmpl $0x1, 0x42d0(%rsp)
jne 0x15914c8
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1591496
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1591494
jmp 0x15914c6
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44d8(%rsp)
cmpq $0x0, 0x44d8(%rsp)
je 0x15914c4
movq 0x44d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15914c6
jmp 0x15914c8
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1591523
movq %rax, %rdi
callq 0x678a0
jmp 0x1591525
leaq 0xf28(%rsp), %rax
movq %rax, 0x24f8(%rsp)
movq 0x24f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xf28(%rsp), %rax
movq %rax, 0x27a0(%rsp)
movq 0x27a0(%rsp), %rax
movq %rax, 0x4068(%rsp)
movq 0x4068(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1591616
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4064(%rsp) # imm = 0xFFFFFFFF
movl 0x4064(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4060(%rsp)
cmpl $0x1, 0x4060(%rsp)
jne 0x1591616
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15915e4
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15915e2
jmp 0x1591614
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4610(%rsp)
cmpq $0x0, 0x4610(%rsp)
je 0x1591612
movq 0x4610(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1591614
jmp 0x1591616
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1591671
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xf70(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24f0(%rsp)
movq 0x24f0(%rsp), %rax
movq (%rax), %rax
movl 0xf7c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b38(%rsp)
movq 0x2b38(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xf00(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xeb0(%rsp), %rdx
movq %rdx, 0x2880(%rsp)
movq %rcx, 0x2878(%rsp)
movl %eax, 0x2874(%rsp)
movq 0x2878(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x2873(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2874(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xeb0(%rsp), %r10
movq %r10, 0x3558(%rsp)
movl %r9d, 0x3554(%rsp)
movl %r8d, 0x3550(%rsp)
movl %edi, 0x354c(%rsp)
movq %rsi, 0x3540(%rsp)
movq %rdx, 0x3538(%rsp)
movl %ecx, 0x3534(%rsp)
movq %rax, 0x3528(%rsp)
movq 0x3558(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x3540(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3538(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3534(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3528(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3554(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3550(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x354c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dd8(%rsp)
movl $0x10, 0x3dd4(%rsp)
movq 0x3dd8(%rsp), %rax
movslq 0x3dd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xed8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1591889
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xef0(%rsp)
movb $0x1, 0x2873(%rsp)
testb $0x1, 0x2873(%rsp)
jne 0x15919ca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2888(%rsp)
movq 0x2888(%rsp), %rax
movq %rax, 0x3f88(%rsp)
movq 0x3f88(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159196d
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f84(%rsp) # imm = 0xFFFFFFFF
movl 0x3f84(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f80(%rsp)
cmpl $0x1, 0x3f80(%rsp)
jne 0x159196d
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159193b
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1591939
jmp 0x159196b
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4680(%rsp)
cmpq $0x0, 0x4680(%rsp)
je 0x1591969
movq 0x4680(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159196b
jmp 0x159196d
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15919c8
movq %rax, %rdi
callq 0x678a0
jmp 0x15919ca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2a60(%rsp)
movq 0x2a60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xeb0(%rsp), %rax
movq %rax, 0x27a8(%rsp)
movq 0x27a8(%rsp), %rax
movq %rax, 0x4058(%rsp)
movq 0x4058(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1591abb
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4054(%rsp) # imm = 0xFFFFFFFF
movl 0x4054(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4050(%rsp)
cmpl $0x1, 0x4050(%rsp)
jne 0x1591abb
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1591a89
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1591a87
jmp 0x1591ab9
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4618(%rsp)
cmpq $0x0, 0x4618(%rsp)
je 0x1591ab7
movq 0x4618(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1591ab9
jmp 0x1591abb
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1591b16
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xef8(%rsp)
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x1591c05
movq 0xf70(%rsp), %rax
movq %rax, 0x2b30(%rsp)
movq 0x2b30(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xe80(%rsp), %rsi
leaq 0xf00(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0xe60(%rsp)
movq 0xef8(%rsp), %rax
vmovaps 0xe60(%rsp), %ymm0
movq %rax, 0x2db8(%rsp)
vmovaps %ymm0, 0x2d80(%rsp)
vmovaps 0x2d80(%rsp), %ymm0
movq 0x2db8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xf70(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xf70(%rsp)
movq 0xef8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xef8(%rsp)
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x1591b31
jmp 0x1591c07
movl 0xf7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xf7c(%rsp)
jmp 0x1591214
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
jmp 0x159509d
movq 0x2188(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1593719
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15927e9
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x1591d06
movq 0x1c0(%rsp), %rax
movq %rax, 0x3210(%rsp)
movq 0x3210(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x1591d13
jmp 0x1591d23
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0xe5c(%rsp)
movl 0xe5c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15927d9
movq 0x2188(%rsp), %rcx
movl 0xe5c(%rsp), %eax
movq %rcx, 0x3118(%rsp)
movl %eax, 0x3114(%rsp)
movq 0x3118(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3114(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x2288(%rsp)
movq %rcx, 0x2280(%rsp)
movl %eax, 0x227c(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x227b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x227c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x3b40(%rsp)
movl %r9d, 0x3b3c(%rsp)
movl %r8d, 0x3b38(%rsp)
movl %edi, 0x3b34(%rsp)
movq %rsi, 0x3b28(%rsp)
movq %rdx, 0x3b20(%rsp)
movl %ecx, 0x3b1c(%rsp)
movq %rax, 0x3b10(%rsp)
movq 0x3b40(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x3b28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c28(%rsp)
movl $0x10, 0x3c24(%rsp)
movq 0x3c28(%rsp), %rax
movslq 0x3c24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1591f47
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x227b(%rsp)
testb $0x1, 0x227b(%rsp)
jne 0x1592088
leaq 0xe00(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rax
movq %rax, 0x42c8(%rsp)
movq 0x42c8(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159202b
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42c4(%rsp) # imm = 0xFFFFFFFF
movl 0x42c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42c0(%rsp)
cmpl $0x1, 0x42c0(%rsp)
jne 0x159202b
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1591ff9
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1591ff7
jmp 0x1592029
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44e0(%rsp)
cmpq $0x0, 0x44e0(%rsp)
je 0x1592027
movq 0x44e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1592029
jmp 0x159202b
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1592086
movq %rax, %rdi
callq 0x678a0
jmp 0x1592088
leaq 0xe00(%rsp), %rax
movq %rax, 0x24e8(%rsp)
movq 0x24e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x27b0(%rsp)
movq 0x27b0(%rsp), %rax
movq %rax, 0x4048(%rsp)
movq 0x4048(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1592179
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4044(%rsp) # imm = 0xFFFFFFFF
movl 0x4044(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4040(%rsp)
cmpl $0x1, 0x4040(%rsp)
jne 0x1592179
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1592147
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1592145
jmp 0x1592177
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4620(%rsp)
cmpq $0x0, 0x4620(%rsp)
je 0x1592175
movq 0x4620(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1592177
jmp 0x1592179
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15921d4
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xe48(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xdb0(%rsp), %rdx
movq %rdx, 0x2860(%rsp)
movq %rcx, 0x2858(%rsp)
movl %eax, 0x2854(%rsp)
movq 0x2858(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x2853(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2854(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xdb0(%rsp), %r10
movq %r10, 0x3590(%rsp)
movl %r9d, 0x358c(%rsp)
movl %r8d, 0x3588(%rsp)
movl %edi, 0x3584(%rsp)
movq %rsi, 0x3578(%rsp)
movq %rdx, 0x3570(%rsp)
movl %ecx, 0x356c(%rsp)
movq %rax, 0x3560(%rsp)
movq 0x3590(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3570(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x356c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3560(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x358c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3588(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3584(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dc8(%rsp)
movl $0x10, 0x3dc4(%rsp)
movq 0x3dc8(%rsp), %rax
movslq 0x3dc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xdd8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15923a0
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xdf0(%rsp)
movb $0x1, 0x2853(%rsp)
testb $0x1, 0x2853(%rsp)
jne 0x15924e1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2868(%rsp)
movq 0x2868(%rsp), %rax
movq %rax, 0x3f98(%rsp)
movq 0x3f98(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1592484
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f94(%rsp) # imm = 0xFFFFFFFF
movl 0x3f94(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f90(%rsp)
cmpl $0x1, 0x3f90(%rsp)
jne 0x1592484
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1592452
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1592450
jmp 0x1592482
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4678(%rsp)
cmpq $0x0, 0x4678(%rsp)
je 0x1592480
movq 0x4678(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1592482
jmp 0x1592484
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15924df
movq %rax, %rdi
callq 0x678a0
jmp 0x15924e1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2a58(%rsp)
movq 0x2a58(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xdb0(%rsp), %rax
movq %rax, 0x27b8(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, 0x4038(%rsp)
movq 0x4038(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15925d2
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4034(%rsp) # imm = 0xFFFFFFFF
movl 0x4034(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4030(%rsp)
cmpl $0x1, 0x4030(%rsp)
jne 0x15925d2
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15925a0
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159259e
jmp 0x15925d0
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4628(%rsp)
cmpq $0x0, 0x4628(%rsp)
je 0x15925ce
movq 0x4628(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15925d0
jmp 0x15925d2
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159262d
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xdf8(%rsp)
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x15927c1
movq 0xe50(%rsp), %rax
movq %rax, 0x2b28(%rsp)
movq 0x2b28(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd80(%rsp)
movl $0x0, 0xd7c(%rsp)
movl 0xd7c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1592797
movl $0x0, 0xd78(%rsp)
movl 0xd78(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x159277f
movq 0xe48(%rsp), %rax
movq %rax, 0x2b20(%rsp)
movq 0x2b20(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd40(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xd80(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0xd20(%rsp)
movq 0xdf8(%rsp), %rax
vmovaps 0xd20(%rsp), %ymm0
movq %rax, 0x2d78(%rsp)
vmovaps %ymm0, 0x2d40(%rsp)
vmovaps 0x2d40(%rsp), %ymm0
movq 0x2d78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xe48(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe48(%rsp)
movq 0xdf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xdf8(%rsp)
movl 0xd78(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd78(%rsp)
jmp 0x15926ab
jmp 0x1592781
movl 0xd7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd7c(%rsp)
jmp 0x159268c
movq 0xe50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe50(%rsp)
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x1592648
jmp 0x15927c3
movl 0xe5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xe5c(%rsp)
jmp 0x1591d2e
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x159334a
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x159289e
movq 0x160(%rsp), %rax
movq %rax, 0x3218(%rsp)
movq 0x3218(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x15928ab
jmp 0x15928bb
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0xd1c(%rsp)
movl 0xd1c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x159333a
movq 0x2188(%rsp), %rcx
movl 0xd1c(%rsp), %eax
movq %rcx, 0x3108(%rsp)
movl %eax, 0x3104(%rsp)
movq 0x3108(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3104(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xd10(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xcc0(%rsp), %rdx
movq %rdx, 0x2270(%rsp)
movq %rcx, 0x2268(%rsp)
movl %eax, 0x2264(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x2263(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2264(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcc0(%rsp), %r10
movq %r10, 0x3b78(%rsp)
movl %r9d, 0x3b74(%rsp)
movl %r8d, 0x3b70(%rsp)
movl %edi, 0x3b6c(%rsp)
movq %rsi, 0x3b60(%rsp)
movq %rdx, 0x3b58(%rsp)
movl %ecx, 0x3b54(%rsp)
movq %rax, 0x3b48(%rsp)
movq 0x3b78(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x3b60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c18(%rsp)
movl $0x10, 0x3c14(%rsp)
movq 0x3c18(%rsp), %rax
movslq 0x3c14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xce8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1592adf
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd00(%rsp)
movb $0x1, 0x2263(%rsp)
testb $0x1, 0x2263(%rsp)
jne 0x1592c20
leaq 0xcc0(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rax
movq %rax, 0x42b8(%rsp)
movq 0x42b8(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1592bc3
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42b4(%rsp) # imm = 0xFFFFFFFF
movl 0x42b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42b0(%rsp)
cmpl $0x1, 0x42b0(%rsp)
jne 0x1592bc3
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1592b91
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1592b8f
jmp 0x1592bc1
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44e8(%rsp)
cmpq $0x0, 0x44e8(%rsp)
je 0x1592bbf
movq 0x44e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1592bc1
jmp 0x1592bc3
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1592c1e
movq %rax, %rdi
callq 0x678a0
jmp 0x1592c20
leaq 0xcc0(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xcc0(%rsp), %rax
movq %rax, 0x27c0(%rsp)
movq 0x27c0(%rsp), %rax
movq %rax, 0x4028(%rsp)
movq 0x4028(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1592d11
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4024(%rsp) # imm = 0xFFFFFFFF
movl 0x4024(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4020(%rsp)
cmpl $0x1, 0x4020(%rsp)
jne 0x1592d11
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1592cdf
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1592cdd
jmp 0x1592d0f
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4630(%rsp)
cmpq $0x0, 0x4630(%rsp)
je 0x1592d0d
movq 0x4630(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1592d0f
jmp 0x1592d11
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1592d6c
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xd08(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xc70(%rsp), %rdx
movq %rdx, 0x2840(%rsp)
movq %rcx, 0x2838(%rsp)
movl %eax, 0x2834(%rsp)
movq 0x2838(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x2833(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2834(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc70(%rsp), %r10
movq %r10, 0x35c8(%rsp)
movl %r9d, 0x35c4(%rsp)
movl %r8d, 0x35c0(%rsp)
movl %edi, 0x35bc(%rsp)
movq %rsi, 0x35b0(%rsp)
movq %rdx, 0x35a8(%rsp)
movl %ecx, 0x35a4(%rsp)
movq %rax, 0x3598(%rsp)
movq 0x35c8(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x35b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3598(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3db8(%rsp)
movl $0x10, 0x3db4(%rsp)
movq 0x3db8(%rsp), %rax
movslq 0x3db4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3db4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1592f38
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movb $0x1, 0x2833(%rsp)
testb $0x1, 0x2833(%rsp)
jne 0x1593079
leaq 0xc70(%rsp), %rax
movq %rax, 0x2848(%rsp)
movq 0x2848(%rsp), %rax
movq %rax, 0x3fa8(%rsp)
movq 0x3fa8(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159301c
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fa4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fa4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fa0(%rsp)
cmpl $0x1, 0x3fa0(%rsp)
jne 0x159301c
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1592fea
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1592fe8
jmp 0x159301a
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4670(%rsp)
cmpq $0x0, 0x4670(%rsp)
je 0x1593018
movq 0x4670(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159301a
jmp 0x159301c
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1593077
movq %rax, %rdi
callq 0x678a0
jmp 0x1593079
leaq 0xc70(%rsp), %rax
movq %rax, 0x2a50(%rsp)
movq 0x2a50(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xc70(%rsp), %rax
movq %rax, 0x27c8(%rsp)
movq 0x27c8(%rsp), %rax
movq %rax, 0x4018(%rsp)
movq 0x4018(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159316a
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4014(%rsp) # imm = 0xFFFFFFFF
movl 0x4014(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4010(%rsp)
cmpl $0x1, 0x4010(%rsp)
jne 0x159316a
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1593138
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1593136
jmp 0x1593168
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4638(%rsp)
cmpq $0x0, 0x4638(%rsp)
je 0x1593166
movq 0x4638(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1593168
jmp 0x159316a
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15931c5
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xcb8(%rsp)
movl $0x0, 0xc6c(%rsp)
movl 0xc6c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1593322
movq 0xd10(%rsp), %rax
movq %rax, 0x2b18(%rsp)
movq 0x2b18(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc40(%rsp)
movl $0x0, 0xc3c(%rsp)
movl 0xc3c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15932f8
movq 0xd08(%rsp), %rax
movq %rax, 0x2b10(%rsp)
movq 0x2b10(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc00(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xc40(%rsp), %rsi
leaq 0xc00(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0xbe0(%rsp)
movq 0xcb8(%rsp), %rax
vmovaps 0xbe0(%rsp), %ymm0
movq %rax, 0x2d38(%rsp)
vmovaps %ymm0, 0x2d00(%rsp)
vmovaps 0x2d00(%rsp), %ymm0
movq 0x2d38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xd08(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd08(%rsp)
movq 0xcb8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xcb8(%rsp)
movl 0xc3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc3c(%rsp)
jmp 0x1593224
movq 0xd10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd10(%rsp)
movl 0xc6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc6c(%rsp)
jmp 0x15931e0
jmp 0x1593324
movl 0xd1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd1c(%rsp)
jmp 0x15928c6
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x15933e2
movq 0x100(%rsp), %rax
movq %rax, 0x3220(%rsp)
movq 0x3220(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x15933ef
jmp 0x15933ff
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x159343e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162d9b0
movl %eax, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1593714
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x15934e8
movq 0xf0(%rsp), %rax
movq %rax, 0x3228(%rsp)
movq 0x3228(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x15934f5
jmp 0x1593505
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x159354e
cmpl $0x1, 0x212c(%rsp)
jne 0x159354e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162ea80
movl %eax, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2188(%rsp), %rax
movq %rax, 0x24d8(%rsp)
movq 0x24d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24d0(%rsp)
movq 0x24d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2a48(%rsp)
movq 0x2a48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbc8(%rsp)
movl $0x0, 0xbc4(%rsp)
movl 0xbc4(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1593704
movq 0xbd0(%rsp), %rax
movq %rax, 0x2b08(%rsp)
movq 0x2b08(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xba0(%rsp)
movl $0x0, 0xb9c(%rsp)
movl 0xb9c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15936da
movq 0xbd8(%rsp), %rax
movq %rax, 0x2b00(%rsp)
movq 0x2b00(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb60(%rsp), %rsi
leaq 0xba0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0xb40(%rsp)
movq 0xbc8(%rsp), %rax
vmovaps 0xb40(%rsp), %ymm0
movq %rax, 0x2cf8(%rsp)
vmovaps %ymm0, 0x2cc0(%rsp)
vmovaps 0x2cc0(%rsp), %ymm0
movq 0x2cf8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xbd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd8(%rsp)
movq 0xbc8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbc8(%rsp)
movl 0xb9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb9c(%rsp)
jmp 0x1593606
movq 0xbd0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd0(%rsp)
movl 0xbc4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc4(%rsp)
jmp 0x15935c2
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
jmp 0x159509b
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1595099
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1593774
cmpl $0x1, 0x214c(%rsp)
jne 0x1593774
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162f800
movl %eax, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1594277
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x1593836
movq 0xe0(%rsp), %rax
movq %rax, 0x3230(%rsp)
movq 0x3230(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x1593843
jmp 0x1593853
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0xb3c(%rsp)
movl 0xb3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1594267
movq 0x2188(%rsp), %rax
movq %rax, 0x24c8(%rsp)
movq 0x24c8(%rsp), %rax
movq (%rax), %rax
movl 0xb3c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2af8(%rsp)
movq 0x2af8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb00(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xab0(%rsp), %rdx
movq %rdx, 0x2258(%rsp)
movq %rcx, 0x2250(%rsp)
movl %eax, 0x224c(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x224b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x224c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xab0(%rsp), %r10
movq %r10, 0x3bb0(%rsp)
movl %r9d, 0x3bac(%rsp)
movl %r8d, 0x3ba8(%rsp)
movl %edi, 0x3ba4(%rsp)
movq %rsi, 0x3b98(%rsp)
movq %rdx, 0x3b90(%rsp)
movl %ecx, 0x3b8c(%rsp)
movq %rax, 0x3b80(%rsp)
movq 0x3bb0(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3b98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3bac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ba8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ba4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c08(%rsp)
movl $0x10, 0x3c04(%rsp)
movq 0x3c08(%rsp), %rax
movslq 0x3c04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xad8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1593a7a
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaf0(%rsp)
movb $0x1, 0x224b(%rsp)
testb $0x1, 0x224b(%rsp)
jne 0x1593bbb
leaq 0xab0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rax
movq %rax, 0x42a8(%rsp)
movq 0x42a8(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1593b5e
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42a4(%rsp) # imm = 0xFFFFFFFF
movl 0x42a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42a0(%rsp)
cmpl $0x1, 0x42a0(%rsp)
jne 0x1593b5e
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1593b2c
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1593b2a
jmp 0x1593b5c
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44f0(%rsp)
cmpq $0x0, 0x44f0(%rsp)
je 0x1593b5a
movq 0x44f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1593b5c
jmp 0x1593b5e
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1593bb9
movq %rax, %rdi
callq 0x678a0
jmp 0x1593bbb
leaq 0xab0(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0xab0(%rsp), %rax
movq %rax, 0x27d0(%rsp)
movq 0x27d0(%rsp), %rax
movq %rax, 0x4008(%rsp)
movq 0x4008(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1593cac
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4004(%rsp) # imm = 0xFFFFFFFF
movl 0x4004(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4000(%rsp)
cmpl $0x1, 0x4000(%rsp)
jne 0x1593cac
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1593c7a
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1593c78
jmp 0x1593caa
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4640(%rsp)
cmpq $0x0, 0x4640(%rsp)
je 0x1593ca8
movq 0x4640(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1593caa
jmp 0x1593cac
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1593d07
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xaf8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xa60(%rsp), %rdx
movq %rdx, 0x2820(%rsp)
movq %rcx, 0x2818(%rsp)
movl %eax, 0x2814(%rsp)
movq 0x2818(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x2813(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2814(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xa60(%rsp), %r10
movq %r10, 0x3600(%rsp)
movl %r9d, 0x35fc(%rsp)
movl %r8d, 0x35f8(%rsp)
movl %edi, 0x35f4(%rsp)
movq %rsi, 0x35e8(%rsp)
movq %rdx, 0x35e0(%rsp)
movl %ecx, 0x35dc(%rsp)
movq %rax, 0x35d0(%rsp)
movq 0x3600(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x35d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3da8(%rsp)
movl $0x10, 0x3da4(%rsp)
movq 0x3da8(%rsp), %rax
movslq 0x3da4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3da4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1593ed3
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaa0(%rsp)
movb $0x1, 0x2813(%rsp)
testb $0x1, 0x2813(%rsp)
jne 0x1594014
leaq 0xa60(%rsp), %rax
movq %rax, 0x2828(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, 0x3fb8(%rsp)
movq 0x3fb8(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1593fb7
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fb4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fb4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fb0(%rsp)
cmpl $0x1, 0x3fb0(%rsp)
jne 0x1593fb7
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1593f85
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1593f83
jmp 0x1593fb5
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4668(%rsp)
cmpq $0x0, 0x4668(%rsp)
je 0x1593fb3
movq 0x4668(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1593fb5
jmp 0x1593fb7
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1594012
movq %rax, %rdi
callq 0x678a0
jmp 0x1594014
leaq 0xa60(%rsp), %rax
movq %rax, 0x2a40(%rsp)
movq 0x2a40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0xa60(%rsp), %rax
movq %rax, 0x27d8(%rsp)
movq 0x27d8(%rsp), %rax
movq %rax, 0x3ff8(%rsp)
movq 0x3ff8(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1594105
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ff4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ff4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ff0(%rsp)
cmpl $0x1, 0x3ff0(%rsp)
jne 0x1594105
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15940d3
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15940d1
jmp 0x1594103
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4648(%rsp)
cmpq $0x0, 0x4648(%rsp)
je 0x1594101
movq 0x4648(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1594103
jmp 0x1594105
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1594160
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x159424f
movq 0xaf8(%rsp), %rax
movq %rax, 0x2af0(%rsp)
movq 0x2af0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xa20(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb00(%rsp), %rsi
leaq 0xa20(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0xa00(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa00(%rsp), %ymm0
movq %rax, 0x2cb8(%rsp)
vmovaps %ymm0, 0x2c80(%rsp)
vmovaps 0x2c80(%rsp), %ymm0
movq 0x2cb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xaf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaf8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x159417b
jmp 0x1594251
movl 0xb3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb3c(%rsp)
jmp 0x159385e
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1594d01
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x159432c
movq 0x80(%rsp), %rax
movq %rax, 0x3238(%rsp)
movq 0x3238(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x1594339
jmp 0x1594349
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movl $0x0, 0x9fc(%rsp)
movl 0x9fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1594cf1
movq 0x2188(%rsp), %rax
movq %rax, 0x24b8(%rsp)
movq 0x24b8(%rsp), %rax
movq (%rax), %rax
movl 0x9fc(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2ae8(%rsp)
movq 0x2ae8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x9c0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x970(%rsp), %rdx
movq %rdx, 0x2240(%rsp)
movq %rcx, 0x2238(%rsp)
movl %eax, 0x2234(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x2233(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2234(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x970(%rsp), %r10
movq %r10, 0x3be8(%rsp)
movl %r9d, 0x3be4(%rsp)
movl %r8d, 0x3be0(%rsp)
movl %edi, 0x3bdc(%rsp)
movq %rsi, 0x3bd0(%rsp)
movq %rdx, 0x3bc8(%rsp)
movl %ecx, 0x3bc4(%rsp)
movq %rax, 0x3bb8(%rsp)
movq 0x3be8(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3bd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3bc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3bc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3bb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3be4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3be0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3bdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3bf8(%rsp)
movl $0x10, 0x3bf4(%rsp)
movq 0x3bf8(%rsp), %rax
movslq 0x3bf4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3bf4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x998(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1594564
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9b0(%rsp)
movb $0x1, 0x2233(%rsp)
testb $0x1, 0x2233(%rsp)
jne 0x1594693
leaq 0x970(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rax
movq %rax, 0x4298(%rsp)
movq 0x4298(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1594639
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4294(%rsp) # imm = 0xFFFFFFFF
movl 0x4294(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4290(%rsp)
cmpl $0x1, 0x4290(%rsp)
jne 0x1594639
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159460a
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1594608
jmp 0x1594637
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44f8(%rsp)
cmpq $0x0, 0x44f8(%rsp)
je 0x1594635
movq 0x44f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1594637
jmp 0x1594639
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1594691
movq %rax, %rdi
callq 0x678a0
jmp 0x1594693
leaq 0x970(%rsp), %rax
movq %rax, 0x24b0(%rsp)
movq 0x24b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x970(%rsp), %rax
movq %rax, 0x27e0(%rsp)
movq 0x27e0(%rsp), %rax
movq %rax, 0x3fe8(%rsp)
movq 0x3fe8(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1594772
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fe4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fe4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fe0(%rsp)
cmpl $0x1, 0x3fe0(%rsp)
jne 0x1594772
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1594743
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1594741
jmp 0x1594770
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4650(%rsp)
cmpq $0x0, 0x4650(%rsp)
je 0x159476e
movq 0x4650(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1594770
jmp 0x1594772
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15947ca
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x9b8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x920(%rsp), %rdx
movq %rdx, 0x2800(%rsp)
movq %rcx, 0x27f8(%rsp)
movl %eax, 0x27f4(%rsp)
movq 0x27f8(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x27f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x27f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x920(%rsp), %r10
movq %r10, 0x3638(%rsp)
movl %r9d, 0x3634(%rsp)
movl %r8d, 0x3630(%rsp)
movl %edi, 0x362c(%rsp)
movq %rsi, 0x3620(%rsp)
movq %rdx, 0x3618(%rsp)
movl %ecx, 0x3614(%rsp)
movq %rax, 0x3608(%rsp)
movq 0x3638(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x3620(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3618(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3614(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3608(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3634(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3630(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x362c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d98(%rsp)
movl $0x10, 0x3d94(%rsp)
movq 0x3d98(%rsp), %rax
movslq 0x3d94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x948(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1594987
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x960(%rsp)
movb $0x1, 0x27f3(%rsp)
testb $0x1, 0x27f3(%rsp)
jne 0x1594ab6
leaq 0x920(%rsp), %rax
movq %rax, 0x2808(%rsp)
movq 0x2808(%rsp), %rax
movq %rax, 0x3fc8(%rsp)
movq 0x3fc8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1594a5c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fc4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fc4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fc0(%rsp)
cmpl $0x1, 0x3fc0(%rsp)
jne 0x1594a5c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1594a2d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1594a2b
jmp 0x1594a5a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4660(%rsp)
cmpq $0x0, 0x4660(%rsp)
je 0x1594a58
movq 0x4660(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1594a5a
jmp 0x1594a5c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1594ab4
movq %rax, %rdi
callq 0x678a0
jmp 0x1594ab6
leaq 0x920(%rsp), %rax
movq %rax, 0x2a38(%rsp)
movq 0x2a38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x920(%rsp), %rax
movq %rax, 0x27e8(%rsp)
movq 0x27e8(%rsp), %rax
movq %rax, 0x3fd8(%rsp)
movq 0x3fd8(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1594b95
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fd4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fd4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fd0(%rsp)
cmpl $0x1, 0x3fd0(%rsp)
jne 0x1594b95
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1594b66
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1594b64
jmp 0x1594b93
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4658(%rsp)
cmpq $0x0, 0x4658(%rsp)
je 0x1594b91
movq 0x4658(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1594b93
jmp 0x1594b95
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1594bed
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x968(%rsp)
movl $0x0, 0x91c(%rsp)
movl 0x91c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x1594cd9
movq 0x9b8(%rsp), %rax
movq %rax, 0x2ae0(%rsp)
movq 0x2ae0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x8e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x9c0(%rsp), %rsi
leaq 0x8e0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x8c0(%rsp)
movq 0x968(%rsp), %rax
vmovaps 0x8c0(%rsp), %ymm0
movq %rax, 0x2c78(%rsp)
vmovaps %ymm0, 0x2c40(%rsp)
vmovaps 0x2c40(%rsp), %ymm0
movq 0x2c78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x9b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x9b8(%rsp)
movq 0x968(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x968(%rsp)
movl 0x91c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x91c(%rsp)
jmp 0x1594c05
jmp 0x1594cdb
movl 0x9fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x9fc(%rsp)
jmp 0x1594354
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1594f7f
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movq 0x2130(%rsp), %rcx
movl 0x212c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x1594d9f
movq 0x20(%rsp), %rax
movq %rax, 0x3240(%rsp)
movq 0x3240(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x1594da9
jmp 0x1594db9
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movq 0x2188(%rsp), %rax
movq %rax, 0x24a8(%rsp)
movq 0x24a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2a30(%rsp)
movq 0x2a30(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8a8(%rsp)
movl $0x0, 0x8a4(%rsp)
movl 0x8a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x1594f6f
movq 0x8b8(%rsp), %rax
movq %rax, 0x2ad8(%rsp)
movq 0x2ad8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x880(%rsp)
movl $0x0, 0x87c(%rsp)
movl 0x87c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x1594f45
movq 0x8b0(%rsp), %rax
movq %rax, 0x2ad0(%rsp)
movq 0x2ad0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x840(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x880(%rsp), %rsi
leaq 0x840(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x820(%rsp)
movq 0x8a8(%rsp), %rax
vmovaps 0x820(%rsp), %ymm0
movq %rax, 0x2c38(%rsp)
vmovaps %ymm0, 0x2c00(%rsp)
vmovaps 0x2c00(%rsp), %ymm0
movq 0x2c38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x8b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b0(%rsp)
movq 0x8a8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8a8(%rsp)
movl 0x87c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x87c(%rsp)
jmp 0x1594e71
movq 0x8b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b8(%rsp)
movl 0x8a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8a4(%rsp)
jmp 0x1594e2d
movl $0x0, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1595097
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movq 0x2150(%rsp), %rdx
movl 0x214c(%rsp), %ecx
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x2178(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x1595015
movq 0x10(%rsp), %rax
movq %rax, 0x3248(%rsp)
movq 0x3248(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x159501f
jmp 0x159502c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15950aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1595072
cmpl $0x1, 0x212c(%rsp)
jne 0x1595072
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162ea80
movl %eax, 0x2194(%rsp)
jmp 0x15950aa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x162d9b0
jmp 0x1595099
jmp 0x159509b
jmp 0x159509d
jmp 0x159509f
movl $0x0, 0x2194(%rsp)
movl 0x2194(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,065
|
int ncnn::binary_op_pack8<ncnn::BinaryOp_x86_avx_functor::binary_op_min>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack8(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* b0 = b.channel(q);
float* outptr = c.channel(q);
__m256 _b0 = _mm256_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_broadcast_ss(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 1;
outptr += 8;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
__m256 _a0 = _mm256_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p = _mm256_broadcast_ss(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1 + y * 8);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1 + x * 8);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _p = _mm256_loadu_ps(ptr + y * 8);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr + x * 8);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
ptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x4700, %rsp # imm = 0x4700
movq %rdi, 0x2188(%rsp)
movq %rsi, 0x2180(%rsp)
movq %rdx, 0x2178(%rsp)
movq %rcx, 0x2170(%rsp)
movq 0x2188(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2168(%rsp)
movq 0x2188(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2164(%rsp)
movq 0x2188(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2160(%rsp)
movq 0x2188(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x215c(%rsp)
movl 0x2168(%rsp), %eax
imull 0x2164(%rsp), %eax
imull 0x2160(%rsp), %eax
movl %eax, 0x2158(%rsp)
movq 0x2188(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2150(%rsp)
movq 0x2188(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x214c(%rsp)
movq 0x2180(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2148(%rsp)
movq 0x2180(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2144(%rsp)
movq 0x2180(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2140(%rsp)
movq 0x2180(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x213c(%rsp)
movl 0x2148(%rsp), %eax
imull 0x2144(%rsp), %eax
imull 0x2140(%rsp), %eax
movl %eax, 0x2138(%rsp)
movq 0x2180(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2130(%rsp)
movq 0x2180(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x212c(%rsp)
movq 0x2188(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1597769
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1595258
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1630580
movl %eax, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x2160(%rsp), %ecx
movl 0x215c(%rsp), %r8d
movq 0x2150(%rsp), %r9
movl 0x214c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x1595308
movq 0x810(%rsp), %rax
movq %rax, 0x31b8(%rsp)
movq 0x31b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x1595315
jmp 0x1595325
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x159620d
movl $0x0, 0x2128(%rsp)
movl 0x2128(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15961fd
movq 0x2188(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x20d8(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x20d8(%rsp), %r10
movq %r10, 0x3670(%rsp)
movl %r9d, 0x366c(%rsp)
movl %r8d, 0x3668(%rsp)
movl %edi, 0x3664(%rsp)
movq %rsi, 0x3658(%rsp)
movq %rdx, 0x3650(%rsp)
movl %ecx, 0x364c(%rsp)
movq %rax, 0x3640(%rsp)
movq 0x3670(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3650(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x364c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3640(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x366c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3668(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3664(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d88(%rsp)
movl $0x10, 0x3d84(%rsp)
movq 0x3d88(%rsp), %rax
movslq 0x3d84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2100(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1595512
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2118(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x1595653
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq %rax, 0x4428(%rsp)
movq 0x4428(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15955f6
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4424(%rsp) # imm = 0xFFFFFFFF
movl 0x4424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4420(%rsp)
cmpl $0x1, 0x4420(%rsp)
jne 0x15955f6
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15955c4
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15955c2
jmp 0x15955f4
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4430(%rsp)
cmpq $0x0, 0x4430(%rsp)
je 0x15955f2
movq 0x4430(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15955f4
jmp 0x15955f6
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1595651
movq %rax, %rdi
callq 0x678a0
jmp 0x1595653
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x20d8(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rax
movq %rax, 0x4288(%rsp)
movq 0x4288(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1595744
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4284(%rsp) # imm = 0xFFFFFFFF
movl 0x4284(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4280(%rsp)
cmpl $0x1, 0x4280(%rsp)
jne 0x1595744
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1595712
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1595710
jmp 0x1595742
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4500(%rsp)
cmpq $0x0, 0x4500(%rsp)
je 0x1595740
movq 0x4500(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1595742
jmp 0x1595744
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159579f
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2088(%rsp), %rdx
movq %rdx, 0x2480(%rsp)
movq %rcx, 0x2478(%rsp)
movl %eax, 0x2474(%rsp)
movq 0x2478(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x2473(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2474(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2088(%rsp), %r10
movq %r10, 0x36a8(%rsp)
movl %r9d, 0x36a4(%rsp)
movl %r8d, 0x36a0(%rsp)
movl %edi, 0x369c(%rsp)
movq %rsi, 0x3690(%rsp)
movq %rdx, 0x3688(%rsp)
movl %ecx, 0x3684(%rsp)
movq %rax, 0x3678(%rsp)
movq 0x36a8(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x3690(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3688(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3684(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3678(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36a4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36a0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x369c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d78(%rsp)
movl $0x10, 0x3d74(%rsp)
movq 0x3d78(%rsp), %rax
movslq 0x3d74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x20b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159596b
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x20c8(%rsp)
movb $0x1, 0x2473(%rsp)
testb $0x1, 0x2473(%rsp)
jne 0x1595aac
leaq 0x2088(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq %rax, 0x4418(%rsp)
movq 0x4418(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1595a4f
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4414(%rsp) # imm = 0xFFFFFFFF
movl 0x4414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4410(%rsp)
cmpl $0x1, 0x4410(%rsp)
jne 0x1595a4f
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1595a1d
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1595a1b
jmp 0x1595a4d
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4438(%rsp)
cmpq $0x0, 0x4438(%rsp)
je 0x1595a4b
movq 0x4438(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1595a4d
jmp 0x1595a4f
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1595aaa
movq %rax, %rdi
callq 0x678a0
jmp 0x1595aac
leaq 0x2088(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x2088(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rax
movq %rax, 0x4278(%rsp)
movq 0x4278(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1595b9d
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4274(%rsp) # imm = 0xFFFFFFFF
movl 0x4274(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4270(%rsp)
cmpl $0x1, 0x4270(%rsp)
jne 0x1595b9d
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1595b6b
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1595b69
jmp 0x1595b9b
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4508(%rsp)
cmpq $0x0, 0x4508(%rsp)
je 0x1595b99
movq 0x4508(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1595b9b
jmp 0x1595b9d
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1595bf8
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2038(%rsp), %rdx
movq %rdx, 0x2a20(%rsp)
movq %rcx, 0x2a18(%rsp)
movl %eax, 0x2a14(%rsp)
movq 0x2a18(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x2a13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2038(%rsp), %r10
movq %r10, 0x3280(%rsp)
movl %r9d, 0x327c(%rsp)
movl %r8d, 0x3278(%rsp)
movl %edi, 0x3274(%rsp)
movq %rsi, 0x3268(%rsp)
movq %rdx, 0x3260(%rsp)
movl %ecx, 0x325c(%rsp)
movq %rax, 0x3250(%rsp)
movq 0x3280(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x3268(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3260(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x325c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3250(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x327c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3278(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3274(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ea8(%rsp)
movl $0x10, 0x3ea4(%rsp)
movq 0x3ea8(%rsp), %rax
movslq 0x3ea4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ea4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2060(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1595dc4
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2078(%rsp)
movb $0x1, 0x2a13(%rsp)
testb $0x1, 0x2a13(%rsp)
jne 0x1595f05
leaq 0x2038(%rsp), %rax
movq %rax, 0x2a28(%rsp)
movq 0x2a28(%rsp), %rax
movq %rax, 0x3eb8(%rsp)
movq 0x3eb8(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1595ea8
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3eb4(%rsp) # imm = 0xFFFFFFFF
movl 0x3eb4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3eb0(%rsp)
cmpl $0x1, 0x3eb0(%rsp)
jne 0x1595ea8
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1595e76
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1595e74
jmp 0x1595ea6
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46e8(%rsp)
cmpq $0x0, 0x46e8(%rsp)
je 0x1595ea4
movq 0x46e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1595ea6
jmp 0x1595ea8
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1595f03
movq %rax, %rdi
callq 0x678a0
jmp 0x1595f05
leaq 0x2038(%rsp), %rax
movq %rax, 0x2ac8(%rsp)
movq 0x2ac8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x2038(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rax
movq %rax, 0x4268(%rsp)
movq 0x4268(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1595ff6
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4264(%rsp) # imm = 0xFFFFFFFF
movl 0x4264(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4260(%rsp)
cmpl $0x1, 0x4260(%rsp)
jne 0x1595ff6
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1595fc4
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1595fc2
jmp 0x1595ff4
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4510(%rsp)
cmpq $0x0, 0x4510(%rsp)
je 0x1595ff2
movq 0x4510(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1595ff4
jmp 0x1595ff6
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1596051
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x2080(%rsp)
movl $0x0, 0x2034(%rsp)
movl 0x2034(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x15961e5
movl $0x0, 0x2030(%rsp)
movl 0x2030(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15961cd
movq 0x20d0(%rsp), %rax
movq %rax, 0x2bf8(%rsp)
movq 0x2bf8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x2000(%rsp)
movl $0x0, 0x1ffc(%rsp)
movl 0x1ffc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15961a3
movq 0x2120(%rsp), %rax
movq %rax, 0x2bf0(%rsp)
movq 0x2bf0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1fc0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1fc0(%rsp), %rsi
leaq 0x2000(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x1fa0(%rsp)
movq 0x2080(%rsp), %rax
vmovaps 0x1fa0(%rsp), %ymm0
movq %rax, 0x30f8(%rsp)
vmovaps %ymm0, 0x30c0(%rsp)
vmovaps 0x30c0(%rsp), %ymm0
movq 0x30f8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x2120(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2120(%rsp)
movq 0x2080(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2080(%rsp)
movl 0x1ffc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ffc(%rsp)
jmp 0x15960cf
movq 0x20d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x20d0(%rsp)
movl 0x2030(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2030(%rsp)
jmp 0x159608b
jmp 0x15961cf
movl 0x2034(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2034(%rsp)
jmp 0x159606c
jmp 0x15961e7
movl 0x2128(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2128(%rsp)
jmp 0x1595342
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1596ce5
movl $0x0, 0x1f9c(%rsp)
movl 0x1f9c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1596cd5
movq 0x2188(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1f48(%rsp), %rdx
movq %rdx, 0x2468(%rsp)
movq %rcx, 0x2460(%rsp)
movl %eax, 0x245c(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x245b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x245c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1f48(%rsp), %r10
movq %r10, 0x36e0(%rsp)
movl %r9d, 0x36dc(%rsp)
movl %r8d, 0x36d8(%rsp)
movl %edi, 0x36d4(%rsp)
movq %rsi, 0x36c8(%rsp)
movq %rdx, 0x36c0(%rsp)
movl %ecx, 0x36bc(%rsp)
movq %rax, 0x36b0(%rsp)
movq 0x36e0(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36c0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36bc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36b0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36dc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36d8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x36d4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d68(%rsp)
movl $0x10, 0x3d64(%rsp)
movq 0x3d68(%rsp), %rax
movslq 0x3d64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15963fa
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f88(%rsp)
movb $0x1, 0x245b(%rsp)
testb $0x1, 0x245b(%rsp)
jne 0x159653b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq %rax, 0x4408(%rsp)
movq 0x4408(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15964de
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4404(%rsp) # imm = 0xFFFFFFFF
movl 0x4404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4400(%rsp)
cmpl $0x1, 0x4400(%rsp)
jne 0x15964de
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15964ac
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15964aa
jmp 0x15964dc
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4440(%rsp)
cmpq $0x0, 0x4440(%rsp)
je 0x15964da
movq 0x4440(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15964dc
jmp 0x15964de
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1596539
movq %rax, %rdi
callq 0x678a0
jmp 0x159653b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1f48(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rax
movq %rax, 0x4258(%rsp)
movq 0x4258(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159662c
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4254(%rsp) # imm = 0xFFFFFFFF
movl 0x4254(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4250(%rsp)
cmpl $0x1, 0x4250(%rsp)
jne 0x159662c
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15965fa
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15965f8
jmp 0x159662a
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4518(%rsp)
cmpq $0x0, 0x4518(%rsp)
je 0x1596628
movq 0x4518(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159662a
jmp 0x159662c
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1596687
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1f90(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
movq %rcx, 0x3138(%rsp)
movl %eax, 0x3134(%rsp)
movq 0x3138(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3134(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1f40(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1ef0(%rsp), %rdx
movq %rdx, 0x2a00(%rsp)
movq %rcx, 0x29f8(%rsp)
movl %eax, 0x29f4(%rsp)
movq 0x29f8(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x29f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ef0(%rsp), %r10
movq %r10, 0x32b8(%rsp)
movl %r9d, 0x32b4(%rsp)
movl %r8d, 0x32b0(%rsp)
movl %edi, 0x32ac(%rsp)
movq %rsi, 0x32a0(%rsp)
movq %rdx, 0x3298(%rsp)
movl %ecx, 0x3294(%rsp)
movq %rax, 0x3288(%rsp)
movq 0x32b8(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x32a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3298(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3294(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3288(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x32b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x32b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x32ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e98(%rsp)
movl $0x10, 0x3e94(%rsp)
movq 0x3e98(%rsp), %rax
movslq 0x3e94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159689c
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f30(%rsp)
movb $0x1, 0x29f3(%rsp)
testb $0x1, 0x29f3(%rsp)
jne 0x15969dd
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2a08(%rsp)
movq 0x2a08(%rsp), %rax
movq %rax, 0x3ec8(%rsp)
movq 0x3ec8(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1596980
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ec4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ec4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ec0(%rsp)
cmpl $0x1, 0x3ec0(%rsp)
jne 0x1596980
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159694e
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159694c
jmp 0x159697e
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46e0(%rsp)
cmpq $0x0, 0x46e0(%rsp)
je 0x159697c
movq 0x46e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159697e
jmp 0x1596980
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15969db
movq %rax, %rdi
callq 0x678a0
jmp 0x15969dd
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2ac0(%rsp)
movq 0x2ac0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rax
movq %rax, 0x4248(%rsp)
movq 0x4248(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1596ace
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4244(%rsp) # imm = 0xFFFFFFFF
movl 0x4244(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4240(%rsp)
cmpl $0x1, 0x4240(%rsp)
jne 0x1596ace
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1596a9c
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1596a9a
jmp 0x1596acc
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4520(%rsp)
cmpq $0x0, 0x4520(%rsp)
je 0x1596aca
movq 0x4520(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1596acc
jmp 0x1596ace
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1596b29
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1f38(%rsp)
movl $0x0, 0x1eec(%rsp)
movl 0x1eec(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x1596cbd
movq 0x1f40(%rsp), %rax
movq %rax, 0x2be8(%rsp)
movq 0x2be8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1ec0(%rsp)
movl $0x0, 0x1ebc(%rsp)
movl 0x1ebc(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x1596c93
movl $0x0, 0x1eb8(%rsp)
movl 0x1eb8(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x1596c7b
movq 0x1f90(%rsp), %rax
movq %rax, 0x2be0(%rsp)
movq 0x2be0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1e80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1e80(%rsp), %rsi
leaq 0x1ec0(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x1e60(%rsp)
movq 0x1f38(%rsp), %rax
vmovaps 0x1e60(%rsp), %ymm0
movq %rax, 0x30b8(%rsp)
vmovaps %ymm0, 0x3080(%rsp)
vmovaps 0x3080(%rsp), %ymm0
movq 0x30b8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1f90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f90(%rsp)
movq 0x1f38(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f38(%rsp)
movl 0x1eb8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eb8(%rsp)
jmp 0x1596ba7
jmp 0x1596c7d
movl 0x1ebc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ebc(%rsp)
jmp 0x1596b88
movq 0x1f40(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f40(%rsp)
movl 0x1eec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eec(%rsp)
jmp 0x1596b44
jmp 0x1596cbf
movl 0x1f9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1f9c(%rsp)
jmp 0x159622a
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1597764
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x1596d40
cmpl $0x1, 0x212c(%rsp)
jne 0x1596d40
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1631650
movl %eax, 0x2194(%rsp)
jmp 0x15a45aa
movl $0x0, 0x1e5c(%rsp)
movl 0x1e5c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1597754
movq 0x2188(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1e08(%rsp), %rdx
movq %rdx, 0x2450(%rsp)
movq %rcx, 0x2448(%rsp)
movl %eax, 0x2444(%rsp)
movq 0x2448(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x2443(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2444(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e08(%rsp), %r10
movq %r10, 0x3718(%rsp)
movl %r9d, 0x3714(%rsp)
movl %r8d, 0x3710(%rsp)
movl %edi, 0x370c(%rsp)
movq %rsi, 0x3700(%rsp)
movq %rdx, 0x36f8(%rsp)
movl %ecx, 0x36f4(%rsp)
movq %rax, 0x36e8(%rsp)
movq 0x3718(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x3700(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36f8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36f4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36e8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3714(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3710(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x370c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d58(%rsp)
movl $0x10, 0x3d54(%rsp)
movq 0x3d58(%rsp), %rax
movslq 0x3d54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1e30(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1596f1b
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1e48(%rsp)
movb $0x1, 0x2443(%rsp)
testb $0x1, 0x2443(%rsp)
jne 0x159705c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq %rax, 0x43f8(%rsp)
movq 0x43f8(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1596fff
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43f4(%rsp) # imm = 0xFFFFFFFF
movl 0x43f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43f0(%rsp)
cmpl $0x1, 0x43f0(%rsp)
jne 0x1596fff
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1596fcd
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1596fcb
jmp 0x1596ffd
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4448(%rsp)
cmpq $0x0, 0x4448(%rsp)
je 0x1596ffb
movq 0x4448(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1596ffd
jmp 0x1596fff
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159705a
movq %rax, %rdi
callq 0x678a0
jmp 0x159705c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x1e08(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rax
movq %rax, 0x4238(%rsp)
movq 0x4238(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159714d
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4234(%rsp) # imm = 0xFFFFFFFF
movl 0x4234(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4230(%rsp)
cmpl $0x1, 0x4230(%rsp)
jne 0x159714d
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159711b
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1597119
jmp 0x159714b
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4528(%rsp)
cmpq $0x0, 0x4528(%rsp)
je 0x1597149
movq 0x4528(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159714b
jmp 0x159714d
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15971a8
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1e50(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movl 0x1e5c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2bd8(%rsp)
movq 0x2bd8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1de0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1d90(%rsp), %rdx
movq %rdx, 0x29e0(%rsp)
movq %rcx, 0x29d8(%rsp)
movl %eax, 0x29d4(%rsp)
movq 0x29d8(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x29d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1d90(%rsp), %r10
movq %r10, 0x32f0(%rsp)
movl %r9d, 0x32ec(%rsp)
movl %r8d, 0x32e8(%rsp)
movl %edi, 0x32e4(%rsp)
movq %rsi, 0x32d8(%rsp)
movq %rdx, 0x32d0(%rsp)
movl %ecx, 0x32cc(%rsp)
movq %rax, 0x32c0(%rsp)
movq 0x32f0(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x32d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x32d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x32cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x32c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x32ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x32e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x32e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e88(%rsp)
movl $0x10, 0x3e84(%rsp)
movq 0x3e88(%rsp), %rax
movslq 0x3e84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1db8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15973c0
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1dd0(%rsp)
movb $0x1, 0x29d3(%rsp)
testb $0x1, 0x29d3(%rsp)
jne 0x1597501
leaq 0x1d90(%rsp), %rax
movq %rax, 0x29e8(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, 0x3ed8(%rsp)
movq 0x3ed8(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15974a4
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ed4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ed4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ed0(%rsp)
cmpl $0x1, 0x3ed0(%rsp)
jne 0x15974a4
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1597472
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1597470
jmp 0x15974a2
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46d8(%rsp)
cmpq $0x0, 0x46d8(%rsp)
je 0x15974a0
movq 0x46d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15974a2
jmp 0x15974a4
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15974ff
movq %rax, %rdi
callq 0x678a0
jmp 0x1597501
leaq 0x1d90(%rsp), %rax
movq %rax, 0x2ab8(%rsp)
movq 0x2ab8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1d90(%rsp), %rax
movq %rax, 0x26c0(%rsp)
movq 0x26c0(%rsp), %rax
movq %rax, 0x4228(%rsp)
movq 0x4228(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15975f2
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4224(%rsp) # imm = 0xFFFFFFFF
movl 0x4224(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4220(%rsp)
cmpl $0x1, 0x4220(%rsp)
jne 0x15975f2
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15975c0
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15975be
jmp 0x15975f0
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4530(%rsp)
cmpq $0x0, 0x4530(%rsp)
je 0x15975ee
movq 0x4530(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15975f0
jmp 0x15975f2
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159764d
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x1dd8(%rsp)
movl $0x0, 0x1d8c(%rsp)
movl 0x1d8c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x159773c
movq 0x1e50(%rsp), %rax
movq %rax, 0x2bd0(%rsp)
movq 0x2bd0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1d60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1d60(%rsp), %rsi
leaq 0x1de0(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x1d40(%rsp)
movq 0x1dd8(%rsp), %rax
vmovaps 0x1d40(%rsp), %ymm0
movq %rax, 0x3078(%rsp)
vmovaps %ymm0, 0x3040(%rsp)
vmovaps 0x3040(%rsp), %ymm0
movq 0x3078(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1e50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1e50(%rsp)
movq 0x1dd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1dd8(%rsp)
movl 0x1d8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d8c(%rsp)
jmp 0x1597668
jmp 0x159773e
movl 0x1e5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1e5c(%rsp)
jmp 0x1596d4b
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
jmp 0x15a459f
movq 0x2188(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15a1132
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1598730
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x159783d
movq 0x6e8(%rsp), %rax
movq %rax, 0x31c0(%rsp)
movq 0x31c0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x159784a
jmp 0x159785a
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0x1d3c(%rsp)
movl 0x1d3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x1598720
movq 0x2188(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1ce8(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ce8(%rsp), %r10
movq %r10, 0x3750(%rsp)
movl %r9d, 0x374c(%rsp)
movl %r8d, 0x3748(%rsp)
movl %edi, 0x3744(%rsp)
movq %rsi, 0x3738(%rsp)
movq %rdx, 0x3730(%rsp)
movl %ecx, 0x372c(%rsp)
movq %rax, 0x3720(%rsp)
movq 0x3750(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3730(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x372c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3720(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x374c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3748(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3744(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d48(%rsp)
movl $0x10, 0x3d44(%rsp)
movq 0x3d48(%rsp), %rax
movslq 0x3d44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1d10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1597a35
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d28(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x1597b76
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq %rax, 0x43e8(%rsp)
movq 0x43e8(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1597b19
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43e4(%rsp) # imm = 0xFFFFFFFF
movl 0x43e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43e0(%rsp)
cmpl $0x1, 0x43e0(%rsp)
jne 0x1597b19
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1597ae7
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1597ae5
jmp 0x1597b17
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4450(%rsp)
cmpq $0x0, 0x4450(%rsp)
je 0x1597b15
movq 0x4450(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1597b17
jmp 0x1597b19
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1597b74
movq %rax, %rdi
callq 0x678a0
jmp 0x1597b76
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x26c8(%rsp)
movq 0x26c8(%rsp), %rax
movq %rax, 0x4218(%rsp)
movq 0x4218(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1597c67
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4214(%rsp) # imm = 0xFFFFFFFF
movl 0x4214(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4210(%rsp)
cmpl $0x1, 0x4210(%rsp)
jne 0x1597c67
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1597c35
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1597c33
jmp 0x1597c65
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4538(%rsp)
cmpq $0x0, 0x4538(%rsp)
je 0x1597c63
movq 0x4538(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1597c65
jmp 0x1597c67
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1597cc2
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c98(%rsp), %rdx
movq %rdx, 0x2420(%rsp)
movq %rcx, 0x2418(%rsp)
movl %eax, 0x2414(%rsp)
movq 0x2418(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x2413(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2414(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c98(%rsp), %r10
movq %r10, 0x3788(%rsp)
movl %r9d, 0x3784(%rsp)
movl %r8d, 0x3780(%rsp)
movl %edi, 0x377c(%rsp)
movq %rsi, 0x3770(%rsp)
movq %rdx, 0x3768(%rsp)
movl %ecx, 0x3764(%rsp)
movq %rax, 0x3758(%rsp)
movq 0x3788(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x3770(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3768(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3764(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3758(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3784(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3780(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x377c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d38(%rsp)
movl $0x10, 0x3d34(%rsp)
movq 0x3d38(%rsp), %rax
movslq 0x3d34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1cc0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1597e8e
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1cd8(%rsp)
movb $0x1, 0x2413(%rsp)
testb $0x1, 0x2413(%rsp)
jne 0x1597fcf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq %rax, 0x43d8(%rsp)
movq 0x43d8(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1597f72
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43d4(%rsp) # imm = 0xFFFFFFFF
movl 0x43d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43d0(%rsp)
cmpl $0x1, 0x43d0(%rsp)
jne 0x1597f72
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1597f40
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1597f3e
jmp 0x1597f70
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4458(%rsp)
cmpq $0x0, 0x4458(%rsp)
je 0x1597f6e
movq 0x4458(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1597f70
jmp 0x1597f72
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1597fcd
movq %rax, %rdi
callq 0x678a0
jmp 0x1597fcf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1c98(%rsp), %rax
movq %rax, 0x26d0(%rsp)
movq 0x26d0(%rsp), %rax
movq %rax, 0x4208(%rsp)
movq 0x4208(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15980c0
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4204(%rsp) # imm = 0xFFFFFFFF
movl 0x4204(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4200(%rsp)
cmpl $0x1, 0x4200(%rsp)
jne 0x15980c0
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159808e
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159808c
jmp 0x15980be
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4540(%rsp)
cmpq $0x0, 0x4540(%rsp)
je 0x15980bc
movq 0x4540(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15980be
jmp 0x15980c0
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159811b
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c48(%rsp), %rdx
movq %rdx, 0x29c0(%rsp)
movq %rcx, 0x29b8(%rsp)
movl %eax, 0x29b4(%rsp)
movq 0x29b8(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x29b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c48(%rsp), %r10
movq %r10, 0x3328(%rsp)
movl %r9d, 0x3324(%rsp)
movl %r8d, 0x3320(%rsp)
movl %edi, 0x331c(%rsp)
movq %rsi, 0x3310(%rsp)
movq %rdx, 0x3308(%rsp)
movl %ecx, 0x3304(%rsp)
movq %rax, 0x32f8(%rsp)
movq 0x3328(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x3310(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3308(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3304(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x32f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3324(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3320(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x331c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e78(%rsp)
movl $0x10, 0x3e74(%rsp)
movq 0x3e78(%rsp), %rax
movslq 0x3e74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15982e7
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c88(%rsp)
movb $0x1, 0x29b3(%rsp)
testb $0x1, 0x29b3(%rsp)
jne 0x1598428
leaq 0x1c48(%rsp), %rax
movq %rax, 0x29c8(%rsp)
movq 0x29c8(%rsp), %rax
movq %rax, 0x3ee8(%rsp)
movq 0x3ee8(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15983cb
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ee4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ee4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ee0(%rsp)
cmpl $0x1, 0x3ee0(%rsp)
jne 0x15983cb
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1598399
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1598397
jmp 0x15983c9
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46d0(%rsp)
cmpq $0x0, 0x46d0(%rsp)
je 0x15983c7
movq 0x46d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15983c9
jmp 0x15983cb
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1598426
movq %rax, %rdi
callq 0x678a0
jmp 0x1598428
leaq 0x1c48(%rsp), %rax
movq %rax, 0x2ab0(%rsp)
movq 0x2ab0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1c48(%rsp), %rax
movq %rax, 0x26d8(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, 0x41f8(%rsp)
movq 0x41f8(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1598519
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41f4(%rsp) # imm = 0xFFFFFFFF
movl 0x41f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41f0(%rsp)
cmpl $0x1, 0x41f0(%rsp)
jne 0x1598519
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15984e7
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15984e5
jmp 0x1598517
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4548(%rsp)
cmpq $0x0, 0x4548(%rsp)
je 0x1598515
movq 0x4548(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1598517
jmp 0x1598519
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1598574
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1c90(%rsp)
movl $0x0, 0x1c44(%rsp)
movl 0x1c44(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x1598708
movl $0x0, 0x1c40(%rsp)
movl 0x1c40(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15986f0
movq 0x1d30(%rsp), %rax
movq %rax, 0x2bc8(%rsp)
movq 0x2bc8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1c20(%rsp)
movl $0x0, 0x1c1c(%rsp)
movl 0x1c1c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15986c6
movq 0x1ce0(%rsp), %rax
movq %rax, 0x2bc0(%rsp)
movq 0x2bc0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1be0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1c20(%rsp), %rsi
leaq 0x1be0(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x1bc0(%rsp)
movq 0x1c90(%rsp), %rax
vmovaps 0x1bc0(%rsp), %ymm0
movq %rax, 0x3038(%rsp)
vmovaps %ymm0, 0x3000(%rsp)
vmovaps 0x3000(%rsp), %ymm0
movq 0x3038(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1ce0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1c90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c90(%rsp)
movl 0x1c1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c1c(%rsp)
jmp 0x15985f2
movq 0x1d30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d30(%rsp)
movl 0x1c40(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c40(%rsp)
jmp 0x15985ae
jmp 0x15986f2
movl 0x1c44(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c44(%rsp)
jmp 0x159858f
jmp 0x159870a
movl 0x1d3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d3c(%rsp)
jmp 0x1597865
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x159fb4d
cmpl $0x1, 0x2148(%rsp)
jne 0x1599688
cmpl $0x1, 0x2144(%rsp)
jne 0x1599688
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x1599688
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x1598815
movq 0x660(%rsp), %rax
movq %rax, 0x31c8(%rsp)
movq 0x31c8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x1598822
jmp 0x1598832
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0x1bbc(%rsp)
movl 0x1bbc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x1599678
movq 0x2188(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b68(%rsp), %rdx
movq %rdx, 0x2408(%rsp)
movq %rcx, 0x2400(%rsp)
movl %eax, 0x23fc(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x23fb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23fc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b68(%rsp), %r10
movq %r10, 0x37c0(%rsp)
movl %r9d, 0x37bc(%rsp)
movl %r8d, 0x37b8(%rsp)
movl %edi, 0x37b4(%rsp)
movq %rsi, 0x37a8(%rsp)
movq %rdx, 0x37a0(%rsp)
movl %ecx, 0x379c(%rsp)
movq %rax, 0x3790(%rsp)
movq 0x37c0(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37a0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x379c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3790(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37bc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37b8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37b4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d28(%rsp)
movl $0x10, 0x3d24(%rsp)
movq 0x3d28(%rsp), %rax
movslq 0x3d24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b90(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1598a0d
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ba8(%rsp)
movb $0x1, 0x23fb(%rsp)
testb $0x1, 0x23fb(%rsp)
jne 0x1598b4e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq %rax, 0x43c8(%rsp)
movq 0x43c8(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1598af1
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43c4(%rsp) # imm = 0xFFFFFFFF
movl 0x43c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43c0(%rsp)
cmpl $0x1, 0x43c0(%rsp)
jne 0x1598af1
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1598abf
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1598abd
jmp 0x1598aef
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4460(%rsp)
cmpq $0x0, 0x4460(%rsp)
je 0x1598aed
movq 0x4460(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1598aef
jmp 0x1598af1
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1598b4c
movq %rax, %rdi
callq 0x678a0
jmp 0x1598b4e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1b68(%rsp), %rax
movq %rax, 0x26e0(%rsp)
movq 0x26e0(%rsp), %rax
movq %rax, 0x41e8(%rsp)
movq 0x41e8(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1598c3f
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41e4(%rsp) # imm = 0xFFFFFFFF
movl 0x41e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41e0(%rsp)
cmpl $0x1, 0x41e0(%rsp)
jne 0x1598c3f
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1598c0d
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1598c0b
jmp 0x1598c3d
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4550(%rsp)
cmpq $0x0, 0x4550(%rsp)
je 0x1598c3b
movq 0x4550(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1598c3d
jmp 0x1598c3f
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1598c9a
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x1bb0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b18(%rsp), %rdx
movq %rdx, 0x23f0(%rsp)
movq %rcx, 0x23e8(%rsp)
movl %eax, 0x23e4(%rsp)
movq 0x23e8(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x23e3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23e4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b18(%rsp), %r10
movq %r10, 0x37f8(%rsp)
movl %r9d, 0x37f4(%rsp)
movl %r8d, 0x37f0(%rsp)
movl %edi, 0x37ec(%rsp)
movq %rsi, 0x37e0(%rsp)
movq %rdx, 0x37d8(%rsp)
movl %ecx, 0x37d4(%rsp)
movq %rax, 0x37c8(%rsp)
movq 0x37f8(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x37e0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37d8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x37d4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x37c8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37f4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37f0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37ec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d18(%rsp)
movl $0x10, 0x3d14(%rsp)
movq 0x3d18(%rsp), %rax
movslq 0x3d14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b40(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1598e66
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b58(%rsp)
movb $0x1, 0x23e3(%rsp)
testb $0x1, 0x23e3(%rsp)
jne 0x1598fa7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq %rax, 0x43b8(%rsp)
movq 0x43b8(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1598f4a
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43b4(%rsp) # imm = 0xFFFFFFFF
movl 0x43b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43b0(%rsp)
cmpl $0x1, 0x43b0(%rsp)
jne 0x1598f4a
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1598f18
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1598f16
jmp 0x1598f48
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4468(%rsp)
cmpq $0x0, 0x4468(%rsp)
je 0x1598f46
movq 0x4468(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1598f48
jmp 0x1598f4a
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1598fa5
movq %rax, %rdi
callq 0x678a0
jmp 0x1598fa7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1b18(%rsp), %rax
movq %rax, 0x26e8(%rsp)
movq 0x26e8(%rsp), %rax
movq %rax, 0x41d8(%rsp)
movq 0x41d8(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1599098
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41d4(%rsp) # imm = 0xFFFFFFFF
movl 0x41d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41d0(%rsp)
cmpl $0x1, 0x41d0(%rsp)
jne 0x1599098
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1599066
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1599064
jmp 0x1599096
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4558(%rsp)
cmpq $0x0, 0x4558(%rsp)
je 0x1599094
movq 0x4558(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1599096
jmp 0x1599098
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15990f3
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1b60(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x29a0(%rsp)
movq %rcx, 0x2998(%rsp)
movl %eax, 0x2994(%rsp)
movq 0x2998(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x2993(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2994(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x3360(%rsp)
movl %r9d, 0x335c(%rsp)
movl %r8d, 0x3358(%rsp)
movl %edi, 0x3354(%rsp)
movq %rsi, 0x3348(%rsp)
movq %rdx, 0x3340(%rsp)
movl %ecx, 0x333c(%rsp)
movq %rax, 0x3330(%rsp)
movq 0x3360(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3340(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x333c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3330(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x335c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3358(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3354(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e68(%rsp)
movl $0x10, 0x3e64(%rsp)
movq 0x3e68(%rsp), %rax
movslq 0x3e64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15992bf
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x2993(%rsp)
testb $0x1, 0x2993(%rsp)
jne 0x1599400
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x29a8(%rsp)
movq 0x29a8(%rsp), %rax
movq %rax, 0x3ef8(%rsp)
movq 0x3ef8(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15993a3
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ef4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ef4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ef0(%rsp)
cmpl $0x1, 0x3ef0(%rsp)
jne 0x15993a3
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1599371
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159936f
jmp 0x15993a1
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46c8(%rsp)
cmpq $0x0, 0x46c8(%rsp)
je 0x159939f
movq 0x46c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15993a1
jmp 0x15993a3
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15993fe
movq %rax, %rdi
callq 0x678a0
jmp 0x1599400
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2aa8(%rsp)
movq 0x2aa8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x26f0(%rsp)
movq 0x26f0(%rsp), %rax
movq %rax, 0x41c8(%rsp)
movq 0x41c8(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15994f1
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41c4(%rsp) # imm = 0xFFFFFFFF
movl 0x41c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41c0(%rsp)
cmpl $0x1, 0x41c0(%rsp)
jne 0x15994f1
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15994bf
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15994bd
jmp 0x15994ef
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4560(%rsp)
cmpq $0x0, 0x4560(%rsp)
je 0x15994ed
movq 0x4560(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15994ef
jmp 0x15994f1
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159954c
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1b60(%rsp), %rax
movq %rax, 0x2bb8(%rsp)
movq 0x2bb8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1aa0(%rsp)
movl $0x0, 0x1a9c(%rsp)
movl 0x1a9c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x1599660
movq 0x1bb0(%rsp), %rax
movq %rax, 0x2bb0(%rsp)
movq 0x2bb0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1a60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1a60(%rsp), %rsi
leaq 0x1aa0(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x1a40(%rsp)
movq 0x1b10(%rsp), %rax
vmovaps 0x1a40(%rsp), %ymm0
movq %rax, 0x2ff8(%rsp)
vmovaps %ymm0, 0x2fc0(%rsp)
vmovaps 0x2fc0(%rsp), %ymm0
movq 0x2ff8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1bb0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1bb0(%rsp)
movq 0x1b10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b10(%rsp)
movl 0x1a9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a9c(%rsp)
jmp 0x159958c
jmp 0x1599662
movl 0x1bbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1bbc(%rsp)
jmp 0x159883d
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x159a1e5
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x159a1e5
cmpl $0x1, 0x213c(%rsp)
jne 0x159a1e5
cmpl $0x1, 0x212c(%rsp)
jne 0x159a1e5
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x159976f
movq 0x5d8(%rsp), %rax
movq %rax, 0x31d0(%rsp)
movq 0x31d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x159977c
jmp 0x159978c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0x1a3c(%rsp)
movl 0x1a3c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x159a1d5
movq 0x2188(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x19e8(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19e8(%rsp), %r10
movq %r10, 0x3830(%rsp)
movl %r9d, 0x382c(%rsp)
movl %r8d, 0x3828(%rsp)
movl %edi, 0x3824(%rsp)
movq %rsi, 0x3818(%rsp)
movq %rdx, 0x3810(%rsp)
movl %ecx, 0x380c(%rsp)
movq %rax, 0x3800(%rsp)
movq 0x3830(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3810(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x380c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3800(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x382c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3828(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3824(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d08(%rsp)
movl $0x10, 0x3d04(%rsp)
movq 0x3d08(%rsp), %rax
movslq 0x3d04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1599967
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a28(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x1599aa8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq %rax, 0x43a8(%rsp)
movq 0x43a8(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1599a4b
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43a4(%rsp) # imm = 0xFFFFFFFF
movl 0x43a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43a0(%rsp)
cmpl $0x1, 0x43a0(%rsp)
jne 0x1599a4b
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1599a19
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1599a17
jmp 0x1599a49
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4470(%rsp)
cmpq $0x0, 0x4470(%rsp)
je 0x1599a47
movq 0x4470(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1599a49
jmp 0x1599a4b
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1599aa6
movq %rax, %rdi
callq 0x678a0
jmp 0x1599aa8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x19e8(%rsp), %rax
movq %rax, 0x26f8(%rsp)
movq 0x26f8(%rsp), %rax
movq %rax, 0x41b8(%rsp)
movq 0x41b8(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1599b99
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41b4(%rsp) # imm = 0xFFFFFFFF
movl 0x41b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41b0(%rsp)
cmpl $0x1, 0x41b0(%rsp)
jne 0x1599b99
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1599b67
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1599b65
jmp 0x1599b97
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4568(%rsp)
cmpq $0x0, 0x4568(%rsp)
je 0x1599b95
movq 0x4568(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1599b97
jmp 0x1599b99
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1599bf4
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x1a30(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x19e0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x1990(%rsp), %rdx
movq %rdx, 0x2980(%rsp)
movq %rcx, 0x2978(%rsp)
movl %eax, 0x2974(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x2973(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2974(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1990(%rsp), %r10
movq %r10, 0x3398(%rsp)
movl %r9d, 0x3394(%rsp)
movl %r8d, 0x3390(%rsp)
movl %edi, 0x338c(%rsp)
movq %rsi, 0x3380(%rsp)
movq %rdx, 0x3378(%rsp)
movl %ecx, 0x3374(%rsp)
movq %rax, 0x3368(%rsp)
movq 0x3398(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x3380(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3378(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3374(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3368(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3394(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3390(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x338c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e58(%rsp)
movl $0x10, 0x3e54(%rsp)
movq 0x3e58(%rsp), %rax
movslq 0x3e54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1599de3
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19d0(%rsp)
movb $0x1, 0x2973(%rsp)
testb $0x1, 0x2973(%rsp)
jne 0x1599f24
leaq 0x1990(%rsp), %rax
movq %rax, 0x2988(%rsp)
movq 0x2988(%rsp), %rax
movq %rax, 0x3f08(%rsp)
movq 0x3f08(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1599ec7
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f04(%rsp) # imm = 0xFFFFFFFF
movl 0x3f04(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f00(%rsp)
cmpl $0x1, 0x3f00(%rsp)
jne 0x1599ec7
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1599e95
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1599e93
jmp 0x1599ec5
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46c0(%rsp)
cmpq $0x0, 0x46c0(%rsp)
je 0x1599ec3
movq 0x46c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1599ec5
jmp 0x1599ec7
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1599f22
movq %rax, %rdi
callq 0x678a0
jmp 0x1599f24
leaq 0x1990(%rsp), %rax
movq %rax, 0x2aa0(%rsp)
movq 0x2aa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1990(%rsp), %rax
movq %rax, 0x2700(%rsp)
movq 0x2700(%rsp), %rax
movq %rax, 0x41a8(%rsp)
movq 0x41a8(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159a015
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41a4(%rsp) # imm = 0xFFFFFFFF
movl 0x41a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41a0(%rsp)
cmpl $0x1, 0x41a0(%rsp)
jne 0x159a015
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1599fe3
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1599fe1
jmp 0x159a013
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4570(%rsp)
cmpq $0x0, 0x4570(%rsp)
je 0x159a011
movq 0x4570(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159a013
jmp 0x159a015
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159a070
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x19d8(%rsp)
movl $0x0, 0x198c(%rsp)
movl 0x198c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x159a1bd
movq 0x1a30(%rsp), %rax
movq %rax, 0x2ba8(%rsp)
movq 0x2ba8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1960(%rsp)
movq 0x19e0(%rsp), %rax
movq %rax, 0x31b0(%rsp)
movq 0x31b0(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x31ac(%rsp)
vbroadcastss 0x31ac(%rsp), %ymm0
vmovaps %ymm0, 0x3180(%rsp)
vmovaps 0x3180(%rsp), %ymm0
vmovaps %ymm0, 0x1940(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1960(%rsp), %rsi
leaq 0x1940(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x1920(%rsp)
movq 0x19d8(%rsp), %rax
vmovaps 0x1920(%rsp), %ymm0
movq %rax, 0x2fb8(%rsp)
vmovaps %ymm0, 0x2f80(%rsp)
vmovaps 0x2f80(%rsp), %ymm0
movq 0x2fb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1a30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1a30(%rsp)
movq 0x19e0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x19e0(%rsp)
movq 0x19d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x19d8(%rsp)
movl 0x198c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x198c(%rsp)
jmp 0x159a08b
jmp 0x159a1bf
movl 0x1a3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a3c(%rsp)
jmp 0x1599797
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
cmpl $0x1, 0x2168(%rsp)
jne 0x159b12b
cmpl $0x1, 0x2164(%rsp)
jne 0x159b12b
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x159b12b
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x159a2b8
movq 0x578(%rsp), %rax
movq %rax, 0x31d8(%rsp)
movq 0x31d8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x159a2c5
jmp 0x159a2d5
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0x191c(%rsp)
movl 0x191c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x159b11b
movq 0x2188(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x18c8(%rsp), %rdx
movq %rdx, 0x23c0(%rsp)
movq %rcx, 0x23b8(%rsp)
movl %eax, 0x23b4(%rsp)
movq 0x23b8(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x23b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18c8(%rsp), %r10
movq %r10, 0x3868(%rsp)
movl %r9d, 0x3864(%rsp)
movl %r8d, 0x3860(%rsp)
movl %edi, 0x385c(%rsp)
movq %rsi, 0x3850(%rsp)
movq %rdx, 0x3848(%rsp)
movl %ecx, 0x3844(%rsp)
movq %rax, 0x3838(%rsp)
movq 0x3868(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x3850(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3848(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3844(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3838(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3864(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3860(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x385c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cf8(%rsp)
movl $0x10, 0x3cf4(%rsp)
movq 0x3cf8(%rsp), %rax
movslq 0x3cf4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cf4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159a4b0
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1908(%rsp)
movb $0x1, 0x23b3(%rsp)
testb $0x1, 0x23b3(%rsp)
jne 0x159a5f1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2608(%rsp)
movq 0x2608(%rsp), %rax
movq %rax, 0x4398(%rsp)
movq 0x4398(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159a594
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4394(%rsp) # imm = 0xFFFFFFFF
movl 0x4394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4390(%rsp)
cmpl $0x1, 0x4390(%rsp)
jne 0x159a594
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159a562
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159a560
jmp 0x159a592
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4478(%rsp)
cmpq $0x0, 0x4478(%rsp)
je 0x159a590
movq 0x4478(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159a592
jmp 0x159a594
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159a5ef
movq %rax, %rdi
callq 0x678a0
jmp 0x159a5f1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2708(%rsp)
movq 0x2708(%rsp), %rax
movq %rax, 0x4198(%rsp)
movq 0x4198(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159a6e2
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4194(%rsp) # imm = 0xFFFFFFFF
movl 0x4194(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4190(%rsp)
cmpl $0x1, 0x4190(%rsp)
jne 0x159a6e2
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159a6b0
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159a6ae
jmp 0x159a6e0
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4578(%rsp)
cmpq $0x0, 0x4578(%rsp)
je 0x159a6de
movq 0x4578(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159a6e0
jmp 0x159a6e2
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159a73d
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x1910(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1878(%rsp), %rdx
movq %rdx, 0x23a8(%rsp)
movq %rcx, 0x23a0(%rsp)
movl %eax, 0x239c(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x239b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x239c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1878(%rsp), %r10
movq %r10, 0x38a0(%rsp)
movl %r9d, 0x389c(%rsp)
movl %r8d, 0x3898(%rsp)
movl %edi, 0x3894(%rsp)
movq %rsi, 0x3888(%rsp)
movq %rdx, 0x3880(%rsp)
movl %ecx, 0x387c(%rsp)
movq %rax, 0x3870(%rsp)
movq 0x38a0(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3880(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x387c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3870(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x389c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3898(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3894(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ce8(%rsp)
movl $0x10, 0x3ce4(%rsp)
movq 0x3ce8(%rsp), %rax
movslq 0x3ce4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ce4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159a909
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18b8(%rsp)
movb $0x1, 0x239b(%rsp)
testb $0x1, 0x239b(%rsp)
jne 0x159aa4a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2610(%rsp)
movq 0x2610(%rsp), %rax
movq %rax, 0x4388(%rsp)
movq 0x4388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159a9ed
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4384(%rsp) # imm = 0xFFFFFFFF
movl 0x4384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4380(%rsp)
cmpl $0x1, 0x4380(%rsp)
jne 0x159a9ed
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159a9bb
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159a9b9
jmp 0x159a9eb
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4480(%rsp)
cmpq $0x0, 0x4480(%rsp)
je 0x159a9e9
movq 0x4480(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159a9eb
jmp 0x159a9ed
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159aa48
movq %rax, %rdi
callq 0x678a0
jmp 0x159aa4a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2558(%rsp)
movq 0x2558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1878(%rsp), %rax
movq %rax, 0x2710(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, 0x4188(%rsp)
movq 0x4188(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159ab3b
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4184(%rsp) # imm = 0xFFFFFFFF
movl 0x4184(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4180(%rsp)
cmpl $0x1, 0x4180(%rsp)
jne 0x159ab3b
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159ab09
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159ab07
jmp 0x159ab39
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4580(%rsp)
cmpq $0x0, 0x4580(%rsp)
je 0x159ab37
movq 0x4580(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159ab39
jmp 0x159ab3b
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159ab96
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x18c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1828(%rsp), %rdx
movq %rdx, 0x2960(%rsp)
movq %rcx, 0x2958(%rsp)
movl %eax, 0x2954(%rsp)
movq 0x2958(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x2953(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2954(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1828(%rsp), %r10
movq %r10, 0x33d0(%rsp)
movl %r9d, 0x33cc(%rsp)
movl %r8d, 0x33c8(%rsp)
movl %edi, 0x33c4(%rsp)
movq %rsi, 0x33b8(%rsp)
movq %rdx, 0x33b0(%rsp)
movl %ecx, 0x33ac(%rsp)
movq %rax, 0x33a0(%rsp)
movq 0x33d0(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x33c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e48(%rsp)
movl $0x10, 0x3e44(%rsp)
movq 0x3e48(%rsp), %rax
movslq 0x3e44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1850(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159ad62
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1868(%rsp)
movb $0x1, 0x2953(%rsp)
testb $0x1, 0x2953(%rsp)
jne 0x159aea3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2968(%rsp)
movq 0x2968(%rsp), %rax
movq %rax, 0x3f18(%rsp)
movq 0x3f18(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159ae46
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f14(%rsp) # imm = 0xFFFFFFFF
movl 0x3f14(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f10(%rsp)
cmpl $0x1, 0x3f10(%rsp)
jne 0x159ae46
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159ae14
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159ae12
jmp 0x159ae44
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46b8(%rsp)
cmpq $0x0, 0x46b8(%rsp)
je 0x159ae42
movq 0x46b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159ae44
jmp 0x159ae46
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159aea1
movq %rax, %rdi
callq 0x678a0
jmp 0x159aea3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2a98(%rsp)
movq 0x2a98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x1828(%rsp), %rax
movq %rax, 0x2718(%rsp)
movq 0x2718(%rsp), %rax
movq %rax, 0x4178(%rsp)
movq 0x4178(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159af94
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4174(%rsp) # imm = 0xFFFFFFFF
movl 0x4174(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4170(%rsp)
cmpl $0x1, 0x4170(%rsp)
jne 0x159af94
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159af62
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159af60
jmp 0x159af92
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4588(%rsp)
cmpq $0x0, 0x4588(%rsp)
je 0x159af90
movq 0x4588(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159af92
jmp 0x159af94
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159afef
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1870(%rsp)
movq 0x1910(%rsp), %rax
movq %rax, 0x2ba0(%rsp)
movq 0x2ba0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1800(%rsp)
movl $0x0, 0x17fc(%rsp)
movl 0x17fc(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x159b103
movq 0x18c0(%rsp), %rax
movq %rax, 0x2b98(%rsp)
movq 0x2b98(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x17c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1800(%rsp), %rsi
leaq 0x17c0(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x17a0(%rsp)
movq 0x1870(%rsp), %rax
vmovaps 0x17a0(%rsp), %ymm0
movq %rax, 0x2f78(%rsp)
vmovaps %ymm0, 0x2f40(%rsp)
vmovaps 0x2f40(%rsp), %ymm0
movq 0x2f78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x18c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x18c0(%rsp)
movq 0x1870(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1870(%rsp)
movl 0x17fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17fc(%rsp)
jmp 0x159b02f
jmp 0x159b105
movl 0x191c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x191c(%rsp)
jmp 0x159a2e0
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x159bc88
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x159bc88
cmpl $0x1, 0x215c(%rsp)
jne 0x159bc88
cmpl $0x1, 0x214c(%rsp)
jne 0x159bc88
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x159b212
movq 0x4f0(%rsp), %rax
movq %rax, 0x31e0(%rsp)
movq 0x31e0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x159b21f
jmp 0x159b22f
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0x179c(%rsp)
movl 0x179c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x159bc78
movq 0x2188(%rsp), %rax
movq %rax, 0x2550(%rsp)
movq 0x2550(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1790(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x1740(%rsp), %rdx
movq %rdx, 0x2390(%rsp)
movq %rcx, 0x2388(%rsp)
movl %eax, 0x2384(%rsp)
movq 0x2388(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x2383(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2384(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1740(%rsp), %r10
movq %r10, 0x38d8(%rsp)
movl %r9d, 0x38d4(%rsp)
movl %r8d, 0x38d0(%rsp)
movl %edi, 0x38cc(%rsp)
movq %rsi, 0x38c0(%rsp)
movq %rdx, 0x38b8(%rsp)
movl %ecx, 0x38b4(%rsp)
movq %rax, 0x38a8(%rsp)
movq 0x38d8(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x38c0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38b8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38b4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38a8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x38d4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x38d0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x38cc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cd8(%rsp)
movl $0x10, 0x3cd4(%rsp)
movq 0x3cd8(%rsp), %rax
movslq 0x3cd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1768(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159b42d
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1780(%rsp)
movb $0x1, 0x2383(%rsp)
testb $0x1, 0x2383(%rsp)
jne 0x159b56e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2618(%rsp)
movq 0x2618(%rsp), %rax
movq %rax, 0x4378(%rsp)
movq 0x4378(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159b511
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4374(%rsp) # imm = 0xFFFFFFFF
movl 0x4374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4370(%rsp)
cmpl $0x1, 0x4370(%rsp)
jne 0x159b511
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159b4df
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159b4dd
jmp 0x159b50f
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4488(%rsp)
cmpq $0x0, 0x4488(%rsp)
je 0x159b50d
movq 0x4488(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159b50f
jmp 0x159b511
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159b56c
movq %rax, %rdi
callq 0x678a0
jmp 0x159b56e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2548(%rsp)
movq 0x2548(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1740(%rsp), %rax
movq %rax, 0x2720(%rsp)
movq 0x2720(%rsp), %rax
movq %rax, 0x4168(%rsp)
movq 0x4168(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159b65f
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4164(%rsp) # imm = 0xFFFFFFFF
movl 0x4164(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4160(%rsp)
cmpl $0x1, 0x4160(%rsp)
jne 0x159b65f
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159b62d
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159b62b
jmp 0x159b65d
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4590(%rsp)
cmpq $0x0, 0x4590(%rsp)
je 0x159b65b
movq 0x4590(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159b65d
jmp 0x159b65f
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159b6ba
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1788(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x16f0(%rsp), %rdx
movq %rdx, 0x2940(%rsp)
movq %rcx, 0x2938(%rsp)
movl %eax, 0x2934(%rsp)
movq 0x2938(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x2933(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2934(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f0(%rsp), %r10
movq %r10, 0x3408(%rsp)
movl %r9d, 0x3404(%rsp)
movl %r8d, 0x3400(%rsp)
movl %edi, 0x33fc(%rsp)
movq %rsi, 0x33f0(%rsp)
movq %rdx, 0x33e8(%rsp)
movl %ecx, 0x33e4(%rsp)
movq %rax, 0x33d8(%rsp)
movq 0x3408(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x33f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3404(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3400(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e38(%rsp)
movl $0x10, 0x3e34(%rsp)
movq 0x3e38(%rsp), %rax
movslq 0x3e34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1718(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159b886
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1730(%rsp)
movb $0x1, 0x2933(%rsp)
testb $0x1, 0x2933(%rsp)
jne 0x159b9c7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2948(%rsp)
movq 0x2948(%rsp), %rax
movq %rax, 0x3f28(%rsp)
movq 0x3f28(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159b96a
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f24(%rsp) # imm = 0xFFFFFFFF
movl 0x3f24(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f20(%rsp)
cmpl $0x1, 0x3f20(%rsp)
jne 0x159b96a
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159b938
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159b936
jmp 0x159b968
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46b0(%rsp)
cmpq $0x0, 0x46b0(%rsp)
je 0x159b966
movq 0x46b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159b968
jmp 0x159b96a
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159b9c5
movq %rax, %rdi
callq 0x678a0
jmp 0x159b9c7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2a90(%rsp)
movq 0x2a90(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2728(%rsp)
movq 0x2728(%rsp), %rax
movq %rax, 0x4158(%rsp)
movq 0x4158(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159bab8
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4154(%rsp) # imm = 0xFFFFFFFF
movl 0x4154(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4150(%rsp)
cmpl $0x1, 0x4150(%rsp)
jne 0x159bab8
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159ba86
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159ba84
jmp 0x159bab6
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4598(%rsp)
cmpq $0x0, 0x4598(%rsp)
je 0x159bab4
movq 0x4598(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159bab6
jmp 0x159bab8
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159bb13
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1738(%rsp)
movl $0x0, 0x16ec(%rsp)
movl 0x16ec(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x159bc60
movq 0x1790(%rsp), %rax
movq %rax, 0x3178(%rsp)
movq 0x3178(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3174(%rsp)
vbroadcastss 0x3174(%rsp), %ymm0
vmovaps %ymm0, 0x3140(%rsp)
vmovaps 0x3140(%rsp), %ymm0
vmovaps %ymm0, 0x16c0(%rsp)
movq 0x1788(%rsp), %rax
movq %rax, 0x2b90(%rsp)
movq 0x2b90(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x16a0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16a0(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x1680(%rsp)
movq 0x1738(%rsp), %rax
vmovaps 0x1680(%rsp), %ymm0
movq %rax, 0x2f38(%rsp)
vmovaps %ymm0, 0x2f00(%rsp)
vmovaps 0x2f00(%rsp), %ymm0
movq 0x2f38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1790(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1790(%rsp)
movq 0x1788(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1788(%rsp)
movq 0x1738(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1738(%rsp)
movl 0x16ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ec(%rsp)
jmp 0x159bb2e
jmp 0x159bc62
movl 0x179c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x179c(%rsp)
jmp 0x159b23a
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
cmpl $0x1, 0x2168(%rsp)
je 0x159cc2d
cmpl $0x1, 0x2148(%rsp)
jne 0x159cc2d
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x159cc2d
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x159cc2d
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x159bd6f
movq 0x490(%rsp), %rax
movq %rax, 0x31e8(%rsp)
movq 0x31e8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x159bd7c
jmp 0x159bd8c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0x167c(%rsp)
movl 0x167c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x159cc1d
movq 0x2188(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1628(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1628(%rsp), %r10
movq %r10, 0x3910(%rsp)
movl %r9d, 0x390c(%rsp)
movl %r8d, 0x3908(%rsp)
movl %edi, 0x3904(%rsp)
movq %rsi, 0x38f8(%rsp)
movq %rdx, 0x38f0(%rsp)
movl %ecx, 0x38ec(%rsp)
movq %rax, 0x38e0(%rsp)
movq 0x3910(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x38f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x390c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3908(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3904(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cc8(%rsp)
movl $0x10, 0x3cc4(%rsp)
movq 0x3cc8(%rsp), %rax
movslq 0x3cc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1650(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159bf67
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1668(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x159c0a8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2620(%rsp)
movq 0x2620(%rsp), %rax
movq %rax, 0x4368(%rsp)
movq 0x4368(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159c04b
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4364(%rsp) # imm = 0xFFFFFFFF
movl 0x4364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4360(%rsp)
cmpl $0x1, 0x4360(%rsp)
jne 0x159c04b
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159c019
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159c017
jmp 0x159c049
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4490(%rsp)
cmpq $0x0, 0x4490(%rsp)
je 0x159c047
movq 0x4490(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159c049
jmp 0x159c04b
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159c0a6
movq %rax, %rdi
callq 0x678a0
jmp 0x159c0a8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1628(%rsp), %rax
movq %rax, 0x2730(%rsp)
movq 0x2730(%rsp), %rax
movq %rax, 0x4148(%rsp)
movq 0x4148(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159c199
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4144(%rsp) # imm = 0xFFFFFFFF
movl 0x4144(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4140(%rsp)
cmpl $0x1, 0x4140(%rsp)
jne 0x159c199
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159c167
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159c165
jmp 0x159c197
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45a0(%rsp)
cmpq $0x0, 0x45a0(%rsp)
je 0x159c195
movq 0x45a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159c197
jmp 0x159c199
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159c1f4
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1670(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x15d8(%rsp), %rdx
movq %rdx, 0x2360(%rsp)
movq %rcx, 0x2358(%rsp)
movl %eax, 0x2354(%rsp)
movq 0x2358(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x2353(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2354(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x15d8(%rsp), %r10
movq %r10, 0x3948(%rsp)
movl %r9d, 0x3944(%rsp)
movl %r8d, 0x3940(%rsp)
movl %edi, 0x393c(%rsp)
movq %rsi, 0x3930(%rsp)
movq %rdx, 0x3928(%rsp)
movl %ecx, 0x3924(%rsp)
movq %rax, 0x3918(%rsp)
movq 0x3948(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x3930(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3928(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3924(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3918(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3944(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3940(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x393c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cb8(%rsp)
movl $0x10, 0x3cb4(%rsp)
movq 0x3cb8(%rsp), %rax
movslq 0x3cb4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cb4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1600(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159c3c0
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1618(%rsp)
movb $0x1, 0x2353(%rsp)
testb $0x1, 0x2353(%rsp)
jne 0x159c501
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rax
movq %rax, 0x4358(%rsp)
movq 0x4358(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159c4a4
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4354(%rsp) # imm = 0xFFFFFFFF
movl 0x4354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4350(%rsp)
cmpl $0x1, 0x4350(%rsp)
jne 0x159c4a4
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159c472
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159c470
jmp 0x159c4a2
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4498(%rsp)
cmpq $0x0, 0x4498(%rsp)
je 0x159c4a0
movq 0x4498(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159c4a2
jmp 0x159c4a4
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159c4ff
movq %rax, %rdi
callq 0x678a0
jmp 0x159c501
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2538(%rsp)
movq 0x2538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2738(%rsp)
movq 0x2738(%rsp), %rax
movq %rax, 0x4138(%rsp)
movq 0x4138(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159c5f2
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4134(%rsp) # imm = 0xFFFFFFFF
movl 0x4134(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4130(%rsp)
cmpl $0x1, 0x4130(%rsp)
jne 0x159c5f2
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159c5c0
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159c5be
jmp 0x159c5f0
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45a8(%rsp)
cmpq $0x0, 0x45a8(%rsp)
je 0x159c5ee
movq 0x45a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159c5f0
jmp 0x159c5f2
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159c64d
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1620(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1588(%rsp), %rdx
movq %rdx, 0x2920(%rsp)
movq %rcx, 0x2918(%rsp)
movl %eax, 0x2914(%rsp)
movq 0x2918(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x2913(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2914(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1588(%rsp), %r10
movq %r10, 0x3440(%rsp)
movl %r9d, 0x343c(%rsp)
movl %r8d, 0x3438(%rsp)
movl %edi, 0x3434(%rsp)
movq %rsi, 0x3428(%rsp)
movq %rdx, 0x3420(%rsp)
movl %ecx, 0x341c(%rsp)
movq %rax, 0x3410(%rsp)
movq 0x3440(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3420(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x341c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3410(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x343c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3438(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3434(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e28(%rsp)
movl $0x10, 0x3e24(%rsp)
movq 0x3e28(%rsp), %rax
movslq 0x3e24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x15b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159c819
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15c8(%rsp)
movb $0x1, 0x2913(%rsp)
testb $0x1, 0x2913(%rsp)
jne 0x159c95a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2928(%rsp)
movq 0x2928(%rsp), %rax
movq %rax, 0x3f38(%rsp)
movq 0x3f38(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159c8fd
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f34(%rsp) # imm = 0xFFFFFFFF
movl 0x3f34(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f30(%rsp)
cmpl $0x1, 0x3f30(%rsp)
jne 0x159c8fd
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159c8cb
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159c8c9
jmp 0x159c8fb
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46a8(%rsp)
cmpq $0x0, 0x46a8(%rsp)
je 0x159c8f9
movq 0x46a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159c8fb
jmp 0x159c8fd
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159c958
movq %rax, %rdi
callq 0x678a0
jmp 0x159c95a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2a88(%rsp)
movq 0x2a88(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1588(%rsp), %rax
movq %rax, 0x2740(%rsp)
movq 0x2740(%rsp), %rax
movq %rax, 0x4128(%rsp)
movq 0x4128(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159ca4b
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4124(%rsp) # imm = 0xFFFFFFFF
movl 0x4124(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4120(%rsp)
cmpl $0x1, 0x4120(%rsp)
jne 0x159ca4b
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159ca19
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159ca17
jmp 0x159ca49
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45b0(%rsp)
cmpq $0x0, 0x45b0(%rsp)
je 0x159ca47
movq 0x45b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159ca49
jmp 0x159ca4b
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159caa6
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x15d0(%rsp)
movl $0x0, 0x1584(%rsp)
movl 0x1584(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x159cc05
movq 0x1620(%rsp), %rax
movl 0x1584(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b88(%rsp)
movq 0x2b88(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1560(%rsp)
movl $0x0, 0x155c(%rsp)
movl 0x155c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x159cbed
movq 0x1670(%rsp), %rax
movq %rax, 0x2b80(%rsp)
movq 0x2b80(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1520(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1520(%rsp), %rsi
leaq 0x1560(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x1500(%rsp)
movq 0x15d0(%rsp), %rax
vmovaps 0x1500(%rsp), %ymm0
movq %rax, 0x2ef8(%rsp)
vmovaps %ymm0, 0x2ec0(%rsp)
vmovaps 0x2ec0(%rsp), %ymm0
movq 0x2ef8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1670(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1670(%rsp)
movq 0x15d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x15d0(%rsp)
movl 0x155c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x155c(%rsp)
jmp 0x159cb19
jmp 0x159cbef
movl 0x1584(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1584(%rsp)
jmp 0x159cac1
jmp 0x159cc07
movl 0x167c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x167c(%rsp)
jmp 0x159bd97
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x159dbd2
cmpl $0x1, 0x2164(%rsp)
je 0x159dbd2
cmpl $0x1, 0x2144(%rsp)
jne 0x159dbd2
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x159dbd2
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x159cd14
movq 0x408(%rsp), %rax
movq %rax, 0x31f0(%rsp)
movq 0x31f0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x159cd21
jmp 0x159cd31
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0x14fc(%rsp)
movl 0x14fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x159dbc2
movq 0x2188(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x14a8(%rsp), %rdx
movq %rdx, 0x2348(%rsp)
movq %rcx, 0x2340(%rsp)
movl %eax, 0x233c(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x233b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x233c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14a8(%rsp), %r10
movq %r10, 0x3980(%rsp)
movl %r9d, 0x397c(%rsp)
movl %r8d, 0x3978(%rsp)
movl %edi, 0x3974(%rsp)
movq %rsi, 0x3968(%rsp)
movq %rdx, 0x3960(%rsp)
movl %ecx, 0x395c(%rsp)
movq %rax, 0x3950(%rsp)
movq 0x3980(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x3968(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3960(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x395c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3950(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x397c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3978(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3974(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ca8(%rsp)
movl $0x10, 0x3ca4(%rsp)
movq 0x3ca8(%rsp), %rax
movslq 0x3ca4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ca4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159cf0c
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x14e8(%rsp)
movb $0x1, 0x233b(%rsp)
testb $0x1, 0x233b(%rsp)
jne 0x159d04d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rax
movq %rax, 0x4348(%rsp)
movq 0x4348(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159cff0
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4344(%rsp) # imm = 0xFFFFFFFF
movl 0x4344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4340(%rsp)
cmpl $0x1, 0x4340(%rsp)
jne 0x159cff0
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159cfbe
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159cfbc
jmp 0x159cfee
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44a0(%rsp)
cmpq $0x0, 0x44a0(%rsp)
je 0x159cfec
movq 0x44a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159cfee
jmp 0x159cff0
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159d04b
movq %rax, %rdi
callq 0x678a0
jmp 0x159d04d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2530(%rsp)
movq 0x2530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2748(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, 0x4118(%rsp)
movq 0x4118(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159d13e
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4114(%rsp) # imm = 0xFFFFFFFF
movl 0x4114(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4110(%rsp)
cmpl $0x1, 0x4110(%rsp)
jne 0x159d13e
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159d10c
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159d10a
jmp 0x159d13c
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45b8(%rsp)
cmpq $0x0, 0x45b8(%rsp)
je 0x159d13a
movq 0x45b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159d13c
jmp 0x159d13e
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159d199
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x14f0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1458(%rsp), %rdx
movq %rdx, 0x2330(%rsp)
movq %rcx, 0x2328(%rsp)
movl %eax, 0x2324(%rsp)
movq 0x2328(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x2323(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2324(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1458(%rsp), %r10
movq %r10, 0x39b8(%rsp)
movl %r9d, 0x39b4(%rsp)
movl %r8d, 0x39b0(%rsp)
movl %edi, 0x39ac(%rsp)
movq %rsi, 0x39a0(%rsp)
movq %rdx, 0x3998(%rsp)
movl %ecx, 0x3994(%rsp)
movq %rax, 0x3988(%rsp)
movq 0x39b8(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x39a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3998(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3994(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3988(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c98(%rsp)
movl $0x10, 0x3c94(%rsp)
movq 0x3c98(%rsp), %rax
movslq 0x3c94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1480(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159d365
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1498(%rsp)
movb $0x1, 0x2323(%rsp)
testb $0x1, 0x2323(%rsp)
jne 0x159d4a6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rax
movq %rax, 0x4338(%rsp)
movq 0x4338(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159d449
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4334(%rsp) # imm = 0xFFFFFFFF
movl 0x4334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4330(%rsp)
cmpl $0x1, 0x4330(%rsp)
jne 0x159d449
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159d417
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159d415
jmp 0x159d447
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44a8(%rsp)
cmpq $0x0, 0x44a8(%rsp)
je 0x159d445
movq 0x44a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159d447
jmp 0x159d449
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159d4a4
movq %rax, %rdi
callq 0x678a0
jmp 0x159d4a6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2528(%rsp)
movq 0x2528(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x1458(%rsp), %rax
movq %rax, 0x2750(%rsp)
movq 0x2750(%rsp), %rax
movq %rax, 0x4108(%rsp)
movq 0x4108(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159d597
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4104(%rsp) # imm = 0xFFFFFFFF
movl 0x4104(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4100(%rsp)
cmpl $0x1, 0x4100(%rsp)
jne 0x159d597
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159d565
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159d563
jmp 0x159d595
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45c0(%rsp)
cmpq $0x0, 0x45c0(%rsp)
je 0x159d593
movq 0x45c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159d595
jmp 0x159d597
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159d5f2
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x14a0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1408(%rsp), %rdx
movq %rdx, 0x2900(%rsp)
movq %rcx, 0x28f8(%rsp)
movl %eax, 0x28f4(%rsp)
movq 0x28f8(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x28f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1408(%rsp), %r10
movq %r10, 0x3478(%rsp)
movl %r9d, 0x3474(%rsp)
movl %r8d, 0x3470(%rsp)
movl %edi, 0x346c(%rsp)
movq %rsi, 0x3460(%rsp)
movq %rdx, 0x3458(%rsp)
movl %ecx, 0x3454(%rsp)
movq %rax, 0x3448(%rsp)
movq 0x3478(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x3460(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3458(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3454(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3448(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3474(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3470(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x346c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e18(%rsp)
movl $0x10, 0x3e14(%rsp)
movq 0x3e18(%rsp), %rax
movslq 0x3e14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1430(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159d7be
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1448(%rsp)
movb $0x1, 0x28f3(%rsp)
testb $0x1, 0x28f3(%rsp)
jne 0x159d8ff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2908(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, 0x3f48(%rsp)
movq 0x3f48(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159d8a2
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f44(%rsp) # imm = 0xFFFFFFFF
movl 0x3f44(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f40(%rsp)
cmpl $0x1, 0x3f40(%rsp)
jne 0x159d8a2
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159d870
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159d86e
jmp 0x159d8a0
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46a0(%rsp)
cmpq $0x0, 0x46a0(%rsp)
je 0x159d89e
movq 0x46a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159d8a0
jmp 0x159d8a2
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159d8fd
movq %rax, %rdi
callq 0x678a0
jmp 0x159d8ff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2a80(%rsp)
movq 0x2a80(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1408(%rsp), %rax
movq %rax, 0x2758(%rsp)
movq 0x2758(%rsp), %rax
movq %rax, 0x40f8(%rsp)
movq 0x40f8(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159d9f0
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40f4(%rsp) # imm = 0xFFFFFFFF
movl 0x40f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40f0(%rsp)
cmpl $0x1, 0x40f0(%rsp)
jne 0x159d9f0
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159d9be
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159d9bc
jmp 0x159d9ee
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45c8(%rsp)
cmpq $0x0, 0x45c8(%rsp)
je 0x159d9ec
movq 0x45c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159d9ee
jmp 0x159d9f0
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159da4b
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x1450(%rsp)
movl $0x0, 0x1404(%rsp)
movl 0x1404(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x159dbaa
movl $0x0, 0x1400(%rsp)
movl 0x1400(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x159db92
movq 0x14f0(%rsp), %rax
movq %rax, 0x2b78(%rsp)
movq 0x2b78(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13e0(%rsp)
movq 0x14a0(%rsp), %rax
movl 0x1400(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b70(%rsp)
movq 0x2b70(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x13e0(%rsp), %rsi
leaq 0x13c0(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x13a0(%rsp)
movq 0x1450(%rsp), %rax
vmovaps 0x13a0(%rsp), %ymm0
movq %rax, 0x2eb8(%rsp)
vmovaps %ymm0, 0x2e80(%rsp)
vmovaps 0x2e80(%rsp), %ymm0
movq 0x2eb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x14f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x14f0(%rsp)
movq 0x1450(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1450(%rsp)
movl 0x1400(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1400(%rsp)
jmp 0x159da85
jmp 0x159db94
movl 0x1404(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1404(%rsp)
jmp 0x159da66
jmp 0x159dbac
movl 0x14fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14fc(%rsp)
jmp 0x159cd3c
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
cmpl $0x1, 0x2148(%rsp)
je 0x159eb77
cmpl $0x1, 0x2168(%rsp)
jne 0x159eb77
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x159eb77
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x159eb77
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x159dcb9
movq 0x380(%rsp), %rax
movq %rax, 0x31f8(%rsp)
movq 0x31f8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x159dcc6
jmp 0x159dcd6
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0x139c(%rsp)
movl 0x139c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x159eb67
movq 0x2188(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x1348(%rsp), %rdx
movq %rdx, 0x2318(%rsp)
movq %rcx, 0x2310(%rsp)
movl %eax, 0x230c(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x230b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x230c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1348(%rsp), %r10
movq %r10, 0x39f0(%rsp)
movl %r9d, 0x39ec(%rsp)
movl %r8d, 0x39e8(%rsp)
movl %edi, 0x39e4(%rsp)
movq %rsi, 0x39d8(%rsp)
movq %rdx, 0x39d0(%rsp)
movl %ecx, 0x39cc(%rsp)
movq %rax, 0x39c0(%rsp)
movq 0x39f0(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x39d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x39d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x39cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c88(%rsp)
movl $0x10, 0x3c84(%rsp)
movq 0x3c88(%rsp), %rax
movslq 0x3c84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1370(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159deb1
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1388(%rsp)
movb $0x1, 0x230b(%rsp)
testb $0x1, 0x230b(%rsp)
jne 0x159dff2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rax
movq %rax, 0x4328(%rsp)
movq 0x4328(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159df95
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4324(%rsp) # imm = 0xFFFFFFFF
movl 0x4324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4320(%rsp)
cmpl $0x1, 0x4320(%rsp)
jne 0x159df95
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159df63
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159df61
jmp 0x159df93
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44b0(%rsp)
cmpq $0x0, 0x44b0(%rsp)
je 0x159df91
movq 0x44b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159df93
jmp 0x159df95
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159dff0
movq %rax, %rdi
callq 0x678a0
jmp 0x159dff2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x1348(%rsp), %rax
movq %rax, 0x2760(%rsp)
movq 0x2760(%rsp), %rax
movq %rax, 0x40e8(%rsp)
movq 0x40e8(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159e0e3
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40e4(%rsp) # imm = 0xFFFFFFFF
movl 0x40e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40e0(%rsp)
cmpl $0x1, 0x40e0(%rsp)
jne 0x159e0e3
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159e0b1
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159e0af
jmp 0x159e0e1
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45d0(%rsp)
cmpq $0x0, 0x45d0(%rsp)
je 0x159e0df
movq 0x45d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159e0e1
jmp 0x159e0e3
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159e13e
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1390(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12f8(%rsp), %rdx
movq %rdx, 0x2300(%rsp)
movq %rcx, 0x22f8(%rsp)
movl %eax, 0x22f4(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x22f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12f8(%rsp), %r10
movq %r10, 0x3a28(%rsp)
movl %r9d, 0x3a24(%rsp)
movl %r8d, 0x3a20(%rsp)
movl %edi, 0x3a1c(%rsp)
movq %rsi, 0x3a10(%rsp)
movq %rdx, 0x3a08(%rsp)
movl %ecx, 0x3a04(%rsp)
movq %rax, 0x39f8(%rsp)
movq 0x3a28(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x3a10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c78(%rsp)
movl $0x10, 0x3c74(%rsp)
movq 0x3c78(%rsp), %rax
movslq 0x3c74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1320(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159e30a
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1338(%rsp)
movb $0x1, 0x22f3(%rsp)
testb $0x1, 0x22f3(%rsp)
jne 0x159e44b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rax
movq %rax, 0x4318(%rsp)
movq 0x4318(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159e3ee
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4314(%rsp) # imm = 0xFFFFFFFF
movl 0x4314(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4310(%rsp)
cmpl $0x1, 0x4310(%rsp)
jne 0x159e3ee
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159e3bc
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159e3ba
jmp 0x159e3ec
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44b8(%rsp)
cmpq $0x0, 0x44b8(%rsp)
je 0x159e3ea
movq 0x44b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159e3ec
jmp 0x159e3ee
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159e449
movq %rax, %rdi
callq 0x678a0
jmp 0x159e44b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2518(%rsp)
movq 0x2518(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2768(%rsp)
movq 0x2768(%rsp), %rax
movq %rax, 0x40d8(%rsp)
movq 0x40d8(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159e53c
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40d4(%rsp) # imm = 0xFFFFFFFF
movl 0x40d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40d0(%rsp)
cmpl $0x1, 0x40d0(%rsp)
jne 0x159e53c
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159e50a
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159e508
jmp 0x159e53a
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45d8(%rsp)
cmpq $0x0, 0x45d8(%rsp)
je 0x159e538
movq 0x45d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159e53a
jmp 0x159e53c
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159e597
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x1340(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12a8(%rsp), %rdx
movq %rdx, 0x28e0(%rsp)
movq %rcx, 0x28d8(%rsp)
movl %eax, 0x28d4(%rsp)
movq 0x28d8(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x28d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12a8(%rsp), %r10
movq %r10, 0x34b0(%rsp)
movl %r9d, 0x34ac(%rsp)
movl %r8d, 0x34a8(%rsp)
movl %edi, 0x34a4(%rsp)
movq %rsi, 0x3498(%rsp)
movq %rdx, 0x3490(%rsp)
movl %ecx, 0x348c(%rsp)
movq %rax, 0x3480(%rsp)
movq 0x34b0(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3490(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x348c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3480(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e08(%rsp)
movl $0x10, 0x3e04(%rsp)
movq 0x3e08(%rsp), %rax
movslq 0x3e04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159e763
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12e8(%rsp)
movb $0x1, 0x28d3(%rsp)
testb $0x1, 0x28d3(%rsp)
jne 0x159e8a4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x28e8(%rsp)
movq 0x28e8(%rsp), %rax
movq %rax, 0x3f58(%rsp)
movq 0x3f58(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159e847
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f54(%rsp) # imm = 0xFFFFFFFF
movl 0x3f54(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f50(%rsp)
cmpl $0x1, 0x3f50(%rsp)
jne 0x159e847
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159e815
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159e813
jmp 0x159e845
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4698(%rsp)
cmpq $0x0, 0x4698(%rsp)
je 0x159e843
movq 0x4698(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159e845
jmp 0x159e847
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159e8a2
movq %rax, %rdi
callq 0x678a0
jmp 0x159e8a4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2a78(%rsp)
movq 0x2a78(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2770(%rsp)
movq 0x2770(%rsp), %rax
movq %rax, 0x40c8(%rsp)
movq 0x40c8(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159e995
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40c4(%rsp) # imm = 0xFFFFFFFF
movl 0x40c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40c0(%rsp)
cmpl $0x1, 0x40c0(%rsp)
jne 0x159e995
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159e963
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159e961
jmp 0x159e993
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45e0(%rsp)
cmpq $0x0, 0x45e0(%rsp)
je 0x159e991
movq 0x45e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159e993
jmp 0x159e995
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159e9f0
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x12f0(%rsp)
movl $0x0, 0x12a4(%rsp)
movl 0x12a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x159eb4f
movq 0x1390(%rsp), %rax
movl 0x12a4(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b68(%rsp)
movq 0x2b68(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x159eb37
movq 0x1340(%rsp), %rax
movq %rax, 0x2b60(%rsp)
movq 0x2b60(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1240(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1280(%rsp), %rsi
leaq 0x1240(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x1220(%rsp)
movq 0x12f0(%rsp), %rax
vmovaps 0x1220(%rsp), %ymm0
movq %rax, 0x2e78(%rsp)
vmovaps %ymm0, 0x2e40(%rsp)
vmovaps 0x2e40(%rsp), %ymm0
movq 0x2e78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1340(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1340(%rsp)
movq 0x12f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x12f0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x159ea63
jmp 0x159eb39
movl 0x12a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x12a4(%rsp)
jmp 0x159ea0b
jmp 0x159eb51
movl 0x139c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x139c(%rsp)
jmp 0x159dce1
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x159fb1c
cmpl $0x1, 0x2144(%rsp)
je 0x159fb1c
cmpl $0x1, 0x2164(%rsp)
jne 0x159fb1c
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x159fb1c
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x159ec5e
movq 0x2f8(%rsp), %rax
movq %rax, 0x3200(%rsp)
movq 0x3200(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x159ec6b
jmp 0x159ec7b
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0x121c(%rsp)
movl 0x121c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x159fb0c
movq 0x2188(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x11c8(%rsp), %rdx
movq %rdx, 0x22e8(%rsp)
movq %rcx, 0x22e0(%rsp)
movl %eax, 0x22dc(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x22db(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22dc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11c8(%rsp), %r10
movq %r10, 0x3a60(%rsp)
movl %r9d, 0x3a5c(%rsp)
movl %r8d, 0x3a58(%rsp)
movl %edi, 0x3a54(%rsp)
movq %rsi, 0x3a48(%rsp)
movq %rdx, 0x3a40(%rsp)
movl %ecx, 0x3a3c(%rsp)
movq %rax, 0x3a30(%rsp)
movq 0x3a60(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x3a48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c68(%rsp)
movl $0x10, 0x3c64(%rsp)
movq 0x3c68(%rsp), %rax
movslq 0x3c64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159ee56
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1208(%rsp)
movb $0x1, 0x22db(%rsp)
testb $0x1, 0x22db(%rsp)
jne 0x159ef97
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rax
movq %rax, 0x4308(%rsp)
movq 0x4308(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159ef3a
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4304(%rsp) # imm = 0xFFFFFFFF
movl 0x4304(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4300(%rsp)
cmpl $0x1, 0x4300(%rsp)
jne 0x159ef3a
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159ef08
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159ef06
jmp 0x159ef38
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44c0(%rsp)
cmpq $0x0, 0x44c0(%rsp)
je 0x159ef36
movq 0x44c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159ef38
jmp 0x159ef3a
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159ef95
movq %rax, %rdi
callq 0x678a0
jmp 0x159ef97
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2510(%rsp)
movq 0x2510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2778(%rsp)
movq 0x2778(%rsp), %rax
movq %rax, 0x40b8(%rsp)
movq 0x40b8(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159f088
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40b4(%rsp) # imm = 0xFFFFFFFF
movl 0x40b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40b0(%rsp)
cmpl $0x1, 0x40b0(%rsp)
jne 0x159f088
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159f056
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159f054
jmp 0x159f086
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45e8(%rsp)
cmpq $0x0, 0x45e8(%rsp)
je 0x159f084
movq 0x45e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159f086
jmp 0x159f088
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159f0e3
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0x1210(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1178(%rsp), %rdx
movq %rdx, 0x22d0(%rsp)
movq %rcx, 0x22c8(%rsp)
movl %eax, 0x22c4(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x22c3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22c4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1178(%rsp), %r10
movq %r10, 0x3a98(%rsp)
movl %r9d, 0x3a94(%rsp)
movl %r8d, 0x3a90(%rsp)
movl %edi, 0x3a8c(%rsp)
movq %rsi, 0x3a80(%rsp)
movq %rdx, 0x3a78(%rsp)
movl %ecx, 0x3a74(%rsp)
movq %rax, 0x3a68(%rsp)
movq 0x3a98(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x3a80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c58(%rsp)
movl $0x10, 0x3c54(%rsp)
movq 0x3c58(%rsp), %rax
movslq 0x3c54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159f2af
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11b8(%rsp)
movb $0x1, 0x22c3(%rsp)
testb $0x1, 0x22c3(%rsp)
jne 0x159f3f0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rax
movq %rax, 0x42f8(%rsp)
movq 0x42f8(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159f393
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42f4(%rsp) # imm = 0xFFFFFFFF
movl 0x42f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42f0(%rsp)
cmpl $0x1, 0x42f0(%rsp)
jne 0x159f393
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159f361
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159f35f
jmp 0x159f391
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44c8(%rsp)
cmpq $0x0, 0x44c8(%rsp)
je 0x159f38f
movq 0x44c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159f391
jmp 0x159f393
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159f3ee
movq %rax, %rdi
callq 0x678a0
jmp 0x159f3f0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2508(%rsp)
movq 0x2508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0x1178(%rsp), %rax
movq %rax, 0x2780(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, 0x40a8(%rsp)
movq 0x40a8(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159f4e1
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40a4(%rsp) # imm = 0xFFFFFFFF
movl 0x40a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40a0(%rsp)
cmpl $0x1, 0x40a0(%rsp)
jne 0x159f4e1
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159f4af
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159f4ad
jmp 0x159f4df
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45f0(%rsp)
cmpq $0x0, 0x45f0(%rsp)
je 0x159f4dd
movq 0x45f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159f4df
jmp 0x159f4e1
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159f53c
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0x11c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1128(%rsp), %rdx
movq %rdx, 0x28c0(%rsp)
movq %rcx, 0x28b8(%rsp)
movl %eax, 0x28b4(%rsp)
movq 0x28b8(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x28b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1128(%rsp), %r10
movq %r10, 0x34e8(%rsp)
movl %r9d, 0x34e4(%rsp)
movl %r8d, 0x34e0(%rsp)
movl %edi, 0x34dc(%rsp)
movq %rsi, 0x34d0(%rsp)
movq %rdx, 0x34c8(%rsp)
movl %ecx, 0x34c4(%rsp)
movq %rax, 0x34b8(%rsp)
movq 0x34e8(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x34d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x34c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3df8(%rsp)
movl $0x10, 0x3df4(%rsp)
movq 0x3df8(%rsp), %rax
movslq 0x3df4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3df4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1150(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159f708
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1168(%rsp)
movb $0x1, 0x28b3(%rsp)
testb $0x1, 0x28b3(%rsp)
jne 0x159f849
leaq 0x1128(%rsp), %rax
movq %rax, 0x28c8(%rsp)
movq 0x28c8(%rsp), %rax
movq %rax, 0x3f68(%rsp)
movq 0x3f68(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159f7ec
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f64(%rsp) # imm = 0xFFFFFFFF
movl 0x3f64(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f60(%rsp)
cmpl $0x1, 0x3f60(%rsp)
jne 0x159f7ec
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159f7ba
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159f7b8
jmp 0x159f7ea
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4690(%rsp)
cmpq $0x0, 0x4690(%rsp)
je 0x159f7e8
movq 0x4690(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159f7ea
jmp 0x159f7ec
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159f847
movq %rax, %rdi
callq 0x678a0
jmp 0x159f849
leaq 0x1128(%rsp), %rax
movq %rax, 0x2a70(%rsp)
movq 0x2a70(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0x1128(%rsp), %rax
movq %rax, 0x2788(%rsp)
movq 0x2788(%rsp), %rax
movq %rax, 0x4098(%rsp)
movq 0x4098(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159f93a
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4094(%rsp) # imm = 0xFFFFFFFF
movl 0x4094(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4090(%rsp)
cmpl $0x1, 0x4090(%rsp)
jne 0x159f93a
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159f908
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159f906
jmp 0x159f938
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45f8(%rsp)
cmpq $0x0, 0x45f8(%rsp)
je 0x159f936
movq 0x45f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159f938
jmp 0x159f93a
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159f995
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0x1170(%rsp)
movl $0x0, 0x1124(%rsp)
movl 0x1124(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x159faf4
movl $0x0, 0x1120(%rsp)
movl 0x1120(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x159fadc
movq 0x1210(%rsp), %rax
movl 0x1120(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b58(%rsp)
movq 0x2b58(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1100(%rsp)
movq 0x11c0(%rsp), %rax
movq %rax, 0x2b50(%rsp)
movq 0x2b50(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x10e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1100(%rsp), %rsi
leaq 0x10e0(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x10c0(%rsp)
movq 0x1170(%rsp), %rax
vmovaps 0x10c0(%rsp), %ymm0
movq %rax, 0x2e38(%rsp)
vmovaps %ymm0, 0x2e00(%rsp)
vmovaps 0x2e00(%rsp), %ymm0
movq 0x2e38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x11c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x11c0(%rsp)
movq 0x1170(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1170(%rsp)
movl 0x1120(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1120(%rsp)
jmp 0x159f9cf
jmp 0x159fade
movl 0x1124(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1124(%rsp)
jmp 0x159f9b0
jmp 0x159faf6
movl 0x121c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x121c(%rsp)
jmp 0x159ec86
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1630580
movl %eax, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x159fbf0
movq 0x270(%rsp), %rax
movq %rax, 0x3208(%rsp)
movq 0x3208(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x159fbfd
jmp 0x159fc0d
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15a06ae
movl $0x0, 0x10bc(%rsp)
movl 0x10bc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15a069e
movq 0x2188(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1068(%rsp), %rdx
movq %rdx, 0x22b8(%rsp)
movq %rcx, 0x22b0(%rsp)
movl %eax, 0x22ac(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x22ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1068(%rsp), %r10
movq %r10, 0x3ad0(%rsp)
movl %r9d, 0x3acc(%rsp)
movl %r8d, 0x3ac8(%rsp)
movl %edi, 0x3ac4(%rsp)
movq %rsi, 0x3ab8(%rsp)
movq %rdx, 0x3ab0(%rsp)
movl %ecx, 0x3aac(%rsp)
movq %rax, 0x3aa0(%rsp)
movq 0x3ad0(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x3ab8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ab0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3aac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3aa0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3acc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ac8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c48(%rsp)
movl $0x10, 0x3c44(%rsp)
movq 0x3c48(%rsp), %rax
movslq 0x3c44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1090(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x159fdfa
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10a8(%rsp)
movb $0x1, 0x22ab(%rsp)
testb $0x1, 0x22ab(%rsp)
jne 0x159ff3b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rax
movq %rax, 0x42e8(%rsp)
movq 0x42e8(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x159fede
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42e4(%rsp) # imm = 0xFFFFFFFF
movl 0x42e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42e0(%rsp)
cmpl $0x1, 0x42e0(%rsp)
jne 0x159fede
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159feac
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159feaa
jmp 0x159fedc
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44d0(%rsp)
cmpq $0x0, 0x44d0(%rsp)
je 0x159feda
movq 0x44d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x159fedc
jmp 0x159fede
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x159ff39
movq %rax, %rdi
callq 0x678a0
jmp 0x159ff3b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0x1068(%rsp), %rax
movq %rax, 0x2790(%rsp)
movq 0x2790(%rsp), %rax
movq %rax, 0x4088(%rsp)
movq 0x4088(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a002c
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4084(%rsp) # imm = 0xFFFFFFFF
movl 0x4084(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4080(%rsp)
cmpl $0x1, 0x4080(%rsp)
jne 0x15a002c
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x159fffa
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x159fff8
jmp 0x15a002a
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4600(%rsp)
cmpq $0x0, 0x4600(%rsp)
je 0x15a0028
movq 0x4600(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a002a
jmp 0x15a002c
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a0087
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0x10b0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x10bc(%rsp), %eax
movq %rcx, 0x3128(%rsp)
movl %eax, 0x3124(%rsp)
movq 0x3128(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3124(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1060(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1010(%rsp), %rdx
movq %rdx, 0x28a0(%rsp)
movq %rcx, 0x2898(%rsp)
movl %eax, 0x2894(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x2893(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2894(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1010(%rsp), %r10
movq %r10, 0x3520(%rsp)
movl %r9d, 0x351c(%rsp)
movl %r8d, 0x3518(%rsp)
movl %edi, 0x3514(%rsp)
movq %rsi, 0x3508(%rsp)
movq %rdx, 0x3500(%rsp)
movl %ecx, 0x34fc(%rsp)
movq %rax, 0x34f0(%rsp)
movq 0x3520(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3500(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x351c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3518(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3514(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3de8(%rsp)
movl $0x10, 0x3de4(%rsp)
movq 0x3de8(%rsp), %rax
movslq 0x3de4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3de4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1038(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a029c
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1050(%rsp)
movb $0x1, 0x2893(%rsp)
testb $0x1, 0x2893(%rsp)
jne 0x15a03dd
leaq 0x1010(%rsp), %rax
movq %rax, 0x28a8(%rsp)
movq 0x28a8(%rsp), %rax
movq %rax, 0x3f78(%rsp)
movq 0x3f78(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a0380
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f74(%rsp) # imm = 0xFFFFFFFF
movl 0x3f74(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f70(%rsp)
cmpl $0x1, 0x3f70(%rsp)
jne 0x15a0380
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a034e
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a034c
jmp 0x15a037e
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4688(%rsp)
cmpq $0x0, 0x4688(%rsp)
je 0x15a037c
movq 0x4688(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a037e
jmp 0x15a0380
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a03db
movq %rax, %rdi
callq 0x678a0
jmp 0x15a03dd
leaq 0x1010(%rsp), %rax
movq %rax, 0x2a68(%rsp)
movq 0x2a68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0x1010(%rsp), %rax
movq %rax, 0x2798(%rsp)
movq 0x2798(%rsp), %rax
movq %rax, 0x4078(%rsp)
movq 0x4078(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a04ce
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4074(%rsp) # imm = 0xFFFFFFFF
movl 0x4074(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4070(%rsp)
cmpl $0x1, 0x4070(%rsp)
jne 0x15a04ce
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a049c
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a049a
jmp 0x15a04cc
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4608(%rsp)
cmpq $0x0, 0x4608(%rsp)
je 0x15a04ca
movq 0x4608(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a04cc
jmp 0x15a04ce
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a0529
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0x1058(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15a0686
movq 0x1060(%rsp), %rax
movq %rax, 0x2b48(%rsp)
movq 0x2b48(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfe0(%rsp)
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15a065c
movq 0x10b0(%rsp), %rax
movq %rax, 0x2b40(%rsp)
movq 0x2b40(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfa0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xfa0(%rsp), %rsi
leaq 0xfe0(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0xf80(%rsp)
movq 0x1058(%rsp), %rax
vmovaps 0xf80(%rsp), %ymm0
movq %rax, 0x2df8(%rsp)
vmovaps %ymm0, 0x2dc0(%rsp)
vmovaps 0x2dc0(%rsp), %ymm0
movq 0x2df8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x10b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x10b0(%rsp)
movq 0x1058(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1058(%rsp)
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x15a0588
movq 0x1060(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1060(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x15a0544
jmp 0x15a0688
movl 0x10bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x10bc(%rsp)
jmp 0x159fc2a
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15a112d
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15a0709
cmpl $0x1, 0x212c(%rsp)
jne 0x15a0709
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1631650
movl %eax, 0x2194(%rsp)
jmp 0x15a45aa
movl $0x0, 0xf7c(%rsp)
movl 0xf7c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15a111d
movq 0x2188(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xf28(%rsp), %rdx
movq %rdx, 0x22a0(%rsp)
movq %rcx, 0x2298(%rsp)
movl %eax, 0x2294(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x2293(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2294(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf28(%rsp), %r10
movq %r10, 0x3b08(%rsp)
movl %r9d, 0x3b04(%rsp)
movl %r8d, 0x3b00(%rsp)
movl %edi, 0x3afc(%rsp)
movq %rsi, 0x3af0(%rsp)
movq %rdx, 0x3ae8(%rsp)
movl %ecx, 0x3ae4(%rsp)
movq %rax, 0x3ad8(%rsp)
movq 0x3b08(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x3af0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ae8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3ae4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3ad8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3afc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c38(%rsp)
movl $0x10, 0x3c34(%rsp)
movq 0x3c38(%rsp), %rax
movslq 0x3c34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf50(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a08e4
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf68(%rsp)
movb $0x1, 0x2293(%rsp)
testb $0x1, 0x2293(%rsp)
jne 0x15a0a25
leaq 0xf28(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rax
movq %rax, 0x42d8(%rsp)
movq 0x42d8(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a09c8
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42d4(%rsp) # imm = 0xFFFFFFFF
movl 0x42d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42d0(%rsp)
cmpl $0x1, 0x42d0(%rsp)
jne 0x15a09c8
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a0996
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a0994
jmp 0x15a09c6
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44d8(%rsp)
cmpq $0x0, 0x44d8(%rsp)
je 0x15a09c4
movq 0x44d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a09c6
jmp 0x15a09c8
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a0a23
movq %rax, %rdi
callq 0x678a0
jmp 0x15a0a25
leaq 0xf28(%rsp), %rax
movq %rax, 0x24f8(%rsp)
movq 0x24f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xf28(%rsp), %rax
movq %rax, 0x27a0(%rsp)
movq 0x27a0(%rsp), %rax
movq %rax, 0x4068(%rsp)
movq 0x4068(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a0b16
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4064(%rsp) # imm = 0xFFFFFFFF
movl 0x4064(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4060(%rsp)
cmpl $0x1, 0x4060(%rsp)
jne 0x15a0b16
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a0ae4
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a0ae2
jmp 0x15a0b14
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4610(%rsp)
cmpq $0x0, 0x4610(%rsp)
je 0x15a0b12
movq 0x4610(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a0b14
jmp 0x15a0b16
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a0b71
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xf70(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24f0(%rsp)
movq 0x24f0(%rsp), %rax
movq (%rax), %rax
movl 0xf7c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b38(%rsp)
movq 0x2b38(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xf00(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xeb0(%rsp), %rdx
movq %rdx, 0x2880(%rsp)
movq %rcx, 0x2878(%rsp)
movl %eax, 0x2874(%rsp)
movq 0x2878(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x2873(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2874(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xeb0(%rsp), %r10
movq %r10, 0x3558(%rsp)
movl %r9d, 0x3554(%rsp)
movl %r8d, 0x3550(%rsp)
movl %edi, 0x354c(%rsp)
movq %rsi, 0x3540(%rsp)
movq %rdx, 0x3538(%rsp)
movl %ecx, 0x3534(%rsp)
movq %rax, 0x3528(%rsp)
movq 0x3558(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x3540(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3538(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3534(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3528(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3554(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3550(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x354c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dd8(%rsp)
movl $0x10, 0x3dd4(%rsp)
movq 0x3dd8(%rsp), %rax
movslq 0x3dd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xed8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a0d89
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xef0(%rsp)
movb $0x1, 0x2873(%rsp)
testb $0x1, 0x2873(%rsp)
jne 0x15a0eca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2888(%rsp)
movq 0x2888(%rsp), %rax
movq %rax, 0x3f88(%rsp)
movq 0x3f88(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a0e6d
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f84(%rsp) # imm = 0xFFFFFFFF
movl 0x3f84(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f80(%rsp)
cmpl $0x1, 0x3f80(%rsp)
jne 0x15a0e6d
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a0e3b
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a0e39
jmp 0x15a0e6b
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4680(%rsp)
cmpq $0x0, 0x4680(%rsp)
je 0x15a0e69
movq 0x4680(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a0e6b
jmp 0x15a0e6d
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a0ec8
movq %rax, %rdi
callq 0x678a0
jmp 0x15a0eca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2a60(%rsp)
movq 0x2a60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xeb0(%rsp), %rax
movq %rax, 0x27a8(%rsp)
movq 0x27a8(%rsp), %rax
movq %rax, 0x4058(%rsp)
movq 0x4058(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a0fbb
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4054(%rsp) # imm = 0xFFFFFFFF
movl 0x4054(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4050(%rsp)
cmpl $0x1, 0x4050(%rsp)
jne 0x15a0fbb
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a0f89
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a0f87
jmp 0x15a0fb9
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4618(%rsp)
cmpq $0x0, 0x4618(%rsp)
je 0x15a0fb7
movq 0x4618(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a0fb9
jmp 0x15a0fbb
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a1016
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xef8(%rsp)
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x15a1105
movq 0xf70(%rsp), %rax
movq %rax, 0x2b30(%rsp)
movq 0x2b30(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xe80(%rsp), %rsi
leaq 0xf00(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0xe60(%rsp)
movq 0xef8(%rsp), %rax
vmovaps 0xe60(%rsp), %ymm0
movq %rax, 0x2db8(%rsp)
vmovaps %ymm0, 0x2d80(%rsp)
vmovaps 0x2d80(%rsp), %ymm0
movq 0x2db8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xf70(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xf70(%rsp)
movq 0xef8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xef8(%rsp)
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x15a1031
jmp 0x15a1107
movl 0xf7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xf7c(%rsp)
jmp 0x15a0714
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
jmp 0x15a459d
movq 0x2188(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15a2c19
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15a1ce9
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x15a1206
movq 0x1c0(%rsp), %rax
movq %rax, 0x3210(%rsp)
movq 0x3210(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x15a1213
jmp 0x15a1223
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0xe5c(%rsp)
movl 0xe5c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15a1cd9
movq 0x2188(%rsp), %rcx
movl 0xe5c(%rsp), %eax
movq %rcx, 0x3118(%rsp)
movl %eax, 0x3114(%rsp)
movq 0x3118(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3114(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x2288(%rsp)
movq %rcx, 0x2280(%rsp)
movl %eax, 0x227c(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x227b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x227c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x3b40(%rsp)
movl %r9d, 0x3b3c(%rsp)
movl %r8d, 0x3b38(%rsp)
movl %edi, 0x3b34(%rsp)
movq %rsi, 0x3b28(%rsp)
movq %rdx, 0x3b20(%rsp)
movl %ecx, 0x3b1c(%rsp)
movq %rax, 0x3b10(%rsp)
movq 0x3b40(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x3b28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c28(%rsp)
movl $0x10, 0x3c24(%rsp)
movq 0x3c28(%rsp), %rax
movslq 0x3c24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a1447
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x227b(%rsp)
testb $0x1, 0x227b(%rsp)
jne 0x15a1588
leaq 0xe00(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rax
movq %rax, 0x42c8(%rsp)
movq 0x42c8(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a152b
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42c4(%rsp) # imm = 0xFFFFFFFF
movl 0x42c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42c0(%rsp)
cmpl $0x1, 0x42c0(%rsp)
jne 0x15a152b
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a14f9
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a14f7
jmp 0x15a1529
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44e0(%rsp)
cmpq $0x0, 0x44e0(%rsp)
je 0x15a1527
movq 0x44e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a1529
jmp 0x15a152b
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a1586
movq %rax, %rdi
callq 0x678a0
jmp 0x15a1588
leaq 0xe00(%rsp), %rax
movq %rax, 0x24e8(%rsp)
movq 0x24e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x27b0(%rsp)
movq 0x27b0(%rsp), %rax
movq %rax, 0x4048(%rsp)
movq 0x4048(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a1679
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4044(%rsp) # imm = 0xFFFFFFFF
movl 0x4044(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4040(%rsp)
cmpl $0x1, 0x4040(%rsp)
jne 0x15a1679
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a1647
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a1645
jmp 0x15a1677
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4620(%rsp)
cmpq $0x0, 0x4620(%rsp)
je 0x15a1675
movq 0x4620(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a1677
jmp 0x15a1679
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a16d4
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xe48(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xdb0(%rsp), %rdx
movq %rdx, 0x2860(%rsp)
movq %rcx, 0x2858(%rsp)
movl %eax, 0x2854(%rsp)
movq 0x2858(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x2853(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2854(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xdb0(%rsp), %r10
movq %r10, 0x3590(%rsp)
movl %r9d, 0x358c(%rsp)
movl %r8d, 0x3588(%rsp)
movl %edi, 0x3584(%rsp)
movq %rsi, 0x3578(%rsp)
movq %rdx, 0x3570(%rsp)
movl %ecx, 0x356c(%rsp)
movq %rax, 0x3560(%rsp)
movq 0x3590(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3570(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x356c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3560(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x358c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3588(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3584(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dc8(%rsp)
movl $0x10, 0x3dc4(%rsp)
movq 0x3dc8(%rsp), %rax
movslq 0x3dc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xdd8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a18a0
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xdf0(%rsp)
movb $0x1, 0x2853(%rsp)
testb $0x1, 0x2853(%rsp)
jne 0x15a19e1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2868(%rsp)
movq 0x2868(%rsp), %rax
movq %rax, 0x3f98(%rsp)
movq 0x3f98(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a1984
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f94(%rsp) # imm = 0xFFFFFFFF
movl 0x3f94(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f90(%rsp)
cmpl $0x1, 0x3f90(%rsp)
jne 0x15a1984
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a1952
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a1950
jmp 0x15a1982
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4678(%rsp)
cmpq $0x0, 0x4678(%rsp)
je 0x15a1980
movq 0x4678(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a1982
jmp 0x15a1984
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a19df
movq %rax, %rdi
callq 0x678a0
jmp 0x15a19e1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2a58(%rsp)
movq 0x2a58(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xdb0(%rsp), %rax
movq %rax, 0x27b8(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, 0x4038(%rsp)
movq 0x4038(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a1ad2
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4034(%rsp) # imm = 0xFFFFFFFF
movl 0x4034(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4030(%rsp)
cmpl $0x1, 0x4030(%rsp)
jne 0x15a1ad2
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a1aa0
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a1a9e
jmp 0x15a1ad0
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4628(%rsp)
cmpq $0x0, 0x4628(%rsp)
je 0x15a1ace
movq 0x4628(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a1ad0
jmp 0x15a1ad2
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a1b2d
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xdf8(%rsp)
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x15a1cc1
movq 0xe50(%rsp), %rax
movq %rax, 0x2b28(%rsp)
movq 0x2b28(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd80(%rsp)
movl $0x0, 0xd7c(%rsp)
movl 0xd7c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15a1c97
movl $0x0, 0xd78(%rsp)
movl 0xd78(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15a1c7f
movq 0xe48(%rsp), %rax
movq %rax, 0x2b20(%rsp)
movq 0x2b20(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd40(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xd80(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0xd20(%rsp)
movq 0xdf8(%rsp), %rax
vmovaps 0xd20(%rsp), %ymm0
movq %rax, 0x2d78(%rsp)
vmovaps %ymm0, 0x2d40(%rsp)
vmovaps 0x2d40(%rsp), %ymm0
movq 0x2d78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xe48(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe48(%rsp)
movq 0xdf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xdf8(%rsp)
movl 0xd78(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd78(%rsp)
jmp 0x15a1bab
jmp 0x15a1c81
movl 0xd7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd7c(%rsp)
jmp 0x15a1b8c
movq 0xe50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe50(%rsp)
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x15a1b48
jmp 0x15a1cc3
movl 0xe5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xe5c(%rsp)
jmp 0x15a122e
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15a284a
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x15a1d9e
movq 0x160(%rsp), %rax
movq %rax, 0x3218(%rsp)
movq 0x3218(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x15a1dab
jmp 0x15a1dbb
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0xd1c(%rsp)
movl 0xd1c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15a283a
movq 0x2188(%rsp), %rcx
movl 0xd1c(%rsp), %eax
movq %rcx, 0x3108(%rsp)
movl %eax, 0x3104(%rsp)
movq 0x3108(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3104(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xd10(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xcc0(%rsp), %rdx
movq %rdx, 0x2270(%rsp)
movq %rcx, 0x2268(%rsp)
movl %eax, 0x2264(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x2263(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2264(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcc0(%rsp), %r10
movq %r10, 0x3b78(%rsp)
movl %r9d, 0x3b74(%rsp)
movl %r8d, 0x3b70(%rsp)
movl %edi, 0x3b6c(%rsp)
movq %rsi, 0x3b60(%rsp)
movq %rdx, 0x3b58(%rsp)
movl %ecx, 0x3b54(%rsp)
movq %rax, 0x3b48(%rsp)
movq 0x3b78(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x3b60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c18(%rsp)
movl $0x10, 0x3c14(%rsp)
movq 0x3c18(%rsp), %rax
movslq 0x3c14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xce8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a1fdf
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd00(%rsp)
movb $0x1, 0x2263(%rsp)
testb $0x1, 0x2263(%rsp)
jne 0x15a2120
leaq 0xcc0(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rax
movq %rax, 0x42b8(%rsp)
movq 0x42b8(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a20c3
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42b4(%rsp) # imm = 0xFFFFFFFF
movl 0x42b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42b0(%rsp)
cmpl $0x1, 0x42b0(%rsp)
jne 0x15a20c3
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a2091
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a208f
jmp 0x15a20c1
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44e8(%rsp)
cmpq $0x0, 0x44e8(%rsp)
je 0x15a20bf
movq 0x44e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a20c1
jmp 0x15a20c3
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a211e
movq %rax, %rdi
callq 0x678a0
jmp 0x15a2120
leaq 0xcc0(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xcc0(%rsp), %rax
movq %rax, 0x27c0(%rsp)
movq 0x27c0(%rsp), %rax
movq %rax, 0x4028(%rsp)
movq 0x4028(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a2211
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4024(%rsp) # imm = 0xFFFFFFFF
movl 0x4024(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4020(%rsp)
cmpl $0x1, 0x4020(%rsp)
jne 0x15a2211
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a21df
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a21dd
jmp 0x15a220f
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4630(%rsp)
cmpq $0x0, 0x4630(%rsp)
je 0x15a220d
movq 0x4630(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a220f
jmp 0x15a2211
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a226c
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xd08(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xc70(%rsp), %rdx
movq %rdx, 0x2840(%rsp)
movq %rcx, 0x2838(%rsp)
movl %eax, 0x2834(%rsp)
movq 0x2838(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x2833(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2834(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc70(%rsp), %r10
movq %r10, 0x35c8(%rsp)
movl %r9d, 0x35c4(%rsp)
movl %r8d, 0x35c0(%rsp)
movl %edi, 0x35bc(%rsp)
movq %rsi, 0x35b0(%rsp)
movq %rdx, 0x35a8(%rsp)
movl %ecx, 0x35a4(%rsp)
movq %rax, 0x3598(%rsp)
movq 0x35c8(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x35b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3598(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3db8(%rsp)
movl $0x10, 0x3db4(%rsp)
movq 0x3db8(%rsp), %rax
movslq 0x3db4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3db4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a2438
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movb $0x1, 0x2833(%rsp)
testb $0x1, 0x2833(%rsp)
jne 0x15a2579
leaq 0xc70(%rsp), %rax
movq %rax, 0x2848(%rsp)
movq 0x2848(%rsp), %rax
movq %rax, 0x3fa8(%rsp)
movq 0x3fa8(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a251c
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fa4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fa4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fa0(%rsp)
cmpl $0x1, 0x3fa0(%rsp)
jne 0x15a251c
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a24ea
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a24e8
jmp 0x15a251a
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4670(%rsp)
cmpq $0x0, 0x4670(%rsp)
je 0x15a2518
movq 0x4670(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a251a
jmp 0x15a251c
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a2577
movq %rax, %rdi
callq 0x678a0
jmp 0x15a2579
leaq 0xc70(%rsp), %rax
movq %rax, 0x2a50(%rsp)
movq 0x2a50(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xc70(%rsp), %rax
movq %rax, 0x27c8(%rsp)
movq 0x27c8(%rsp), %rax
movq %rax, 0x4018(%rsp)
movq 0x4018(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a266a
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4014(%rsp) # imm = 0xFFFFFFFF
movl 0x4014(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4010(%rsp)
cmpl $0x1, 0x4010(%rsp)
jne 0x15a266a
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a2638
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a2636
jmp 0x15a2668
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4638(%rsp)
cmpq $0x0, 0x4638(%rsp)
je 0x15a2666
movq 0x4638(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a2668
jmp 0x15a266a
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a26c5
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xcb8(%rsp)
movl $0x0, 0xc6c(%rsp)
movl 0xc6c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15a2822
movq 0xd10(%rsp), %rax
movq %rax, 0x2b18(%rsp)
movq 0x2b18(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc40(%rsp)
movl $0x0, 0xc3c(%rsp)
movl 0xc3c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15a27f8
movq 0xd08(%rsp), %rax
movq %rax, 0x2b10(%rsp)
movq 0x2b10(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc00(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xc40(%rsp), %rsi
leaq 0xc00(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0xbe0(%rsp)
movq 0xcb8(%rsp), %rax
vmovaps 0xbe0(%rsp), %ymm0
movq %rax, 0x2d38(%rsp)
vmovaps %ymm0, 0x2d00(%rsp)
vmovaps 0x2d00(%rsp), %ymm0
movq 0x2d38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xd08(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd08(%rsp)
movq 0xcb8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xcb8(%rsp)
movl 0xc3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc3c(%rsp)
jmp 0x15a2724
movq 0xd10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd10(%rsp)
movl 0xc6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc6c(%rsp)
jmp 0x15a26e0
jmp 0x15a2824
movl 0xd1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd1c(%rsp)
jmp 0x15a1dc6
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x15a28e2
movq 0x100(%rsp), %rax
movq %rax, 0x3220(%rsp)
movq 0x3220(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x15a28ef
jmp 0x15a28ff
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15a293e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1630580
movl %eax, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15a2c14
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x15a29e8
movq 0xf0(%rsp), %rax
movq %rax, 0x3228(%rsp)
movq 0x3228(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x15a29f5
jmp 0x15a2a05
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15a2a4e
cmpl $0x1, 0x212c(%rsp)
jne 0x15a2a4e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1631650
movl %eax, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2188(%rsp), %rax
movq %rax, 0x24d8(%rsp)
movq 0x24d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24d0(%rsp)
movq 0x24d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2a48(%rsp)
movq 0x2a48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbc8(%rsp)
movl $0x0, 0xbc4(%rsp)
movl 0xbc4(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15a2c04
movq 0xbd0(%rsp), %rax
movq %rax, 0x2b08(%rsp)
movq 0x2b08(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xba0(%rsp)
movl $0x0, 0xb9c(%rsp)
movl 0xb9c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15a2bda
movq 0xbd8(%rsp), %rax
movq %rax, 0x2b00(%rsp)
movq 0x2b00(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb60(%rsp), %rsi
leaq 0xba0(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0xb40(%rsp)
movq 0xbc8(%rsp), %rax
vmovaps 0xb40(%rsp), %ymm0
movq %rax, 0x2cf8(%rsp)
vmovaps %ymm0, 0x2cc0(%rsp)
vmovaps 0x2cc0(%rsp), %ymm0
movq 0x2cf8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xbd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd8(%rsp)
movq 0xbc8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbc8(%rsp)
movl 0xb9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb9c(%rsp)
jmp 0x15a2b06
movq 0xbd0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd0(%rsp)
movl 0xbc4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc4(%rsp)
jmp 0x15a2ac2
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
jmp 0x15a459b
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15a4599
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15a2c74
cmpl $0x1, 0x214c(%rsp)
jne 0x15a2c74
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x16323d0
movl %eax, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15a3777
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x15a2d36
movq 0xe0(%rsp), %rax
movq %rax, 0x3230(%rsp)
movq 0x3230(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x15a2d43
jmp 0x15a2d53
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0xb3c(%rsp)
movl 0xb3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15a3767
movq 0x2188(%rsp), %rax
movq %rax, 0x24c8(%rsp)
movq 0x24c8(%rsp), %rax
movq (%rax), %rax
movl 0xb3c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2af8(%rsp)
movq 0x2af8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb00(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xab0(%rsp), %rdx
movq %rdx, 0x2258(%rsp)
movq %rcx, 0x2250(%rsp)
movl %eax, 0x224c(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x224b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x224c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xab0(%rsp), %r10
movq %r10, 0x3bb0(%rsp)
movl %r9d, 0x3bac(%rsp)
movl %r8d, 0x3ba8(%rsp)
movl %edi, 0x3ba4(%rsp)
movq %rsi, 0x3b98(%rsp)
movq %rdx, 0x3b90(%rsp)
movl %ecx, 0x3b8c(%rsp)
movq %rax, 0x3b80(%rsp)
movq 0x3bb0(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3b98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3bac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ba8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ba4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c08(%rsp)
movl $0x10, 0x3c04(%rsp)
movq 0x3c08(%rsp), %rax
movslq 0x3c04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xad8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a2f7a
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaf0(%rsp)
movb $0x1, 0x224b(%rsp)
testb $0x1, 0x224b(%rsp)
jne 0x15a30bb
leaq 0xab0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rax
movq %rax, 0x42a8(%rsp)
movq 0x42a8(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a305e
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42a4(%rsp) # imm = 0xFFFFFFFF
movl 0x42a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42a0(%rsp)
cmpl $0x1, 0x42a0(%rsp)
jne 0x15a305e
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a302c
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a302a
jmp 0x15a305c
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44f0(%rsp)
cmpq $0x0, 0x44f0(%rsp)
je 0x15a305a
movq 0x44f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a305c
jmp 0x15a305e
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a30b9
movq %rax, %rdi
callq 0x678a0
jmp 0x15a30bb
leaq 0xab0(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0xab0(%rsp), %rax
movq %rax, 0x27d0(%rsp)
movq 0x27d0(%rsp), %rax
movq %rax, 0x4008(%rsp)
movq 0x4008(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a31ac
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4004(%rsp) # imm = 0xFFFFFFFF
movl 0x4004(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4000(%rsp)
cmpl $0x1, 0x4000(%rsp)
jne 0x15a31ac
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a317a
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a3178
jmp 0x15a31aa
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4640(%rsp)
cmpq $0x0, 0x4640(%rsp)
je 0x15a31a8
movq 0x4640(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a31aa
jmp 0x15a31ac
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a3207
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xaf8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xa60(%rsp), %rdx
movq %rdx, 0x2820(%rsp)
movq %rcx, 0x2818(%rsp)
movl %eax, 0x2814(%rsp)
movq 0x2818(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x2813(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2814(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xa60(%rsp), %r10
movq %r10, 0x3600(%rsp)
movl %r9d, 0x35fc(%rsp)
movl %r8d, 0x35f8(%rsp)
movl %edi, 0x35f4(%rsp)
movq %rsi, 0x35e8(%rsp)
movq %rdx, 0x35e0(%rsp)
movl %ecx, 0x35dc(%rsp)
movq %rax, 0x35d0(%rsp)
movq 0x3600(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x35d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3da8(%rsp)
movl $0x10, 0x3da4(%rsp)
movq 0x3da8(%rsp), %rax
movslq 0x3da4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3da4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a33d3
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaa0(%rsp)
movb $0x1, 0x2813(%rsp)
testb $0x1, 0x2813(%rsp)
jne 0x15a3514
leaq 0xa60(%rsp), %rax
movq %rax, 0x2828(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, 0x3fb8(%rsp)
movq 0x3fb8(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a34b7
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fb4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fb4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fb0(%rsp)
cmpl $0x1, 0x3fb0(%rsp)
jne 0x15a34b7
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a3485
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a3483
jmp 0x15a34b5
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4668(%rsp)
cmpq $0x0, 0x4668(%rsp)
je 0x15a34b3
movq 0x4668(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a34b5
jmp 0x15a34b7
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a3512
movq %rax, %rdi
callq 0x678a0
jmp 0x15a3514
leaq 0xa60(%rsp), %rax
movq %rax, 0x2a40(%rsp)
movq 0x2a40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0xa60(%rsp), %rax
movq %rax, 0x27d8(%rsp)
movq 0x27d8(%rsp), %rax
movq %rax, 0x3ff8(%rsp)
movq 0x3ff8(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a3605
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ff4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ff4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ff0(%rsp)
cmpl $0x1, 0x3ff0(%rsp)
jne 0x15a3605
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a35d3
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a35d1
jmp 0x15a3603
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4648(%rsp)
cmpq $0x0, 0x4648(%rsp)
je 0x15a3601
movq 0x4648(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a3603
jmp 0x15a3605
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a3660
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x15a374f
movq 0xaf8(%rsp), %rax
movq %rax, 0x2af0(%rsp)
movq 0x2af0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xa20(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb00(%rsp), %rsi
leaq 0xa20(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0xa00(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa00(%rsp), %ymm0
movq %rax, 0x2cb8(%rsp)
vmovaps %ymm0, 0x2c80(%rsp)
vmovaps 0x2c80(%rsp), %ymm0
movq 0x2cb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xaf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaf8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x15a367b
jmp 0x15a3751
movl 0xb3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb3c(%rsp)
jmp 0x15a2d5e
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15a4201
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x15a382c
movq 0x80(%rsp), %rax
movq %rax, 0x3238(%rsp)
movq 0x3238(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x15a3839
jmp 0x15a3849
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movl $0x0, 0x9fc(%rsp)
movl 0x9fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15a41f1
movq 0x2188(%rsp), %rax
movq %rax, 0x24b8(%rsp)
movq 0x24b8(%rsp), %rax
movq (%rax), %rax
movl 0x9fc(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2ae8(%rsp)
movq 0x2ae8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x9c0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x970(%rsp), %rdx
movq %rdx, 0x2240(%rsp)
movq %rcx, 0x2238(%rsp)
movl %eax, 0x2234(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x2233(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2234(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x970(%rsp), %r10
movq %r10, 0x3be8(%rsp)
movl %r9d, 0x3be4(%rsp)
movl %r8d, 0x3be0(%rsp)
movl %edi, 0x3bdc(%rsp)
movq %rsi, 0x3bd0(%rsp)
movq %rdx, 0x3bc8(%rsp)
movl %ecx, 0x3bc4(%rsp)
movq %rax, 0x3bb8(%rsp)
movq 0x3be8(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3bd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3bc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3bc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3bb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3be4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3be0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3bdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3bf8(%rsp)
movl $0x10, 0x3bf4(%rsp)
movq 0x3bf8(%rsp), %rax
movslq 0x3bf4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3bf4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x998(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a3a64
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9b0(%rsp)
movb $0x1, 0x2233(%rsp)
testb $0x1, 0x2233(%rsp)
jne 0x15a3b93
leaq 0x970(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rax
movq %rax, 0x4298(%rsp)
movq 0x4298(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a3b39
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4294(%rsp) # imm = 0xFFFFFFFF
movl 0x4294(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4290(%rsp)
cmpl $0x1, 0x4290(%rsp)
jne 0x15a3b39
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a3b0a
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a3b08
jmp 0x15a3b37
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44f8(%rsp)
cmpq $0x0, 0x44f8(%rsp)
je 0x15a3b35
movq 0x44f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a3b37
jmp 0x15a3b39
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a3b91
movq %rax, %rdi
callq 0x678a0
jmp 0x15a3b93
leaq 0x970(%rsp), %rax
movq %rax, 0x24b0(%rsp)
movq 0x24b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x970(%rsp), %rax
movq %rax, 0x27e0(%rsp)
movq 0x27e0(%rsp), %rax
movq %rax, 0x3fe8(%rsp)
movq 0x3fe8(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a3c72
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fe4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fe4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fe0(%rsp)
cmpl $0x1, 0x3fe0(%rsp)
jne 0x15a3c72
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a3c43
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a3c41
jmp 0x15a3c70
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4650(%rsp)
cmpq $0x0, 0x4650(%rsp)
je 0x15a3c6e
movq 0x4650(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a3c70
jmp 0x15a3c72
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a3cca
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x9b8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x920(%rsp), %rdx
movq %rdx, 0x2800(%rsp)
movq %rcx, 0x27f8(%rsp)
movl %eax, 0x27f4(%rsp)
movq 0x27f8(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x27f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x27f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x920(%rsp), %r10
movq %r10, 0x3638(%rsp)
movl %r9d, 0x3634(%rsp)
movl %r8d, 0x3630(%rsp)
movl %edi, 0x362c(%rsp)
movq %rsi, 0x3620(%rsp)
movq %rdx, 0x3618(%rsp)
movl %ecx, 0x3614(%rsp)
movq %rax, 0x3608(%rsp)
movq 0x3638(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x3620(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3618(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3614(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3608(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3634(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3630(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x362c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d98(%rsp)
movl $0x10, 0x3d94(%rsp)
movq 0x3d98(%rsp), %rax
movslq 0x3d94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x948(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a3e87
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x960(%rsp)
movb $0x1, 0x27f3(%rsp)
testb $0x1, 0x27f3(%rsp)
jne 0x15a3fb6
leaq 0x920(%rsp), %rax
movq %rax, 0x2808(%rsp)
movq 0x2808(%rsp), %rax
movq %rax, 0x3fc8(%rsp)
movq 0x3fc8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a3f5c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fc4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fc4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fc0(%rsp)
cmpl $0x1, 0x3fc0(%rsp)
jne 0x15a3f5c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a3f2d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a3f2b
jmp 0x15a3f5a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4660(%rsp)
cmpq $0x0, 0x4660(%rsp)
je 0x15a3f58
movq 0x4660(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a3f5a
jmp 0x15a3f5c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a3fb4
movq %rax, %rdi
callq 0x678a0
jmp 0x15a3fb6
leaq 0x920(%rsp), %rax
movq %rax, 0x2a38(%rsp)
movq 0x2a38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x920(%rsp), %rax
movq %rax, 0x27e8(%rsp)
movq 0x27e8(%rsp), %rax
movq %rax, 0x3fd8(%rsp)
movq 0x3fd8(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a4095
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fd4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fd4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fd0(%rsp)
cmpl $0x1, 0x3fd0(%rsp)
jne 0x15a4095
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a4066
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a4064
jmp 0x15a4093
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4658(%rsp)
cmpq $0x0, 0x4658(%rsp)
je 0x15a4091
movq 0x4658(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a4093
jmp 0x15a4095
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a40ed
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x968(%rsp)
movl $0x0, 0x91c(%rsp)
movl 0x91c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x15a41d9
movq 0x9b8(%rsp), %rax
movq %rax, 0x2ae0(%rsp)
movq 0x2ae0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x8e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x9c0(%rsp), %rsi
leaq 0x8e0(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x8c0(%rsp)
movq 0x968(%rsp), %rax
vmovaps 0x8c0(%rsp), %ymm0
movq %rax, 0x2c78(%rsp)
vmovaps %ymm0, 0x2c40(%rsp)
vmovaps 0x2c40(%rsp), %ymm0
movq 0x2c78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x9b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x9b8(%rsp)
movq 0x968(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x968(%rsp)
movl 0x91c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x91c(%rsp)
jmp 0x15a4105
jmp 0x15a41db
movl 0x9fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x9fc(%rsp)
jmp 0x15a3854
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15a447f
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movq 0x2130(%rsp), %rcx
movl 0x212c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x15a429f
movq 0x20(%rsp), %rax
movq %rax, 0x3240(%rsp)
movq 0x3240(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x15a42a9
jmp 0x15a42b9
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movq 0x2188(%rsp), %rax
movq %rax, 0x24a8(%rsp)
movq 0x24a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2a30(%rsp)
movq 0x2a30(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8a8(%rsp)
movl $0x0, 0x8a4(%rsp)
movl 0x8a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15a446f
movq 0x8b8(%rsp), %rax
movq %rax, 0x2ad8(%rsp)
movq 0x2ad8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x880(%rsp)
movl $0x0, 0x87c(%rsp)
movl 0x87c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15a4445
movq 0x8b0(%rsp), %rax
movq %rax, 0x2ad0(%rsp)
movq 0x2ad0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x840(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x880(%rsp), %rsi
leaq 0x840(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x820(%rsp)
movq 0x8a8(%rsp), %rax
vmovaps 0x820(%rsp), %ymm0
movq %rax, 0x2c38(%rsp)
vmovaps %ymm0, 0x2c00(%rsp)
vmovaps 0x2c00(%rsp), %ymm0
movq 0x2c38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x8b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b0(%rsp)
movq 0x8a8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8a8(%rsp)
movl 0x87c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x87c(%rsp)
jmp 0x15a4371
movq 0x8b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b8(%rsp)
movl 0x8a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8a4(%rsp)
jmp 0x15a432d
movl $0x0, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15a4597
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movq 0x2150(%rsp), %rdx
movl 0x214c(%rsp), %ecx
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x2178(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x15a4515
movq 0x10(%rsp), %rax
movq %rax, 0x3248(%rsp)
movq 0x3248(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x15a451f
jmp 0x15a452c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15a45aa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15a4572
cmpl $0x1, 0x212c(%rsp)
jne 0x15a4572
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1631650
movl %eax, 0x2194(%rsp)
jmp 0x15a45aa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1630580
jmp 0x15a4599
jmp 0x15a459b
jmp 0x15a459d
jmp 0x15a459f
movl $0x0, 0x2194(%rsp)
movl 0x2194(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,066
|
int ncnn::binary_op_pack8<ncnn::BinaryOp_x86_avx_functor::binary_op_pow>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack8(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* b0 = b.channel(q);
float* outptr = c.channel(q);
__m256 _b0 = _mm256_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_broadcast_ss(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 1;
outptr += 8;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
__m256 _a0 = _mm256_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p = _mm256_broadcast_ss(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1 + y * 8);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1 + x * 8);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _p = _mm256_loadu_ps(ptr + y * 8);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr + x * 8);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m256 _b0 = _mm256_loadu_ps((const float*)b + q * 8);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m256 _p = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
ptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m256 _b0 = _mm256_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
ptr1 += 8;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m256 _a0 = _mm256_loadu_ps((const float*)a + q * 8);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m256 _a0 = _mm256_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_a0, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr1 += 8;
outptr += 8;
}
ptr += 8;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x4700, %rsp # imm = 0x4700
movq %rdi, 0x2188(%rsp)
movq %rsi, 0x2180(%rsp)
movq %rdx, 0x2178(%rsp)
movq %rcx, 0x2170(%rsp)
movq 0x2188(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2168(%rsp)
movq 0x2188(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2164(%rsp)
movq 0x2188(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2160(%rsp)
movq 0x2188(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x215c(%rsp)
movl 0x2168(%rsp), %eax
imull 0x2164(%rsp), %eax
imull 0x2160(%rsp), %eax
movl %eax, 0x2158(%rsp)
movq 0x2188(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2150(%rsp)
movq 0x2188(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x214c(%rsp)
movq 0x2180(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x2148(%rsp)
movq 0x2180(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x2144(%rsp)
movq 0x2180(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x2140(%rsp)
movq 0x2180(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x213c(%rsp)
movl 0x2148(%rsp), %eax
imull 0x2144(%rsp), %eax
imull 0x2140(%rsp), %eax
movl %eax, 0x2138(%rsp)
movq 0x2180(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x2130(%rsp)
movq 0x2180(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x212c(%rsp)
movq 0x2188(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15a6c69
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15a4758
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1633150
movl %eax, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x2160(%rsp), %ecx
movl 0x215c(%rsp), %r8d
movq 0x2150(%rsp), %r9
movl 0x214c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x15a4808
movq 0x810(%rsp), %rax
movq %rax, 0x31b8(%rsp)
movq 0x31b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x15a4815
jmp 0x15a4825
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15a570d
movl $0x0, 0x2128(%rsp)
movl 0x2128(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15a56fd
movq 0x2188(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x20d8(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x20d8(%rsp), %r10
movq %r10, 0x3670(%rsp)
movl %r9d, 0x366c(%rsp)
movl %r8d, 0x3668(%rsp)
movl %edi, 0x3664(%rsp)
movq %rsi, 0x3658(%rsp)
movq %rdx, 0x3650(%rsp)
movl %ecx, 0x364c(%rsp)
movq %rax, 0x3640(%rsp)
movq 0x3670(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3650(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x364c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3640(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x366c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3668(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3664(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d88(%rsp)
movl $0x10, 0x3d84(%rsp)
movq 0x3d88(%rsp), %rax
movslq 0x3d84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2100(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a4a12
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2118(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x15a4b53
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq %rax, 0x4428(%rsp)
movq 0x4428(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a4af6
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4424(%rsp) # imm = 0xFFFFFFFF
movl 0x4424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4420(%rsp)
cmpl $0x1, 0x4420(%rsp)
jne 0x15a4af6
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a4ac4
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a4ac2
jmp 0x15a4af4
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4430(%rsp)
cmpq $0x0, 0x4430(%rsp)
je 0x15a4af2
movq 0x4430(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a4af4
jmp 0x15a4af6
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a4b51
movq %rax, %rdi
callq 0x678a0
jmp 0x15a4b53
leaq 0x20d8(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x20d8(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rax
movq %rax, 0x4288(%rsp)
movq 0x4288(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a4c44
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4284(%rsp) # imm = 0xFFFFFFFF
movl 0x4284(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4280(%rsp)
cmpl $0x1, 0x4280(%rsp)
jne 0x15a4c44
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a4c12
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a4c10
jmp 0x15a4c42
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4500(%rsp)
cmpq $0x0, 0x4500(%rsp)
je 0x15a4c40
movq 0x4500(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a4c42
jmp 0x15a4c44
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a4c9f
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2088(%rsp), %rdx
movq %rdx, 0x2480(%rsp)
movq %rcx, 0x2478(%rsp)
movl %eax, 0x2474(%rsp)
movq 0x2478(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x2473(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2474(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2088(%rsp), %r10
movq %r10, 0x36a8(%rsp)
movl %r9d, 0x36a4(%rsp)
movl %r8d, 0x36a0(%rsp)
movl %edi, 0x369c(%rsp)
movq %rsi, 0x3690(%rsp)
movq %rdx, 0x3688(%rsp)
movl %ecx, 0x3684(%rsp)
movq %rax, 0x3678(%rsp)
movq 0x36a8(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x3690(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3688(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3684(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3678(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36a4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36a0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x369c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d78(%rsp)
movl $0x10, 0x3d74(%rsp)
movq 0x3d78(%rsp), %rax
movslq 0x3d74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x20b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a4e6b
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x20c8(%rsp)
movb $0x1, 0x2473(%rsp)
testb $0x1, 0x2473(%rsp)
jne 0x15a4fac
leaq 0x2088(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq %rax, 0x4418(%rsp)
movq 0x4418(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a4f4f
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4414(%rsp) # imm = 0xFFFFFFFF
movl 0x4414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4410(%rsp)
cmpl $0x1, 0x4410(%rsp)
jne 0x15a4f4f
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a4f1d
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a4f1b
jmp 0x15a4f4d
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4438(%rsp)
cmpq $0x0, 0x4438(%rsp)
je 0x15a4f4b
movq 0x4438(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a4f4d
jmp 0x15a4f4f
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a4faa
movq %rax, %rdi
callq 0x678a0
jmp 0x15a4fac
leaq 0x2088(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x2088(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rax
movq %rax, 0x4278(%rsp)
movq 0x4278(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a509d
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4274(%rsp) # imm = 0xFFFFFFFF
movl 0x4274(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4270(%rsp)
cmpl $0x1, 0x4270(%rsp)
jne 0x15a509d
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a506b
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a5069
jmp 0x15a509b
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4508(%rsp)
cmpq $0x0, 0x4508(%rsp)
je 0x15a5099
movq 0x4508(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a509b
jmp 0x15a509d
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a50f8
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x2128(%rsp), %eax
leaq 0x2038(%rsp), %rdx
movq %rdx, 0x2a20(%rsp)
movq %rcx, 0x2a18(%rsp)
movl %eax, 0x2a14(%rsp)
movq 0x2a18(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x2a13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x2038(%rsp), %r10
movq %r10, 0x3280(%rsp)
movl %r9d, 0x327c(%rsp)
movl %r8d, 0x3278(%rsp)
movl %edi, 0x3274(%rsp)
movq %rsi, 0x3268(%rsp)
movq %rdx, 0x3260(%rsp)
movl %ecx, 0x325c(%rsp)
movq %rax, 0x3250(%rsp)
movq 0x3280(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x3268(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3260(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x325c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3250(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x327c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3278(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3274(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ea8(%rsp)
movl $0x10, 0x3ea4(%rsp)
movq 0x3ea8(%rsp), %rax
movslq 0x3ea4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ea4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x2060(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a52c4
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x2078(%rsp)
movb $0x1, 0x2a13(%rsp)
testb $0x1, 0x2a13(%rsp)
jne 0x15a5405
leaq 0x2038(%rsp), %rax
movq %rax, 0x2a28(%rsp)
movq 0x2a28(%rsp), %rax
movq %rax, 0x3eb8(%rsp)
movq 0x3eb8(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a53a8
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3eb4(%rsp) # imm = 0xFFFFFFFF
movl 0x3eb4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3eb0(%rsp)
cmpl $0x1, 0x3eb0(%rsp)
jne 0x15a53a8
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a5376
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a5374
jmp 0x15a53a6
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46e8(%rsp)
cmpq $0x0, 0x46e8(%rsp)
je 0x15a53a4
movq 0x46e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a53a6
jmp 0x15a53a8
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a5403
movq %rax, %rdi
callq 0x678a0
jmp 0x15a5405
leaq 0x2038(%rsp), %rax
movq %rax, 0x2ac8(%rsp)
movq 0x2ac8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x2038(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rax
movq %rax, 0x4268(%rsp)
movq 0x4268(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a54f6
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4264(%rsp) # imm = 0xFFFFFFFF
movl 0x4264(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4260(%rsp)
cmpl $0x1, 0x4260(%rsp)
jne 0x15a54f6
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a54c4
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a54c2
jmp 0x15a54f4
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4510(%rsp)
cmpq $0x0, 0x4510(%rsp)
je 0x15a54f2
movq 0x4510(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a54f4
jmp 0x15a54f6
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a5551
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x2080(%rsp)
movl $0x0, 0x2034(%rsp)
movl 0x2034(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x15a56e5
movl $0x0, 0x2030(%rsp)
movl 0x2030(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15a56cd
movq 0x20d0(%rsp), %rax
movq %rax, 0x2bf8(%rsp)
movq 0x2bf8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x2000(%rsp)
movl $0x0, 0x1ffc(%rsp)
movl 0x1ffc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15a56a3
movq 0x2120(%rsp), %rax
movq %rax, 0x2bf0(%rsp)
movq 0x2bf0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1fc0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1fc0(%rsp), %rsi
leaq 0x2000(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x1fa0(%rsp)
movq 0x2080(%rsp), %rax
vmovaps 0x1fa0(%rsp), %ymm0
movq %rax, 0x30f8(%rsp)
vmovaps %ymm0, 0x30c0(%rsp)
vmovaps 0x30c0(%rsp), %ymm0
movq 0x30f8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x2120(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2120(%rsp)
movq 0x2080(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x2080(%rsp)
movl 0x1ffc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ffc(%rsp)
jmp 0x15a55cf
movq 0x20d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x20d0(%rsp)
movl 0x2030(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2030(%rsp)
jmp 0x15a558b
jmp 0x15a56cf
movl 0x2034(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2034(%rsp)
jmp 0x15a556c
jmp 0x15a56e7
movl 0x2128(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x2128(%rsp)
jmp 0x15a4842
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15a61e5
movl $0x0, 0x1f9c(%rsp)
movl 0x1f9c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15a61d5
movq 0x2188(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1f48(%rsp), %rdx
movq %rdx, 0x2468(%rsp)
movq %rcx, 0x2460(%rsp)
movl %eax, 0x245c(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x245b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x245c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1f48(%rsp), %r10
movq %r10, 0x36e0(%rsp)
movl %r9d, 0x36dc(%rsp)
movl %r8d, 0x36d8(%rsp)
movl %edi, 0x36d4(%rsp)
movq %rsi, 0x36c8(%rsp)
movq %rdx, 0x36c0(%rsp)
movl %ecx, 0x36bc(%rsp)
movq %rax, 0x36b0(%rsp)
movq 0x36e0(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36c0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36bc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36b0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x36dc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x36d8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x36d4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d68(%rsp)
movl $0x10, 0x3d64(%rsp)
movq 0x3d68(%rsp), %rax
movslq 0x3d64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a58fa
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f88(%rsp)
movb $0x1, 0x245b(%rsp)
testb $0x1, 0x245b(%rsp)
jne 0x15a5a3b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq %rax, 0x4408(%rsp)
movq 0x4408(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a59de
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4404(%rsp) # imm = 0xFFFFFFFF
movl 0x4404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4400(%rsp)
cmpl $0x1, 0x4400(%rsp)
jne 0x15a59de
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a59ac
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a59aa
jmp 0x15a59dc
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4440(%rsp)
cmpq $0x0, 0x4440(%rsp)
je 0x15a59da
movq 0x4440(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a59dc
jmp 0x15a59de
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a5a39
movq %rax, %rdi
callq 0x678a0
jmp 0x15a5a3b
leaq 0x1f48(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1f48(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rax
movq %rax, 0x4258(%rsp)
movq 0x4258(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a5b2c
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4254(%rsp) # imm = 0xFFFFFFFF
movl 0x4254(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4250(%rsp)
cmpl $0x1, 0x4250(%rsp)
jne 0x15a5b2c
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a5afa
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a5af8
jmp 0x15a5b2a
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4518(%rsp)
cmpq $0x0, 0x4518(%rsp)
je 0x15a5b28
movq 0x4518(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a5b2a
jmp 0x15a5b2c
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a5b87
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1f90(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
movq %rcx, 0x3138(%rsp)
movl %eax, 0x3134(%rsp)
movq 0x3138(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3134(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1f40(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1f9c(%rsp), %eax
leaq 0x1ef0(%rsp), %rdx
movq %rdx, 0x2a00(%rsp)
movq %rcx, 0x29f8(%rsp)
movl %eax, 0x29f4(%rsp)
movq 0x29f8(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x29f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ef0(%rsp), %r10
movq %r10, 0x32b8(%rsp)
movl %r9d, 0x32b4(%rsp)
movl %r8d, 0x32b0(%rsp)
movl %edi, 0x32ac(%rsp)
movq %rsi, 0x32a0(%rsp)
movq %rdx, 0x3298(%rsp)
movl %ecx, 0x3294(%rsp)
movq %rax, 0x3288(%rsp)
movq 0x32b8(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x32a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3298(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3294(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3288(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x32b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x32b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x32ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e98(%rsp)
movl $0x10, 0x3e94(%rsp)
movq 0x3e98(%rsp), %rax
movslq 0x3e94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1f18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a5d9c
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1f30(%rsp)
movb $0x1, 0x29f3(%rsp)
testb $0x1, 0x29f3(%rsp)
jne 0x15a5edd
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2a08(%rsp)
movq 0x2a08(%rsp), %rax
movq %rax, 0x3ec8(%rsp)
movq 0x3ec8(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a5e80
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ec4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ec4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ec0(%rsp)
cmpl $0x1, 0x3ec0(%rsp)
jne 0x15a5e80
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a5e4e
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a5e4c
jmp 0x15a5e7e
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46e0(%rsp)
cmpq $0x0, 0x46e0(%rsp)
je 0x15a5e7c
movq 0x46e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a5e7e
jmp 0x15a5e80
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a5edb
movq %rax, %rdi
callq 0x678a0
jmp 0x15a5edd
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x2ac0(%rsp)
movq 0x2ac0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1ef0(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rax
movq %rax, 0x4248(%rsp)
movq 0x4248(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a5fce
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4244(%rsp) # imm = 0xFFFFFFFF
movl 0x4244(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4240(%rsp)
cmpl $0x1, 0x4240(%rsp)
jne 0x15a5fce
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a5f9c
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a5f9a
jmp 0x15a5fcc
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4520(%rsp)
cmpq $0x0, 0x4520(%rsp)
je 0x15a5fca
movq 0x4520(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a5fcc
jmp 0x15a5fce
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a6029
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1f38(%rsp)
movl $0x0, 0x1eec(%rsp)
movl 0x1eec(%rsp), %eax
cmpl 0x2160(%rsp), %eax
jge 0x15a61bd
movq 0x1f40(%rsp), %rax
movq %rax, 0x2be8(%rsp)
movq 0x2be8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1ec0(%rsp)
movl $0x0, 0x1ebc(%rsp)
movl 0x1ebc(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15a6193
movl $0x0, 0x1eb8(%rsp)
movl 0x1eb8(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15a617b
movq 0x1f90(%rsp), %rax
movq %rax, 0x2be0(%rsp)
movq 0x2be0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1e80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1e80(%rsp), %rsi
leaq 0x1ec0(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x1e60(%rsp)
movq 0x1f38(%rsp), %rax
vmovaps 0x1e60(%rsp), %ymm0
movq %rax, 0x30b8(%rsp)
vmovaps %ymm0, 0x3080(%rsp)
vmovaps 0x3080(%rsp), %ymm0
movq 0x30b8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1f90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f90(%rsp)
movq 0x1f38(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f38(%rsp)
movl 0x1eb8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eb8(%rsp)
jmp 0x15a60a7
jmp 0x15a617d
movl 0x1ebc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1ebc(%rsp)
jmp 0x15a6088
movq 0x1f40(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1f40(%rsp)
movl 0x1eec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1eec(%rsp)
jmp 0x15a6044
jmp 0x15a61bf
movl 0x1f9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1f9c(%rsp)
jmp 0x15a572a
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15a6c64
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15a6240
cmpl $0x1, 0x212c(%rsp)
jne 0x15a6240
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1634220
movl %eax, 0x2194(%rsp)
jmp 0x15b3aaa
movl $0x0, 0x1e5c(%rsp)
movl 0x1e5c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15a6c54
movq 0x2188(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1e08(%rsp), %rdx
movq %rdx, 0x2450(%rsp)
movq %rcx, 0x2448(%rsp)
movl %eax, 0x2444(%rsp)
movq 0x2448(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x2443(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2444(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e08(%rsp), %r10
movq %r10, 0x3718(%rsp)
movl %r9d, 0x3714(%rsp)
movl %r8d, 0x3710(%rsp)
movl %edi, 0x370c(%rsp)
movq %rsi, 0x3700(%rsp)
movq %rdx, 0x36f8(%rsp)
movl %ecx, 0x36f4(%rsp)
movq %rax, 0x36e8(%rsp)
movq 0x3718(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x3700(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x36f8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x36f4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x36e8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3714(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3710(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x370c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d58(%rsp)
movl $0x10, 0x3d54(%rsp)
movq 0x3d58(%rsp), %rax
movslq 0x3d54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1e30(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a641b
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1e48(%rsp)
movb $0x1, 0x2443(%rsp)
testb $0x1, 0x2443(%rsp)
jne 0x15a655c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq %rax, 0x43f8(%rsp)
movq 0x43f8(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a64ff
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43f4(%rsp) # imm = 0xFFFFFFFF
movl 0x43f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43f0(%rsp)
cmpl $0x1, 0x43f0(%rsp)
jne 0x15a64ff
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a64cd
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a64cb
jmp 0x15a64fd
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4448(%rsp)
cmpq $0x0, 0x4448(%rsp)
je 0x15a64fb
movq 0x4448(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a64fd
jmp 0x15a64ff
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a655a
movq %rax, %rdi
callq 0x678a0
jmp 0x15a655c
leaq 0x1e08(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x1e08(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rax
movq %rax, 0x4238(%rsp)
movq 0x4238(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a664d
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4234(%rsp) # imm = 0xFFFFFFFF
movl 0x4234(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4230(%rsp)
cmpl $0x1, 0x4230(%rsp)
jne 0x15a664d
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a661b
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a6619
jmp 0x15a664b
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4528(%rsp)
cmpq $0x0, 0x4528(%rsp)
je 0x15a6649
movq 0x4528(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a664b
jmp 0x15a664d
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a66a8
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1e50(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movl 0x1e5c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2bd8(%rsp)
movq 0x2bd8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1de0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1e5c(%rsp), %eax
leaq 0x1d90(%rsp), %rdx
movq %rdx, 0x29e0(%rsp)
movq %rcx, 0x29d8(%rsp)
movl %eax, 0x29d4(%rsp)
movq 0x29d8(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x29d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1d90(%rsp), %r10
movq %r10, 0x32f0(%rsp)
movl %r9d, 0x32ec(%rsp)
movl %r8d, 0x32e8(%rsp)
movl %edi, 0x32e4(%rsp)
movq %rsi, 0x32d8(%rsp)
movq %rdx, 0x32d0(%rsp)
movl %ecx, 0x32cc(%rsp)
movq %rax, 0x32c0(%rsp)
movq 0x32f0(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x32d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x32d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x32cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x32c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x32ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x32e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x32e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e88(%rsp)
movl $0x10, 0x3e84(%rsp)
movq 0x3e88(%rsp), %rax
movslq 0x3e84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1db8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a68c0
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1dd0(%rsp)
movb $0x1, 0x29d3(%rsp)
testb $0x1, 0x29d3(%rsp)
jne 0x15a6a01
leaq 0x1d90(%rsp), %rax
movq %rax, 0x29e8(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, 0x3ed8(%rsp)
movq 0x3ed8(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a69a4
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ed4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ed4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ed0(%rsp)
cmpl $0x1, 0x3ed0(%rsp)
jne 0x15a69a4
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a6972
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a6970
jmp 0x15a69a2
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46d8(%rsp)
cmpq $0x0, 0x46d8(%rsp)
je 0x15a69a0
movq 0x46d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a69a2
jmp 0x15a69a4
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a69ff
movq %rax, %rdi
callq 0x678a0
jmp 0x15a6a01
leaq 0x1d90(%rsp), %rax
movq %rax, 0x2ab8(%rsp)
movq 0x2ab8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1d90(%rsp), %rax
movq %rax, 0x26c0(%rsp)
movq 0x26c0(%rsp), %rax
movq %rax, 0x4228(%rsp)
movq 0x4228(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a6af2
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4224(%rsp) # imm = 0xFFFFFFFF
movl 0x4224(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4220(%rsp)
cmpl $0x1, 0x4220(%rsp)
jne 0x15a6af2
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a6ac0
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a6abe
jmp 0x15a6af0
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4530(%rsp)
cmpq $0x0, 0x4530(%rsp)
je 0x15a6aee
movq 0x4530(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a6af0
jmp 0x15a6af2
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a6b4d
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x1dd8(%rsp)
movl $0x0, 0x1d8c(%rsp)
movl 0x1d8c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x15a6c3c
movq 0x1e50(%rsp), %rax
movq %rax, 0x2bd0(%rsp)
movq 0x2bd0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1d60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1d60(%rsp), %rsi
leaq 0x1de0(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x1d40(%rsp)
movq 0x1dd8(%rsp), %rax
vmovaps 0x1d40(%rsp), %ymm0
movq %rax, 0x3078(%rsp)
vmovaps %ymm0, 0x3040(%rsp)
vmovaps 0x3040(%rsp), %ymm0
movq 0x3078(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1e50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1e50(%rsp)
movq 0x1dd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1dd8(%rsp)
movl 0x1d8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d8c(%rsp)
jmp 0x15a6b68
jmp 0x15a6c3e
movl 0x1e5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1e5c(%rsp)
jmp 0x15a624b
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
jmp 0x15b3a9f
movq 0x2188(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15b0632
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15a7c30
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x15a6d3d
movq 0x6e8(%rsp), %rax
movq %rax, 0x31c0(%rsp)
movq 0x31c0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x15a6d4a
jmp 0x15a6d5a
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0x1d3c(%rsp)
movl 0x1d3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15a7c20
movq 0x2188(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1ce8(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ce8(%rsp), %r10
movq %r10, 0x3750(%rsp)
movl %r9d, 0x374c(%rsp)
movl %r8d, 0x3748(%rsp)
movl %edi, 0x3744(%rsp)
movq %rsi, 0x3738(%rsp)
movq %rdx, 0x3730(%rsp)
movl %ecx, 0x372c(%rsp)
movq %rax, 0x3720(%rsp)
movq 0x3750(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3730(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x372c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3720(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x374c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3748(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3744(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d48(%rsp)
movl $0x10, 0x3d44(%rsp)
movq 0x3d48(%rsp), %rax
movslq 0x3d44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1d10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a6f35
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d28(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x15a7076
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq %rax, 0x43e8(%rsp)
movq 0x43e8(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a7019
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43e4(%rsp) # imm = 0xFFFFFFFF
movl 0x43e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43e0(%rsp)
cmpl $0x1, 0x43e0(%rsp)
jne 0x15a7019
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a6fe7
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a6fe5
jmp 0x15a7017
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4450(%rsp)
cmpq $0x0, 0x4450(%rsp)
je 0x15a7015
movq 0x4450(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a7017
jmp 0x15a7019
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a7074
movq %rax, %rdi
callq 0x678a0
jmp 0x15a7076
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x1ce8(%rsp), %rax
movq %rax, 0x26c8(%rsp)
movq 0x26c8(%rsp), %rax
movq %rax, 0x4218(%rsp)
movq 0x4218(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a7167
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4214(%rsp) # imm = 0xFFFFFFFF
movl 0x4214(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4210(%rsp)
cmpl $0x1, 0x4210(%rsp)
jne 0x15a7167
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a7135
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a7133
jmp 0x15a7165
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4538(%rsp)
cmpq $0x0, 0x4538(%rsp)
je 0x15a7163
movq 0x4538(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a7165
jmp 0x15a7167
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a71c2
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c98(%rsp), %rdx
movq %rdx, 0x2420(%rsp)
movq %rcx, 0x2418(%rsp)
movl %eax, 0x2414(%rsp)
movq 0x2418(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x2413(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2414(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c98(%rsp), %r10
movq %r10, 0x3788(%rsp)
movl %r9d, 0x3784(%rsp)
movl %r8d, 0x3780(%rsp)
movl %edi, 0x377c(%rsp)
movq %rsi, 0x3770(%rsp)
movq %rdx, 0x3768(%rsp)
movl %ecx, 0x3764(%rsp)
movq %rax, 0x3758(%rsp)
movq 0x3788(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x3770(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3768(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3764(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3758(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3784(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3780(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x377c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d38(%rsp)
movl $0x10, 0x3d34(%rsp)
movq 0x3d38(%rsp), %rax
movslq 0x3d34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1cc0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a738e
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1cd8(%rsp)
movb $0x1, 0x2413(%rsp)
testb $0x1, 0x2413(%rsp)
jne 0x15a74cf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq %rax, 0x43d8(%rsp)
movq 0x43d8(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a7472
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43d4(%rsp) # imm = 0xFFFFFFFF
movl 0x43d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43d0(%rsp)
cmpl $0x1, 0x43d0(%rsp)
jne 0x15a7472
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a7440
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a743e
jmp 0x15a7470
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4458(%rsp)
cmpq $0x0, 0x4458(%rsp)
je 0x15a746e
movq 0x4458(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a7470
jmp 0x15a7472
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a74cd
movq %rax, %rdi
callq 0x678a0
jmp 0x15a74cf
leaq 0x1c98(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1c98(%rsp), %rax
movq %rax, 0x26d0(%rsp)
movq 0x26d0(%rsp), %rax
movq %rax, 0x4208(%rsp)
movq 0x4208(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a75c0
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4204(%rsp) # imm = 0xFFFFFFFF
movl 0x4204(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4200(%rsp)
cmpl $0x1, 0x4200(%rsp)
jne 0x15a75c0
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a758e
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a758c
jmp 0x15a75be
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4540(%rsp)
cmpq $0x0, 0x4540(%rsp)
je 0x15a75bc
movq 0x4540(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a75be
jmp 0x15a75c0
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a761b
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1d3c(%rsp), %eax
leaq 0x1c48(%rsp), %rdx
movq %rdx, 0x29c0(%rsp)
movq %rcx, 0x29b8(%rsp)
movl %eax, 0x29b4(%rsp)
movq 0x29b8(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x29b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c48(%rsp), %r10
movq %r10, 0x3328(%rsp)
movl %r9d, 0x3324(%rsp)
movl %r8d, 0x3320(%rsp)
movl %edi, 0x331c(%rsp)
movq %rsi, 0x3310(%rsp)
movq %rdx, 0x3308(%rsp)
movl %ecx, 0x3304(%rsp)
movq %rax, 0x32f8(%rsp)
movq 0x3328(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x3310(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3308(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3304(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x32f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3324(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3320(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x331c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e78(%rsp)
movl $0x10, 0x3e74(%rsp)
movq 0x3e78(%rsp), %rax
movslq 0x3e74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c70(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a77e7
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c88(%rsp)
movb $0x1, 0x29b3(%rsp)
testb $0x1, 0x29b3(%rsp)
jne 0x15a7928
leaq 0x1c48(%rsp), %rax
movq %rax, 0x29c8(%rsp)
movq 0x29c8(%rsp), %rax
movq %rax, 0x3ee8(%rsp)
movq 0x3ee8(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a78cb
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ee4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ee4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ee0(%rsp)
cmpl $0x1, 0x3ee0(%rsp)
jne 0x15a78cb
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a7899
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a7897
jmp 0x15a78c9
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46d0(%rsp)
cmpq $0x0, 0x46d0(%rsp)
je 0x15a78c7
movq 0x46d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a78c9
jmp 0x15a78cb
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a7926
movq %rax, %rdi
callq 0x678a0
jmp 0x15a7928
leaq 0x1c48(%rsp), %rax
movq %rax, 0x2ab0(%rsp)
movq 0x2ab0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1c48(%rsp), %rax
movq %rax, 0x26d8(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, 0x41f8(%rsp)
movq 0x41f8(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a7a19
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41f4(%rsp) # imm = 0xFFFFFFFF
movl 0x41f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41f0(%rsp)
cmpl $0x1, 0x41f0(%rsp)
jne 0x15a7a19
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a79e7
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a79e5
jmp 0x15a7a17
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4548(%rsp)
cmpq $0x0, 0x4548(%rsp)
je 0x15a7a15
movq 0x4548(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a7a17
jmp 0x15a7a19
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a7a74
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1c90(%rsp)
movl $0x0, 0x1c44(%rsp)
movl 0x1c44(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x15a7c08
movl $0x0, 0x1c40(%rsp)
movl 0x1c40(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15a7bf0
movq 0x1d30(%rsp), %rax
movq %rax, 0x2bc8(%rsp)
movq 0x2bc8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1c20(%rsp)
movl $0x0, 0x1c1c(%rsp)
movl 0x1c1c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15a7bc6
movq 0x1ce0(%rsp), %rax
movq %rax, 0x2bc0(%rsp)
movq 0x2bc0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1be0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1c20(%rsp), %rsi
leaq 0x1be0(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x1bc0(%rsp)
movq 0x1c90(%rsp), %rax
vmovaps 0x1bc0(%rsp), %ymm0
movq %rax, 0x3038(%rsp)
vmovaps %ymm0, 0x3000(%rsp)
vmovaps 0x3000(%rsp), %ymm0
movq 0x3038(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1ce0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1c90(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c90(%rsp)
movl 0x1c1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c1c(%rsp)
jmp 0x15a7af2
movq 0x1d30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d30(%rsp)
movl 0x1c40(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c40(%rsp)
jmp 0x15a7aae
jmp 0x15a7bf2
movl 0x1c44(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c44(%rsp)
jmp 0x15a7a8f
jmp 0x15a7c0a
movl 0x1d3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1d3c(%rsp)
jmp 0x15a6d65
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15af04d
cmpl $0x1, 0x2148(%rsp)
jne 0x15a8b88
cmpl $0x1, 0x2144(%rsp)
jne 0x15a8b88
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x15a8b88
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x15a7d15
movq 0x660(%rsp), %rax
movq %rax, 0x31c8(%rsp)
movq 0x31c8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x15a7d22
jmp 0x15a7d32
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0x1bbc(%rsp)
movl 0x1bbc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15a8b78
movq 0x2188(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b68(%rsp), %rdx
movq %rdx, 0x2408(%rsp)
movq %rcx, 0x2400(%rsp)
movl %eax, 0x23fc(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x23fb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23fc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b68(%rsp), %r10
movq %r10, 0x37c0(%rsp)
movl %r9d, 0x37bc(%rsp)
movl %r8d, 0x37b8(%rsp)
movl %edi, 0x37b4(%rsp)
movq %rsi, 0x37a8(%rsp)
movq %rdx, 0x37a0(%rsp)
movl %ecx, 0x379c(%rsp)
movq %rax, 0x3790(%rsp)
movq 0x37c0(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37a0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x379c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3790(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37bc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37b8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37b4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d28(%rsp)
movl $0x10, 0x3d24(%rsp)
movq 0x3d28(%rsp), %rax
movslq 0x3d24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b90(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a7f0d
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ba8(%rsp)
movb $0x1, 0x23fb(%rsp)
testb $0x1, 0x23fb(%rsp)
jne 0x15a804e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq %rax, 0x43c8(%rsp)
movq 0x43c8(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a7ff1
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43c4(%rsp) # imm = 0xFFFFFFFF
movl 0x43c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43c0(%rsp)
cmpl $0x1, 0x43c0(%rsp)
jne 0x15a7ff1
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a7fbf
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a7fbd
jmp 0x15a7fef
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4460(%rsp)
cmpq $0x0, 0x4460(%rsp)
je 0x15a7fed
movq 0x4460(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a7fef
jmp 0x15a7ff1
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a804c
movq %rax, %rdi
callq 0x678a0
jmp 0x15a804e
leaq 0x1b68(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1b68(%rsp), %rax
movq %rax, 0x26e0(%rsp)
movq 0x26e0(%rsp), %rax
movq %rax, 0x41e8(%rsp)
movq 0x41e8(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a813f
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41e4(%rsp) # imm = 0xFFFFFFFF
movl 0x41e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41e0(%rsp)
cmpl $0x1, 0x41e0(%rsp)
jne 0x15a813f
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a810d
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a810b
jmp 0x15a813d
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4550(%rsp)
cmpq $0x0, 0x4550(%rsp)
je 0x15a813b
movq 0x4550(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a813d
jmp 0x15a813f
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a819a
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x1bb0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1b18(%rsp), %rdx
movq %rdx, 0x23f0(%rsp)
movq %rcx, 0x23e8(%rsp)
movl %eax, 0x23e4(%rsp)
movq 0x23e8(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x23e3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23e4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b18(%rsp), %r10
movq %r10, 0x37f8(%rsp)
movl %r9d, 0x37f4(%rsp)
movl %r8d, 0x37f0(%rsp)
movl %edi, 0x37ec(%rsp)
movq %rsi, 0x37e0(%rsp)
movq %rdx, 0x37d8(%rsp)
movl %ecx, 0x37d4(%rsp)
movq %rax, 0x37c8(%rsp)
movq 0x37f8(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x37e0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x37d8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x37d4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x37c8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x37f4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x37f0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x37ec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d18(%rsp)
movl $0x10, 0x3d14(%rsp)
movq 0x3d18(%rsp), %rax
movslq 0x3d14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b40(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a8366
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b58(%rsp)
movb $0x1, 0x23e3(%rsp)
testb $0x1, 0x23e3(%rsp)
jne 0x15a84a7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq %rax, 0x43b8(%rsp)
movq 0x43b8(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a844a
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43b4(%rsp) # imm = 0xFFFFFFFF
movl 0x43b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43b0(%rsp)
cmpl $0x1, 0x43b0(%rsp)
jne 0x15a844a
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a8418
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a8416
jmp 0x15a8448
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4468(%rsp)
cmpq $0x0, 0x4468(%rsp)
je 0x15a8446
movq 0x4468(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a8448
jmp 0x15a844a
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a84a5
movq %rax, %rdi
callq 0x678a0
jmp 0x15a84a7
leaq 0x1b18(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1b18(%rsp), %rax
movq %rax, 0x26e8(%rsp)
movq 0x26e8(%rsp), %rax
movq %rax, 0x41d8(%rsp)
movq 0x41d8(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a8598
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41d4(%rsp) # imm = 0xFFFFFFFF
movl 0x41d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41d0(%rsp)
cmpl $0x1, 0x41d0(%rsp)
jne 0x15a8598
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a8566
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a8564
jmp 0x15a8596
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4558(%rsp)
cmpq $0x0, 0x4558(%rsp)
je 0x15a8594
movq 0x4558(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a8596
jmp 0x15a8598
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a85f3
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1b60(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1bbc(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x29a0(%rsp)
movq %rcx, 0x2998(%rsp)
movl %eax, 0x2994(%rsp)
movq 0x2998(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x2993(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2994(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x3360(%rsp)
movl %r9d, 0x335c(%rsp)
movl %r8d, 0x3358(%rsp)
movl %edi, 0x3354(%rsp)
movq %rsi, 0x3348(%rsp)
movq %rdx, 0x3340(%rsp)
movl %ecx, 0x333c(%rsp)
movq %rax, 0x3330(%rsp)
movq 0x3360(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3340(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x333c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3330(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x335c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3358(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3354(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e68(%rsp)
movl $0x10, 0x3e64(%rsp)
movq 0x3e68(%rsp), %rax
movslq 0x3e64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a87bf
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x2993(%rsp)
testb $0x1, 0x2993(%rsp)
jne 0x15a8900
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x29a8(%rsp)
movq 0x29a8(%rsp), %rax
movq %rax, 0x3ef8(%rsp)
movq 0x3ef8(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a88a3
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ef4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ef4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ef0(%rsp)
cmpl $0x1, 0x3ef0(%rsp)
jne 0x15a88a3
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a8871
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a886f
jmp 0x15a88a1
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46c8(%rsp)
cmpq $0x0, 0x46c8(%rsp)
je 0x15a889f
movq 0x46c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a88a1
jmp 0x15a88a3
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a88fe
movq %rax, %rdi
callq 0x678a0
jmp 0x15a8900
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2aa8(%rsp)
movq 0x2aa8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x26f0(%rsp)
movq 0x26f0(%rsp), %rax
movq %rax, 0x41c8(%rsp)
movq 0x41c8(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a89f1
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41c4(%rsp) # imm = 0xFFFFFFFF
movl 0x41c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41c0(%rsp)
cmpl $0x1, 0x41c0(%rsp)
jne 0x15a89f1
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a89bf
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a89bd
jmp 0x15a89ef
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4560(%rsp)
cmpq $0x0, 0x4560(%rsp)
je 0x15a89ed
movq 0x4560(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a89ef
jmp 0x15a89f1
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a8a4c
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1b60(%rsp), %rax
movq %rax, 0x2bb8(%rsp)
movq 0x2bb8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1aa0(%rsp)
movl $0x0, 0x1a9c(%rsp)
movl 0x1a9c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x15a8b60
movq 0x1bb0(%rsp), %rax
movq %rax, 0x2bb0(%rsp)
movq 0x2bb0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1a60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1a60(%rsp), %rsi
leaq 0x1aa0(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x1a40(%rsp)
movq 0x1b10(%rsp), %rax
vmovaps 0x1a40(%rsp), %ymm0
movq %rax, 0x2ff8(%rsp)
vmovaps %ymm0, 0x2fc0(%rsp)
vmovaps 0x2fc0(%rsp), %ymm0
movq 0x2ff8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1bb0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1bb0(%rsp)
movq 0x1b10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b10(%rsp)
movl 0x1a9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a9c(%rsp)
jmp 0x15a8a8c
jmp 0x15a8b62
movl 0x1bbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1bbc(%rsp)
jmp 0x15a7d3d
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x15a96e5
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x15a96e5
cmpl $0x1, 0x213c(%rsp)
jne 0x15a96e5
cmpl $0x1, 0x212c(%rsp)
jne 0x15a96e5
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x15a8c6f
movq 0x5d8(%rsp), %rax
movq %rax, 0x31d0(%rsp)
movq 0x31d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x15a8c7c
jmp 0x15a8c8c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0x1a3c(%rsp)
movl 0x1a3c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15a96d5
movq 0x2188(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x19e8(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19e8(%rsp), %r10
movq %r10, 0x3830(%rsp)
movl %r9d, 0x382c(%rsp)
movl %r8d, 0x3828(%rsp)
movl %edi, 0x3824(%rsp)
movq %rsi, 0x3818(%rsp)
movq %rdx, 0x3810(%rsp)
movl %ecx, 0x380c(%rsp)
movq %rax, 0x3800(%rsp)
movq 0x3830(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3810(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x380c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3800(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x382c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3828(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3824(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d08(%rsp)
movl $0x10, 0x3d04(%rsp)
movq 0x3d08(%rsp), %rax
movslq 0x3d04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a8e67
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a28(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x15a8fa8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq %rax, 0x43a8(%rsp)
movq 0x43a8(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a8f4b
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x43a4(%rsp) # imm = 0xFFFFFFFF
movl 0x43a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x43a0(%rsp)
cmpl $0x1, 0x43a0(%rsp)
jne 0x15a8f4b
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a8f19
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a8f17
jmp 0x15a8f49
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4470(%rsp)
cmpq $0x0, 0x4470(%rsp)
je 0x15a8f47
movq 0x4470(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a8f49
jmp 0x15a8f4b
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a8fa6
movq %rax, %rdi
callq 0x678a0
jmp 0x15a8fa8
leaq 0x19e8(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x19e8(%rsp), %rax
movq %rax, 0x26f8(%rsp)
movq 0x26f8(%rsp), %rax
movq %rax, 0x41b8(%rsp)
movq 0x41b8(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a9099
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41b4(%rsp) # imm = 0xFFFFFFFF
movl 0x41b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41b0(%rsp)
cmpl $0x1, 0x41b0(%rsp)
jne 0x15a9099
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a9067
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a9065
jmp 0x15a9097
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4568(%rsp)
cmpq $0x0, 0x4568(%rsp)
je 0x15a9095
movq 0x4568(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a9097
jmp 0x15a9099
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a90f4
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x1a30(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x19e0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x1a3c(%rsp), %eax
leaq 0x1990(%rsp), %rdx
movq %rdx, 0x2980(%rsp)
movq %rcx, 0x2978(%rsp)
movl %eax, 0x2974(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x2973(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2974(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1990(%rsp), %r10
movq %r10, 0x3398(%rsp)
movl %r9d, 0x3394(%rsp)
movl %r8d, 0x3390(%rsp)
movl %edi, 0x338c(%rsp)
movq %rsi, 0x3380(%rsp)
movq %rdx, 0x3378(%rsp)
movl %ecx, 0x3374(%rsp)
movq %rax, 0x3368(%rsp)
movq 0x3398(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x3380(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3378(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3374(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3368(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3394(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3390(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x338c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e58(%rsp)
movl $0x10, 0x3e54(%rsp)
movq 0x3e58(%rsp), %rax
movslq 0x3e54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a92e3
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19d0(%rsp)
movb $0x1, 0x2973(%rsp)
testb $0x1, 0x2973(%rsp)
jne 0x15a9424
leaq 0x1990(%rsp), %rax
movq %rax, 0x2988(%rsp)
movq 0x2988(%rsp), %rax
movq %rax, 0x3f08(%rsp)
movq 0x3f08(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a93c7
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f04(%rsp) # imm = 0xFFFFFFFF
movl 0x3f04(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f00(%rsp)
cmpl $0x1, 0x3f00(%rsp)
jne 0x15a93c7
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a9395
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a9393
jmp 0x15a93c5
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46c0(%rsp)
cmpq $0x0, 0x46c0(%rsp)
je 0x15a93c3
movq 0x46c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a93c5
jmp 0x15a93c7
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a9422
movq %rax, %rdi
callq 0x678a0
jmp 0x15a9424
leaq 0x1990(%rsp), %rax
movq %rax, 0x2aa0(%rsp)
movq 0x2aa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1990(%rsp), %rax
movq %rax, 0x2700(%rsp)
movq 0x2700(%rsp), %rax
movq %rax, 0x41a8(%rsp)
movq 0x41a8(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a9515
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x41a4(%rsp) # imm = 0xFFFFFFFF
movl 0x41a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x41a0(%rsp)
cmpl $0x1, 0x41a0(%rsp)
jne 0x15a9515
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a94e3
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a94e1
jmp 0x15a9513
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4570(%rsp)
cmpq $0x0, 0x4570(%rsp)
je 0x15a9511
movq 0x4570(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a9513
jmp 0x15a9515
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a9570
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x19d8(%rsp)
movl $0x0, 0x198c(%rsp)
movl 0x198c(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x15a96bd
movq 0x1a30(%rsp), %rax
movq %rax, 0x2ba8(%rsp)
movq 0x2ba8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1960(%rsp)
movq 0x19e0(%rsp), %rax
movq %rax, 0x31b0(%rsp)
movq 0x31b0(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x31ac(%rsp)
vbroadcastss 0x31ac(%rsp), %ymm0
vmovaps %ymm0, 0x3180(%rsp)
vmovaps 0x3180(%rsp), %ymm0
vmovaps %ymm0, 0x1940(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1960(%rsp), %rsi
leaq 0x1940(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x1920(%rsp)
movq 0x19d8(%rsp), %rax
vmovaps 0x1920(%rsp), %ymm0
movq %rax, 0x2fb8(%rsp)
vmovaps %ymm0, 0x2f80(%rsp)
vmovaps 0x2f80(%rsp), %ymm0
movq 0x2fb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1a30(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1a30(%rsp)
movq 0x19e0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x19e0(%rsp)
movq 0x19d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x19d8(%rsp)
movl 0x198c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x198c(%rsp)
jmp 0x15a958b
jmp 0x15a96bf
movl 0x1a3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a3c(%rsp)
jmp 0x15a8c97
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
cmpl $0x1, 0x2168(%rsp)
jne 0x15aa62b
cmpl $0x1, 0x2164(%rsp)
jne 0x15aa62b
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x15aa62b
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x15a97b8
movq 0x578(%rsp), %rax
movq %rax, 0x31d8(%rsp)
movq 0x31d8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x15a97c5
jmp 0x15a97d5
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0x191c(%rsp)
movl 0x191c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15aa61b
movq 0x2188(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x18c8(%rsp), %rdx
movq %rdx, 0x23c0(%rsp)
movq %rcx, 0x23b8(%rsp)
movl %eax, 0x23b4(%rsp)
movq 0x23b8(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x23b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18c8(%rsp), %r10
movq %r10, 0x3868(%rsp)
movl %r9d, 0x3864(%rsp)
movl %r8d, 0x3860(%rsp)
movl %edi, 0x385c(%rsp)
movq %rsi, 0x3850(%rsp)
movq %rdx, 0x3848(%rsp)
movl %ecx, 0x3844(%rsp)
movq %rax, 0x3838(%rsp)
movq 0x3868(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x3850(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3848(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3844(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3838(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3864(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3860(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x385c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cf8(%rsp)
movl $0x10, 0x3cf4(%rsp)
movq 0x3cf8(%rsp), %rax
movslq 0x3cf4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cf4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a99b0
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1908(%rsp)
movb $0x1, 0x23b3(%rsp)
testb $0x1, 0x23b3(%rsp)
jne 0x15a9af1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2608(%rsp)
movq 0x2608(%rsp), %rax
movq %rax, 0x4398(%rsp)
movq 0x4398(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a9a94
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4394(%rsp) # imm = 0xFFFFFFFF
movl 0x4394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4390(%rsp)
cmpl $0x1, 0x4390(%rsp)
jne 0x15a9a94
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a9a62
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a9a60
jmp 0x15a9a92
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4478(%rsp)
cmpq $0x0, 0x4478(%rsp)
je 0x15a9a90
movq 0x4478(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a9a92
jmp 0x15a9a94
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a9aef
movq %rax, %rdi
callq 0x678a0
jmp 0x15a9af1
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x18c8(%rsp), %rax
movq %rax, 0x2708(%rsp)
movq 0x2708(%rsp), %rax
movq %rax, 0x4198(%rsp)
movq 0x4198(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a9be2
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4194(%rsp) # imm = 0xFFFFFFFF
movl 0x4194(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4190(%rsp)
cmpl $0x1, 0x4190(%rsp)
jne 0x15a9be2
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a9bb0
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a9bae
jmp 0x15a9be0
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4578(%rsp)
cmpq $0x0, 0x4578(%rsp)
je 0x15a9bde
movq 0x4578(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a9be0
jmp 0x15a9be2
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a9c3d
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x1910(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1878(%rsp), %rdx
movq %rdx, 0x23a8(%rsp)
movq %rcx, 0x23a0(%rsp)
movl %eax, 0x239c(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x239b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x239c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1878(%rsp), %r10
movq %r10, 0x38a0(%rsp)
movl %r9d, 0x389c(%rsp)
movl %r8d, 0x3898(%rsp)
movl %edi, 0x3894(%rsp)
movq %rsi, 0x3888(%rsp)
movq %rdx, 0x3880(%rsp)
movl %ecx, 0x387c(%rsp)
movq %rax, 0x3870(%rsp)
movq 0x38a0(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3880(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x387c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3870(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x389c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3898(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3894(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ce8(%rsp)
movl $0x10, 0x3ce4(%rsp)
movq 0x3ce8(%rsp), %rax
movslq 0x3ce4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ce4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15a9e09
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18b8(%rsp)
movb $0x1, 0x239b(%rsp)
testb $0x1, 0x239b(%rsp)
jne 0x15a9f4a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2610(%rsp)
movq 0x2610(%rsp), %rax
movq %rax, 0x4388(%rsp)
movq 0x4388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15a9eed
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4384(%rsp) # imm = 0xFFFFFFFF
movl 0x4384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4380(%rsp)
cmpl $0x1, 0x4380(%rsp)
jne 0x15a9eed
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15a9ebb
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15a9eb9
jmp 0x15a9eeb
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4480(%rsp)
cmpq $0x0, 0x4480(%rsp)
je 0x15a9ee9
movq 0x4480(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15a9eeb
jmp 0x15a9eed
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15a9f48
movq %rax, %rdi
callq 0x678a0
jmp 0x15a9f4a
leaq 0x1878(%rsp), %rax
movq %rax, 0x2558(%rsp)
movq 0x2558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1878(%rsp), %rax
movq %rax, 0x2710(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, 0x4188(%rsp)
movq 0x4188(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15aa03b
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4184(%rsp) # imm = 0xFFFFFFFF
movl 0x4184(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4180(%rsp)
cmpl $0x1, 0x4180(%rsp)
jne 0x15aa03b
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15aa009
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15aa007
jmp 0x15aa039
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4580(%rsp)
cmpq $0x0, 0x4580(%rsp)
je 0x15aa037
movq 0x4580(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15aa039
jmp 0x15aa03b
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15aa096
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x18c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x191c(%rsp), %eax
leaq 0x1828(%rsp), %rdx
movq %rdx, 0x2960(%rsp)
movq %rcx, 0x2958(%rsp)
movl %eax, 0x2954(%rsp)
movq 0x2958(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x2953(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2954(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1828(%rsp), %r10
movq %r10, 0x33d0(%rsp)
movl %r9d, 0x33cc(%rsp)
movl %r8d, 0x33c8(%rsp)
movl %edi, 0x33c4(%rsp)
movq %rsi, 0x33b8(%rsp)
movq %rdx, 0x33b0(%rsp)
movl %ecx, 0x33ac(%rsp)
movq %rax, 0x33a0(%rsp)
movq 0x33d0(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x33c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e48(%rsp)
movl $0x10, 0x3e44(%rsp)
movq 0x3e48(%rsp), %rax
movslq 0x3e44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1850(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15aa262
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1868(%rsp)
movb $0x1, 0x2953(%rsp)
testb $0x1, 0x2953(%rsp)
jne 0x15aa3a3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2968(%rsp)
movq 0x2968(%rsp), %rax
movq %rax, 0x3f18(%rsp)
movq 0x3f18(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15aa346
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f14(%rsp) # imm = 0xFFFFFFFF
movl 0x3f14(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f10(%rsp)
cmpl $0x1, 0x3f10(%rsp)
jne 0x15aa346
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15aa314
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15aa312
jmp 0x15aa344
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46b8(%rsp)
cmpq $0x0, 0x46b8(%rsp)
je 0x15aa342
movq 0x46b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15aa344
jmp 0x15aa346
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15aa3a1
movq %rax, %rdi
callq 0x678a0
jmp 0x15aa3a3
leaq 0x1828(%rsp), %rax
movq %rax, 0x2a98(%rsp)
movq 0x2a98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x1828(%rsp), %rax
movq %rax, 0x2718(%rsp)
movq 0x2718(%rsp), %rax
movq %rax, 0x4178(%rsp)
movq 0x4178(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15aa494
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4174(%rsp) # imm = 0xFFFFFFFF
movl 0x4174(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4170(%rsp)
cmpl $0x1, 0x4170(%rsp)
jne 0x15aa494
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15aa462
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15aa460
jmp 0x15aa492
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4588(%rsp)
cmpq $0x0, 0x4588(%rsp)
je 0x15aa490
movq 0x4588(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15aa492
jmp 0x15aa494
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15aa4ef
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1870(%rsp)
movq 0x1910(%rsp), %rax
movq %rax, 0x2ba0(%rsp)
movq 0x2ba0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1800(%rsp)
movl $0x0, 0x17fc(%rsp)
movl 0x17fc(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x15aa603
movq 0x18c0(%rsp), %rax
movq %rax, 0x2b98(%rsp)
movq 0x2b98(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x17c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1800(%rsp), %rsi
leaq 0x17c0(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x17a0(%rsp)
movq 0x1870(%rsp), %rax
vmovaps 0x17a0(%rsp), %ymm0
movq %rax, 0x2f78(%rsp)
vmovaps %ymm0, 0x2f40(%rsp)
vmovaps 0x2f40(%rsp), %ymm0
movq 0x2f78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x18c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x18c0(%rsp)
movq 0x1870(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1870(%rsp)
movl 0x17fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17fc(%rsp)
jmp 0x15aa52f
jmp 0x15aa605
movl 0x191c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x191c(%rsp)
jmp 0x15a97e0
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x15ab188
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x15ab188
cmpl $0x1, 0x215c(%rsp)
jne 0x15ab188
cmpl $0x1, 0x214c(%rsp)
jne 0x15ab188
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x15aa712
movq 0x4f0(%rsp), %rax
movq %rax, 0x31e0(%rsp)
movq 0x31e0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x15aa71f
jmp 0x15aa72f
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0x179c(%rsp)
movl 0x179c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15ab178
movq 0x2188(%rsp), %rax
movq %rax, 0x2550(%rsp)
movq 0x2550(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1790(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x1740(%rsp), %rdx
movq %rdx, 0x2390(%rsp)
movq %rcx, 0x2388(%rsp)
movl %eax, 0x2384(%rsp)
movq 0x2388(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x2383(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2384(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1740(%rsp), %r10
movq %r10, 0x38d8(%rsp)
movl %r9d, 0x38d4(%rsp)
movl %r8d, 0x38d0(%rsp)
movl %edi, 0x38cc(%rsp)
movq %rsi, 0x38c0(%rsp)
movq %rdx, 0x38b8(%rsp)
movl %ecx, 0x38b4(%rsp)
movq %rax, 0x38a8(%rsp)
movq 0x38d8(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x38c0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38b8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38b4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38a8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x38d4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x38d0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x38cc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cd8(%rsp)
movl $0x10, 0x3cd4(%rsp)
movq 0x3cd8(%rsp), %rax
movslq 0x3cd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1768(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15aa92d
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1780(%rsp)
movb $0x1, 0x2383(%rsp)
testb $0x1, 0x2383(%rsp)
jne 0x15aaa6e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2618(%rsp)
movq 0x2618(%rsp), %rax
movq %rax, 0x4378(%rsp)
movq 0x4378(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15aaa11
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4374(%rsp) # imm = 0xFFFFFFFF
movl 0x4374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4370(%rsp)
cmpl $0x1, 0x4370(%rsp)
jne 0x15aaa11
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15aa9df
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15aa9dd
jmp 0x15aaa0f
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4488(%rsp)
cmpq $0x0, 0x4488(%rsp)
je 0x15aaa0d
movq 0x4488(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15aaa0f
jmp 0x15aaa11
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15aaa6c
movq %rax, %rdi
callq 0x678a0
jmp 0x15aaa6e
leaq 0x1740(%rsp), %rax
movq %rax, 0x2548(%rsp)
movq 0x2548(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1740(%rsp), %rax
movq %rax, 0x2720(%rsp)
movq 0x2720(%rsp), %rax
movq %rax, 0x4168(%rsp)
movq 0x4168(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15aab5f
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4164(%rsp) # imm = 0xFFFFFFFF
movl 0x4164(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4160(%rsp)
cmpl $0x1, 0x4160(%rsp)
jne 0x15aab5f
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15aab2d
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15aab2b
jmp 0x15aab5d
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4590(%rsp)
cmpq $0x0, 0x4590(%rsp)
je 0x15aab5b
movq 0x4590(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15aab5d
jmp 0x15aab5f
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15aabba
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1788(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x179c(%rsp), %eax
leaq 0x16f0(%rsp), %rdx
movq %rdx, 0x2940(%rsp)
movq %rcx, 0x2938(%rsp)
movl %eax, 0x2934(%rsp)
movq 0x2938(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x2933(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2934(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f0(%rsp), %r10
movq %r10, 0x3408(%rsp)
movl %r9d, 0x3404(%rsp)
movl %r8d, 0x3400(%rsp)
movl %edi, 0x33fc(%rsp)
movq %rsi, 0x33f0(%rsp)
movq %rdx, 0x33e8(%rsp)
movl %ecx, 0x33e4(%rsp)
movq %rax, 0x33d8(%rsp)
movq 0x3408(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x33f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x33e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x33e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x33d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3404(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3400(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x33fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e38(%rsp)
movl $0x10, 0x3e34(%rsp)
movq 0x3e38(%rsp), %rax
movslq 0x3e34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1718(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15aad86
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1730(%rsp)
movb $0x1, 0x2933(%rsp)
testb $0x1, 0x2933(%rsp)
jne 0x15aaec7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2948(%rsp)
movq 0x2948(%rsp), %rax
movq %rax, 0x3f28(%rsp)
movq 0x3f28(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15aae6a
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f24(%rsp) # imm = 0xFFFFFFFF
movl 0x3f24(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f20(%rsp)
cmpl $0x1, 0x3f20(%rsp)
jne 0x15aae6a
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15aae38
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15aae36
jmp 0x15aae68
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46b0(%rsp)
cmpq $0x0, 0x46b0(%rsp)
je 0x15aae66
movq 0x46b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15aae68
jmp 0x15aae6a
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15aaec5
movq %rax, %rdi
callq 0x678a0
jmp 0x15aaec7
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2a90(%rsp)
movq 0x2a90(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x16f0(%rsp), %rax
movq %rax, 0x2728(%rsp)
movq 0x2728(%rsp), %rax
movq %rax, 0x4158(%rsp)
movq 0x4158(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15aafb8
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4154(%rsp) # imm = 0xFFFFFFFF
movl 0x4154(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4150(%rsp)
cmpl $0x1, 0x4150(%rsp)
jne 0x15aafb8
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15aaf86
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15aaf84
jmp 0x15aafb6
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4598(%rsp)
cmpq $0x0, 0x4598(%rsp)
je 0x15aafb4
movq 0x4598(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15aafb6
jmp 0x15aafb8
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ab013
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1738(%rsp)
movl $0x0, 0x16ec(%rsp)
movl 0x16ec(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x15ab160
movq 0x1790(%rsp), %rax
movq %rax, 0x3178(%rsp)
movq 0x3178(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3174(%rsp)
vbroadcastss 0x3174(%rsp), %ymm0
vmovaps %ymm0, 0x3140(%rsp)
vmovaps 0x3140(%rsp), %ymm0
vmovaps %ymm0, 0x16c0(%rsp)
movq 0x1788(%rsp), %rax
movq %rax, 0x2b90(%rsp)
movq 0x2b90(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x16a0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16a0(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x1680(%rsp)
movq 0x1738(%rsp), %rax
vmovaps 0x1680(%rsp), %ymm0
movq %rax, 0x2f38(%rsp)
vmovaps %ymm0, 0x2f00(%rsp)
vmovaps 0x2f00(%rsp), %ymm0
movq 0x2f38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1790(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1790(%rsp)
movq 0x1788(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1788(%rsp)
movq 0x1738(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1738(%rsp)
movl 0x16ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ec(%rsp)
jmp 0x15ab02e
jmp 0x15ab162
movl 0x179c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x179c(%rsp)
jmp 0x15aa73a
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
cmpl $0x1, 0x2168(%rsp)
je 0x15ac12d
cmpl $0x1, 0x2148(%rsp)
jne 0x15ac12d
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x15ac12d
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x15ac12d
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x15ab26f
movq 0x490(%rsp), %rax
movq %rax, 0x31e8(%rsp)
movq 0x31e8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x15ab27c
jmp 0x15ab28c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0x167c(%rsp)
movl 0x167c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15ac11d
movq 0x2188(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1628(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1628(%rsp), %r10
movq %r10, 0x3910(%rsp)
movl %r9d, 0x390c(%rsp)
movl %r8d, 0x3908(%rsp)
movl %edi, 0x3904(%rsp)
movq %rsi, 0x38f8(%rsp)
movq %rdx, 0x38f0(%rsp)
movl %ecx, 0x38ec(%rsp)
movq %rax, 0x38e0(%rsp)
movq 0x3910(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x38f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x38f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x38ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x38e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x390c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3908(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3904(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cc8(%rsp)
movl $0x10, 0x3cc4(%rsp)
movq 0x3cc8(%rsp), %rax
movslq 0x3cc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1650(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ab467
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1668(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x15ab5a8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2620(%rsp)
movq 0x2620(%rsp), %rax
movq %rax, 0x4368(%rsp)
movq 0x4368(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ab54b
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4364(%rsp) # imm = 0xFFFFFFFF
movl 0x4364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4360(%rsp)
cmpl $0x1, 0x4360(%rsp)
jne 0x15ab54b
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ab519
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ab517
jmp 0x15ab549
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4490(%rsp)
cmpq $0x0, 0x4490(%rsp)
je 0x15ab547
movq 0x4490(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ab549
jmp 0x15ab54b
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ab5a6
movq %rax, %rdi
callq 0x678a0
jmp 0x15ab5a8
leaq 0x1628(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1628(%rsp), %rax
movq %rax, 0x2730(%rsp)
movq 0x2730(%rsp), %rax
movq %rax, 0x4148(%rsp)
movq 0x4148(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ab699
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4144(%rsp) # imm = 0xFFFFFFFF
movl 0x4144(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4140(%rsp)
cmpl $0x1, 0x4140(%rsp)
jne 0x15ab699
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ab667
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ab665
jmp 0x15ab697
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45a0(%rsp)
cmpq $0x0, 0x45a0(%rsp)
je 0x15ab695
movq 0x45a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ab697
jmp 0x15ab699
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ab6f4
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1670(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x15d8(%rsp), %rdx
movq %rdx, 0x2360(%rsp)
movq %rcx, 0x2358(%rsp)
movl %eax, 0x2354(%rsp)
movq 0x2358(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x2353(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2354(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x15d8(%rsp), %r10
movq %r10, 0x3948(%rsp)
movl %r9d, 0x3944(%rsp)
movl %r8d, 0x3940(%rsp)
movl %edi, 0x393c(%rsp)
movq %rsi, 0x3930(%rsp)
movq %rdx, 0x3928(%rsp)
movl %ecx, 0x3924(%rsp)
movq %rax, 0x3918(%rsp)
movq 0x3948(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x3930(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3928(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3924(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3918(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3944(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3940(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x393c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3cb8(%rsp)
movl $0x10, 0x3cb4(%rsp)
movq 0x3cb8(%rsp), %rax
movslq 0x3cb4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3cb4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1600(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ab8c0
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1618(%rsp)
movb $0x1, 0x2353(%rsp)
testb $0x1, 0x2353(%rsp)
jne 0x15aba01
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rax
movq %rax, 0x4358(%rsp)
movq 0x4358(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ab9a4
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4354(%rsp) # imm = 0xFFFFFFFF
movl 0x4354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4350(%rsp)
cmpl $0x1, 0x4350(%rsp)
jne 0x15ab9a4
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ab972
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ab970
jmp 0x15ab9a2
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4498(%rsp)
cmpq $0x0, 0x4498(%rsp)
je 0x15ab9a0
movq 0x4498(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ab9a2
jmp 0x15ab9a4
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ab9ff
movq %rax, %rdi
callq 0x678a0
jmp 0x15aba01
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2538(%rsp)
movq 0x2538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x15d8(%rsp), %rax
movq %rax, 0x2738(%rsp)
movq 0x2738(%rsp), %rax
movq %rax, 0x4138(%rsp)
movq 0x4138(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15abaf2
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4134(%rsp) # imm = 0xFFFFFFFF
movl 0x4134(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4130(%rsp)
cmpl $0x1, 0x4130(%rsp)
jne 0x15abaf2
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15abac0
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ababe
jmp 0x15abaf0
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45a8(%rsp)
cmpq $0x0, 0x45a8(%rsp)
je 0x15abaee
movq 0x45a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15abaf0
jmp 0x15abaf2
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15abb4d
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1620(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x167c(%rsp), %eax
leaq 0x1588(%rsp), %rdx
movq %rdx, 0x2920(%rsp)
movq %rcx, 0x2918(%rsp)
movl %eax, 0x2914(%rsp)
movq 0x2918(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x2913(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2914(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1588(%rsp), %r10
movq %r10, 0x3440(%rsp)
movl %r9d, 0x343c(%rsp)
movl %r8d, 0x3438(%rsp)
movl %edi, 0x3434(%rsp)
movq %rsi, 0x3428(%rsp)
movq %rdx, 0x3420(%rsp)
movl %ecx, 0x341c(%rsp)
movq %rax, 0x3410(%rsp)
movq 0x3440(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3420(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x341c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3410(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x343c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3438(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3434(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e28(%rsp)
movl $0x10, 0x3e24(%rsp)
movq 0x3e28(%rsp), %rax
movslq 0x3e24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x15b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15abd19
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15c8(%rsp)
movb $0x1, 0x2913(%rsp)
testb $0x1, 0x2913(%rsp)
jne 0x15abe5a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2928(%rsp)
movq 0x2928(%rsp), %rax
movq %rax, 0x3f38(%rsp)
movq 0x3f38(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15abdfd
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f34(%rsp) # imm = 0xFFFFFFFF
movl 0x3f34(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f30(%rsp)
cmpl $0x1, 0x3f30(%rsp)
jne 0x15abdfd
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15abdcb
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15abdc9
jmp 0x15abdfb
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46a8(%rsp)
cmpq $0x0, 0x46a8(%rsp)
je 0x15abdf9
movq 0x46a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15abdfb
jmp 0x15abdfd
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15abe58
movq %rax, %rdi
callq 0x678a0
jmp 0x15abe5a
leaq 0x1588(%rsp), %rax
movq %rax, 0x2a88(%rsp)
movq 0x2a88(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1588(%rsp), %rax
movq %rax, 0x2740(%rsp)
movq 0x2740(%rsp), %rax
movq %rax, 0x4128(%rsp)
movq 0x4128(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15abf4b
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4124(%rsp) # imm = 0xFFFFFFFF
movl 0x4124(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4120(%rsp)
cmpl $0x1, 0x4120(%rsp)
jne 0x15abf4b
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15abf19
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15abf17
jmp 0x15abf49
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45b0(%rsp)
cmpq $0x0, 0x45b0(%rsp)
je 0x15abf47
movq 0x45b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15abf49
jmp 0x15abf4b
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15abfa6
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x15d0(%rsp)
movl $0x0, 0x1584(%rsp)
movl 0x1584(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15ac105
movq 0x1620(%rsp), %rax
movl 0x1584(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b88(%rsp)
movq 0x2b88(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1560(%rsp)
movl $0x0, 0x155c(%rsp)
movl 0x155c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15ac0ed
movq 0x1670(%rsp), %rax
movq %rax, 0x2b80(%rsp)
movq 0x2b80(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1520(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1520(%rsp), %rsi
leaq 0x1560(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x1500(%rsp)
movq 0x15d0(%rsp), %rax
vmovaps 0x1500(%rsp), %ymm0
movq %rax, 0x2ef8(%rsp)
vmovaps %ymm0, 0x2ec0(%rsp)
vmovaps 0x2ec0(%rsp), %ymm0
movq 0x2ef8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1670(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1670(%rsp)
movq 0x15d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x15d0(%rsp)
movl 0x155c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x155c(%rsp)
jmp 0x15ac019
jmp 0x15ac0ef
movl 0x1584(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1584(%rsp)
jmp 0x15abfc1
jmp 0x15ac107
movl 0x167c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x167c(%rsp)
jmp 0x15ab297
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x15ad0d2
cmpl $0x1, 0x2164(%rsp)
je 0x15ad0d2
cmpl $0x1, 0x2144(%rsp)
jne 0x15ad0d2
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x15ad0d2
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x15ac214
movq 0x408(%rsp), %rax
movq %rax, 0x31f0(%rsp)
movq 0x31f0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x15ac221
jmp 0x15ac231
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0x14fc(%rsp)
movl 0x14fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15ad0c2
movq 0x2188(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x14a8(%rsp), %rdx
movq %rdx, 0x2348(%rsp)
movq %rcx, 0x2340(%rsp)
movl %eax, 0x233c(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x233b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x233c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14a8(%rsp), %r10
movq %r10, 0x3980(%rsp)
movl %r9d, 0x397c(%rsp)
movl %r8d, 0x3978(%rsp)
movl %edi, 0x3974(%rsp)
movq %rsi, 0x3968(%rsp)
movq %rdx, 0x3960(%rsp)
movl %ecx, 0x395c(%rsp)
movq %rax, 0x3950(%rsp)
movq 0x3980(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x3968(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3960(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x395c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3950(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x397c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3978(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3974(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3ca8(%rsp)
movl $0x10, 0x3ca4(%rsp)
movq 0x3ca8(%rsp), %rax
movslq 0x3ca4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3ca4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ac40c
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x14e8(%rsp)
movb $0x1, 0x233b(%rsp)
testb $0x1, 0x233b(%rsp)
jne 0x15ac54d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rax
movq %rax, 0x4348(%rsp)
movq 0x4348(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ac4f0
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4344(%rsp) # imm = 0xFFFFFFFF
movl 0x4344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4340(%rsp)
cmpl $0x1, 0x4340(%rsp)
jne 0x15ac4f0
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ac4be
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ac4bc
jmp 0x15ac4ee
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44a0(%rsp)
cmpq $0x0, 0x44a0(%rsp)
je 0x15ac4ec
movq 0x44a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ac4ee
jmp 0x15ac4f0
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ac54b
movq %rax, %rdi
callq 0x678a0
jmp 0x15ac54d
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2530(%rsp)
movq 0x2530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x14a8(%rsp), %rax
movq %rax, 0x2748(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, 0x4118(%rsp)
movq 0x4118(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ac63e
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4114(%rsp) # imm = 0xFFFFFFFF
movl 0x4114(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4110(%rsp)
cmpl $0x1, 0x4110(%rsp)
jne 0x15ac63e
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ac60c
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ac60a
jmp 0x15ac63c
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45b8(%rsp)
cmpq $0x0, 0x45b8(%rsp)
je 0x15ac63a
movq 0x45b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ac63c
jmp 0x15ac63e
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ac699
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x14f0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1458(%rsp), %rdx
movq %rdx, 0x2330(%rsp)
movq %rcx, 0x2328(%rsp)
movl %eax, 0x2324(%rsp)
movq 0x2328(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x2323(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2324(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1458(%rsp), %r10
movq %r10, 0x39b8(%rsp)
movl %r9d, 0x39b4(%rsp)
movl %r8d, 0x39b0(%rsp)
movl %edi, 0x39ac(%rsp)
movq %rsi, 0x39a0(%rsp)
movq %rdx, 0x3998(%rsp)
movl %ecx, 0x3994(%rsp)
movq %rax, 0x3988(%rsp)
movq 0x39b8(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x39a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3998(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3994(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3988(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c98(%rsp)
movl $0x10, 0x3c94(%rsp)
movq 0x3c98(%rsp), %rax
movslq 0x3c94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1480(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ac865
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1498(%rsp)
movb $0x1, 0x2323(%rsp)
testb $0x1, 0x2323(%rsp)
jne 0x15ac9a6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rax
movq %rax, 0x4338(%rsp)
movq 0x4338(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ac949
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4334(%rsp) # imm = 0xFFFFFFFF
movl 0x4334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4330(%rsp)
cmpl $0x1, 0x4330(%rsp)
jne 0x15ac949
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ac917
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ac915
jmp 0x15ac947
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44a8(%rsp)
cmpq $0x0, 0x44a8(%rsp)
je 0x15ac945
movq 0x44a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ac947
jmp 0x15ac949
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ac9a4
movq %rax, %rdi
callq 0x678a0
jmp 0x15ac9a6
leaq 0x1458(%rsp), %rax
movq %rax, 0x2528(%rsp)
movq 0x2528(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x1458(%rsp), %rax
movq %rax, 0x2750(%rsp)
movq 0x2750(%rsp), %rax
movq %rax, 0x4108(%rsp)
movq 0x4108(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15aca97
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4104(%rsp) # imm = 0xFFFFFFFF
movl 0x4104(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4100(%rsp)
cmpl $0x1, 0x4100(%rsp)
jne 0x15aca97
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15aca65
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15aca63
jmp 0x15aca95
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45c0(%rsp)
cmpq $0x0, 0x45c0(%rsp)
je 0x15aca93
movq 0x45c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15aca95
jmp 0x15aca97
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15acaf2
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x14a0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x14fc(%rsp), %eax
leaq 0x1408(%rsp), %rdx
movq %rdx, 0x2900(%rsp)
movq %rcx, 0x28f8(%rsp)
movl %eax, 0x28f4(%rsp)
movq 0x28f8(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x28f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1408(%rsp), %r10
movq %r10, 0x3478(%rsp)
movl %r9d, 0x3474(%rsp)
movl %r8d, 0x3470(%rsp)
movl %edi, 0x346c(%rsp)
movq %rsi, 0x3460(%rsp)
movq %rdx, 0x3458(%rsp)
movl %ecx, 0x3454(%rsp)
movq %rax, 0x3448(%rsp)
movq 0x3478(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x3460(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3458(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3454(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3448(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3474(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3470(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x346c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e18(%rsp)
movl $0x10, 0x3e14(%rsp)
movq 0x3e18(%rsp), %rax
movslq 0x3e14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1430(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15accbe
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1448(%rsp)
movb $0x1, 0x28f3(%rsp)
testb $0x1, 0x28f3(%rsp)
jne 0x15acdff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2908(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, 0x3f48(%rsp)
movq 0x3f48(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15acda2
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f44(%rsp) # imm = 0xFFFFFFFF
movl 0x3f44(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f40(%rsp)
cmpl $0x1, 0x3f40(%rsp)
jne 0x15acda2
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15acd70
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15acd6e
jmp 0x15acda0
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x46a0(%rsp)
cmpq $0x0, 0x46a0(%rsp)
je 0x15acd9e
movq 0x46a0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15acda0
jmp 0x15acda2
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15acdfd
movq %rax, %rdi
callq 0x678a0
jmp 0x15acdff
leaq 0x1408(%rsp), %rax
movq %rax, 0x2a80(%rsp)
movq 0x2a80(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1408(%rsp), %rax
movq %rax, 0x2758(%rsp)
movq 0x2758(%rsp), %rax
movq %rax, 0x40f8(%rsp)
movq 0x40f8(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15acef0
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40f4(%rsp) # imm = 0xFFFFFFFF
movl 0x40f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40f0(%rsp)
cmpl $0x1, 0x40f0(%rsp)
jne 0x15acef0
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15acebe
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15acebc
jmp 0x15aceee
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45c8(%rsp)
cmpq $0x0, 0x45c8(%rsp)
je 0x15aceec
movq 0x45c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15aceee
jmp 0x15acef0
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15acf4b
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x1450(%rsp)
movl $0x0, 0x1404(%rsp)
movl 0x1404(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15ad0aa
movl $0x0, 0x1400(%rsp)
movl 0x1400(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15ad092
movq 0x14f0(%rsp), %rax
movq %rax, 0x2b78(%rsp)
movq 0x2b78(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13e0(%rsp)
movq 0x14a0(%rsp), %rax
movl 0x1400(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b70(%rsp)
movq 0x2b70(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x13c0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x13e0(%rsp), %rsi
leaq 0x13c0(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x13a0(%rsp)
movq 0x1450(%rsp), %rax
vmovaps 0x13a0(%rsp), %ymm0
movq %rax, 0x2eb8(%rsp)
vmovaps %ymm0, 0x2e80(%rsp)
vmovaps 0x2e80(%rsp), %ymm0
movq 0x2eb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x14f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x14f0(%rsp)
movq 0x1450(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1450(%rsp)
movl 0x1400(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1400(%rsp)
jmp 0x15acf85
jmp 0x15ad094
movl 0x1404(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1404(%rsp)
jmp 0x15acf66
jmp 0x15ad0ac
movl 0x14fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14fc(%rsp)
jmp 0x15ac23c
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
cmpl $0x1, 0x2148(%rsp)
je 0x15ae077
cmpl $0x1, 0x2168(%rsp)
jne 0x15ae077
movl 0x2144(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jne 0x15ae077
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x15ae077
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x15ad1b9
movq 0x380(%rsp), %rax
movq %rax, 0x31f8(%rsp)
movq 0x31f8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x15ad1c6
jmp 0x15ad1d6
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0x139c(%rsp)
movl 0x139c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15ae067
movq 0x2188(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x1348(%rsp), %rdx
movq %rdx, 0x2318(%rsp)
movq %rcx, 0x2310(%rsp)
movl %eax, 0x230c(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x230b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x230c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1348(%rsp), %r10
movq %r10, 0x39f0(%rsp)
movl %r9d, 0x39ec(%rsp)
movl %r8d, 0x39e8(%rsp)
movl %edi, 0x39e4(%rsp)
movq %rsi, 0x39d8(%rsp)
movq %rdx, 0x39d0(%rsp)
movl %ecx, 0x39cc(%rsp)
movq %rax, 0x39c0(%rsp)
movq 0x39f0(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x39d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x39d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x39cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x39ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x39e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x39e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c88(%rsp)
movl $0x10, 0x3c84(%rsp)
movq 0x3c88(%rsp), %rax
movslq 0x3c84(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c84(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1370(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ad3b1
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1388(%rsp)
movb $0x1, 0x230b(%rsp)
testb $0x1, 0x230b(%rsp)
jne 0x15ad4f2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rax
movq %rax, 0x4328(%rsp)
movq 0x4328(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ad495
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4324(%rsp) # imm = 0xFFFFFFFF
movl 0x4324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4320(%rsp)
cmpl $0x1, 0x4320(%rsp)
jne 0x15ad495
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ad463
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ad461
jmp 0x15ad493
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44b0(%rsp)
cmpq $0x0, 0x44b0(%rsp)
je 0x15ad491
movq 0x44b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ad493
jmp 0x15ad495
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ad4f0
movq %rax, %rdi
callq 0x678a0
jmp 0x15ad4f2
leaq 0x1348(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x1348(%rsp), %rax
movq %rax, 0x2760(%rsp)
movq 0x2760(%rsp), %rax
movq %rax, 0x40e8(%rsp)
movq 0x40e8(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ad5e3
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40e4(%rsp) # imm = 0xFFFFFFFF
movl 0x40e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40e0(%rsp)
cmpl $0x1, 0x40e0(%rsp)
jne 0x15ad5e3
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ad5b1
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ad5af
jmp 0x15ad5e1
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45d0(%rsp)
cmpq $0x0, 0x45d0(%rsp)
je 0x15ad5df
movq 0x45d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ad5e1
jmp 0x15ad5e3
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ad63e
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1390(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12f8(%rsp), %rdx
movq %rdx, 0x2300(%rsp)
movq %rcx, 0x22f8(%rsp)
movl %eax, 0x22f4(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x22f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12f8(%rsp), %r10
movq %r10, 0x3a28(%rsp)
movl %r9d, 0x3a24(%rsp)
movl %r8d, 0x3a20(%rsp)
movl %edi, 0x3a1c(%rsp)
movq %rsi, 0x3a10(%rsp)
movq %rdx, 0x3a08(%rsp)
movl %ecx, 0x3a04(%rsp)
movq %rax, 0x39f8(%rsp)
movq 0x3a28(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x3a10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x39f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c78(%rsp)
movl $0x10, 0x3c74(%rsp)
movq 0x3c78(%rsp), %rax
movslq 0x3c74(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c74(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1320(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ad80a
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1338(%rsp)
movb $0x1, 0x22f3(%rsp)
testb $0x1, 0x22f3(%rsp)
jne 0x15ad94b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rax
movq %rax, 0x4318(%rsp)
movq 0x4318(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ad8ee
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4314(%rsp) # imm = 0xFFFFFFFF
movl 0x4314(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4310(%rsp)
cmpl $0x1, 0x4310(%rsp)
jne 0x15ad8ee
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ad8bc
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ad8ba
jmp 0x15ad8ec
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44b8(%rsp)
cmpq $0x0, 0x44b8(%rsp)
je 0x15ad8ea
movq 0x44b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ad8ec
jmp 0x15ad8ee
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ad949
movq %rax, %rdi
callq 0x678a0
jmp 0x15ad94b
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2518(%rsp)
movq 0x2518(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x12f8(%rsp), %rax
movq %rax, 0x2768(%rsp)
movq 0x2768(%rsp), %rax
movq %rax, 0x40d8(%rsp)
movq 0x40d8(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ada3c
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40d4(%rsp) # imm = 0xFFFFFFFF
movl 0x40d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40d0(%rsp)
cmpl $0x1, 0x40d0(%rsp)
jne 0x15ada3c
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ada0a
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ada08
jmp 0x15ada3a
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45d8(%rsp)
cmpq $0x0, 0x45d8(%rsp)
je 0x15ada38
movq 0x45d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ada3a
jmp 0x15ada3c
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ada97
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x1340(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x139c(%rsp), %eax
leaq 0x12a8(%rsp), %rdx
movq %rdx, 0x28e0(%rsp)
movq %rcx, 0x28d8(%rsp)
movl %eax, 0x28d4(%rsp)
movq 0x28d8(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x28d3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28d4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12a8(%rsp), %r10
movq %r10, 0x34b0(%rsp)
movl %r9d, 0x34ac(%rsp)
movl %r8d, 0x34a8(%rsp)
movl %edi, 0x34a4(%rsp)
movq %rsi, 0x3498(%rsp)
movq %rdx, 0x3490(%rsp)
movl %ecx, 0x348c(%rsp)
movq %rax, 0x3480(%rsp)
movq 0x34b0(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3490(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x348c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3480(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3e08(%rsp)
movl $0x10, 0x3e04(%rsp)
movq 0x3e08(%rsp), %rax
movslq 0x3e04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3e04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15adc63
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12e8(%rsp)
movb $0x1, 0x28d3(%rsp)
testb $0x1, 0x28d3(%rsp)
jne 0x15adda4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x28e8(%rsp)
movq 0x28e8(%rsp), %rax
movq %rax, 0x3f58(%rsp)
movq 0x3f58(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15add47
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f54(%rsp) # imm = 0xFFFFFFFF
movl 0x3f54(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f50(%rsp)
cmpl $0x1, 0x3f50(%rsp)
jne 0x15add47
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15add15
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15add13
jmp 0x15add45
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4698(%rsp)
cmpq $0x0, 0x4698(%rsp)
je 0x15add43
movq 0x4698(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15add45
jmp 0x15add47
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15adda2
movq %rax, %rdi
callq 0x678a0
jmp 0x15adda4
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2a78(%rsp)
movq 0x2a78(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x12a8(%rsp), %rax
movq %rax, 0x2770(%rsp)
movq 0x2770(%rsp), %rax
movq %rax, 0x40c8(%rsp)
movq 0x40c8(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ade95
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40c4(%rsp) # imm = 0xFFFFFFFF
movl 0x40c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40c0(%rsp)
cmpl $0x1, 0x40c0(%rsp)
jne 0x15ade95
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ade63
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ade61
jmp 0x15ade93
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45e0(%rsp)
cmpq $0x0, 0x45e0(%rsp)
je 0x15ade91
movq 0x45e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ade93
jmp 0x15ade95
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15adef0
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x12f0(%rsp)
movl $0x0, 0x12a4(%rsp)
movl 0x12a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15ae04f
movq 0x1390(%rsp), %rax
movl 0x12a4(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b68(%rsp)
movq 0x2b68(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15ae037
movq 0x1340(%rsp), %rax
movq %rax, 0x2b60(%rsp)
movq 0x2b60(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1240(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1280(%rsp), %rsi
leaq 0x1240(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x1220(%rsp)
movq 0x12f0(%rsp), %rax
vmovaps 0x1220(%rsp), %ymm0
movq %rax, 0x2e78(%rsp)
vmovaps %ymm0, 0x2e40(%rsp)
vmovaps 0x2e40(%rsp), %ymm0
movq 0x2e78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1340(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1340(%rsp)
movq 0x12f0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x12f0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x15adf63
jmp 0x15ae039
movl 0x12a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x12a4(%rsp)
jmp 0x15adf0b
jmp 0x15ae051
movl 0x139c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x139c(%rsp)
jmp 0x15ad1e1
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movl 0x2148(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jne 0x15af01c
cmpl $0x1, 0x2144(%rsp)
je 0x15af01c
cmpl $0x1, 0x2164(%rsp)
jne 0x15af01c
movl 0x213c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jne 0x15af01c
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x15ae15e
movq 0x2f8(%rsp), %rax
movq %rax, 0x3200(%rsp)
movq 0x3200(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x15ae16b
jmp 0x15ae17b
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0x121c(%rsp)
movl 0x121c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15af00c
movq 0x2188(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x11c8(%rsp), %rdx
movq %rdx, 0x22e8(%rsp)
movq %rcx, 0x22e0(%rsp)
movl %eax, 0x22dc(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x22db(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22dc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11c8(%rsp), %r10
movq %r10, 0x3a60(%rsp)
movl %r9d, 0x3a5c(%rsp)
movl %r8d, 0x3a58(%rsp)
movl %edi, 0x3a54(%rsp)
movq %rsi, 0x3a48(%rsp)
movq %rdx, 0x3a40(%rsp)
movl %ecx, 0x3a3c(%rsp)
movq %rax, 0x3a30(%rsp)
movq 0x3a60(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x3a48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c68(%rsp)
movl $0x10, 0x3c64(%rsp)
movq 0x3c68(%rsp), %rax
movslq 0x3c64(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c64(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ae356
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1208(%rsp)
movb $0x1, 0x22db(%rsp)
testb $0x1, 0x22db(%rsp)
jne 0x15ae497
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rax
movq %rax, 0x4308(%rsp)
movq 0x4308(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ae43a
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4304(%rsp) # imm = 0xFFFFFFFF
movl 0x4304(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4300(%rsp)
cmpl $0x1, 0x4300(%rsp)
jne 0x15ae43a
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ae408
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ae406
jmp 0x15ae438
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44c0(%rsp)
cmpq $0x0, 0x44c0(%rsp)
je 0x15ae436
movq 0x44c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ae438
jmp 0x15ae43a
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ae495
movq %rax, %rdi
callq 0x678a0
jmp 0x15ae497
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2510(%rsp)
movq 0x2510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0x11c8(%rsp), %rax
movq %rax, 0x2778(%rsp)
movq 0x2778(%rsp), %rax
movq %rax, 0x40b8(%rsp)
movq 0x40b8(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ae588
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40b4(%rsp) # imm = 0xFFFFFFFF
movl 0x40b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40b0(%rsp)
cmpl $0x1, 0x40b0(%rsp)
jne 0x15ae588
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ae556
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ae554
jmp 0x15ae586
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45e8(%rsp)
cmpq $0x0, 0x45e8(%rsp)
je 0x15ae584
movq 0x45e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ae586
jmp 0x15ae588
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ae5e3
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0x1210(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1178(%rsp), %rdx
movq %rdx, 0x22d0(%rsp)
movq %rcx, 0x22c8(%rsp)
movl %eax, 0x22c4(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x22c3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22c4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1178(%rsp), %r10
movq %r10, 0x3a98(%rsp)
movl %r9d, 0x3a94(%rsp)
movl %r8d, 0x3a90(%rsp)
movl %edi, 0x3a8c(%rsp)
movq %rsi, 0x3a80(%rsp)
movq %rdx, 0x3a78(%rsp)
movl %ecx, 0x3a74(%rsp)
movq %rax, 0x3a68(%rsp)
movq 0x3a98(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x3a80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3a78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3a74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3a94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3a90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3a8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c58(%rsp)
movl $0x10, 0x3c54(%rsp)
movq 0x3c58(%rsp), %rax
movslq 0x3c54(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c54(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ae7af
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11b8(%rsp)
movb $0x1, 0x22c3(%rsp)
testb $0x1, 0x22c3(%rsp)
jne 0x15ae8f0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rax
movq %rax, 0x42f8(%rsp)
movq 0x42f8(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ae893
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42f4(%rsp) # imm = 0xFFFFFFFF
movl 0x42f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42f0(%rsp)
cmpl $0x1, 0x42f0(%rsp)
jne 0x15ae893
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ae861
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ae85f
jmp 0x15ae891
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44c8(%rsp)
cmpq $0x0, 0x44c8(%rsp)
je 0x15ae88f
movq 0x44c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ae891
jmp 0x15ae893
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ae8ee
movq %rax, %rdi
callq 0x678a0
jmp 0x15ae8f0
leaq 0x1178(%rsp), %rax
movq %rax, 0x2508(%rsp)
movq 0x2508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0x1178(%rsp), %rax
movq %rax, 0x2780(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, 0x40a8(%rsp)
movq 0x40a8(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ae9e1
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x40a4(%rsp) # imm = 0xFFFFFFFF
movl 0x40a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x40a0(%rsp)
cmpl $0x1, 0x40a0(%rsp)
jne 0x15ae9e1
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ae9af
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15ae9ad
jmp 0x15ae9df
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45f0(%rsp)
cmpq $0x0, 0x45f0(%rsp)
je 0x15ae9dd
movq 0x45f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15ae9df
jmp 0x15ae9e1
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15aea3c
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0x11c0(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x121c(%rsp), %eax
leaq 0x1128(%rsp), %rdx
movq %rdx, 0x28c0(%rsp)
movq %rcx, 0x28b8(%rsp)
movl %eax, 0x28b4(%rsp)
movq 0x28b8(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x28b3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28b4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1128(%rsp), %r10
movq %r10, 0x34e8(%rsp)
movl %r9d, 0x34e4(%rsp)
movl %r8d, 0x34e0(%rsp)
movl %edi, 0x34dc(%rsp)
movq %rsi, 0x34d0(%rsp)
movq %rdx, 0x34c8(%rsp)
movl %ecx, 0x34c4(%rsp)
movq %rax, 0x34b8(%rsp)
movq 0x34e8(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x34d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x34c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x34e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x34e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x34dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3df8(%rsp)
movl $0x10, 0x3df4(%rsp)
movq 0x3df8(%rsp), %rax
movslq 0x3df4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3df4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1150(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15aec08
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1168(%rsp)
movb $0x1, 0x28b3(%rsp)
testb $0x1, 0x28b3(%rsp)
jne 0x15aed49
leaq 0x1128(%rsp), %rax
movq %rax, 0x28c8(%rsp)
movq 0x28c8(%rsp), %rax
movq %rax, 0x3f68(%rsp)
movq 0x3f68(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15aecec
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f64(%rsp) # imm = 0xFFFFFFFF
movl 0x3f64(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f60(%rsp)
cmpl $0x1, 0x3f60(%rsp)
jne 0x15aecec
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15aecba
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15aecb8
jmp 0x15aecea
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4690(%rsp)
cmpq $0x0, 0x4690(%rsp)
je 0x15aece8
movq 0x4690(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15aecea
jmp 0x15aecec
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15aed47
movq %rax, %rdi
callq 0x678a0
jmp 0x15aed49
leaq 0x1128(%rsp), %rax
movq %rax, 0x2a70(%rsp)
movq 0x2a70(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0x1128(%rsp), %rax
movq %rax, 0x2788(%rsp)
movq 0x2788(%rsp), %rax
movq %rax, 0x4098(%rsp)
movq 0x4098(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15aee3a
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4094(%rsp) # imm = 0xFFFFFFFF
movl 0x4094(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4090(%rsp)
cmpl $0x1, 0x4090(%rsp)
jne 0x15aee3a
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15aee08
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15aee06
jmp 0x15aee38
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x45f8(%rsp)
cmpq $0x0, 0x45f8(%rsp)
je 0x15aee36
movq 0x45f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15aee38
jmp 0x15aee3a
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15aee95
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0x1170(%rsp)
movl $0x0, 0x1124(%rsp)
movl 0x1124(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15aeff4
movl $0x0, 0x1120(%rsp)
movl 0x1120(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15aefdc
movq 0x1210(%rsp), %rax
movl 0x1120(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b58(%rsp)
movq 0x2b58(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x1100(%rsp)
movq 0x11c0(%rsp), %rax
movq %rax, 0x2b50(%rsp)
movq 0x2b50(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x10e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x1100(%rsp), %rsi
leaq 0x10e0(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x10c0(%rsp)
movq 0x1170(%rsp), %rax
vmovaps 0x10c0(%rsp), %ymm0
movq %rax, 0x2e38(%rsp)
vmovaps %ymm0, 0x2e00(%rsp)
vmovaps 0x2e00(%rsp), %ymm0
movq 0x2e38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x11c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x11c0(%rsp)
movq 0x1170(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1170(%rsp)
movl 0x1120(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1120(%rsp)
jmp 0x15aeecf
jmp 0x15aefde
movl 0x1124(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1124(%rsp)
jmp 0x15aeeb0
jmp 0x15aeff6
movl 0x121c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x121c(%rsp)
jmp 0x15ae186
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1633150
movl %eax, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movl 0x215c(%rsp), %ecx
movq 0x2150(%rsp), %r8
movl 0x214c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x15af0f0
movq 0x270(%rsp), %rax
movq %rax, 0x3208(%rsp)
movq 0x3208(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x15af0fd
jmp 0x15af10d
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15afbae
movl $0x0, 0x10bc(%rsp)
movl 0x10bc(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15afb9e
movq 0x2188(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1068(%rsp), %rdx
movq %rdx, 0x22b8(%rsp)
movq %rcx, 0x22b0(%rsp)
movl %eax, 0x22ac(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x22ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x22ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1068(%rsp), %r10
movq %r10, 0x3ad0(%rsp)
movl %r9d, 0x3acc(%rsp)
movl %r8d, 0x3ac8(%rsp)
movl %edi, 0x3ac4(%rsp)
movq %rsi, 0x3ab8(%rsp)
movq %rdx, 0x3ab0(%rsp)
movl %ecx, 0x3aac(%rsp)
movq %rax, 0x3aa0(%rsp)
movq 0x3ad0(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x3ab8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ab0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3aac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3aa0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3acc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ac8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c48(%rsp)
movl $0x10, 0x3c44(%rsp)
movq 0x3c48(%rsp), %rax
movslq 0x3c44(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c44(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1090(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15af2fa
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10a8(%rsp)
movb $0x1, 0x22ab(%rsp)
testb $0x1, 0x22ab(%rsp)
jne 0x15af43b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rax
movq %rax, 0x42e8(%rsp)
movq 0x42e8(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15af3de
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42e4(%rsp) # imm = 0xFFFFFFFF
movl 0x42e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42e0(%rsp)
cmpl $0x1, 0x42e0(%rsp)
jne 0x15af3de
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15af3ac
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15af3aa
jmp 0x15af3dc
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44d0(%rsp)
cmpq $0x0, 0x44d0(%rsp)
je 0x15af3da
movq 0x44d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15af3dc
jmp 0x15af3de
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15af439
movq %rax, %rdi
callq 0x678a0
jmp 0x15af43b
leaq 0x1068(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0x1068(%rsp), %rax
movq %rax, 0x2790(%rsp)
movq 0x2790(%rsp), %rax
movq %rax, 0x4088(%rsp)
movq 0x4088(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15af52c
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4084(%rsp) # imm = 0xFFFFFFFF
movl 0x4084(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4080(%rsp)
cmpl $0x1, 0x4080(%rsp)
jne 0x15af52c
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15af4fa
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15af4f8
jmp 0x15af52a
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4600(%rsp)
cmpq $0x0, 0x4600(%rsp)
je 0x15af528
movq 0x4600(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15af52a
jmp 0x15af52c
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15af587
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0x10b0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x10bc(%rsp), %eax
movq %rcx, 0x3128(%rsp)
movl %eax, 0x3124(%rsp)
movq 0x3128(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3124(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1060(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x10bc(%rsp), %eax
leaq 0x1010(%rsp), %rdx
movq %rdx, 0x28a0(%rsp)
movq %rcx, 0x2898(%rsp)
movl %eax, 0x2894(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x2893(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2894(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1010(%rsp), %r10
movq %r10, 0x3520(%rsp)
movl %r9d, 0x351c(%rsp)
movl %r8d, 0x3518(%rsp)
movl %edi, 0x3514(%rsp)
movq %rsi, 0x3508(%rsp)
movq %rdx, 0x3500(%rsp)
movl %ecx, 0x34fc(%rsp)
movq %rax, 0x34f0(%rsp)
movq 0x3520(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3500(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x34fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x34f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x351c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3518(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3514(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3de8(%rsp)
movl $0x10, 0x3de4(%rsp)
movq 0x3de8(%rsp), %rax
movslq 0x3de4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3de4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1038(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15af79c
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1050(%rsp)
movb $0x1, 0x2893(%rsp)
testb $0x1, 0x2893(%rsp)
jne 0x15af8dd
leaq 0x1010(%rsp), %rax
movq %rax, 0x28a8(%rsp)
movq 0x28a8(%rsp), %rax
movq %rax, 0x3f78(%rsp)
movq 0x3f78(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15af880
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f74(%rsp) # imm = 0xFFFFFFFF
movl 0x3f74(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f70(%rsp)
cmpl $0x1, 0x3f70(%rsp)
jne 0x15af880
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15af84e
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15af84c
jmp 0x15af87e
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4688(%rsp)
cmpq $0x0, 0x4688(%rsp)
je 0x15af87c
movq 0x4688(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15af87e
jmp 0x15af880
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15af8db
movq %rax, %rdi
callq 0x678a0
jmp 0x15af8dd
leaq 0x1010(%rsp), %rax
movq %rax, 0x2a68(%rsp)
movq 0x2a68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0x1010(%rsp), %rax
movq %rax, 0x2798(%rsp)
movq 0x2798(%rsp), %rax
movq %rax, 0x4078(%rsp)
movq 0x4078(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15af9ce
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4074(%rsp) # imm = 0xFFFFFFFF
movl 0x4074(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4070(%rsp)
cmpl $0x1, 0x4070(%rsp)
jne 0x15af9ce
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15af99c
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15af99a
jmp 0x15af9cc
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4608(%rsp)
cmpq $0x0, 0x4608(%rsp)
je 0x15af9ca
movq 0x4608(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15af9cc
jmp 0x15af9ce
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15afa29
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0x1058(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15afb86
movq 0x1060(%rsp), %rax
movq %rax, 0x2b48(%rsp)
movq 0x2b48(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfe0(%rsp)
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15afb5c
movq 0x10b0(%rsp), %rax
movq %rax, 0x2b40(%rsp)
movq 0x2b40(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xfa0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xfa0(%rsp), %rsi
leaq 0xfe0(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0xf80(%rsp)
movq 0x1058(%rsp), %rax
vmovaps 0xf80(%rsp), %ymm0
movq %rax, 0x2df8(%rsp)
vmovaps %ymm0, 0x2dc0(%rsp)
vmovaps 0x2dc0(%rsp), %ymm0
movq 0x2df8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x10b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x10b0(%rsp)
movq 0x1058(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1058(%rsp)
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x15afa88
movq 0x1060(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1060(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x15afa44
jmp 0x15afb88
movl 0x10bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x10bc(%rsp)
jmp 0x15af12a
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15b062d
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15afc09
cmpl $0x1, 0x212c(%rsp)
jne 0x15afc09
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1634220
movl %eax, 0x2194(%rsp)
jmp 0x15b3aaa
movl $0x0, 0xf7c(%rsp)
movl 0xf7c(%rsp), %eax
cmpl 0x215c(%rsp), %eax
jge 0x15b061d
movq 0x2188(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xf28(%rsp), %rdx
movq %rdx, 0x22a0(%rsp)
movq %rcx, 0x2298(%rsp)
movl %eax, 0x2294(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x2293(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2294(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf28(%rsp), %r10
movq %r10, 0x3b08(%rsp)
movl %r9d, 0x3b04(%rsp)
movl %r8d, 0x3b00(%rsp)
movl %edi, 0x3afc(%rsp)
movq %rsi, 0x3af0(%rsp)
movq %rdx, 0x3ae8(%rsp)
movl %ecx, 0x3ae4(%rsp)
movq %rax, 0x3ad8(%rsp)
movq 0x3b08(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x3af0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3ae8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3ae4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3ad8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3afc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c38(%rsp)
movl $0x10, 0x3c34(%rsp)
movq 0x3c38(%rsp), %rax
movslq 0x3c34(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c34(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf50(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15afde4
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf68(%rsp)
movb $0x1, 0x2293(%rsp)
testb $0x1, 0x2293(%rsp)
jne 0x15aff25
leaq 0xf28(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rax
movq %rax, 0x42d8(%rsp)
movq 0x42d8(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15afec8
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42d4(%rsp) # imm = 0xFFFFFFFF
movl 0x42d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42d0(%rsp)
cmpl $0x1, 0x42d0(%rsp)
jne 0x15afec8
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15afe96
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15afe94
jmp 0x15afec6
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44d8(%rsp)
cmpq $0x0, 0x44d8(%rsp)
je 0x15afec4
movq 0x44d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15afec6
jmp 0x15afec8
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15aff23
movq %rax, %rdi
callq 0x678a0
jmp 0x15aff25
leaq 0xf28(%rsp), %rax
movq %rax, 0x24f8(%rsp)
movq 0x24f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xf28(%rsp), %rax
movq %rax, 0x27a0(%rsp)
movq 0x27a0(%rsp), %rax
movq %rax, 0x4068(%rsp)
movq 0x4068(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b0016
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4064(%rsp) # imm = 0xFFFFFFFF
movl 0x4064(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4060(%rsp)
cmpl $0x1, 0x4060(%rsp)
jne 0x15b0016
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15affe4
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15affe2
jmp 0x15b0014
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4610(%rsp)
cmpq $0x0, 0x4610(%rsp)
je 0x15b0012
movq 0x4610(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b0014
jmp 0x15b0016
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b0071
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xf70(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24f0(%rsp)
movq 0x24f0(%rsp), %rax
movq (%rax), %rax
movl 0xf7c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2b38(%rsp)
movq 0x2b38(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xf00(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xf7c(%rsp), %eax
leaq 0xeb0(%rsp), %rdx
movq %rdx, 0x2880(%rsp)
movq %rcx, 0x2878(%rsp)
movl %eax, 0x2874(%rsp)
movq 0x2878(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x2873(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2874(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xeb0(%rsp), %r10
movq %r10, 0x3558(%rsp)
movl %r9d, 0x3554(%rsp)
movl %r8d, 0x3550(%rsp)
movl %edi, 0x354c(%rsp)
movq %rsi, 0x3540(%rsp)
movq %rdx, 0x3538(%rsp)
movl %ecx, 0x3534(%rsp)
movq %rax, 0x3528(%rsp)
movq 0x3558(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x3540(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3538(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3534(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3528(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3554(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3550(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x354c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dd8(%rsp)
movl $0x10, 0x3dd4(%rsp)
movq 0x3dd8(%rsp), %rax
movslq 0x3dd4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dd4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xed8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b0289
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xef0(%rsp)
movb $0x1, 0x2873(%rsp)
testb $0x1, 0x2873(%rsp)
jne 0x15b03ca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2888(%rsp)
movq 0x2888(%rsp), %rax
movq %rax, 0x3f88(%rsp)
movq 0x3f88(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b036d
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f84(%rsp) # imm = 0xFFFFFFFF
movl 0x3f84(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f80(%rsp)
cmpl $0x1, 0x3f80(%rsp)
jne 0x15b036d
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b033b
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b0339
jmp 0x15b036b
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4680(%rsp)
cmpq $0x0, 0x4680(%rsp)
je 0x15b0369
movq 0x4680(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b036b
jmp 0x15b036d
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b03c8
movq %rax, %rdi
callq 0x678a0
jmp 0x15b03ca
leaq 0xeb0(%rsp), %rax
movq %rax, 0x2a60(%rsp)
movq 0x2a60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xeb0(%rsp), %rax
movq %rax, 0x27a8(%rsp)
movq 0x27a8(%rsp), %rax
movq %rax, 0x4058(%rsp)
movq 0x4058(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b04bb
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4054(%rsp) # imm = 0xFFFFFFFF
movl 0x4054(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4050(%rsp)
cmpl $0x1, 0x4050(%rsp)
jne 0x15b04bb
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b0489
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b0487
jmp 0x15b04b9
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4618(%rsp)
cmpq $0x0, 0x4618(%rsp)
je 0x15b04b7
movq 0x4618(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b04b9
jmp 0x15b04bb
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b0516
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xef8(%rsp)
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x2158(%rsp), %eax
jge 0x15b0605
movq 0xf70(%rsp), %rax
movq %rax, 0x2b30(%rsp)
movq 0x2b30(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe80(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xe80(%rsp), %rsi
leaq 0xf00(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0xe60(%rsp)
movq 0xef8(%rsp), %rax
vmovaps 0xe60(%rsp), %ymm0
movq %rax, 0x2db8(%rsp)
vmovaps %ymm0, 0x2d80(%rsp)
vmovaps 0x2d80(%rsp), %ymm0
movq 0x2db8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xf70(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xf70(%rsp)
movq 0xef8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xef8(%rsp)
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x15b0531
jmp 0x15b0607
movl 0xf7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xf7c(%rsp)
jmp 0x15afc14
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
jmp 0x15b3a9d
movq 0x2188(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15b2119
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15b11e9
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x15b0706
movq 0x1c0(%rsp), %rax
movq %rax, 0x3210(%rsp)
movq 0x3210(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x15b0713
jmp 0x15b0723
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0xe5c(%rsp)
movl 0xe5c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15b11d9
movq 0x2188(%rsp), %rcx
movl 0xe5c(%rsp), %eax
movq %rcx, 0x3118(%rsp)
movl %eax, 0x3114(%rsp)
movq 0x3118(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3114(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x2288(%rsp)
movq %rcx, 0x2280(%rsp)
movl %eax, 0x227c(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x227b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x227c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x3b40(%rsp)
movl %r9d, 0x3b3c(%rsp)
movl %r8d, 0x3b38(%rsp)
movl %edi, 0x3b34(%rsp)
movq %rsi, 0x3b28(%rsp)
movq %rdx, 0x3b20(%rsp)
movl %ecx, 0x3b1c(%rsp)
movq %rax, 0x3b10(%rsp)
movq 0x3b40(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x3b28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c28(%rsp)
movl $0x10, 0x3c24(%rsp)
movq 0x3c28(%rsp), %rax
movslq 0x3c24(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c24(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b0947
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x227b(%rsp)
testb $0x1, 0x227b(%rsp)
jne 0x15b0a88
leaq 0xe00(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rax
movq %rax, 0x42c8(%rsp)
movq 0x42c8(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b0a2b
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42c4(%rsp) # imm = 0xFFFFFFFF
movl 0x42c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42c0(%rsp)
cmpl $0x1, 0x42c0(%rsp)
jne 0x15b0a2b
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b09f9
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b09f7
jmp 0x15b0a29
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44e0(%rsp)
cmpq $0x0, 0x44e0(%rsp)
je 0x15b0a27
movq 0x44e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b0a29
jmp 0x15b0a2b
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b0a86
movq %rax, %rdi
callq 0x678a0
jmp 0x15b0a88
leaq 0xe00(%rsp), %rax
movq %rax, 0x24e8(%rsp)
movq 0x24e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x27b0(%rsp)
movq 0x27b0(%rsp), %rax
movq %rax, 0x4048(%rsp)
movq 0x4048(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b0b79
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4044(%rsp) # imm = 0xFFFFFFFF
movl 0x4044(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4040(%rsp)
cmpl $0x1, 0x4040(%rsp)
jne 0x15b0b79
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b0b47
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b0b45
jmp 0x15b0b77
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4620(%rsp)
cmpq $0x0, 0x4620(%rsp)
je 0x15b0b75
movq 0x4620(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b0b77
jmp 0x15b0b79
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b0bd4
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xe48(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xe5c(%rsp), %eax
leaq 0xdb0(%rsp), %rdx
movq %rdx, 0x2860(%rsp)
movq %rcx, 0x2858(%rsp)
movl %eax, 0x2854(%rsp)
movq 0x2858(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x2853(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2854(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xdb0(%rsp), %r10
movq %r10, 0x3590(%rsp)
movl %r9d, 0x358c(%rsp)
movl %r8d, 0x3588(%rsp)
movl %edi, 0x3584(%rsp)
movq %rsi, 0x3578(%rsp)
movq %rdx, 0x3570(%rsp)
movl %ecx, 0x356c(%rsp)
movq %rax, 0x3560(%rsp)
movq 0x3590(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3570(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x356c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3560(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x358c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3588(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3584(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3dc8(%rsp)
movl $0x10, 0x3dc4(%rsp)
movq 0x3dc8(%rsp), %rax
movslq 0x3dc4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3dc4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xdd8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b0da0
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xdf0(%rsp)
movb $0x1, 0x2853(%rsp)
testb $0x1, 0x2853(%rsp)
jne 0x15b0ee1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2868(%rsp)
movq 0x2868(%rsp), %rax
movq %rax, 0x3f98(%rsp)
movq 0x3f98(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b0e84
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3f94(%rsp) # imm = 0xFFFFFFFF
movl 0x3f94(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3f90(%rsp)
cmpl $0x1, 0x3f90(%rsp)
jne 0x15b0e84
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b0e52
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b0e50
jmp 0x15b0e82
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4678(%rsp)
cmpq $0x0, 0x4678(%rsp)
je 0x15b0e80
movq 0x4678(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b0e82
jmp 0x15b0e84
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b0edf
movq %rax, %rdi
callq 0x678a0
jmp 0x15b0ee1
leaq 0xdb0(%rsp), %rax
movq %rax, 0x2a58(%rsp)
movq 0x2a58(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xdb0(%rsp), %rax
movq %rax, 0x27b8(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, 0x4038(%rsp)
movq 0x4038(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b0fd2
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4034(%rsp) # imm = 0xFFFFFFFF
movl 0x4034(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4030(%rsp)
cmpl $0x1, 0x4030(%rsp)
jne 0x15b0fd2
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b0fa0
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b0f9e
jmp 0x15b0fd0
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4628(%rsp)
cmpq $0x0, 0x4628(%rsp)
je 0x15b0fce
movq 0x4628(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b0fd0
jmp 0x15b0fd2
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b102d
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xdf8(%rsp)
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x2140(%rsp), %eax
jge 0x15b11c1
movq 0xe50(%rsp), %rax
movq %rax, 0x2b28(%rsp)
movq 0x2b28(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd80(%rsp)
movl $0x0, 0xd7c(%rsp)
movl 0xd7c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15b1197
movl $0x0, 0xd78(%rsp)
movl 0xd78(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15b117f
movq 0xe48(%rsp), %rax
movq %rax, 0x2b20(%rsp)
movq 0x2b20(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xd40(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xd80(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0xd20(%rsp)
movq 0xdf8(%rsp), %rax
vmovaps 0xd20(%rsp), %ymm0
movq %rax, 0x2d78(%rsp)
vmovaps %ymm0, 0x2d40(%rsp)
vmovaps 0x2d40(%rsp), %ymm0
movq 0x2d78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xe48(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe48(%rsp)
movq 0xdf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xdf8(%rsp)
movl 0xd78(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd78(%rsp)
jmp 0x15b10ab
jmp 0x15b1181
movl 0xd7c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd7c(%rsp)
jmp 0x15b108c
movq 0xe50(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xe50(%rsp)
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x15b1048
jmp 0x15b11c3
movl 0xe5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xe5c(%rsp)
jmp 0x15b072e
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15b1d4a
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x15b129e
movq 0x160(%rsp), %rax
movq %rax, 0x3218(%rsp)
movq 0x3218(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x15b12ab
jmp 0x15b12bb
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0xd1c(%rsp)
movl 0xd1c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15b1d3a
movq 0x2188(%rsp), %rcx
movl 0xd1c(%rsp), %eax
movq %rcx, 0x3108(%rsp)
movl %eax, 0x3104(%rsp)
movq 0x3108(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3104(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xd10(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xcc0(%rsp), %rdx
movq %rdx, 0x2270(%rsp)
movq %rcx, 0x2268(%rsp)
movl %eax, 0x2264(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x2263(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2264(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcc0(%rsp), %r10
movq %r10, 0x3b78(%rsp)
movl %r9d, 0x3b74(%rsp)
movl %r8d, 0x3b70(%rsp)
movl %edi, 0x3b6c(%rsp)
movq %rsi, 0x3b60(%rsp)
movq %rdx, 0x3b58(%rsp)
movl %ecx, 0x3b54(%rsp)
movq %rax, 0x3b48(%rsp)
movq 0x3b78(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x3b60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3b6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c18(%rsp)
movl $0x10, 0x3c14(%rsp)
movq 0x3c18(%rsp), %rax
movslq 0x3c14(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c14(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xce8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b14df
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd00(%rsp)
movb $0x1, 0x2263(%rsp)
testb $0x1, 0x2263(%rsp)
jne 0x15b1620
leaq 0xcc0(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rax
movq %rax, 0x42b8(%rsp)
movq 0x42b8(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b15c3
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42b4(%rsp) # imm = 0xFFFFFFFF
movl 0x42b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42b0(%rsp)
cmpl $0x1, 0x42b0(%rsp)
jne 0x15b15c3
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b1591
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b158f
jmp 0x15b15c1
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44e8(%rsp)
cmpq $0x0, 0x44e8(%rsp)
je 0x15b15bf
movq 0x44e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b15c1
jmp 0x15b15c3
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b161e
movq %rax, %rdi
callq 0x678a0
jmp 0x15b1620
leaq 0xcc0(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xcc0(%rsp), %rax
movq %rax, 0x27c0(%rsp)
movq 0x27c0(%rsp), %rax
movq %rax, 0x4028(%rsp)
movq 0x4028(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b1711
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4024(%rsp) # imm = 0xFFFFFFFF
movl 0x4024(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4020(%rsp)
cmpl $0x1, 0x4020(%rsp)
jne 0x15b1711
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b16df
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b16dd
jmp 0x15b170f
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4630(%rsp)
cmpq $0x0, 0x4630(%rsp)
je 0x15b170d
movq 0x4630(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b170f
jmp 0x15b1711
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b176c
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xd08(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xd1c(%rsp), %eax
leaq 0xc70(%rsp), %rdx
movq %rdx, 0x2840(%rsp)
movq %rcx, 0x2838(%rsp)
movl %eax, 0x2834(%rsp)
movq 0x2838(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x2833(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2834(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc70(%rsp), %r10
movq %r10, 0x35c8(%rsp)
movl %r9d, 0x35c4(%rsp)
movl %r8d, 0x35c0(%rsp)
movl %edi, 0x35bc(%rsp)
movq %rsi, 0x35b0(%rsp)
movq %rdx, 0x35a8(%rsp)
movl %ecx, 0x35a4(%rsp)
movq %rax, 0x3598(%rsp)
movq 0x35c8(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x35b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3598(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3db8(%rsp)
movl $0x10, 0x3db4(%rsp)
movq 0x3db8(%rsp), %rax
movslq 0x3db4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3db4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b1938
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movb $0x1, 0x2833(%rsp)
testb $0x1, 0x2833(%rsp)
jne 0x15b1a79
leaq 0xc70(%rsp), %rax
movq %rax, 0x2848(%rsp)
movq 0x2848(%rsp), %rax
movq %rax, 0x3fa8(%rsp)
movq 0x3fa8(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b1a1c
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fa4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fa4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fa0(%rsp)
cmpl $0x1, 0x3fa0(%rsp)
jne 0x15b1a1c
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b19ea
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b19e8
jmp 0x15b1a1a
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4670(%rsp)
cmpq $0x0, 0x4670(%rsp)
je 0x15b1a18
movq 0x4670(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b1a1a
jmp 0x15b1a1c
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b1a77
movq %rax, %rdi
callq 0x678a0
jmp 0x15b1a79
leaq 0xc70(%rsp), %rax
movq %rax, 0x2a50(%rsp)
movq 0x2a50(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xc70(%rsp), %rax
movq %rax, 0x27c8(%rsp)
movq 0x27c8(%rsp), %rax
movq %rax, 0x4018(%rsp)
movq 0x4018(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b1b6a
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4014(%rsp) # imm = 0xFFFFFFFF
movl 0x4014(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4010(%rsp)
cmpl $0x1, 0x4010(%rsp)
jne 0x15b1b6a
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b1b38
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b1b36
jmp 0x15b1b68
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4638(%rsp)
cmpq $0x0, 0x4638(%rsp)
je 0x15b1b66
movq 0x4638(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b1b68
jmp 0x15b1b6a
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b1bc5
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xcb8(%rsp)
movl $0x0, 0xc6c(%rsp)
movl 0xc6c(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15b1d22
movq 0xd10(%rsp), %rax
movq %rax, 0x2b18(%rsp)
movq 0x2b18(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc40(%rsp)
movl $0x0, 0xc3c(%rsp)
movl 0xc3c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15b1cf8
movq 0xd08(%rsp), %rax
movq %rax, 0x2b10(%rsp)
movq 0x2b10(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc00(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xc40(%rsp), %rsi
leaq 0xc00(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0xbe0(%rsp)
movq 0xcb8(%rsp), %rax
vmovaps 0xbe0(%rsp), %ymm0
movq %rax, 0x2d38(%rsp)
vmovaps %ymm0, 0x2d00(%rsp)
vmovaps 0x2d00(%rsp), %ymm0
movq 0x2d38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xd08(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd08(%rsp)
movq 0xcb8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xcb8(%rsp)
movl 0xc3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc3c(%rsp)
jmp 0x15b1c24
movq 0xd10(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xd10(%rsp)
movl 0xc6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc6c(%rsp)
jmp 0x15b1be0
jmp 0x15b1d24
movl 0xd1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xd1c(%rsp)
jmp 0x15b12c6
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x15b1de2
movq 0x100(%rsp), %rax
movq %rax, 0x3220(%rsp)
movq 0x3220(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x15b1def
jmp 0x15b1dff
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15b1e3e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1633150
movl %eax, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15b2114
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movl 0x2164(%rsp), %edx
movq 0x2150(%rsp), %rcx
movl 0x214c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x15b1ee8
movq 0xf0(%rsp), %rax
movq %rax, 0x3228(%rsp)
movq 0x3228(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x15b1ef5
jmp 0x15b1f05
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15b1f4e
cmpl $0x1, 0x212c(%rsp)
jne 0x15b1f4e
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1634220
movl %eax, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2188(%rsp), %rax
movq %rax, 0x24d8(%rsp)
movq 0x24d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24d0(%rsp)
movq 0x24d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbd0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2a48(%rsp)
movq 0x2a48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xbc8(%rsp)
movl $0x0, 0xbc4(%rsp)
movl 0xbc4(%rsp), %eax
cmpl 0x2164(%rsp), %eax
jge 0x15b2104
movq 0xbd0(%rsp), %rax
movq %rax, 0x2b08(%rsp)
movq 0x2b08(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xba0(%rsp)
movl $0x0, 0xb9c(%rsp)
movl 0xb9c(%rsp), %eax
cmpl 0x2168(%rsp), %eax
jge 0x15b20da
movq 0xbd8(%rsp), %rax
movq %rax, 0x2b00(%rsp)
movq 0x2b00(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb60(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb60(%rsp), %rsi
leaq 0xba0(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0xb40(%rsp)
movq 0xbc8(%rsp), %rax
vmovaps 0xb40(%rsp), %ymm0
movq %rax, 0x2cf8(%rsp)
vmovaps %ymm0, 0x2cc0(%rsp)
vmovaps 0x2cc0(%rsp), %ymm0
movq 0x2cf8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xbd8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd8(%rsp)
movq 0xbc8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbc8(%rsp)
movl 0xb9c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb9c(%rsp)
jmp 0x15b2006
movq 0xbd0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xbd0(%rsp)
movl 0xbc4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc4(%rsp)
jmp 0x15b1fc2
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
jmp 0x15b3a9b
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15b3a99
movq 0x2188(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15b2174
cmpl $0x1, 0x214c(%rsp)
jne 0x15b2174
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1634fa0
movl %eax, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15b2c77
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x2140(%rsp), %ecx
movl 0x213c(%rsp), %r8d
movq 0x2130(%rsp), %r9
movl 0x212c(%rsp), %r10d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x2178(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x15b2236
movq 0xe0(%rsp), %rax
movq %rax, 0x3230(%rsp)
movq 0x3230(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x15b2243
jmp 0x15b2253
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0xb3c(%rsp)
movl 0xb3c(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15b2c67
movq 0x2188(%rsp), %rax
movq %rax, 0x24c8(%rsp)
movq 0x24c8(%rsp), %rax
movq (%rax), %rax
movl 0xb3c(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2af8(%rsp)
movq 0x2af8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xb00(%rsp)
movq 0x2180(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xab0(%rsp), %rdx
movq %rdx, 0x2258(%rsp)
movq %rcx, 0x2250(%rsp)
movl %eax, 0x224c(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x224b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x224c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xab0(%rsp), %r10
movq %r10, 0x3bb0(%rsp)
movl %r9d, 0x3bac(%rsp)
movl %r8d, 0x3ba8(%rsp)
movl %edi, 0x3ba4(%rsp)
movq %rsi, 0x3b98(%rsp)
movq %rdx, 0x3b90(%rsp)
movl %ecx, 0x3b8c(%rsp)
movq %rax, 0x3b80(%rsp)
movq 0x3bb0(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3b98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3b8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3b80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3bac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3ba8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ba4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3c08(%rsp)
movl $0x10, 0x3c04(%rsp)
movq 0x3c08(%rsp), %rax
movslq 0x3c04(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3c04(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xad8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b247a
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaf0(%rsp)
movb $0x1, 0x224b(%rsp)
testb $0x1, 0x224b(%rsp)
jne 0x15b25bb
leaq 0xab0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rax
movq %rax, 0x42a8(%rsp)
movq 0x42a8(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b255e
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x42a4(%rsp) # imm = 0xFFFFFFFF
movl 0x42a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x42a0(%rsp)
cmpl $0x1, 0x42a0(%rsp)
jne 0x15b255e
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b252c
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b252a
jmp 0x15b255c
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44f0(%rsp)
cmpq $0x0, 0x44f0(%rsp)
je 0x15b255a
movq 0x44f0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b255c
jmp 0x15b255e
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b25b9
movq %rax, %rdi
callq 0x678a0
jmp 0x15b25bb
leaq 0xab0(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0xab0(%rsp), %rax
movq %rax, 0x27d0(%rsp)
movq 0x27d0(%rsp), %rax
movq %rax, 0x4008(%rsp)
movq 0x4008(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b26ac
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4004(%rsp) # imm = 0xFFFFFFFF
movl 0x4004(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4000(%rsp)
cmpl $0x1, 0x4000(%rsp)
jne 0x15b26ac
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b267a
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b2678
jmp 0x15b26aa
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4640(%rsp)
cmpq $0x0, 0x4640(%rsp)
je 0x15b26a8
movq 0x4640(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b26aa
jmp 0x15b26ac
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b2707
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xaf8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0xb3c(%rsp), %eax
leaq 0xa60(%rsp), %rdx
movq %rdx, 0x2820(%rsp)
movq %rcx, 0x2818(%rsp)
movl %eax, 0x2814(%rsp)
movq 0x2818(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x2813(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2814(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xa60(%rsp), %r10
movq %r10, 0x3600(%rsp)
movl %r9d, 0x35fc(%rsp)
movl %r8d, 0x35f8(%rsp)
movl %edi, 0x35f4(%rsp)
movq %rsi, 0x35e8(%rsp)
movq %rdx, 0x35e0(%rsp)
movl %ecx, 0x35dc(%rsp)
movq %rax, 0x35d0(%rsp)
movq 0x3600(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x35e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x35dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x35d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x35fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x35f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x35f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3da8(%rsp)
movl $0x10, 0x3da4(%rsp)
movq 0x3da8(%rsp), %rax
movslq 0x3da4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3da4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b28d3
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xaa0(%rsp)
movb $0x1, 0x2813(%rsp)
testb $0x1, 0x2813(%rsp)
jne 0x15b2a14
leaq 0xa60(%rsp), %rax
movq %rax, 0x2828(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, 0x3fb8(%rsp)
movq 0x3fb8(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b29b7
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fb4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fb4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fb0(%rsp)
cmpl $0x1, 0x3fb0(%rsp)
jne 0x15b29b7
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b2985
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b2983
jmp 0x15b29b5
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4668(%rsp)
cmpq $0x0, 0x4668(%rsp)
je 0x15b29b3
movq 0x4668(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b29b5
jmp 0x15b29b7
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b2a12
movq %rax, %rdi
callq 0x678a0
jmp 0x15b2a14
leaq 0xa60(%rsp), %rax
movq %rax, 0x2a40(%rsp)
movq 0x2a40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0xa60(%rsp), %rax
movq %rax, 0x27d8(%rsp)
movq 0x27d8(%rsp), %rax
movq %rax, 0x3ff8(%rsp)
movq 0x3ff8(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b2b05
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3ff4(%rsp) # imm = 0xFFFFFFFF
movl 0x3ff4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3ff0(%rsp)
cmpl $0x1, 0x3ff0(%rsp)
jne 0x15b2b05
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b2ad3
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b2ad1
jmp 0x15b2b03
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4648(%rsp)
cmpq $0x0, 0x4648(%rsp)
je 0x15b2b01
movq 0x4648(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b2b03
jmp 0x15b2b05
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b2b60
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x15b2c4f
movq 0xaf8(%rsp), %rax
movq %rax, 0x2af0(%rsp)
movq 0x2af0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xa20(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0xb00(%rsp), %rsi
leaq 0xa20(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0xa00(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa00(%rsp), %ymm0
movq %rax, 0x2cb8(%rsp)
vmovaps %ymm0, 0x2c80(%rsp)
vmovaps 0x2c80(%rsp), %ymm0
movq 0x2cb8(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0xaf8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaf8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x15b2b7b
jmp 0x15b2c51
movl 0xb3c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb3c(%rsp)
jmp 0x15b225e
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15b3701
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movl 0x213c(%rsp), %ecx
movq 0x2130(%rsp), %r8
movl 0x212c(%rsp), %r9d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x2178(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x15b2d2c
movq 0x80(%rsp), %rax
movq %rax, 0x3238(%rsp)
movq 0x3238(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x15b2d39
jmp 0x15b2d49
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movl $0x0, 0x9fc(%rsp)
movl 0x9fc(%rsp), %eax
cmpl 0x213c(%rsp), %eax
jge 0x15b36f1
movq 0x2188(%rsp), %rax
movq %rax, 0x24b8(%rsp)
movq 0x24b8(%rsp), %rax
movq (%rax), %rax
movl 0x9fc(%rsp), %ecx
shll $0x3, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x2ae8(%rsp)
movq 0x2ae8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x9c0(%rsp)
movq 0x2180(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x970(%rsp), %rdx
movq %rdx, 0x2240(%rsp)
movq %rcx, 0x2238(%rsp)
movl %eax, 0x2234(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x2233(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2234(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x970(%rsp), %r10
movq %r10, 0x3be8(%rsp)
movl %r9d, 0x3be4(%rsp)
movl %r8d, 0x3be0(%rsp)
movl %edi, 0x3bdc(%rsp)
movq %rsi, 0x3bd0(%rsp)
movq %rdx, 0x3bc8(%rsp)
movl %ecx, 0x3bc4(%rsp)
movq %rax, 0x3bb8(%rsp)
movq 0x3be8(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3bd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3bc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3bc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3bb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3be4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3be0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3bdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3bf8(%rsp)
movl $0x10, 0x3bf4(%rsp)
movq 0x3bf8(%rsp), %rax
movslq 0x3bf4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3bf4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x998(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b2f64
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9b0(%rsp)
movb $0x1, 0x2233(%rsp)
testb $0x1, 0x2233(%rsp)
jne 0x15b3093
leaq 0x970(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rax
movq %rax, 0x4298(%rsp)
movq 0x4298(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b3039
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4294(%rsp) # imm = 0xFFFFFFFF
movl 0x4294(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4290(%rsp)
cmpl $0x1, 0x4290(%rsp)
jne 0x15b3039
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b300a
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b3008
jmp 0x15b3037
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x44f8(%rsp)
cmpq $0x0, 0x44f8(%rsp)
je 0x15b3035
movq 0x44f8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b3037
jmp 0x15b3039
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b3091
movq %rax, %rdi
callq 0x678a0
jmp 0x15b3093
leaq 0x970(%rsp), %rax
movq %rax, 0x24b0(%rsp)
movq 0x24b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x970(%rsp), %rax
movq %rax, 0x27e0(%rsp)
movq 0x27e0(%rsp), %rax
movq %rax, 0x3fe8(%rsp)
movq 0x3fe8(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b3172
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fe4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fe4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fe0(%rsp)
cmpl $0x1, 0x3fe0(%rsp)
jne 0x15b3172
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b3143
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b3141
jmp 0x15b3170
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4650(%rsp)
cmpq $0x0, 0x4650(%rsp)
je 0x15b316e
movq 0x4650(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b3170
jmp 0x15b3172
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b31ca
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x9b8(%rsp)
movq 0x2178(%rsp), %rcx
movl 0x9fc(%rsp), %eax
leaq 0x920(%rsp), %rdx
movq %rdx, 0x2800(%rsp)
movq %rcx, 0x27f8(%rsp)
movl %eax, 0x27f4(%rsp)
movq 0x27f8(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x27f3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x27f4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x920(%rsp), %r10
movq %r10, 0x3638(%rsp)
movl %r9d, 0x3634(%rsp)
movl %r8d, 0x3630(%rsp)
movl %edi, 0x362c(%rsp)
movq %rsi, 0x3620(%rsp)
movq %rdx, 0x3618(%rsp)
movl %ecx, 0x3614(%rsp)
movq %rax, 0x3608(%rsp)
movq 0x3638(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x3620(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3618(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3614(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3608(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3634(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3630(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x362c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3d98(%rsp)
movl $0x10, 0x3d94(%rsp)
movq 0x3d98(%rsp), %rax
movslq 0x3d94(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3d94(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x948(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b3387
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x960(%rsp)
movb $0x1, 0x27f3(%rsp)
testb $0x1, 0x27f3(%rsp)
jne 0x15b34b6
leaq 0x920(%rsp), %rax
movq %rax, 0x2808(%rsp)
movq 0x2808(%rsp), %rax
movq %rax, 0x3fc8(%rsp)
movq 0x3fc8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b345c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fc4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fc4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fc0(%rsp)
cmpl $0x1, 0x3fc0(%rsp)
jne 0x15b345c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b342d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b342b
jmp 0x15b345a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4660(%rsp)
cmpq $0x0, 0x4660(%rsp)
je 0x15b3458
movq 0x4660(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b345a
jmp 0x15b345c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b34b4
movq %rax, %rdi
callq 0x678a0
jmp 0x15b34b6
leaq 0x920(%rsp), %rax
movq %rax, 0x2a38(%rsp)
movq 0x2a38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x920(%rsp), %rax
movq %rax, 0x27e8(%rsp)
movq 0x27e8(%rsp), %rax
movq %rax, 0x3fd8(%rsp)
movq 0x3fd8(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b3595
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3fd4(%rsp) # imm = 0xFFFFFFFF
movl 0x3fd4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3fd0(%rsp)
cmpl $0x1, 0x3fd0(%rsp)
jne 0x15b3595
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b3566
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x15b3564
jmp 0x15b3593
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4658(%rsp)
cmpq $0x0, 0x4658(%rsp)
je 0x15b3591
movq 0x4658(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x15b3593
jmp 0x15b3595
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b35ed
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x968(%rsp)
movl $0x0, 0x91c(%rsp)
movl 0x91c(%rsp), %eax
cmpl 0x2138(%rsp), %eax
jge 0x15b36d9
movq 0x9b8(%rsp), %rax
movq %rax, 0x2ae0(%rsp)
movq 0x2ae0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x8e0(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x9c0(%rsp), %rsi
leaq 0x8e0(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x8c0(%rsp)
movq 0x968(%rsp), %rax
vmovaps 0x8c0(%rsp), %ymm0
movq %rax, 0x2c78(%rsp)
vmovaps %ymm0, 0x2c40(%rsp)
vmovaps 0x2c40(%rsp), %ymm0
movq 0x2c78(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x9b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x9b8(%rsp)
movq 0x968(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x968(%rsp)
movl 0x91c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x91c(%rsp)
jmp 0x15b3605
jmp 0x15b36db
movl 0x9fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x9fc(%rsp)
jmp 0x15b2d54
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15b397f
movq 0x2178(%rsp), %rdi
movl 0x2148(%rsp), %esi
movl 0x2144(%rsp), %edx
movq 0x2130(%rsp), %rcx
movl 0x212c(%rsp), %r8d
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x2178(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x15b379f
movq 0x20(%rsp), %rax
movq %rax, 0x3240(%rsp)
movq 0x3240(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x15b37a9
jmp 0x15b37b9
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movq 0x2188(%rsp), %rax
movq %rax, 0x24a8(%rsp)
movq 0x24a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b8(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8b0(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x2a30(%rsp)
movq 0x2a30(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8a8(%rsp)
movl $0x0, 0x8a4(%rsp)
movl 0x8a4(%rsp), %eax
cmpl 0x2144(%rsp), %eax
jge 0x15b396f
movq 0x8b8(%rsp), %rax
movq %rax, 0x2ad8(%rsp)
movq 0x2ad8(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x880(%rsp)
movl $0x0, 0x87c(%rsp)
movl 0x87c(%rsp), %eax
cmpl 0x2148(%rsp), %eax
jge 0x15b3945
movq 0x8b0(%rsp), %rax
movq %rax, 0x2ad0(%rsp)
movq 0x2ad0(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x840(%rsp)
leaq 0x216f(%rsp), %rdi
leaq 0x880(%rsp), %rsi
leaq 0x840(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x820(%rsp)
movq 0x8a8(%rsp), %rax
vmovaps 0x820(%rsp), %ymm0
movq %rax, 0x2c38(%rsp)
vmovaps %ymm0, 0x2c00(%rsp)
vmovaps 0x2c00(%rsp), %ymm0
movq 0x2c38(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x8b0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b0(%rsp)
movq 0x8a8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8a8(%rsp)
movl 0x87c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x87c(%rsp)
jmp 0x15b3871
movq 0x8b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x8b8(%rsp)
movl 0x8a4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8a4(%rsp)
jmp 0x15b382d
movl $0x0, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15b3a97
movq 0x2178(%rsp), %rdi
movl 0x2168(%rsp), %esi
movq 0x2150(%rsp), %rdx
movl 0x214c(%rsp), %ecx
movq 0x2170(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x2178(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x15b3a15
movq 0x10(%rsp), %rax
movq %rax, 0x3248(%rsp)
movq 0x3248(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x15b3a1f
jmp 0x15b3a2c
movl $0xffffff9c, 0x2194(%rsp) # imm = 0xFFFFFF9C
jmp 0x15b3aaa
movq 0x2180(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15b3a72
cmpl $0x1, 0x212c(%rsp)
jne 0x15b3a72
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1634220
movl %eax, 0x2194(%rsp)
jmp 0x15b3aaa
movq 0x2188(%rsp), %rdi
movq 0x2180(%rsp), %rsi
movq 0x2178(%rsp), %rdx
movq 0x2170(%rsp), %rcx
callq 0x1633150
jmp 0x15b3a99
jmp 0x15b3a9b
jmp 0x15b3a9d
jmp 0x15b3a9f
movl $0x0, 0x2194(%rsp)
movl 0x2194(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,067
|
int ncnn::binary_op_pack4<ncnn::BinaryOp_x86_avx_functor::binary_op_add>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack4(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
float* outptr = c.channel(q);
const float* b0 = b.channel(q);
__m128 _b0 = _mm_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_set1_ps(*ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
ptr1 += 1;
outptr += 4;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
float* outptr = c.channel(q);
const float* ptr1 = b.channel(q);
__m128 _a0 = _mm_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p = _mm_set1_ps(*ptr);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _p1 = _mm_loadu_ps(ptr1 + y * 4);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_loadu_ps(ptr1 + x * 4);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _p = _mm_loadu_ps(ptr + y * 4);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr + x * 4);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row<const float>(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
ptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row<const float>(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
subq $0x3f68, %rsp # imm = 0x3F68
movq %rdi, 0x1cc0(%rsp)
movq %rsi, 0x1cb8(%rsp)
movq %rdx, 0x1cb0(%rsp)
movq %rcx, 0x1ca8(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1ca0(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c9c(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c98(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c94(%rsp)
movl 0x1ca0(%rsp), %eax
imull 0x1c9c(%rsp), %eax
imull 0x1c98(%rsp), %eax
movl %eax, 0x1c90(%rsp)
movq 0x1cc0(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c88(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c84(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1c80(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c7c(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c78(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c74(%rsp)
movl 0x1c80(%rsp), %eax
imull 0x1c7c(%rsp), %eax
imull 0x1c78(%rsp), %eax
movl %eax, 0x1c70(%rsp)
movq 0x1cb8(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c68(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c64(%rsp)
movq 0x1cc0(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15b610d
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15b3c50
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1622a70
movl %eax, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c98(%rsp), %ecx
movl 0x1c94(%rsp), %r8d
movq 0x1c88(%rsp), %r9
movl 0x1c84(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d60(%rsp)
movq 0x1d60(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x15b3d00
movq 0x810(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x15b3d0d
jmp 0x15b3d1d
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15b4be1
movl $0x0, 0x1c60(%rsp)
movl 0x1c60(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15b4bd1
movq 0x1cc0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1c10(%rsp), %rdx
movq %rdx, 0x1fd0(%rsp)
movq %rcx, 0x1fc8(%rsp)
movl %eax, 0x1fc4(%rsp)
movq 0x1fc8(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x1fc3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fc4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c10(%rsp), %r10
movq %r10, 0x2ae0(%rsp)
movl %r9d, 0x2adc(%rsp)
movl %r8d, 0x2ad8(%rsp)
movl %edi, 0x2ad4(%rsp)
movq %rsi, 0x2ac8(%rsp)
movq %rdx, 0x2ac0(%rsp)
movl %ecx, 0x2abc(%rsp)
movq %rax, 0x2ab0(%rsp)
movq 0x2ae0(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x2ac8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ac0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2abc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ab0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2adc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ad8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ad4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31f8(%rsp)
movl $0x10, 0x31f4(%rsp)
movq 0x31f8(%rsp), %rax
movslq 0x31f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b3f0a
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c50(%rsp)
movb $0x1, 0x1fc3(%rsp)
testb $0x1, 0x1fc3(%rsp)
jne 0x15b4045
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f8(%rsp)
movq 0x20f8(%rsp), %rax
movq %rax, 0x3898(%rsp)
movq 0x3898(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b3fe8
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3894(%rsp) # imm = 0xFFFFFFFF
movl 0x3894(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3890(%rsp)
cmpl $0x1, 0x3890(%rsp)
jne 0x15b3fe8
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b3fb9
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b3fb7
jmp 0x15b3fe6
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a0(%rsp)
cmpq $0x0, 0x38a0(%rsp)
je 0x15b3fe4
movq 0x38a0(%rsp), %rdi
callq 0x5f480
jmp 0x15b3fe6
jmp 0x15b3fe8
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b4043
movq %rax, %rdi
callq 0x678a0
jmp 0x15b4045
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f0(%rsp)
movq 0x20f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x1c10(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rax
movq %rax, 0x36f8(%rsp)
movq 0x36f8(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b4130
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36f4(%rsp) # imm = 0xFFFFFFFF
movl 0x36f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36f0(%rsp)
cmpl $0x1, 0x36f0(%rsp)
jne 0x15b4130
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b4101
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b40ff
jmp 0x15b412e
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3970(%rsp)
cmpq $0x0, 0x3970(%rsp)
je 0x15b412c
movq 0x3970(%rsp), %rdi
callq 0x5f480
jmp 0x15b412e
jmp 0x15b4130
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b418b
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x1c58(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1bc0(%rsp), %rdx
movq %rdx, 0x1fb8(%rsp)
movq %rcx, 0x1fb0(%rsp)
movl %eax, 0x1fac(%rsp)
movq 0x1fb0(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x1fab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1bc0(%rsp), %r10
movq %r10, 0x2b18(%rsp)
movl %r9d, 0x2b14(%rsp)
movl %r8d, 0x2b10(%rsp)
movl %edi, 0x2b0c(%rsp)
movq %rsi, 0x2b00(%rsp)
movq %rdx, 0x2af8(%rsp)
movl %ecx, 0x2af4(%rsp)
movq %rax, 0x2ae8(%rsp)
movq 0x2b18(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x2b00(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2af8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2af4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ae8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b14(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b10(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b0c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31e8(%rsp)
movl $0x10, 0x31e4(%rsp)
movq 0x31e8(%rsp), %rax
movslq 0x31e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1be8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b4357
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c00(%rsp)
movb $0x1, 0x1fab(%rsp)
testb $0x1, 0x1fab(%rsp)
jne 0x15b4492
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x2100(%rsp)
movq 0x2100(%rsp), %rax
movq %rax, 0x3888(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b4435
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3884(%rsp) # imm = 0xFFFFFFFF
movl 0x3884(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3880(%rsp)
cmpl $0x1, 0x3880(%rsp)
jne 0x15b4435
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b4406
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b4404
jmp 0x15b4433
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a8(%rsp)
cmpq $0x0, 0x38a8(%rsp)
je 0x15b4431
movq 0x38a8(%rsp), %rdi
callq 0x5f480
jmp 0x15b4433
jmp 0x15b4435
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b4490
movq %rax, %rdi
callq 0x678a0
jmp 0x15b4492
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x20e8(%rsp)
movq 0x20e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rax
movq %rax, 0x36e8(%rsp)
movq 0x36e8(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b457d
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36e4(%rsp) # imm = 0xFFFFFFFF
movl 0x36e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36e0(%rsp)
cmpl $0x1, 0x36e0(%rsp)
jne 0x15b457d
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b454e
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b454c
jmp 0x15b457b
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3978(%rsp)
cmpq $0x0, 0x3978(%rsp)
je 0x15b4579
movq 0x3978(%rsp), %rdi
callq 0x5f480
jmp 0x15b457b
jmp 0x15b457d
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b45d8
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x1c08(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1b70(%rsp), %rdx
movq %rdx, 0x2558(%rsp)
movq %rcx, 0x2550(%rsp)
movl %eax, 0x254c(%rsp)
movq 0x2550(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x254b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b70(%rsp), %r10
movq %r10, 0x26f0(%rsp)
movl %r9d, 0x26ec(%rsp)
movl %r8d, 0x26e8(%rsp)
movl %edi, 0x26e4(%rsp)
movq %rsi, 0x26d8(%rsp)
movq %rdx, 0x26d0(%rsp)
movl %ecx, 0x26cc(%rsp)
movq %rax, 0x26c0(%rsp)
movq 0x26f0(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x26d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x26cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x26ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x26e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x26e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3318(%rsp)
movl $0x10, 0x3314(%rsp)
movq 0x3318(%rsp), %rax
movslq 0x3314(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3314(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b47a4
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1bb0(%rsp)
movb $0x1, 0x254b(%rsp)
testb $0x1, 0x254b(%rsp)
jne 0x15b48df
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq %rax, 0x3328(%rsp)
movq 0x3328(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b4882
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3324(%rsp) # imm = 0xFFFFFFFF
movl 0x3324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3320(%rsp)
cmpl $0x1, 0x3320(%rsp)
jne 0x15b4882
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b4853
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b4851
jmp 0x15b4880
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b58(%rsp)
cmpq $0x0, 0x3b58(%rsp)
je 0x15b487e
movq 0x3b58(%rsp), %rdi
callq 0x5f480
jmp 0x15b4880
jmp 0x15b4882
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b48dd
movq %rax, %rdi
callq 0x678a0
jmp 0x15b48df
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x1b70(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rax
movq %rax, 0x36d8(%rsp)
movq 0x36d8(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b49ca
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36d4(%rsp) # imm = 0xFFFFFFFF
movl 0x36d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36d0(%rsp)
cmpl $0x1, 0x36d0(%rsp)
jne 0x15b49ca
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b499b
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b4999
jmp 0x15b49c8
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3980(%rsp)
cmpq $0x0, 0x3980(%rsp)
je 0x15b49c6
movq 0x3980(%rsp), %rdi
callq 0x5f480
jmp 0x15b49c8
jmp 0x15b49ca
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b4a25
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x1bb8(%rsp)
movl $0x0, 0x1b6c(%rsp)
movl 0x1b6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x15b4bb9
movl $0x0, 0x1b68(%rsp)
movl 0x1b68(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15b4ba1
movq 0x1c08(%rsp), %rax
movq %rax, 0x3cc8(%rsp)
movq 0x3cc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b50(%rsp)
movl $0x0, 0x1b4c(%rsp)
movl 0x1b4c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15b4b77
movq 0x1c58(%rsp), %rax
movq %rax, 0x3cc0(%rsp)
movq 0x3cc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1b30(%rsp), %rsi
leaq 0x1b50(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x1b20(%rsp)
movq 0x1bb8(%rsp), %rax
vmovaps 0x1b20(%rsp), %xmm0
movq %rax, 0x3f40(%rsp)
vmovaps %xmm0, 0x3f30(%rsp)
vmovaps 0x3f30(%rsp), %xmm0
movq 0x3f40(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1c58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c58(%rsp)
movq 0x1bb8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1bb8(%rsp)
movl 0x1b4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b4c(%rsp)
jmp 0x15b4aa3
movq 0x1c08(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c08(%rsp)
movl 0x1b68(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b68(%rsp)
jmp 0x15b4a5f
jmp 0x15b4ba3
movl 0x1b6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b6c(%rsp)
jmp 0x15b4a40
jmp 0x15b4bbb
movl 0x1c60(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c60(%rsp)
jmp 0x15b3d3a
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15b56a1
movl $0x0, 0x1b1c(%rsp)
movl 0x1b1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15b5691
movq 0x1cc0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x1fa0(%rsp)
movq %rcx, 0x1f98(%rsp)
movl %eax, 0x1f94(%rsp)
movq 0x1f98(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x1f93(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f94(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x2b50(%rsp)
movl %r9d, 0x2b4c(%rsp)
movl %r8d, 0x2b48(%rsp)
movl %edi, 0x2b44(%rsp)
movq %rsi, 0x2b38(%rsp)
movq %rdx, 0x2b30(%rsp)
movl %ecx, 0x2b2c(%rsp)
movq %rax, 0x2b20(%rsp)
movq 0x2b50(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x2b38(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b30(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b2c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b20(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b4c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b48(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b44(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31d8(%rsp)
movl $0x10, 0x31d4(%rsp)
movq 0x31d8(%rsp), %rax
movslq 0x31d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b4dce
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x1f93(%rsp)
testb $0x1, 0x1f93(%rsp)
jne 0x15b4f09
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2108(%rsp)
movq 0x2108(%rsp), %rax
movq %rax, 0x3878(%rsp)
movq 0x3878(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b4eac
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3874(%rsp) # imm = 0xFFFFFFFF
movl 0x3874(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3870(%rsp)
cmpl $0x1, 0x3870(%rsp)
jne 0x15b4eac
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b4e7d
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b4e7b
jmp 0x15b4eaa
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b0(%rsp)
cmpq $0x0, 0x38b0(%rsp)
je 0x15b4ea8
movq 0x38b0(%rsp), %rdi
callq 0x5f480
jmp 0x15b4eaa
jmp 0x15b4eac
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b4f07
movq %rax, %rdi
callq 0x678a0
jmp 0x15b4f09
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x20e0(%rsp)
movq 0x20e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rax
movq %rax, 0x36c8(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b4ff4
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c4(%rsp) # imm = 0xFFFFFFFF
movl 0x36c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36c0(%rsp)
cmpl $0x1, 0x36c0(%rsp)
jne 0x15b4ff4
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b4fc5
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b4fc3
jmp 0x15b4ff2
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3988(%rsp)
cmpq $0x0, 0x3988(%rsp)
je 0x15b4ff0
movq 0x3988(%rsp), %rdi
callq 0x5f480
jmp 0x15b4ff2
jmp 0x15b4ff4
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b504f
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
movq %rcx, 0x2620(%rsp)
movl %eax, 0x261c(%rsp)
movq 0x2620(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x261c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1ac0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1a70(%rsp), %rdx
movq %rdx, 0x2538(%rsp)
movq %rcx, 0x2530(%rsp)
movl %eax, 0x252c(%rsp)
movq 0x2530(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x252b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x252c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1a70(%rsp), %r10
movq %r10, 0x2728(%rsp)
movl %r9d, 0x2724(%rsp)
movl %r8d, 0x2720(%rsp)
movl %edi, 0x271c(%rsp)
movq %rsi, 0x2710(%rsp)
movq %rdx, 0x2708(%rsp)
movl %ecx, 0x2704(%rsp)
movq %rax, 0x26f8(%rsp)
movq 0x2728(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2708(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2704(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2724(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2720(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x271c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3308(%rsp)
movl $0x10, 0x3304(%rsp)
movq 0x3308(%rsp), %rax
movslq 0x3304(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3304(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b5264
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ab0(%rsp)
movb $0x1, 0x252b(%rsp)
testb $0x1, 0x252b(%rsp)
jne 0x15b539f
leaq 0x1a70(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq %rax, 0x3338(%rsp)
movq 0x3338(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b5342
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3334(%rsp) # imm = 0xFFFFFFFF
movl 0x3334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3330(%rsp)
cmpl $0x1, 0x3330(%rsp)
jne 0x15b5342
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b5313
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b5311
jmp 0x15b5340
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b50(%rsp)
cmpq $0x0, 0x3b50(%rsp)
je 0x15b533e
movq 0x3b50(%rsp), %rdi
callq 0x5f480
jmp 0x15b5340
jmp 0x15b5342
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b539d
movq %rax, %rdi
callq 0x678a0
jmp 0x15b539f
leaq 0x1a70(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1a70(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rax
movq %rax, 0x36b8(%rsp)
movq 0x36b8(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b548a
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36b4(%rsp) # imm = 0xFFFFFFFF
movl 0x36b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36b0(%rsp)
cmpl $0x1, 0x36b0(%rsp)
jne 0x15b548a
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b545b
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b5459
jmp 0x15b5488
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3990(%rsp)
cmpq $0x0, 0x3990(%rsp)
je 0x15b5486
movq 0x3990(%rsp), %rdi
callq 0x5f480
jmp 0x15b5488
jmp 0x15b548a
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b54e5
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1ab8(%rsp)
movl $0x0, 0x1a6c(%rsp)
movl 0x1a6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x15b5679
movq 0x1ac0(%rsp), %rax
movq %rax, 0x3cb8(%rsp)
movq 0x3cb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a50(%rsp)
movl $0x0, 0x1a4c(%rsp)
movl 0x1a4c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15b564f
movl $0x0, 0x1a48(%rsp)
movl 0x1a48(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15b5637
movq 0x1b10(%rsp), %rax
movq %rax, 0x3cb0(%rsp)
movq 0x3cb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1a30(%rsp), %rsi
leaq 0x1a50(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x1a20(%rsp)
movq 0x1ab8(%rsp), %rax
vmovaps 0x1a20(%rsp), %xmm0
movq %rax, 0x3f28(%rsp)
vmovaps %xmm0, 0x3f10(%rsp)
vmovaps 0x3f10(%rsp), %xmm0
movq 0x3f28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1b10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b10(%rsp)
movq 0x1ab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ab8(%rsp)
movl 0x1a48(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a48(%rsp)
jmp 0x15b5563
jmp 0x15b5639
movl 0x1a4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a4c(%rsp)
jmp 0x15b5544
movq 0x1ac0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ac0(%rsp)
movl 0x1a6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a6c(%rsp)
jmp 0x15b5500
jmp 0x15b567b
movl 0x1b1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b1c(%rsp)
jmp 0x15b4bfe
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15b6108
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15b56fc
cmpl $0x1, 0x1c64(%rsp)
jne 0x15b56fc
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1623b40
movl %eax, 0x1ccc(%rsp)
jmp 0x15c2d72
movl $0x0, 0x1a1c(%rsp)
movl 0x1a1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15b60f8
movq 0x1cc0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x19c8(%rsp), %rdx
movq %rdx, 0x1f88(%rsp)
movq %rcx, 0x1f80(%rsp)
movl %eax, 0x1f7c(%rsp)
movq 0x1f80(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x1f7b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f7c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19c8(%rsp), %r10
movq %r10, 0x2b88(%rsp)
movl %r9d, 0x2b84(%rsp)
movl %r8d, 0x2b80(%rsp)
movl %edi, 0x2b7c(%rsp)
movq %rsi, 0x2b70(%rsp)
movq %rdx, 0x2b68(%rsp)
movl %ecx, 0x2b64(%rsp)
movq %rax, 0x2b58(%rsp)
movq 0x2b88(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x2b70(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b68(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b64(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b58(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b84(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b80(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b7c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31c8(%rsp)
movl $0x10, 0x31c4(%rsp)
movq 0x31c8(%rsp), %rax
movslq 0x31c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b58d7
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a08(%rsp)
movb $0x1, 0x1f7b(%rsp)
testb $0x1, 0x1f7b(%rsp)
jne 0x15b5a12
leaq 0x19c8(%rsp), %rax
movq %rax, 0x2110(%rsp)
movq 0x2110(%rsp), %rax
movq %rax, 0x3868(%rsp)
movq 0x3868(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b59b5
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3864(%rsp) # imm = 0xFFFFFFFF
movl 0x3864(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3860(%rsp)
cmpl $0x1, 0x3860(%rsp)
jne 0x15b59b5
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b5986
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b5984
jmp 0x15b59b3
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b8(%rsp)
cmpq $0x0, 0x38b8(%rsp)
je 0x15b59b1
movq 0x38b8(%rsp), %rdi
callq 0x5f480
jmp 0x15b59b3
jmp 0x15b59b5
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b5a10
movq %rax, %rdi
callq 0x678a0
jmp 0x15b5a12
leaq 0x19c8(%rsp), %rax
movq %rax, 0x20d8(%rsp)
movq 0x20d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x19c8(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rax
movq %rax, 0x36a8(%rsp)
movq 0x36a8(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b5afd
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36a4(%rsp) # imm = 0xFFFFFFFF
movl 0x36a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36a0(%rsp)
cmpl $0x1, 0x36a0(%rsp)
jne 0x15b5afd
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b5ace
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b5acc
jmp 0x15b5afb
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3998(%rsp)
cmpq $0x0, 0x3998(%rsp)
je 0x15b5af9
movq 0x3998(%rsp), %rdi
callq 0x5f480
jmp 0x15b5afb
jmp 0x15b5afd
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b5b58
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1a10(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x20d0(%rsp), %rax
movq (%rax), %rax
movl 0x1a1c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3ca8(%rsp)
movq 0x3ca8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x19b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x1960(%rsp), %rdx
movq %rdx, 0x2518(%rsp)
movq %rcx, 0x2510(%rsp)
movl %eax, 0x250c(%rsp)
movq 0x2510(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x250b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x250c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1960(%rsp), %r10
movq %r10, 0x2760(%rsp)
movl %r9d, 0x275c(%rsp)
movl %r8d, 0x2758(%rsp)
movl %edi, 0x2754(%rsp)
movq %rsi, 0x2748(%rsp)
movq %rdx, 0x2740(%rsp)
movl %ecx, 0x273c(%rsp)
movq %rax, 0x2730(%rsp)
movq 0x2760(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2740(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x273c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2730(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x275c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2758(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2754(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32f8(%rsp)
movl $0x10, 0x32f4(%rsp)
movq 0x32f8(%rsp), %rax
movslq 0x32f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1988(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b5d70
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19a0(%rsp)
movb $0x1, 0x250b(%rsp)
testb $0x1, 0x250b(%rsp)
jne 0x15b5eab
leaq 0x1960(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq %rax, 0x3348(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b5e4e
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3344(%rsp) # imm = 0xFFFFFFFF
movl 0x3344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3340(%rsp)
cmpl $0x1, 0x3340(%rsp)
jne 0x15b5e4e
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b5e1f
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b5e1d
jmp 0x15b5e4c
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b48(%rsp)
cmpq $0x0, 0x3b48(%rsp)
je 0x15b5e4a
movq 0x3b48(%rsp), %rdi
callq 0x5f480
jmp 0x15b5e4c
jmp 0x15b5e4e
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b5ea9
movq %rax, %rdi
callq 0x678a0
jmp 0x15b5eab
leaq 0x1960(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1960(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rax
movq %rax, 0x3698(%rsp)
movq 0x3698(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b5f96
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3694(%rsp) # imm = 0xFFFFFFFF
movl 0x3694(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3690(%rsp)
cmpl $0x1, 0x3690(%rsp)
jne 0x15b5f96
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b5f67
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b5f65
jmp 0x15b5f94
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a0(%rsp)
cmpq $0x0, 0x39a0(%rsp)
je 0x15b5f92
movq 0x39a0(%rsp), %rdi
callq 0x5f480
jmp 0x15b5f94
jmp 0x15b5f96
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b5ff1
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x19a8(%rsp)
movl $0x0, 0x195c(%rsp)
movl 0x195c(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15b60e0
movq 0x1a10(%rsp), %rax
movq %rax, 0x3ca0(%rsp)
movq 0x3ca0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1940(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1940(%rsp), %rsi
leaq 0x19b0(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x1930(%rsp)
movq 0x19a8(%rsp), %rax
vmovaps 0x1930(%rsp), %xmm0
movq %rax, 0x3f08(%rsp)
vmovaps %xmm0, 0x3ef0(%rsp)
vmovaps 0x3ef0(%rsp), %xmm0
movq 0x3f08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1a10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1a10(%rsp)
movq 0x19a8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x19a8(%rsp)
movl 0x195c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x195c(%rsp)
jmp 0x15b600c
jmp 0x15b60e2
movl 0x1a1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a1c(%rsp)
jmp 0x15b5707
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
jmp 0x15c2d67
movq 0x1cc0(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15bf95a
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15b70b0
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d58(%rsp)
movq 0x1d58(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x15b61e1
movq 0x6e8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x15b61ee
jmp 0x15b61fe
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0x192c(%rsp)
movl 0x192c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15b70a0
movq 0x1cc0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x18d8(%rsp), %rdx
movq %rdx, 0x1f70(%rsp)
movq %rcx, 0x1f68(%rsp)
movl %eax, 0x1f64(%rsp)
movq 0x1f68(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x1f63(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f64(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18d8(%rsp), %r10
movq %r10, 0x2bc0(%rsp)
movl %r9d, 0x2bbc(%rsp)
movl %r8d, 0x2bb8(%rsp)
movl %edi, 0x2bb4(%rsp)
movq %rsi, 0x2ba8(%rsp)
movq %rdx, 0x2ba0(%rsp)
movl %ecx, 0x2b9c(%rsp)
movq %rax, 0x2b90(%rsp)
movq 0x2bc0(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x2ba8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ba0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b9c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b90(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bbc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bb8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bb4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31b8(%rsp)
movl $0x10, 0x31b4(%rsp)
movq 0x31b8(%rsp), %rax
movslq 0x31b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1900(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b63d9
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1918(%rsp)
movb $0x1, 0x1f63(%rsp)
testb $0x1, 0x1f63(%rsp)
jne 0x15b6514
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2118(%rsp)
movq 0x2118(%rsp), %rax
movq %rax, 0x3858(%rsp)
movq 0x3858(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b64b7
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3854(%rsp) # imm = 0xFFFFFFFF
movl 0x3854(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3850(%rsp)
cmpl $0x1, 0x3850(%rsp)
jne 0x15b64b7
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b6488
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b6486
jmp 0x15b64b5
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c0(%rsp)
cmpq $0x0, 0x38c0(%rsp)
je 0x15b64b3
movq 0x38c0(%rsp), %rdi
callq 0x5f480
jmp 0x15b64b5
jmp 0x15b64b7
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b6512
movq %rax, %rdi
callq 0x678a0
jmp 0x15b6514
leaq 0x18d8(%rsp), %rax
movq %rax, 0x20c8(%rsp)
movq 0x20c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rax
movq %rax, 0x3688(%rsp)
movq 0x3688(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b65ff
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3684(%rsp) # imm = 0xFFFFFFFF
movl 0x3684(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3680(%rsp)
cmpl $0x1, 0x3680(%rsp)
jne 0x15b65ff
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b65d0
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b65ce
jmp 0x15b65fd
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a8(%rsp)
cmpq $0x0, 0x39a8(%rsp)
je 0x15b65fb
movq 0x39a8(%rsp), %rdi
callq 0x5f480
jmp 0x15b65fd
jmp 0x15b65ff
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b665a
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1920(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1888(%rsp), %rdx
movq %rdx, 0x1f58(%rsp)
movq %rcx, 0x1f50(%rsp)
movl %eax, 0x1f4c(%rsp)
movq 0x1f50(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x1f4b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f4c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1888(%rsp), %r10
movq %r10, 0x2bf8(%rsp)
movl %r9d, 0x2bf4(%rsp)
movl %r8d, 0x2bf0(%rsp)
movl %edi, 0x2bec(%rsp)
movq %rsi, 0x2be0(%rsp)
movq %rdx, 0x2bd8(%rsp)
movl %ecx, 0x2bd4(%rsp)
movq %rax, 0x2bc8(%rsp)
movq 0x2bf8(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x2be0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2bd8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2bd4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2bc8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bf4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bf0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31a8(%rsp)
movl $0x10, 0x31a4(%rsp)
movq 0x31a8(%rsp), %rax
movslq 0x31a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b6826
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18c8(%rsp)
movb $0x1, 0x1f4b(%rsp)
testb $0x1, 0x1f4b(%rsp)
jne 0x15b6961
leaq 0x1888(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2120(%rsp), %rax
movq %rax, 0x3848(%rsp)
movq 0x3848(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b6904
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3844(%rsp) # imm = 0xFFFFFFFF
movl 0x3844(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3840(%rsp)
cmpl $0x1, 0x3840(%rsp)
jne 0x15b6904
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b68d5
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b68d3
jmp 0x15b6902
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c8(%rsp)
cmpq $0x0, 0x38c8(%rsp)
je 0x15b6900
movq 0x38c8(%rsp), %rdi
callq 0x5f480
jmp 0x15b6902
jmp 0x15b6904
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b695f
movq %rax, %rdi
callq 0x678a0
jmp 0x15b6961
leaq 0x1888(%rsp), %rax
movq %rax, 0x20c0(%rsp)
movq 0x20c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1888(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rax
movq %rax, 0x3678(%rsp)
movq 0x3678(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b6a4c
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3674(%rsp) # imm = 0xFFFFFFFF
movl 0x3674(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3670(%rsp)
cmpl $0x1, 0x3670(%rsp)
jne 0x15b6a4c
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b6a1d
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b6a1b
jmp 0x15b6a4a
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b0(%rsp)
cmpq $0x0, 0x39b0(%rsp)
je 0x15b6a48
movq 0x39b0(%rsp), %rdi
callq 0x5f480
jmp 0x15b6a4a
jmp 0x15b6a4c
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b6aa7
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x18d0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1838(%rsp), %rdx
movq %rdx, 0x24f8(%rsp)
movq %rcx, 0x24f0(%rsp)
movl %eax, 0x24ec(%rsp)
movq 0x24f0(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x24eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1838(%rsp), %r10
movq %r10, 0x2798(%rsp)
movl %r9d, 0x2794(%rsp)
movl %r8d, 0x2790(%rsp)
movl %edi, 0x278c(%rsp)
movq %rsi, 0x2780(%rsp)
movq %rdx, 0x2778(%rsp)
movl %ecx, 0x2774(%rsp)
movq %rax, 0x2768(%rsp)
movq 0x2798(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2778(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2774(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2768(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2794(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2790(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x278c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32e8(%rsp)
movl $0x10, 0x32e4(%rsp)
movq 0x32e8(%rsp), %rax
movslq 0x32e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1860(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b6c73
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1878(%rsp)
movb $0x1, 0x24eb(%rsp)
testb $0x1, 0x24eb(%rsp)
jne 0x15b6dae
leaq 0x1838(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq %rax, 0x3358(%rsp)
movq 0x3358(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b6d51
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3354(%rsp) # imm = 0xFFFFFFFF
movl 0x3354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3350(%rsp)
cmpl $0x1, 0x3350(%rsp)
jne 0x15b6d51
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b6d22
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b6d20
jmp 0x15b6d4f
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b40(%rsp)
cmpq $0x0, 0x3b40(%rsp)
je 0x15b6d4d
movq 0x3b40(%rsp), %rdi
callq 0x5f480
jmp 0x15b6d4f
jmp 0x15b6d51
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b6dac
movq %rax, %rdi
callq 0x678a0
jmp 0x15b6dae
leaq 0x1838(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1838(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rax
movq %rax, 0x3668(%rsp)
movq 0x3668(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b6e99
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3664(%rsp) # imm = 0xFFFFFFFF
movl 0x3664(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3660(%rsp)
cmpl $0x1, 0x3660(%rsp)
jne 0x15b6e99
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b6e6a
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b6e68
jmp 0x15b6e97
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b8(%rsp)
cmpq $0x0, 0x39b8(%rsp)
je 0x15b6e95
movq 0x39b8(%rsp), %rdi
callq 0x5f480
jmp 0x15b6e97
jmp 0x15b6e99
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b6ef4
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1880(%rsp)
movl $0x0, 0x1834(%rsp)
movl 0x1834(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x15b7088
movl $0x0, 0x1830(%rsp)
movl 0x1830(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15b7070
movq 0x1920(%rsp), %rax
movq %rax, 0x3c98(%rsp)
movq 0x3c98(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1820(%rsp)
movl $0x0, 0x181c(%rsp)
movl 0x181c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15b7046
movq 0x18d0(%rsp), %rax
movq %rax, 0x3c90(%rsp)
movq 0x3c90(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1800(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1820(%rsp), %rsi
leaq 0x1800(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x17f0(%rsp)
movq 0x1880(%rsp), %rax
vmovaps 0x17f0(%rsp), %xmm0
movq %rax, 0x3ee8(%rsp)
vmovaps %xmm0, 0x3ed0(%rsp)
vmovaps 0x3ed0(%rsp), %xmm0
movq 0x3ee8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x18d0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x18d0(%rsp)
movq 0x1880(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1880(%rsp)
movl 0x181c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x181c(%rsp)
jmp 0x15b6f72
movq 0x1920(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1920(%rsp)
movl 0x1830(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1830(%rsp)
jmp 0x15b6f2e
jmp 0x15b7072
movl 0x1834(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1834(%rsp)
jmp 0x15b6f0f
jmp 0x15b708a
movl 0x192c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x192c(%rsp)
jmp 0x15b6209
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15be3a5
cmpl $0x1, 0x1c80(%rsp)
jne 0x15b7fe4
cmpl $0x1, 0x1c7c(%rsp)
jne 0x15b7fe4
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15b7fe4
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d50(%rsp)
movq 0x1d50(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x15b7195
movq 0x660(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x15b71a2
jmp 0x15b71b2
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0x17ec(%rsp)
movl 0x17ec(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15b7fd4
movq 0x1cc0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1798(%rsp), %rdx
movq %rdx, 0x1f40(%rsp)
movq %rcx, 0x1f38(%rsp)
movl %eax, 0x1f34(%rsp)
movq 0x1f38(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x1f33(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f34(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1798(%rsp), %r10
movq %r10, 0x2c30(%rsp)
movl %r9d, 0x2c2c(%rsp)
movl %r8d, 0x2c28(%rsp)
movl %edi, 0x2c24(%rsp)
movq %rsi, 0x2c18(%rsp)
movq %rdx, 0x2c10(%rsp)
movl %ecx, 0x2c0c(%rsp)
movq %rax, 0x2c00(%rsp)
movq 0x2c30(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x2c18(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c10(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c0c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c00(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c2c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c28(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c24(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3198(%rsp)
movl $0x10, 0x3194(%rsp)
movq 0x3198(%rsp), %rax
movslq 0x3194(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3194(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x17c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b738d
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x17d8(%rsp)
movb $0x1, 0x1f33(%rsp)
testb $0x1, 0x1f33(%rsp)
jne 0x15b74c8
leaq 0x1798(%rsp), %rax
movq %rax, 0x2128(%rsp)
movq 0x2128(%rsp), %rax
movq %rax, 0x3838(%rsp)
movq 0x3838(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b746b
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3834(%rsp) # imm = 0xFFFFFFFF
movl 0x3834(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3830(%rsp)
cmpl $0x1, 0x3830(%rsp)
jne 0x15b746b
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b743c
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b743a
jmp 0x15b7469
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d0(%rsp)
cmpq $0x0, 0x38d0(%rsp)
je 0x15b7467
movq 0x38d0(%rsp), %rdi
callq 0x5f480
jmp 0x15b7469
jmp 0x15b746b
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b74c6
movq %rax, %rdi
callq 0x678a0
jmp 0x15b74c8
leaq 0x1798(%rsp), %rax
movq %rax, 0x20b8(%rsp)
movq 0x20b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1798(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rax
movq %rax, 0x3658(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b75b3
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3654(%rsp) # imm = 0xFFFFFFFF
movl 0x3654(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3650(%rsp)
cmpl $0x1, 0x3650(%rsp)
jne 0x15b75b3
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b7584
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b7582
jmp 0x15b75b1
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c0(%rsp)
cmpq $0x0, 0x39c0(%rsp)
je 0x15b75af
movq 0x39c0(%rsp), %rdi
callq 0x5f480
jmp 0x15b75b1
jmp 0x15b75b3
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b760e
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x17e0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1748(%rsp), %rdx
movq %rdx, 0x24d8(%rsp)
movq %rcx, 0x24d0(%rsp)
movl %eax, 0x24cc(%rsp)
movq 0x24d0(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x24cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1748(%rsp), %r10
movq %r10, 0x27d0(%rsp)
movl %r9d, 0x27cc(%rsp)
movl %r8d, 0x27c8(%rsp)
movl %edi, 0x27c4(%rsp)
movq %rsi, 0x27b8(%rsp)
movq %rdx, 0x27b0(%rsp)
movl %ecx, 0x27ac(%rsp)
movq %rax, 0x27a0(%rsp)
movq 0x27d0(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x27cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x27c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32d8(%rsp)
movl $0x10, 0x32d4(%rsp)
movq 0x32d8(%rsp), %rax
movslq 0x32d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1770(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b77da
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1788(%rsp)
movb $0x1, 0x24cb(%rsp)
testb $0x1, 0x24cb(%rsp)
jne 0x15b7915
leaq 0x1748(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq %rax, 0x3368(%rsp)
movq 0x3368(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b78b8
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3364(%rsp) # imm = 0xFFFFFFFF
movl 0x3364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3360(%rsp)
cmpl $0x1, 0x3360(%rsp)
jne 0x15b78b8
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b7889
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b7887
jmp 0x15b78b6
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b38(%rsp)
cmpq $0x0, 0x3b38(%rsp)
je 0x15b78b4
movq 0x3b38(%rsp), %rdi
callq 0x5f480
jmp 0x15b78b6
jmp 0x15b78b8
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b7913
movq %rax, %rdi
callq 0x678a0
jmp 0x15b7915
leaq 0x1748(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1748(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rax
movq %rax, 0x3648(%rsp)
movq 0x3648(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b7a00
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3644(%rsp) # imm = 0xFFFFFFFF
movl 0x3644(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3640(%rsp)
cmpl $0x1, 0x3640(%rsp)
jne 0x15b7a00
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b79d1
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b79cf
jmp 0x15b79fe
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c8(%rsp)
cmpq $0x0, 0x39c8(%rsp)
je 0x15b79fc
movq 0x39c8(%rsp), %rdi
callq 0x5f480
jmp 0x15b79fe
jmp 0x15b7a00
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b7a5b
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1790(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x16f8(%rsp), %rdx
movq %rdx, 0x1f28(%rsp)
movq %rcx, 0x1f20(%rsp)
movl %eax, 0x1f1c(%rsp)
movq 0x1f20(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x1f1b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f1c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f8(%rsp), %r10
movq %r10, 0x2c68(%rsp)
movl %r9d, 0x2c64(%rsp)
movl %r8d, 0x2c60(%rsp)
movl %edi, 0x2c5c(%rsp)
movq %rsi, 0x2c50(%rsp)
movq %rdx, 0x2c48(%rsp)
movl %ecx, 0x2c44(%rsp)
movq %rax, 0x2c38(%rsp)
movq 0x2c68(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x2c50(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c48(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c44(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c38(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c64(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c60(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c5c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3188(%rsp)
movl $0x10, 0x3184(%rsp)
movq 0x3188(%rsp), %rax
movslq 0x3184(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3184(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1720(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b7c27
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1738(%rsp)
movb $0x1, 0x1f1b(%rsp)
testb $0x1, 0x1f1b(%rsp)
jne 0x15b7d62
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2130(%rsp)
movq 0x2130(%rsp), %rax
movq %rax, 0x3828(%rsp)
movq 0x3828(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b7d05
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3824(%rsp) # imm = 0xFFFFFFFF
movl 0x3824(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3820(%rsp)
cmpl $0x1, 0x3820(%rsp)
jne 0x15b7d05
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b7cd6
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b7cd4
jmp 0x15b7d03
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d8(%rsp)
cmpq $0x0, 0x38d8(%rsp)
je 0x15b7d01
movq 0x38d8(%rsp), %rdi
callq 0x5f480
jmp 0x15b7d03
jmp 0x15b7d05
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b7d60
movq %rax, %rdi
callq 0x678a0
jmp 0x15b7d62
leaq 0x16f8(%rsp), %rax
movq %rax, 0x20b0(%rsp)
movq 0x20b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rax
movq %rax, 0x3638(%rsp)
movq 0x3638(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b7e4d
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3634(%rsp) # imm = 0xFFFFFFFF
movl 0x3634(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3630(%rsp)
cmpl $0x1, 0x3630(%rsp)
jne 0x15b7e4d
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b7e1e
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b7e1c
jmp 0x15b7e4b
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d0(%rsp)
cmpq $0x0, 0x39d0(%rsp)
je 0x15b7e49
movq 0x39d0(%rsp), %rdi
callq 0x5f480
jmp 0x15b7e4b
jmp 0x15b7e4d
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b7ea8
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1740(%rsp)
movq 0x1740(%rsp), %rax
movq %rax, 0x3c88(%rsp)
movq 0x3c88(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16e0(%rsp)
movl $0x0, 0x16dc(%rsp)
movl 0x16dc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15b7fbc
movq 0x17e0(%rsp), %rax
movq %rax, 0x3c80(%rsp)
movq 0x3c80(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16c0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16e0(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x16b0(%rsp)
movq 0x1790(%rsp), %rax
vmovaps 0x16b0(%rsp), %xmm0
movq %rax, 0x3ec8(%rsp)
vmovaps %xmm0, 0x3eb0(%rsp)
vmovaps 0x3eb0(%rsp), %xmm0
movq 0x3ec8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x17e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x17e0(%rsp)
movq 0x1790(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1790(%rsp)
movl 0x16dc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16dc(%rsp)
jmp 0x15b7ee8
jmp 0x15b7fbe
movl 0x17ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17ec(%rsp)
jmp 0x15b71bd
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15b8b19
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15b8b19
cmpl $0x1, 0x1c74(%rsp)
jne 0x15b8b19
cmpl $0x1, 0x1c64(%rsp)
jne 0x15b8b19
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d48(%rsp)
movq 0x1d48(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x15b80cb
movq 0x5d8(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x15b80d8
jmp 0x15b80e8
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0x16ac(%rsp)
movl 0x16ac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15b8b09
movq 0x1cc0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1658(%rsp), %rdx
movq %rdx, 0x1f10(%rsp)
movq %rcx, 0x1f08(%rsp)
movl %eax, 0x1f04(%rsp)
movq 0x1f08(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x1f03(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f04(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1658(%rsp), %r10
movq %r10, 0x2ca0(%rsp)
movl %r9d, 0x2c9c(%rsp)
movl %r8d, 0x2c98(%rsp)
movl %edi, 0x2c94(%rsp)
movq %rsi, 0x2c88(%rsp)
movq %rdx, 0x2c80(%rsp)
movl %ecx, 0x2c7c(%rsp)
movq %rax, 0x2c70(%rsp)
movq 0x2ca0(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x2c88(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c80(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c7c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c70(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c9c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c98(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c94(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3178(%rsp)
movl $0x10, 0x3174(%rsp)
movq 0x3178(%rsp), %rax
movslq 0x3174(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3174(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1680(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b82c3
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1698(%rsp)
movb $0x1, 0x1f03(%rsp)
testb $0x1, 0x1f03(%rsp)
jne 0x15b83fe
leaq 0x1658(%rsp), %rax
movq %rax, 0x2138(%rsp)
movq 0x2138(%rsp), %rax
movq %rax, 0x3818(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b83a1
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3814(%rsp) # imm = 0xFFFFFFFF
movl 0x3814(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3810(%rsp)
cmpl $0x1, 0x3810(%rsp)
jne 0x15b83a1
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b8372
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b8370
jmp 0x15b839f
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e0(%rsp)
cmpq $0x0, 0x38e0(%rsp)
je 0x15b839d
movq 0x38e0(%rsp), %rdi
callq 0x5f480
jmp 0x15b839f
jmp 0x15b83a1
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b83fc
movq %rax, %rdi
callq 0x678a0
jmp 0x15b83fe
leaq 0x1658(%rsp), %rax
movq %rax, 0x20a8(%rsp)
movq 0x20a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x1658(%rsp), %rax
movq %rax, 0x2230(%rsp)
movq 0x2230(%rsp), %rax
movq %rax, 0x3628(%rsp)
movq 0x3628(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b84e9
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3624(%rsp) # imm = 0xFFFFFFFF
movl 0x3624(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3620(%rsp)
cmpl $0x1, 0x3620(%rsp)
jne 0x15b84e9
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b84ba
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b84b8
jmp 0x15b84e7
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d8(%rsp)
cmpq $0x0, 0x39d8(%rsp)
je 0x15b84e5
movq 0x39d8(%rsp), %rdi
callq 0x5f480
jmp 0x15b84e7
jmp 0x15b84e9
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b8544
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x16a0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20a0(%rsp)
movq 0x20a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1650(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1600(%rsp), %rdx
movq %rdx, 0x24b8(%rsp)
movq %rcx, 0x24b0(%rsp)
movl %eax, 0x24ac(%rsp)
movq 0x24b0(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x24ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1600(%rsp), %r10
movq %r10, 0x2808(%rsp)
movl %r9d, 0x2804(%rsp)
movl %r8d, 0x2800(%rsp)
movl %edi, 0x27fc(%rsp)
movq %rsi, 0x27f0(%rsp)
movq %rdx, 0x27e8(%rsp)
movl %ecx, 0x27e4(%rsp)
movq %rax, 0x27d8(%rsp)
movq 0x2808(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x27f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2804(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2800(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32c8(%rsp)
movl $0x10, 0x32c4(%rsp)
movq 0x32c8(%rsp), %rax
movslq 0x32c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1628(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b8733
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1640(%rsp)
movb $0x1, 0x24ab(%rsp)
testb $0x1, 0x24ab(%rsp)
jne 0x15b886e
leaq 0x1600(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq %rax, 0x3378(%rsp)
movq 0x3378(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b8811
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3374(%rsp) # imm = 0xFFFFFFFF
movl 0x3374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3370(%rsp)
cmpl $0x1, 0x3370(%rsp)
jne 0x15b8811
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b87e2
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b87e0
jmp 0x15b880f
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b30(%rsp)
cmpq $0x0, 0x3b30(%rsp)
je 0x15b880d
movq 0x3b30(%rsp), %rdi
callq 0x5f480
jmp 0x15b880f
jmp 0x15b8811
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b886c
movq %rax, %rdi
callq 0x678a0
jmp 0x15b886e
leaq 0x1600(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1600(%rsp), %rax
movq %rax, 0x2238(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x3618(%rsp)
movq 0x3618(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b8959
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3614(%rsp) # imm = 0xFFFFFFFF
movl 0x3614(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3610(%rsp)
cmpl $0x1, 0x3610(%rsp)
jne 0x15b8959
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b892a
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b8928
jmp 0x15b8957
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e0(%rsp)
cmpq $0x0, 0x39e0(%rsp)
je 0x15b8955
movq 0x39e0(%rsp), %rdi
callq 0x5f480
jmp 0x15b8957
jmp 0x15b8959
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b89b4
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x1648(%rsp)
movl $0x0, 0x15fc(%rsp)
movl 0x15fc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15b8af1
movq 0x16a0(%rsp), %rax
movq %rax, 0x3c78(%rsp)
movq 0x3c78(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x15e0(%rsp)
movq 0x1650(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b9c(%rsp)
vbroadcastss 0x3b9c(%rsp), %xmm0
vmovaps %xmm0, 0x3b80(%rsp)
vmovaps 0x3b80(%rsp), %xmm0
vmovaps %xmm0, 0x15d0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x15e0(%rsp), %rsi
leaq 0x15d0(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x15c0(%rsp)
movq 0x1648(%rsp), %rax
vmovaps 0x15c0(%rsp), %xmm0
movq %rax, 0x3ea8(%rsp)
vmovaps %xmm0, 0x3e90(%rsp)
vmovaps 0x3e90(%rsp), %xmm0
movq 0x3ea8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x16a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x16a0(%rsp)
movq 0x1650(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1650(%rsp)
movq 0x1648(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1648(%rsp)
movl 0x15fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15fc(%rsp)
jmp 0x15b89cf
jmp 0x15b8af3
movl 0x16ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ac(%rsp)
jmp 0x15b80f3
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
cmpl $0x1, 0x1ca0(%rsp)
jne 0x15b9a3b
cmpl $0x1, 0x1c9c(%rsp)
jne 0x15b9a3b
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15b9a3b
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d40(%rsp)
movq 0x1d40(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x15b8bec
movq 0x578(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x15b8bf9
jmp 0x15b8c09
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0x15bc(%rsp)
movl 0x15bc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15b9a2b
movq 0x1cc0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1568(%rsp), %rdx
movq %rdx, 0x1ef8(%rsp)
movq %rcx, 0x1ef0(%rsp)
movl %eax, 0x1eec(%rsp)
movq 0x1ef0(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x1eeb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1eec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1568(%rsp), %r10
movq %r10, 0x2cd8(%rsp)
movl %r9d, 0x2cd4(%rsp)
movl %r8d, 0x2cd0(%rsp)
movl %edi, 0x2ccc(%rsp)
movq %rsi, 0x2cc0(%rsp)
movq %rdx, 0x2cb8(%rsp)
movl %ecx, 0x2cb4(%rsp)
movq %rax, 0x2ca8(%rsp)
movq 0x2cd8(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x2cc0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cb8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cb4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ca8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2cd4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2cd0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ccc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3168(%rsp)
movl $0x10, 0x3164(%rsp)
movq 0x3168(%rsp), %rax
movslq 0x3164(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3164(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1590(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b8de4
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15a8(%rsp)
movb $0x1, 0x1eeb(%rsp)
testb $0x1, 0x1eeb(%rsp)
jne 0x15b8f1f
leaq 0x1568(%rsp), %rax
movq %rax, 0x2140(%rsp)
movq 0x2140(%rsp), %rax
movq %rax, 0x3808(%rsp)
movq 0x3808(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b8ec2
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3804(%rsp) # imm = 0xFFFFFFFF
movl 0x3804(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3800(%rsp)
cmpl $0x1, 0x3800(%rsp)
jne 0x15b8ec2
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b8e93
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b8e91
jmp 0x15b8ec0
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e8(%rsp)
cmpq $0x0, 0x38e8(%rsp)
je 0x15b8ebe
movq 0x38e8(%rsp), %rdi
callq 0x5f480
jmp 0x15b8ec0
jmp 0x15b8ec2
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b8f1d
movq %rax, %rdi
callq 0x678a0
jmp 0x15b8f1f
leaq 0x1568(%rsp), %rax
movq %rax, 0x2098(%rsp)
movq 0x2098(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x1568(%rsp), %rax
movq %rax, 0x2240(%rsp)
movq 0x2240(%rsp), %rax
movq %rax, 0x3608(%rsp)
movq 0x3608(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b900a
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3604(%rsp) # imm = 0xFFFFFFFF
movl 0x3604(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3600(%rsp)
cmpl $0x1, 0x3600(%rsp)
jne 0x15b900a
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b8fdb
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b8fd9
jmp 0x15b9008
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e8(%rsp)
cmpq $0x0, 0x39e8(%rsp)
je 0x15b9006
movq 0x39e8(%rsp), %rdi
callq 0x5f480
jmp 0x15b9008
jmp 0x15b900a
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b9065
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x15b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1518(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1518(%rsp), %r10
movq %r10, 0x2840(%rsp)
movl %r9d, 0x283c(%rsp)
movl %r8d, 0x2838(%rsp)
movl %edi, 0x2834(%rsp)
movq %rsi, 0x2828(%rsp)
movq %rdx, 0x2820(%rsp)
movl %ecx, 0x281c(%rsp)
movq %rax, 0x2810(%rsp)
movq 0x2840(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2820(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x281c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2810(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x283c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2838(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2834(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32b8(%rsp)
movl $0x10, 0x32b4(%rsp)
movq 0x32b8(%rsp), %rax
movslq 0x32b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1540(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b9231
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1558(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x15b936c
leaq 0x1518(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq %rax, 0x3388(%rsp)
movq 0x3388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b930f
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3384(%rsp) # imm = 0xFFFFFFFF
movl 0x3384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3380(%rsp)
cmpl $0x1, 0x3380(%rsp)
jne 0x15b930f
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b92e0
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b92de
jmp 0x15b930d
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b28(%rsp)
cmpq $0x0, 0x3b28(%rsp)
je 0x15b930b
movq 0x3b28(%rsp), %rdi
callq 0x5f480
jmp 0x15b930d
jmp 0x15b930f
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b936a
movq %rax, %rdi
callq 0x678a0
jmp 0x15b936c
leaq 0x1518(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1518(%rsp), %rax
movq %rax, 0x2248(%rsp)
movq 0x2248(%rsp), %rax
movq %rax, 0x35f8(%rsp)
movq 0x35f8(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b9457
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35f4(%rsp) # imm = 0xFFFFFFFF
movl 0x35f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35f0(%rsp)
cmpl $0x1, 0x35f0(%rsp)
jne 0x15b9457
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b9428
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b9426
jmp 0x15b9455
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f0(%rsp)
cmpq $0x0, 0x39f0(%rsp)
je 0x15b9453
movq 0x39f0(%rsp), %rdi
callq 0x5f480
jmp 0x15b9455
jmp 0x15b9457
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b94b2
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x1560(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x14c8(%rsp), %rdx
movq %rdx, 0x1ee0(%rsp)
movq %rcx, 0x1ed8(%rsp)
movl %eax, 0x1ed4(%rsp)
movq 0x1ed8(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x1ed3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ed4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14c8(%rsp), %r10
movq %r10, 0x2d10(%rsp)
movl %r9d, 0x2d0c(%rsp)
movl %r8d, 0x2d08(%rsp)
movl %edi, 0x2d04(%rsp)
movq %rsi, 0x2cf8(%rsp)
movq %rdx, 0x2cf0(%rsp)
movl %ecx, 0x2cec(%rsp)
movq %rax, 0x2ce0(%rsp)
movq 0x2d10(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x2cf8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cf0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ce0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d0c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d08(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d04(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3158(%rsp)
movl $0x10, 0x3154(%rsp)
movq 0x3158(%rsp), %rax
movslq 0x3154(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3154(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b967e
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1508(%rsp)
movb $0x1, 0x1ed3(%rsp)
testb $0x1, 0x1ed3(%rsp)
jne 0x15b97b9
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2148(%rsp)
movq 0x2148(%rsp), %rax
movq %rax, 0x37f8(%rsp)
movq 0x37f8(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b975c
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37f4(%rsp) # imm = 0xFFFFFFFF
movl 0x37f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37f0(%rsp)
cmpl $0x1, 0x37f0(%rsp)
jne 0x15b975c
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b972d
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b972b
jmp 0x15b975a
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f0(%rsp)
cmpq $0x0, 0x38f0(%rsp)
je 0x15b9758
movq 0x38f0(%rsp), %rdi
callq 0x5f480
jmp 0x15b975a
jmp 0x15b975c
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b97b7
movq %rax, %rdi
callq 0x678a0
jmp 0x15b97b9
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2090(%rsp)
movq 0x2090(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2250(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0x35e8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b98a4
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35e4(%rsp) # imm = 0xFFFFFFFF
movl 0x35e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35e0(%rsp)
cmpl $0x1, 0x35e0(%rsp)
jne 0x15b98a4
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b9875
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b9873
jmp 0x15b98a2
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f8(%rsp)
cmpq $0x0, 0x39f8(%rsp)
je 0x15b98a0
movq 0x39f8(%rsp), %rdi
callq 0x5f480
jmp 0x15b98a2
jmp 0x15b98a4
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b98ff
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1510(%rsp)
movq 0x15b0(%rsp), %rax
movq %rax, 0x3c70(%rsp)
movq 0x3c70(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x14b0(%rsp)
movl $0x0, 0x14ac(%rsp)
movl 0x14ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15b9a13
movq 0x1510(%rsp), %rax
movq %rax, 0x3c68(%rsp)
movq 0x3c68(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1490(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x14b0(%rsp), %rsi
leaq 0x1490(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x1480(%rsp)
movq 0x1560(%rsp), %rax
vmovaps 0x1480(%rsp), %xmm0
movq %rax, 0x3e88(%rsp)
vmovaps %xmm0, 0x3e70(%rsp)
vmovaps 0x3e70(%rsp), %xmm0
movq 0x3e88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1510(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1510(%rsp)
movq 0x1560(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1560(%rsp)
movl 0x14ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14ac(%rsp)
jmp 0x15b993f
jmp 0x15b9a15
movl 0x15bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15bc(%rsp)
jmp 0x15b8c14
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15ba570
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15ba570
cmpl $0x1, 0x1c94(%rsp)
jne 0x15ba570
cmpl $0x1, 0x1c84(%rsp)
jne 0x15ba570
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d38(%rsp)
movq 0x1d38(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x15b9b22
movq 0x4f0(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x15b9b2f
jmp 0x15b9b3f
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0x147c(%rsp)
movl 0x147c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15ba560
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2088(%rsp)
movq 0x2088(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1470(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x1420(%rsp), %rdx
movq %rdx, 0x1ec8(%rsp)
movq %rcx, 0x1ec0(%rsp)
movl %eax, 0x1ebc(%rsp)
movq 0x1ec0(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x1ebb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ebc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1420(%rsp), %r10
movq %r10, 0x2d48(%rsp)
movl %r9d, 0x2d44(%rsp)
movl %r8d, 0x2d40(%rsp)
movl %edi, 0x2d3c(%rsp)
movq %rsi, 0x2d30(%rsp)
movq %rdx, 0x2d28(%rsp)
movl %ecx, 0x2d24(%rsp)
movq %rax, 0x2d18(%rsp)
movq 0x2d48(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x2d30(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d28(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d24(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d18(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d44(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d40(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d3c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3148(%rsp)
movl $0x10, 0x3144(%rsp)
movq 0x3148(%rsp), %rax
movslq 0x3144(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3144(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1448(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15b9d3d
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1460(%rsp)
movb $0x1, 0x1ebb(%rsp)
testb $0x1, 0x1ebb(%rsp)
jne 0x15b9e78
leaq 0x1420(%rsp), %rax
movq %rax, 0x2150(%rsp)
movq 0x2150(%rsp), %rax
movq %rax, 0x37e8(%rsp)
movq 0x37e8(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b9e1b
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37e4(%rsp) # imm = 0xFFFFFFFF
movl 0x37e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37e0(%rsp)
cmpl $0x1, 0x37e0(%rsp)
jne 0x15b9e1b
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b9dec
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b9dea
jmp 0x15b9e19
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f8(%rsp)
cmpq $0x0, 0x38f8(%rsp)
je 0x15b9e17
movq 0x38f8(%rsp), %rdi
callq 0x5f480
jmp 0x15b9e19
jmp 0x15b9e1b
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b9e76
movq %rax, %rdi
callq 0x678a0
jmp 0x15b9e78
leaq 0x1420(%rsp), %rax
movq %rax, 0x2080(%rsp)
movq 0x2080(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1420(%rsp), %rax
movq %rax, 0x2258(%rsp)
movq 0x2258(%rsp), %rax
movq %rax, 0x35d8(%rsp)
movq 0x35d8(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15b9f63
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35d4(%rsp) # imm = 0xFFFFFFFF
movl 0x35d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35d0(%rsp)
cmpl $0x1, 0x35d0(%rsp)
jne 0x15b9f63
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15b9f34
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15b9f32
jmp 0x15b9f61
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a00(%rsp)
cmpq $0x0, 0x3a00(%rsp)
je 0x15b9f5f
movq 0x3a00(%rsp), %rdi
callq 0x5f480
jmp 0x15b9f61
jmp 0x15b9f63
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15b9fbe
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1468(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x13d0(%rsp), %rdx
movq %rdx, 0x2478(%rsp)
movq %rcx, 0x2470(%rsp)
movl %eax, 0x246c(%rsp)
movq 0x2470(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x246b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x246c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x13d0(%rsp), %r10
movq %r10, 0x2878(%rsp)
movl %r9d, 0x2874(%rsp)
movl %r8d, 0x2870(%rsp)
movl %edi, 0x286c(%rsp)
movq %rsi, 0x2860(%rsp)
movq %rdx, 0x2858(%rsp)
movl %ecx, 0x2854(%rsp)
movq %rax, 0x2848(%rsp)
movq 0x2878(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x2860(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2858(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2854(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2848(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2874(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2870(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x286c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32a8(%rsp)
movl $0x10, 0x32a4(%rsp)
movq 0x32a8(%rsp), %rax
movslq 0x32a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x13f8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ba18a
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1410(%rsp)
movb $0x1, 0x246b(%rsp)
testb $0x1, 0x246b(%rsp)
jne 0x15ba2c5
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2480(%rsp)
movq 0x2480(%rsp), %rax
movq %rax, 0x3398(%rsp)
movq 0x3398(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ba268
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3394(%rsp) # imm = 0xFFFFFFFF
movl 0x3394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3390(%rsp)
cmpl $0x1, 0x3390(%rsp)
jne 0x15ba268
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ba239
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ba237
jmp 0x15ba266
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b20(%rsp)
cmpq $0x0, 0x3b20(%rsp)
je 0x15ba264
movq 0x3b20(%rsp), %rdi
callq 0x5f480
jmp 0x15ba266
jmp 0x15ba268
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ba2c3
movq %rax, %rdi
callq 0x678a0
jmp 0x15ba2c5
leaq 0x13d0(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2260(%rsp)
movq 0x2260(%rsp), %rax
movq %rax, 0x35c8(%rsp)
movq 0x35c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ba3b0
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35c4(%rsp) # imm = 0xFFFFFFFF
movl 0x35c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35c0(%rsp)
cmpl $0x1, 0x35c0(%rsp)
jne 0x15ba3b0
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ba381
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ba37f
jmp 0x15ba3ae
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a08(%rsp)
cmpq $0x0, 0x3a08(%rsp)
je 0x15ba3ac
movq 0x3a08(%rsp), %rdi
callq 0x5f480
jmp 0x15ba3ae
jmp 0x15ba3b0
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ba40b
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1418(%rsp)
movl $0x0, 0x13cc(%rsp)
movl 0x13cc(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15ba548
movq 0x1470(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b7c(%rsp)
vbroadcastss 0x3b7c(%rsp), %xmm0
vmovaps %xmm0, 0x3b60(%rsp)
vmovaps 0x3b60(%rsp), %xmm0
vmovaps %xmm0, 0x13b0(%rsp)
movq 0x1468(%rsp), %rax
movq %rax, 0x3c60(%rsp)
movq 0x3c60(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x13a0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x13b0(%rsp), %rsi
leaq 0x13a0(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x1390(%rsp)
movq 0x1418(%rsp), %rax
vmovaps 0x1390(%rsp), %xmm0
movq %rax, 0x3e68(%rsp)
vmovaps %xmm0, 0x3e50(%rsp)
vmovaps 0x3e50(%rsp), %xmm0
movq 0x3e68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1470(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1470(%rsp)
movq 0x1468(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1468(%rsp)
movq 0x1418(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1418(%rsp)
movl 0x13cc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13cc(%rsp)
jmp 0x15ba426
jmp 0x15ba54a
movl 0x147c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x147c(%rsp)
jmp 0x15b9b4a
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
cmpl $0x1, 0x1ca0(%rsp)
je 0x15bb4f1
cmpl $0x1, 0x1c80(%rsp)
jne 0x15bb4f1
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15bb4f1
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15bb4f1
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x1d30(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x15ba657
movq 0x490(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x15ba664
jmp 0x15ba674
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0x138c(%rsp)
movl 0x138c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15bb4e1
movq 0x1cc0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1338(%rsp), %rdx
movq %rdx, 0x1eb0(%rsp)
movq %rcx, 0x1ea8(%rsp)
movl %eax, 0x1ea4(%rsp)
movq 0x1ea8(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x1ea3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ea4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1338(%rsp), %r10
movq %r10, 0x2d80(%rsp)
movl %r9d, 0x2d7c(%rsp)
movl %r8d, 0x2d78(%rsp)
movl %edi, 0x2d74(%rsp)
movq %rsi, 0x2d68(%rsp)
movq %rdx, 0x2d60(%rsp)
movl %ecx, 0x2d5c(%rsp)
movq %rax, 0x2d50(%rsp)
movq 0x2d80(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x2d68(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d60(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d5c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d50(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d7c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d78(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d74(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3138(%rsp)
movl $0x10, 0x3134(%rsp)
movq 0x3138(%rsp), %rax
movslq 0x3134(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3134(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1360(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ba84f
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1378(%rsp)
movb $0x1, 0x1ea3(%rsp)
testb $0x1, 0x1ea3(%rsp)
jne 0x15ba98a
leaq 0x1338(%rsp), %rax
movq %rax, 0x2158(%rsp)
movq 0x2158(%rsp), %rax
movq %rax, 0x37d8(%rsp)
movq 0x37d8(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ba92d
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37d4(%rsp) # imm = 0xFFFFFFFF
movl 0x37d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37d0(%rsp)
cmpl $0x1, 0x37d0(%rsp)
jne 0x15ba92d
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ba8fe
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ba8fc
jmp 0x15ba92b
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3900(%rsp)
cmpq $0x0, 0x3900(%rsp)
je 0x15ba929
movq 0x3900(%rsp), %rdi
callq 0x5f480
jmp 0x15ba92b
jmp 0x15ba92d
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ba988
movq %rax, %rdi
callq 0x678a0
jmp 0x15ba98a
leaq 0x1338(%rsp), %rax
movq %rax, 0x2078(%rsp)
movq 0x2078(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1338(%rsp), %rax
movq %rax, 0x2268(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x35b8(%rsp)
movq 0x35b8(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15baa75
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35b4(%rsp) # imm = 0xFFFFFFFF
movl 0x35b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35b0(%rsp)
cmpl $0x1, 0x35b0(%rsp)
jne 0x15baa75
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15baa46
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15baa44
jmp 0x15baa73
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a10(%rsp)
cmpq $0x0, 0x3a10(%rsp)
je 0x15baa71
movq 0x3a10(%rsp), %rdi
callq 0x5f480
jmp 0x15baa73
jmp 0x15baa75
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15baad0
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1380(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x12e8(%rsp), %rdx
movq %rdx, 0x1e98(%rsp)
movq %rcx, 0x1e90(%rsp)
movl %eax, 0x1e8c(%rsp)
movq 0x1e90(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x1e8b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e8c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12e8(%rsp), %r10
movq %r10, 0x2db8(%rsp)
movl %r9d, 0x2db4(%rsp)
movl %r8d, 0x2db0(%rsp)
movl %edi, 0x2dac(%rsp)
movq %rsi, 0x2da0(%rsp)
movq %rdx, 0x2d98(%rsp)
movl %ecx, 0x2d94(%rsp)
movq %rax, 0x2d88(%rsp)
movq 0x2db8(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x2da0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d98(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d94(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d88(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2db4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2db0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2dac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3128(%rsp)
movl $0x10, 0x3124(%rsp)
movq 0x3128(%rsp), %rax
movslq 0x3124(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3124(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1310(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bac9c
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1328(%rsp)
movb $0x1, 0x1e8b(%rsp)
testb $0x1, 0x1e8b(%rsp)
jne 0x15badd7
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2160(%rsp)
movq 0x2160(%rsp), %rax
movq %rax, 0x37c8(%rsp)
movq 0x37c8(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bad7a
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c4(%rsp) # imm = 0xFFFFFFFF
movl 0x37c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37c0(%rsp)
cmpl $0x1, 0x37c0(%rsp)
jne 0x15bad7a
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bad4b
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bad49
jmp 0x15bad78
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3908(%rsp)
cmpq $0x0, 0x3908(%rsp)
je 0x15bad76
movq 0x3908(%rsp), %rdi
callq 0x5f480
jmp 0x15bad78
jmp 0x15bad7a
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15badd5
movq %rax, %rdi
callq 0x678a0
jmp 0x15badd7
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2070(%rsp)
movq 0x2070(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2270(%rsp)
movq 0x2270(%rsp), %rax
movq %rax, 0x35a8(%rsp)
movq 0x35a8(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15baec2
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35a4(%rsp) # imm = 0xFFFFFFFF
movl 0x35a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35a0(%rsp)
cmpl $0x1, 0x35a0(%rsp)
jne 0x15baec2
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bae93
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bae91
jmp 0x15baec0
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a18(%rsp)
cmpq $0x0, 0x3a18(%rsp)
je 0x15baebe
movq 0x3a18(%rsp), %rdi
callq 0x5f480
jmp 0x15baec0
jmp 0x15baec2
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15baf1d
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1330(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1298(%rsp), %rdx
movq %rdx, 0x2458(%rsp)
movq %rcx, 0x2450(%rsp)
movl %eax, 0x244c(%rsp)
movq 0x2450(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x244b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x244c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1298(%rsp), %r10
movq %r10, 0x28b0(%rsp)
movl %r9d, 0x28ac(%rsp)
movl %r8d, 0x28a8(%rsp)
movl %edi, 0x28a4(%rsp)
movq %rsi, 0x2898(%rsp)
movq %rdx, 0x2890(%rsp)
movl %ecx, 0x288c(%rsp)
movq %rax, 0x2880(%rsp)
movq 0x28b0(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2890(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x288c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2880(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3298(%rsp)
movl $0x10, 0x3294(%rsp)
movq 0x3298(%rsp), %rax
movslq 0x3294(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3294(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bb0e9
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12d8(%rsp)
movb $0x1, 0x244b(%rsp)
testb $0x1, 0x244b(%rsp)
jne 0x15bb224
leaq 0x1298(%rsp), %rax
movq %rax, 0x2460(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x33a8(%rsp)
movq 0x33a8(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bb1c7
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33a4(%rsp) # imm = 0xFFFFFFFF
movl 0x33a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33a0(%rsp)
cmpl $0x1, 0x33a0(%rsp)
jne 0x15bb1c7
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bb198
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bb196
jmp 0x15bb1c5
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b18(%rsp)
cmpq $0x0, 0x3b18(%rsp)
je 0x15bb1c3
movq 0x3b18(%rsp), %rdi
callq 0x5f480
jmp 0x15bb1c5
jmp 0x15bb1c7
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bb222
movq %rax, %rdi
callq 0x678a0
jmp 0x15bb224
leaq 0x1298(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1298(%rsp), %rax
movq %rax, 0x2278(%rsp)
movq 0x2278(%rsp), %rax
movq %rax, 0x3598(%rsp)
movq 0x3598(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bb30f
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3594(%rsp) # imm = 0xFFFFFFFF
movl 0x3594(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3590(%rsp)
cmpl $0x1, 0x3590(%rsp)
jne 0x15bb30f
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bb2e0
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bb2de
jmp 0x15bb30d
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a20(%rsp)
cmpq $0x0, 0x3a20(%rsp)
je 0x15bb30b
movq 0x3a20(%rsp), %rdi
callq 0x5f480
jmp 0x15bb30d
jmp 0x15bb30f
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bb36a
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x12e0(%rsp)
movl $0x0, 0x1294(%rsp)
movl 0x1294(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15bb4c9
movq 0x1330(%rsp), %rax
movl 0x1294(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c58(%rsp)
movq 0x3c58(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15bb4b1
movq 0x1380(%rsp), %rax
movq %rax, 0x3c50(%rsp)
movq 0x3c50(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1260(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1260(%rsp), %rsi
leaq 0x1280(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x1250(%rsp)
movq 0x12e0(%rsp), %rax
vmovaps 0x1250(%rsp), %xmm0
movq %rax, 0x3e48(%rsp)
vmovaps %xmm0, 0x3e30(%rsp)
vmovaps 0x3e30(%rsp), %xmm0
movq 0x3e48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1380(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1380(%rsp)
movq 0x12e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x12e0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x15bb3dd
jmp 0x15bb4b3
movl 0x1294(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1294(%rsp)
jmp 0x15bb385
jmp 0x15bb4cb
movl 0x138c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x138c(%rsp)
jmp 0x15ba67f
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15bc472
cmpl $0x1, 0x1c9c(%rsp)
je 0x15bc472
cmpl $0x1, 0x1c7c(%rsp)
jne 0x15bc472
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15bc472
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d28(%rsp)
movq 0x1d28(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x15bb5d8
movq 0x408(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x15bb5e5
jmp 0x15bb5f5
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0x124c(%rsp)
movl 0x124c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15bc462
movq 0x1cc0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11f8(%rsp), %rdx
movq %rdx, 0x1e80(%rsp)
movq %rcx, 0x1e78(%rsp)
movl %eax, 0x1e74(%rsp)
movq 0x1e78(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x1e73(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e74(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11f8(%rsp), %r10
movq %r10, 0x2df0(%rsp)
movl %r9d, 0x2dec(%rsp)
movl %r8d, 0x2de8(%rsp)
movl %edi, 0x2de4(%rsp)
movq %rsi, 0x2dd8(%rsp)
movq %rdx, 0x2dd0(%rsp)
movl %ecx, 0x2dcc(%rsp)
movq %rax, 0x2dc0(%rsp)
movq 0x2df0(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x2dd8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2dd0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2dcc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2dc0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2dec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2de8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2de4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3118(%rsp)
movl $0x10, 0x3114(%rsp)
movq 0x3118(%rsp), %rax
movslq 0x3114(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3114(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1220(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bb7d0
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1238(%rsp)
movb $0x1, 0x1e73(%rsp)
testb $0x1, 0x1e73(%rsp)
jne 0x15bb90b
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2168(%rsp)
movq 0x2168(%rsp), %rax
movq %rax, 0x37b8(%rsp)
movq 0x37b8(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bb8ae
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37b4(%rsp) # imm = 0xFFFFFFFF
movl 0x37b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37b0(%rsp)
cmpl $0x1, 0x37b0(%rsp)
jne 0x15bb8ae
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bb87f
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bb87d
jmp 0x15bb8ac
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3910(%rsp)
cmpq $0x0, 0x3910(%rsp)
je 0x15bb8aa
movq 0x3910(%rsp), %rdi
callq 0x5f480
jmp 0x15bb8ac
jmp 0x15bb8ae
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bb909
movq %rax, %rdi
callq 0x678a0
jmp 0x15bb90b
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2068(%rsp)
movq 0x2068(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2280(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x3588(%rsp)
movq 0x3588(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bb9f6
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3584(%rsp) # imm = 0xFFFFFFFF
movl 0x3584(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3580(%rsp)
cmpl $0x1, 0x3580(%rsp)
jne 0x15bb9f6
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bb9c7
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bb9c5
jmp 0x15bb9f4
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a28(%rsp)
cmpq $0x0, 0x3a28(%rsp)
je 0x15bb9f2
movq 0x3a28(%rsp), %rdi
callq 0x5f480
jmp 0x15bb9f4
jmp 0x15bb9f6
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bba51
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x1240(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11a8(%rsp), %rdx
movq %rdx, 0x1e68(%rsp)
movq %rcx, 0x1e60(%rsp)
movl %eax, 0x1e5c(%rsp)
movq 0x1e60(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x1e5b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e5c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11a8(%rsp), %r10
movq %r10, 0x2e28(%rsp)
movl %r9d, 0x2e24(%rsp)
movl %r8d, 0x2e20(%rsp)
movl %edi, 0x2e1c(%rsp)
movq %rsi, 0x2e10(%rsp)
movq %rdx, 0x2e08(%rsp)
movl %ecx, 0x2e04(%rsp)
movq %rax, 0x2df8(%rsp)
movq 0x2e28(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x2e10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2df8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3108(%rsp)
movl $0x10, 0x3104(%rsp)
movq 0x3108(%rsp), %rax
movslq 0x3104(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3104(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bbc1d
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11e8(%rsp)
movb $0x1, 0x1e5b(%rsp)
testb $0x1, 0x1e5b(%rsp)
jne 0x15bbd58
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2170(%rsp)
movq 0x2170(%rsp), %rax
movq %rax, 0x37a8(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bbcfb
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37a4(%rsp) # imm = 0xFFFFFFFF
movl 0x37a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37a0(%rsp)
cmpl $0x1, 0x37a0(%rsp)
jne 0x15bbcfb
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bbccc
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bbcca
jmp 0x15bbcf9
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3918(%rsp)
cmpq $0x0, 0x3918(%rsp)
je 0x15bbcf7
movq 0x3918(%rsp), %rdi
callq 0x5f480
jmp 0x15bbcf9
jmp 0x15bbcfb
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bbd56
movq %rax, %rdi
callq 0x678a0
jmp 0x15bbd58
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2060(%rsp)
movq 0x2060(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2288(%rsp)
movq 0x2288(%rsp), %rax
movq %rax, 0x3578(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bbe43
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3574(%rsp) # imm = 0xFFFFFFFF
movl 0x3574(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3570(%rsp)
cmpl $0x1, 0x3570(%rsp)
jne 0x15bbe43
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bbe14
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bbe12
jmp 0x15bbe41
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a30(%rsp)
cmpq $0x0, 0x3a30(%rsp)
je 0x15bbe3f
movq 0x3a30(%rsp), %rdi
callq 0x5f480
jmp 0x15bbe41
jmp 0x15bbe43
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bbe9e
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x11f0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x1158(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1158(%rsp), %r10
movq %r10, 0x28e8(%rsp)
movl %r9d, 0x28e4(%rsp)
movl %r8d, 0x28e0(%rsp)
movl %edi, 0x28dc(%rsp)
movq %rsi, 0x28d0(%rsp)
movq %rdx, 0x28c8(%rsp)
movl %ecx, 0x28c4(%rsp)
movq %rax, 0x28b8(%rsp)
movq 0x28e8(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x28d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x28c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3288(%rsp)
movl $0x10, 0x3284(%rsp)
movq 0x3288(%rsp), %rax
movslq 0x3284(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3284(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1180(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bc06a
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1198(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x15bc1a5
leaq 0x1158(%rsp), %rax
movq %rax, 0x2440(%rsp)
movq 0x2440(%rsp), %rax
movq %rax, 0x33b8(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bc148
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33b4(%rsp) # imm = 0xFFFFFFFF
movl 0x33b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33b0(%rsp)
cmpl $0x1, 0x33b0(%rsp)
jne 0x15bc148
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bc119
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bc117
jmp 0x15bc146
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b10(%rsp)
cmpq $0x0, 0x3b10(%rsp)
je 0x15bc144
movq 0x3b10(%rsp), %rdi
callq 0x5f480
jmp 0x15bc146
jmp 0x15bc148
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bc1a3
movq %rax, %rdi
callq 0x678a0
jmp 0x15bc1a5
leaq 0x1158(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1158(%rsp), %rax
movq %rax, 0x2290(%rsp)
movq 0x2290(%rsp), %rax
movq %rax, 0x3568(%rsp)
movq 0x3568(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bc290
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3564(%rsp) # imm = 0xFFFFFFFF
movl 0x3564(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3560(%rsp)
cmpl $0x1, 0x3560(%rsp)
jne 0x15bc290
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bc261
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bc25f
jmp 0x15bc28e
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a38(%rsp)
cmpq $0x0, 0x3a38(%rsp)
je 0x15bc28c
movq 0x3a38(%rsp), %rdi
callq 0x5f480
jmp 0x15bc28e
jmp 0x15bc290
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bc2eb
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x11a0(%rsp)
movl $0x0, 0x1154(%rsp)
movl 0x1154(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15bc44a
movl $0x0, 0x1150(%rsp)
movl 0x1150(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15bc432
movq 0x1240(%rsp), %rax
movq %rax, 0x3c48(%rsp)
movq 0x3c48(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1140(%rsp)
movq 0x11f0(%rsp), %rax
movl 0x1150(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c40(%rsp)
movq 0x3c40(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1130(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1140(%rsp), %rsi
leaq 0x1130(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x1120(%rsp)
movq 0x11a0(%rsp), %rax
vmovaps 0x1120(%rsp), %xmm0
movq %rax, 0x3e28(%rsp)
vmovaps %xmm0, 0x3e10(%rsp)
vmovaps 0x3e10(%rsp), %xmm0
movq 0x3e28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1240(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1240(%rsp)
movq 0x11a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x11a0(%rsp)
movl 0x1150(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1150(%rsp)
jmp 0x15bc325
jmp 0x15bc434
movl 0x1154(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1154(%rsp)
jmp 0x15bc306
jmp 0x15bc44c
movl 0x124c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x124c(%rsp)
jmp 0x15bb600
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
cmpl $0x1, 0x1c80(%rsp)
je 0x15bd3f3
cmpl $0x1, 0x1ca0(%rsp)
jne 0x15bd3f3
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15bd3f3
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15bd3f3
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d20(%rsp)
movq 0x1d20(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x15bc559
movq 0x380(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x15bc566
jmp 0x15bc576
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0x111c(%rsp)
movl 0x111c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15bd3e3
movq 0x1cc0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x10c8(%rsp), %rdx
movq %rdx, 0x1e50(%rsp)
movq %rcx, 0x1e48(%rsp)
movl %eax, 0x1e44(%rsp)
movq 0x1e48(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x1e43(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e44(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x10c8(%rsp), %r10
movq %r10, 0x2e60(%rsp)
movl %r9d, 0x2e5c(%rsp)
movl %r8d, 0x2e58(%rsp)
movl %edi, 0x2e54(%rsp)
movq %rsi, 0x2e48(%rsp)
movq %rdx, 0x2e40(%rsp)
movl %ecx, 0x2e3c(%rsp)
movq %rax, 0x2e30(%rsp)
movq 0x2e60(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x2e48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30f8(%rsp)
movl $0x10, 0x30f4(%rsp)
movq 0x30f8(%rsp), %rax
movslq 0x30f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bc751
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1108(%rsp)
movb $0x1, 0x1e43(%rsp)
testb $0x1, 0x1e43(%rsp)
jne 0x15bc88c
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2178(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x3798(%rsp)
movq 0x3798(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bc82f
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3794(%rsp) # imm = 0xFFFFFFFF
movl 0x3794(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3790(%rsp)
cmpl $0x1, 0x3790(%rsp)
jne 0x15bc82f
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bc800
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bc7fe
jmp 0x15bc82d
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3920(%rsp)
cmpq $0x0, 0x3920(%rsp)
je 0x15bc82b
movq 0x3920(%rsp), %rdi
callq 0x5f480
jmp 0x15bc82d
jmp 0x15bc82f
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bc88a
movq %rax, %rdi
callq 0x678a0
jmp 0x15bc88c
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2058(%rsp)
movq 0x2058(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2298(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x3558(%rsp)
movq 0x3558(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bc977
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3554(%rsp) # imm = 0xFFFFFFFF
movl 0x3554(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3550(%rsp)
cmpl $0x1, 0x3550(%rsp)
jne 0x15bc977
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bc948
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bc946
jmp 0x15bc975
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a40(%rsp)
cmpq $0x0, 0x3a40(%rsp)
je 0x15bc973
movq 0x3a40(%rsp), %rdi
callq 0x5f480
jmp 0x15bc975
jmp 0x15bc977
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bc9d2
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1110(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1078(%rsp), %rdx
movq %rdx, 0x1e38(%rsp)
movq %rcx, 0x1e30(%rsp)
movl %eax, 0x1e2c(%rsp)
movq 0x1e30(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x1e2b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e2c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1078(%rsp), %r10
movq %r10, 0x2e98(%rsp)
movl %r9d, 0x2e94(%rsp)
movl %r8d, 0x2e90(%rsp)
movl %edi, 0x2e8c(%rsp)
movq %rsi, 0x2e80(%rsp)
movq %rdx, 0x2e78(%rsp)
movl %ecx, 0x2e74(%rsp)
movq %rax, 0x2e68(%rsp)
movq 0x2e98(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x2e80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30e8(%rsp)
movl $0x10, 0x30e4(%rsp)
movq 0x30e8(%rsp), %rax
movslq 0x30e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bcb9e
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10b8(%rsp)
movb $0x1, 0x1e2b(%rsp)
testb $0x1, 0x1e2b(%rsp)
jne 0x15bccd9
leaq 0x1078(%rsp), %rax
movq %rax, 0x2180(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x3788(%rsp)
movq 0x3788(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bcc7c
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3784(%rsp) # imm = 0xFFFFFFFF
movl 0x3784(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3780(%rsp)
cmpl $0x1, 0x3780(%rsp)
jne 0x15bcc7c
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bcc4d
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bcc4b
jmp 0x15bcc7a
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3928(%rsp)
cmpq $0x0, 0x3928(%rsp)
je 0x15bcc78
movq 0x3928(%rsp), %rdi
callq 0x5f480
jmp 0x15bcc7a
jmp 0x15bcc7c
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bccd7
movq %rax, %rdi
callq 0x678a0
jmp 0x15bccd9
leaq 0x1078(%rsp), %rax
movq %rax, 0x2050(%rsp)
movq 0x2050(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x1078(%rsp), %rax
movq %rax, 0x22a0(%rsp)
movq 0x22a0(%rsp), %rax
movq %rax, 0x3548(%rsp)
movq 0x3548(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bcdc4
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3544(%rsp) # imm = 0xFFFFFFFF
movl 0x3544(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3540(%rsp)
cmpl $0x1, 0x3540(%rsp)
jne 0x15bcdc4
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bcd95
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bcd93
jmp 0x15bcdc2
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a48(%rsp)
cmpq $0x0, 0x3a48(%rsp)
je 0x15bcdc0
movq 0x3a48(%rsp), %rdi
callq 0x5f480
jmp 0x15bcdc2
jmp 0x15bcdc4
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bce1f
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x10c0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1028(%rsp), %rdx
movq %rdx, 0x2418(%rsp)
movq %rcx, 0x2410(%rsp)
movl %eax, 0x240c(%rsp)
movq 0x2410(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x240b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x240c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1028(%rsp), %r10
movq %r10, 0x2920(%rsp)
movl %r9d, 0x291c(%rsp)
movl %r8d, 0x2918(%rsp)
movl %edi, 0x2914(%rsp)
movq %rsi, 0x2908(%rsp)
movq %rdx, 0x2900(%rsp)
movl %ecx, 0x28fc(%rsp)
movq %rax, 0x28f0(%rsp)
movq 0x2920(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2900(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x291c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2918(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2914(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3278(%rsp)
movl $0x10, 0x3274(%rsp)
movq 0x3278(%rsp), %rax
movslq 0x3274(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3274(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1050(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bcfeb
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1068(%rsp)
movb $0x1, 0x240b(%rsp)
testb $0x1, 0x240b(%rsp)
jne 0x15bd126
leaq 0x1028(%rsp), %rax
movq %rax, 0x2420(%rsp)
movq 0x2420(%rsp), %rax
movq %rax, 0x33c8(%rsp)
movq 0x33c8(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bd0c9
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33c4(%rsp) # imm = 0xFFFFFFFF
movl 0x33c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33c0(%rsp)
cmpl $0x1, 0x33c0(%rsp)
jne 0x15bd0c9
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bd09a
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bd098
jmp 0x15bd0c7
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b08(%rsp)
cmpq $0x0, 0x3b08(%rsp)
je 0x15bd0c5
movq 0x3b08(%rsp), %rdi
callq 0x5f480
jmp 0x15bd0c7
jmp 0x15bd0c9
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bd124
movq %rax, %rdi
callq 0x678a0
jmp 0x15bd126
leaq 0x1028(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x1028(%rsp), %rax
movq %rax, 0x22a8(%rsp)
movq 0x22a8(%rsp), %rax
movq %rax, 0x3538(%rsp)
movq 0x3538(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bd211
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3534(%rsp) # imm = 0xFFFFFFFF
movl 0x3534(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3530(%rsp)
cmpl $0x1, 0x3530(%rsp)
jne 0x15bd211
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bd1e2
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bd1e0
jmp 0x15bd20f
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a50(%rsp)
cmpq $0x0, 0x3a50(%rsp)
je 0x15bd20d
movq 0x3a50(%rsp), %rdi
callq 0x5f480
jmp 0x15bd20f
jmp 0x15bd211
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bd26c
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x1070(%rsp)
movl $0x0, 0x1024(%rsp)
movl 0x1024(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15bd3cb
movq 0x1110(%rsp), %rax
movl 0x1024(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c38(%rsp)
movq 0x3c38(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1010(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15bd3b3
movq 0x10c0(%rsp), %rax
movq %rax, 0x3c30(%rsp)
movq 0x3c30(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xff0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1010(%rsp), %rsi
leaq 0xff0(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0xfe0(%rsp)
movq 0x1070(%rsp), %rax
vmovaps 0xfe0(%rsp), %xmm0
movq %rax, 0x3e08(%rsp)
vmovaps %xmm0, 0x3df0(%rsp)
vmovaps 0x3df0(%rsp), %xmm0
movq 0x3e08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x10c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x10c0(%rsp)
movq 0x1070(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1070(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x15bd2df
jmp 0x15bd3b5
movl 0x1024(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1024(%rsp)
jmp 0x15bd287
jmp 0x15bd3cd
movl 0x111c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x111c(%rsp)
jmp 0x15bc581
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15be374
cmpl $0x1, 0x1c7c(%rsp)
je 0x15be374
cmpl $0x1, 0x1c9c(%rsp)
jne 0x15be374
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15be374
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d18(%rsp)
movq 0x1d18(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x15bd4da
movq 0x2f8(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x15bd4e7
jmp 0x15bd4f7
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15be364
movq 0x1cc0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf88(%rsp), %rdx
movq %rdx, 0x1e20(%rsp)
movq %rcx, 0x1e18(%rsp)
movl %eax, 0x1e14(%rsp)
movq 0x1e18(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x1e13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf88(%rsp), %r10
movq %r10, 0x2ed0(%rsp)
movl %r9d, 0x2ecc(%rsp)
movl %r8d, 0x2ec8(%rsp)
movl %edi, 0x2ec4(%rsp)
movq %rsi, 0x2eb8(%rsp)
movq %rdx, 0x2eb0(%rsp)
movl %ecx, 0x2eac(%rsp)
movq %rax, 0x2ea0(%rsp)
movq 0x2ed0(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x2eb8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2eb0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2eac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ea0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2ecc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ec8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ec4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30d8(%rsp)
movl $0x10, 0x30d4(%rsp)
movq 0x30d8(%rsp), %rax
movslq 0x30d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xfb0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bd6d2
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xfc8(%rsp)
movb $0x1, 0x1e13(%rsp)
testb $0x1, 0x1e13(%rsp)
jne 0x15bd80d
leaq 0xf88(%rsp), %rax
movq %rax, 0x2188(%rsp)
movq 0x2188(%rsp), %rax
movq %rax, 0x3778(%rsp)
movq 0x3778(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bd7b0
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3774(%rsp) # imm = 0xFFFFFFFF
movl 0x3774(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3770(%rsp)
cmpl $0x1, 0x3770(%rsp)
jne 0x15bd7b0
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bd781
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bd77f
jmp 0x15bd7ae
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3930(%rsp)
cmpq $0x0, 0x3930(%rsp)
je 0x15bd7ac
movq 0x3930(%rsp), %rdi
callq 0x5f480
jmp 0x15bd7ae
jmp 0x15bd7b0
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bd80b
movq %rax, %rdi
callq 0x678a0
jmp 0x15bd80d
leaq 0xf88(%rsp), %rax
movq %rax, 0x2048(%rsp)
movq 0x2048(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0xf88(%rsp), %rax
movq %rax, 0x22b0(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x3528(%rsp)
movq 0x3528(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bd8f8
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3524(%rsp) # imm = 0xFFFFFFFF
movl 0x3524(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3520(%rsp)
cmpl $0x1, 0x3520(%rsp)
jne 0x15bd8f8
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bd8c9
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bd8c7
jmp 0x15bd8f6
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a58(%rsp)
cmpq $0x0, 0x3a58(%rsp)
je 0x15bd8f4
movq 0x3a58(%rsp), %rdi
callq 0x5f480
jmp 0x15bd8f6
jmp 0x15bd8f8
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bd953
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0xfd0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf38(%rsp), %rdx
movq %rdx, 0x1e08(%rsp)
movq %rcx, 0x1e00(%rsp)
movl %eax, 0x1dfc(%rsp)
movq 0x1e00(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x1dfb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dfc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf38(%rsp), %r10
movq %r10, 0x2f08(%rsp)
movl %r9d, 0x2f04(%rsp)
movl %r8d, 0x2f00(%rsp)
movl %edi, 0x2efc(%rsp)
movq %rsi, 0x2ef0(%rsp)
movq %rdx, 0x2ee8(%rsp)
movl %ecx, 0x2ee4(%rsp)
movq %rax, 0x2ed8(%rsp)
movq 0x2f08(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x2ef0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ee8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ee4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ed8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2efc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30c8(%rsp)
movl $0x10, 0x30c4(%rsp)
movq 0x30c8(%rsp), %rax
movslq 0x30c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf60(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bdb1f
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf78(%rsp)
movb $0x1, 0x1dfb(%rsp)
testb $0x1, 0x1dfb(%rsp)
jne 0x15bdc5a
leaq 0xf38(%rsp), %rax
movq %rax, 0x2190(%rsp)
movq 0x2190(%rsp), %rax
movq %rax, 0x3768(%rsp)
movq 0x3768(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bdbfd
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3764(%rsp) # imm = 0xFFFFFFFF
movl 0x3764(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3760(%rsp)
cmpl $0x1, 0x3760(%rsp)
jne 0x15bdbfd
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bdbce
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bdbcc
jmp 0x15bdbfb
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3938(%rsp)
cmpq $0x0, 0x3938(%rsp)
je 0x15bdbf9
movq 0x3938(%rsp), %rdi
callq 0x5f480
jmp 0x15bdbfb
jmp 0x15bdbfd
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bdc58
movq %rax, %rdi
callq 0x678a0
jmp 0x15bdc5a
leaq 0xf38(%rsp), %rax
movq %rax, 0x2040(%rsp)
movq 0x2040(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0xf38(%rsp), %rax
movq %rax, 0x22b8(%rsp)
movq 0x22b8(%rsp), %rax
movq %rax, 0x3518(%rsp)
movq 0x3518(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bdd45
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3514(%rsp) # imm = 0xFFFFFFFF
movl 0x3514(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3510(%rsp)
cmpl $0x1, 0x3510(%rsp)
jne 0x15bdd45
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bdd16
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bdd14
jmp 0x15bdd43
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a60(%rsp)
cmpq $0x0, 0x3a60(%rsp)
je 0x15bdd41
movq 0x3a60(%rsp), %rdi
callq 0x5f480
jmp 0x15bdd43
jmp 0x15bdd45
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bdda0
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0xf80(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xee8(%rsp), %rdx
movq %rdx, 0x23f8(%rsp)
movq %rcx, 0x23f0(%rsp)
movl %eax, 0x23ec(%rsp)
movq 0x23f0(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x23eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xee8(%rsp), %r10
movq %r10, 0x2958(%rsp)
movl %r9d, 0x2954(%rsp)
movl %r8d, 0x2950(%rsp)
movl %edi, 0x294c(%rsp)
movq %rsi, 0x2940(%rsp)
movq %rdx, 0x2938(%rsp)
movl %ecx, 0x2934(%rsp)
movq %rax, 0x2928(%rsp)
movq 0x2958(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x2940(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2938(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2934(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2928(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2954(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2950(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x294c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3268(%rsp)
movl $0x10, 0x3264(%rsp)
movq 0x3268(%rsp), %rax
movslq 0x3264(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3264(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bdf6c
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf28(%rsp)
movb $0x1, 0x23eb(%rsp)
testb $0x1, 0x23eb(%rsp)
jne 0x15be0a7
leaq 0xee8(%rsp), %rax
movq %rax, 0x2400(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x33d8(%rsp)
movq 0x33d8(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15be04a
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33d4(%rsp) # imm = 0xFFFFFFFF
movl 0x33d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33d0(%rsp)
cmpl $0x1, 0x33d0(%rsp)
jne 0x15be04a
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15be01b
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15be019
jmp 0x15be048
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b00(%rsp)
cmpq $0x0, 0x3b00(%rsp)
je 0x15be046
movq 0x3b00(%rsp), %rdi
callq 0x5f480
jmp 0x15be048
jmp 0x15be04a
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15be0a5
movq %rax, %rdi
callq 0x678a0
jmp 0x15be0a7
leaq 0xee8(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0xee8(%rsp), %rax
movq %rax, 0x22c0(%rsp)
movq 0x22c0(%rsp), %rax
movq %rax, 0x3508(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15be192
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3504(%rsp) # imm = 0xFFFFFFFF
movl 0x3504(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3500(%rsp)
cmpl $0x1, 0x3500(%rsp)
jne 0x15be192
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15be163
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15be161
jmp 0x15be190
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a68(%rsp)
cmpq $0x0, 0x3a68(%rsp)
je 0x15be18e
movq 0x3a68(%rsp), %rdi
callq 0x5f480
jmp 0x15be190
jmp 0x15be192
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15be1ed
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0xf30(%rsp)
movl $0x0, 0xee4(%rsp)
movl 0xee4(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15be34c
movl $0x0, 0xee0(%rsp)
movl 0xee0(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15be334
movq 0xfd0(%rsp), %rax
movl 0xee0(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c28(%rsp)
movq 0x3c28(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xed0(%rsp)
movq 0xf80(%rsp), %rax
movq %rax, 0x3c20(%rsp)
movq 0x3c20(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xec0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xed0(%rsp), %rsi
leaq 0xec0(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0xeb0(%rsp)
movq 0xf30(%rsp), %rax
vmovaps 0xeb0(%rsp), %xmm0
movq %rax, 0x3de8(%rsp)
vmovaps %xmm0, 0x3dd0(%rsp)
vmovaps 0x3dd0(%rsp), %xmm0
movq 0x3de8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xf80(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf80(%rsp)
movq 0xf30(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf30(%rsp)
movl 0xee0(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee0(%rsp)
jmp 0x15be227
jmp 0x15be336
movl 0xee4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee4(%rsp)
jmp 0x15be208
jmp 0x15be34e
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x15bd502
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1622a70
movl %eax, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d10(%rsp)
movq 0x1d10(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x15be448
movq 0x270(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x15be455
jmp 0x15be465
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15beeee
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15beede
movq 0x1cc0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe58(%rsp), %rdx
movq %rdx, 0x1df0(%rsp)
movq %rcx, 0x1de8(%rsp)
movl %eax, 0x1de4(%rsp)
movq 0x1de8(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x1de3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1de4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe58(%rsp), %r10
movq %r10, 0x2f40(%rsp)
movl %r9d, 0x2f3c(%rsp)
movl %r8d, 0x2f38(%rsp)
movl %edi, 0x2f34(%rsp)
movq %rsi, 0x2f28(%rsp)
movq %rdx, 0x2f20(%rsp)
movl %ecx, 0x2f1c(%rsp)
movq %rax, 0x2f10(%rsp)
movq 0x2f40(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x2f28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30b8(%rsp)
movl $0x10, 0x30b4(%rsp)
movq 0x30b8(%rsp), %rax
movslq 0x30b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15be652
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe98(%rsp)
movb $0x1, 0x1de3(%rsp)
testb $0x1, 0x1de3(%rsp)
jne 0x15be78d
leaq 0xe58(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rax
movq %rax, 0x3758(%rsp)
movq 0x3758(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15be730
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3754(%rsp) # imm = 0xFFFFFFFF
movl 0x3754(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3750(%rsp)
cmpl $0x1, 0x3750(%rsp)
jne 0x15be730
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15be701
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15be6ff
jmp 0x15be72e
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3940(%rsp)
cmpq $0x0, 0x3940(%rsp)
je 0x15be72c
movq 0x3940(%rsp), %rdi
callq 0x5f480
jmp 0x15be72e
jmp 0x15be730
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15be78b
movq %rax, %rdi
callq 0x678a0
jmp 0x15be78d
leaq 0xe58(%rsp), %rax
movq %rax, 0x2038(%rsp)
movq 0x2038(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0xe58(%rsp), %rax
movq %rax, 0x22c8(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x34f8(%rsp)
movq 0x34f8(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15be878
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34f4(%rsp) # imm = 0xFFFFFFFF
movl 0x34f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34f0(%rsp)
cmpl $0x1, 0x34f0(%rsp)
jne 0x15be878
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15be849
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15be847
jmp 0x15be876
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a70(%rsp)
cmpq $0x0, 0x3a70(%rsp)
je 0x15be874
movq 0x3a70(%rsp), %rdi
callq 0x5f480
jmp 0x15be876
jmp 0x15be878
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15be8d3
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0xea0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xeac(%rsp), %eax
movq %rcx, 0x3f60(%rsp)
movl %eax, 0x3f5c(%rsp)
movq 0x3f60(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f5c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x2990(%rsp)
movl %r9d, 0x298c(%rsp)
movl %r8d, 0x2988(%rsp)
movl %edi, 0x2984(%rsp)
movq %rsi, 0x2978(%rsp)
movq %rdx, 0x2970(%rsp)
movl %ecx, 0x296c(%rsp)
movq %rax, 0x2960(%rsp)
movq 0x2990(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2970(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x296c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2960(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x298c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2988(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2984(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3258(%rsp)
movl $0x10, 0x3254(%rsp)
movq 0x3258(%rsp), %rax
movslq 0x3254(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3254(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15beae8
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x15bec23
leaq 0xe00(%rsp), %rax
movq %rax, 0x23e0(%rsp)
movq 0x23e0(%rsp), %rax
movq %rax, 0x33e8(%rsp)
movq 0x33e8(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bebc6
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33e4(%rsp) # imm = 0xFFFFFFFF
movl 0x33e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33e0(%rsp)
cmpl $0x1, 0x33e0(%rsp)
jne 0x15bebc6
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15beb97
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15beb95
jmp 0x15bebc4
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af8(%rsp)
cmpq $0x0, 0x3af8(%rsp)
je 0x15bebc2
movq 0x3af8(%rsp), %rdi
callq 0x5f480
jmp 0x15bebc4
jmp 0x15bebc6
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bec21
movq %rax, %rdi
callq 0x678a0
jmp 0x15bec23
leaq 0xe00(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x22d0(%rsp)
movq 0x22d0(%rsp), %rax
movq %rax, 0x34e8(%rsp)
movq 0x34e8(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bed0e
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34e4(%rsp) # imm = 0xFFFFFFFF
movl 0x34e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34e0(%rsp)
cmpl $0x1, 0x34e0(%rsp)
jne 0x15bed0e
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15becdf
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15becdd
jmp 0x15bed0c
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a78(%rsp)
cmpq $0x0, 0x3a78(%rsp)
je 0x15bed0a
movq 0x3a78(%rsp), %rdi
callq 0x5f480
jmp 0x15bed0c
jmp 0x15bed0e
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bed69
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0xe48(%rsp)
movl $0x0, 0xdfc(%rsp)
movl 0xdfc(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15beec6
movq 0xe50(%rsp), %rax
movq %rax, 0x3c18(%rsp)
movq 0x3c18(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xde0(%rsp)
movl $0x0, 0xddc(%rsp)
movl 0xddc(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15bee9c
movq 0xea0(%rsp), %rax
movq %rax, 0x3c10(%rsp)
movq 0x3c10(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xdc0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xdc0(%rsp), %rsi
leaq 0xde0(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0xdb0(%rsp)
movq 0xe48(%rsp), %rax
vmovaps 0xdb0(%rsp), %xmm0
movq %rax, 0x3dc8(%rsp)
vmovaps %xmm0, 0x3db0(%rsp)
vmovaps 0x3db0(%rsp), %xmm0
movq 0x3dc8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xea0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xea0(%rsp)
movq 0xe48(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe48(%rsp)
movl 0xddc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xddc(%rsp)
jmp 0x15bedc8
movq 0xe50(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe50(%rsp)
movl 0xdfc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdfc(%rsp)
jmp 0x15bed84
jmp 0x15beec8
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x15be482
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15bf955
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15bef49
cmpl $0x1, 0x1c64(%rsp)
jne 0x15bef49
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1623b40
movl %eax, 0x1ccc(%rsp)
jmp 0x15c2d72
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15bf945
movq 0x1cc0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xd58(%rsp), %rdx
movq %rdx, 0x1dd8(%rsp)
movq %rcx, 0x1dd0(%rsp)
movl %eax, 0x1dcc(%rsp)
movq 0x1dd0(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x1dcb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dcc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xd58(%rsp), %r10
movq %r10, 0x2f78(%rsp)
movl %r9d, 0x2f74(%rsp)
movl %r8d, 0x2f70(%rsp)
movl %edi, 0x2f6c(%rsp)
movq %rsi, 0x2f60(%rsp)
movq %rdx, 0x2f58(%rsp)
movl %ecx, 0x2f54(%rsp)
movq %rax, 0x2f48(%rsp)
movq 0x2f78(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x2f60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30a8(%rsp)
movl $0x10, 0x30a4(%rsp)
movq 0x30a8(%rsp), %rax
movslq 0x30a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bf124
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd98(%rsp)
movb $0x1, 0x1dcb(%rsp)
testb $0x1, 0x1dcb(%rsp)
jne 0x15bf25f
leaq 0xd58(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rax
movq %rax, 0x3748(%rsp)
movq 0x3748(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bf202
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3744(%rsp) # imm = 0xFFFFFFFF
movl 0x3744(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3740(%rsp)
cmpl $0x1, 0x3740(%rsp)
jne 0x15bf202
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bf1d3
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bf1d1
jmp 0x15bf200
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3948(%rsp)
cmpq $0x0, 0x3948(%rsp)
je 0x15bf1fe
movq 0x3948(%rsp), %rdi
callq 0x5f480
jmp 0x15bf200
jmp 0x15bf202
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bf25d
movq %rax, %rdi
callq 0x678a0
jmp 0x15bf25f
leaq 0xd58(%rsp), %rax
movq %rax, 0x2030(%rsp)
movq 0x2030(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xd58(%rsp), %rax
movq %rax, 0x22d8(%rsp)
movq 0x22d8(%rsp), %rax
movq %rax, 0x34d8(%rsp)
movq 0x34d8(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bf34a
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34d4(%rsp) # imm = 0xFFFFFFFF
movl 0x34d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34d0(%rsp)
cmpl $0x1, 0x34d0(%rsp)
jne 0x15bf34a
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bf31b
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bf319
jmp 0x15bf348
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a80(%rsp)
cmpq $0x0, 0x3a80(%rsp)
je 0x15bf346
movq 0x3a80(%rsp), %rdi
callq 0x5f480
jmp 0x15bf348
jmp 0x15bf34a
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bf3a5
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xda0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2028(%rsp)
movq 0x2028(%rsp), %rax
movq (%rax), %rax
movl 0xdac(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c08(%rsp)
movq 0x3c08(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xd40(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xcf0(%rsp), %rdx
movq %rdx, 0x23b8(%rsp)
movq %rcx, 0x23b0(%rsp)
movl %eax, 0x23ac(%rsp)
movq 0x23b0(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x23ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcf0(%rsp), %r10
movq %r10, 0x29c8(%rsp)
movl %r9d, 0x29c4(%rsp)
movl %r8d, 0x29c0(%rsp)
movl %edi, 0x29bc(%rsp)
movq %rsi, 0x29b0(%rsp)
movq %rdx, 0x29a8(%rsp)
movl %ecx, 0x29a4(%rsp)
movq %rax, 0x2998(%rsp)
movq 0x29c8(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x29b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2998(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3248(%rsp)
movl $0x10, 0x3244(%rsp)
movq 0x3248(%rsp), %rax
movslq 0x3244(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3244(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bf5bd
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd30(%rsp)
movb $0x1, 0x23ab(%rsp)
testb $0x1, 0x23ab(%rsp)
jne 0x15bf6f8
leaq 0xcf0(%rsp), %rax
movq %rax, 0x23c0(%rsp)
movq 0x23c0(%rsp), %rax
movq %rax, 0x33f8(%rsp)
movq 0x33f8(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bf69b
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33f4(%rsp) # imm = 0xFFFFFFFF
movl 0x33f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33f0(%rsp)
cmpl $0x1, 0x33f0(%rsp)
jne 0x15bf69b
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bf66c
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bf66a
jmp 0x15bf699
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af0(%rsp)
cmpq $0x0, 0x3af0(%rsp)
je 0x15bf697
movq 0x3af0(%rsp), %rdi
callq 0x5f480
jmp 0x15bf699
jmp 0x15bf69b
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bf6f6
movq %rax, %rdi
callq 0x678a0
jmp 0x15bf6f8
leaq 0xcf0(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xcf0(%rsp), %rax
movq %rax, 0x22e0(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x34c8(%rsp)
movq 0x34c8(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bf7e3
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34c4(%rsp) # imm = 0xFFFFFFFF
movl 0x34c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34c0(%rsp)
cmpl $0x1, 0x34c0(%rsp)
jne 0x15bf7e3
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bf7b4
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bf7b2
jmp 0x15bf7e1
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a88(%rsp)
cmpq $0x0, 0x3a88(%rsp)
je 0x15bf7df
movq 0x3a88(%rsp), %rdi
callq 0x5f480
jmp 0x15bf7e1
jmp 0x15bf7e3
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bf83e
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xd38(%rsp)
movl $0x0, 0xcec(%rsp)
movl 0xcec(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15bf92d
movq 0xda0(%rsp), %rax
movq %rax, 0x3c00(%rsp)
movq 0x3c00(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xcd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xcd0(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0xcc0(%rsp)
movq 0xd38(%rsp), %rax
vmovaps 0xcc0(%rsp), %xmm0
movq %rax, 0x3da8(%rsp)
vmovaps %xmm0, 0x3d90(%rsp)
vmovaps 0x3d90(%rsp), %xmm0
movq 0x3da8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xda0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xda0(%rsp)
movq 0xd38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xd38(%rsp)
movl 0xcec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcec(%rsp)
jmp 0x15bf859
jmp 0x15bf92f
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x15bef54
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
jmp 0x15c2d65
movq 0x1cc0(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15c1411
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15c04f9
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d08(%rsp)
movq 0x1d08(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x15bfa2e
movq 0x1c0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x15bfa3b
jmp 0x15bfa4b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0xcbc(%rsp)
movl 0xcbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15c04e9
movq 0x1cc0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
movq %rcx, 0x2610(%rsp)
movl %eax, 0x260c(%rsp)
movq 0x2610(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x260c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc60(%rsp), %rdx
movq %rdx, 0x1dc0(%rsp)
movq %rcx, 0x1db8(%rsp)
movl %eax, 0x1db4(%rsp)
movq 0x1db8(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x1db3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1db4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc60(%rsp), %r10
movq %r10, 0x2fb0(%rsp)
movl %r9d, 0x2fac(%rsp)
movl %r8d, 0x2fa8(%rsp)
movl %edi, 0x2fa4(%rsp)
movq %rsi, 0x2f98(%rsp)
movq %rdx, 0x2f90(%rsp)
movl %ecx, 0x2f8c(%rsp)
movq %rax, 0x2f80(%rsp)
movq 0x2fb0(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x2f98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fa8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fa4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3098(%rsp)
movl $0x10, 0x3094(%rsp)
movq 0x3098(%rsp), %rax
movslq 0x3094(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3094(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15bfc6f
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xca0(%rsp)
movb $0x1, 0x1db3(%rsp)
testb $0x1, 0x1db3(%rsp)
jne 0x15bfdaa
leaq 0xc60(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rax
movq %rax, 0x3738(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bfd4d
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3734(%rsp) # imm = 0xFFFFFFFF
movl 0x3734(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3730(%rsp)
cmpl $0x1, 0x3730(%rsp)
jne 0x15bfd4d
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bfd1e
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bfd1c
jmp 0x15bfd4b
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3950(%rsp)
cmpq $0x0, 0x3950(%rsp)
je 0x15bfd49
movq 0x3950(%rsp), %rdi
callq 0x5f480
jmp 0x15bfd4b
jmp 0x15bfd4d
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bfda8
movq %rax, %rdi
callq 0x678a0
jmp 0x15bfdaa
leaq 0xc60(%rsp), %rax
movq %rax, 0x2020(%rsp)
movq 0x2020(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xc60(%rsp), %rax
movq %rax, 0x22e8(%rsp)
movq 0x22e8(%rsp), %rax
movq %rax, 0x34b8(%rsp)
movq 0x34b8(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15bfe95
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34b4(%rsp) # imm = 0xFFFFFFFF
movl 0x34b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34b0(%rsp)
cmpl $0x1, 0x34b0(%rsp)
jne 0x15bfe95
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15bfe66
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15bfe64
jmp 0x15bfe93
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a90(%rsp)
cmpq $0x0, 0x3a90(%rsp)
je 0x15bfe91
movq 0x3a90(%rsp), %rdi
callq 0x5f480
jmp 0x15bfe93
jmp 0x15bfe95
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15bfef0
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xca8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc10(%rsp), %rdx
movq %rdx, 0x2398(%rsp)
movq %rcx, 0x2390(%rsp)
movl %eax, 0x238c(%rsp)
movq 0x2390(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x238b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x238c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc10(%rsp), %r10
movq %r10, 0x2a00(%rsp)
movl %r9d, 0x29fc(%rsp)
movl %r8d, 0x29f8(%rsp)
movl %edi, 0x29f4(%rsp)
movq %rsi, 0x29e8(%rsp)
movq %rdx, 0x29e0(%rsp)
movl %ecx, 0x29dc(%rsp)
movq %rax, 0x29d0(%rsp)
movq 0x2a00(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x29d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3238(%rsp)
movl $0x10, 0x3234(%rsp)
movq 0x3238(%rsp), %rax
movslq 0x3234(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3234(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c00bc
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xc50(%rsp)
movb $0x1, 0x238b(%rsp)
testb $0x1, 0x238b(%rsp)
jne 0x15c01f7
leaq 0xc10(%rsp), %rax
movq %rax, 0x23a0(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x3408(%rsp)
movq 0x3408(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c019a
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3404(%rsp) # imm = 0xFFFFFFFF
movl 0x3404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3400(%rsp)
cmpl $0x1, 0x3400(%rsp)
jne 0x15c019a
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c016b
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c0169
jmp 0x15c0198
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae8(%rsp)
cmpq $0x0, 0x3ae8(%rsp)
je 0x15c0196
movq 0x3ae8(%rsp), %rdi
callq 0x5f480
jmp 0x15c0198
jmp 0x15c019a
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c01f5
movq %rax, %rdi
callq 0x678a0
jmp 0x15c01f7
leaq 0xc10(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xc10(%rsp), %rax
movq %rax, 0x22f0(%rsp)
movq 0x22f0(%rsp), %rax
movq %rax, 0x34a8(%rsp)
movq 0x34a8(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c02e2
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34a4(%rsp) # imm = 0xFFFFFFFF
movl 0x34a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34a0(%rsp)
cmpl $0x1, 0x34a0(%rsp)
jne 0x15c02e2
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c02b3
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c02b1
jmp 0x15c02e0
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a98(%rsp)
cmpq $0x0, 0x3a98(%rsp)
je 0x15c02de
movq 0x3a98(%rsp), %rdi
callq 0x5f480
jmp 0x15c02e0
jmp 0x15c02e2
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c033d
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xc58(%rsp)
movl $0x0, 0xc0c(%rsp)
movl 0xc0c(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x15c04d1
movq 0xcb0(%rsp), %rax
movq %rax, 0x3bf8(%rsp)
movq 0x3bf8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbf0(%rsp)
movl $0x0, 0xbec(%rsp)
movl 0xbec(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15c04a7
movl $0x0, 0xbe8(%rsp)
movl 0xbe8(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15c048f
movq 0xca8(%rsp), %rax
movq %rax, 0x3bf0(%rsp)
movq 0x3bf0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xbf0(%rsp), %rsi
leaq 0xbd0(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0xbc0(%rsp)
movq 0xc58(%rsp), %rax
vmovaps 0xbc0(%rsp), %xmm0
movq %rax, 0x3d88(%rsp)
vmovaps %xmm0, 0x3d70(%rsp)
vmovaps 0x3d70(%rsp), %xmm0
movq 0x3d88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xca8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xca8(%rsp)
movq 0xc58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xc58(%rsp)
movl 0xbe8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbe8(%rsp)
jmp 0x15c03bb
jmp 0x15c0491
movl 0xbec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbec(%rsp)
jmp 0x15c039c
movq 0xcb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xcb0(%rsp)
movl 0xc0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc0c(%rsp)
jmp 0x15c0358
jmp 0x15c04d3
movl 0xcbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcbc(%rsp)
jmp 0x15bfa56
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15c1042
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d00(%rsp)
movq 0x1d00(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x15c05ae
movq 0x160(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x15c05bb
jmp 0x15c05cb
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0xbbc(%rsp)
movl 0xbbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15c1032
movq 0x1cc0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
movq %rcx, 0x3f50(%rsp)
movl %eax, 0x3f4c(%rsp)
movq 0x3f50(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f4c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xbb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb60(%rsp), %rdx
movq %rdx, 0x1da8(%rsp)
movq %rcx, 0x1da0(%rsp)
movl %eax, 0x1d9c(%rsp)
movq 0x1da0(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x1d9b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d9c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb60(%rsp), %r10
movq %r10, 0x2fe8(%rsp)
movl %r9d, 0x2fe4(%rsp)
movl %r8d, 0x2fe0(%rsp)
movl %edi, 0x2fdc(%rsp)
movq %rsi, 0x2fd0(%rsp)
movq %rdx, 0x2fc8(%rsp)
movl %ecx, 0x2fc4(%rsp)
movq %rax, 0x2fb8(%rsp)
movq 0x2fe8(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x2fd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2fc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2fc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2fb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fe4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fe0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3088(%rsp)
movl $0x10, 0x3084(%rsp)
movq 0x3088(%rsp), %rax
movslq 0x3084(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3084(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c07ef
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xba0(%rsp)
movb $0x1, 0x1d9b(%rsp)
testb $0x1, 0x1d9b(%rsp)
jne 0x15c092a
leaq 0xb60(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rax
movq %rax, 0x3728(%rsp)
movq 0x3728(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c08cd
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3724(%rsp) # imm = 0xFFFFFFFF
movl 0x3724(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3720(%rsp)
cmpl $0x1, 0x3720(%rsp)
jne 0x15c08cd
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c089e
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c089c
jmp 0x15c08cb
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3958(%rsp)
cmpq $0x0, 0x3958(%rsp)
je 0x15c08c9
movq 0x3958(%rsp), %rdi
callq 0x5f480
jmp 0x15c08cb
jmp 0x15c08cd
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c0928
movq %rax, %rdi
callq 0x678a0
jmp 0x15c092a
leaq 0xb60(%rsp), %rax
movq %rax, 0x2018(%rsp)
movq 0x2018(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xb60(%rsp), %rax
movq %rax, 0x22f8(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x3498(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c0a15
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3494(%rsp) # imm = 0xFFFFFFFF
movl 0x3494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3490(%rsp)
cmpl $0x1, 0x3490(%rsp)
jne 0x15c0a15
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c09e6
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c09e4
jmp 0x15c0a13
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa0(%rsp)
cmpq $0x0, 0x3aa0(%rsp)
je 0x15c0a11
movq 0x3aa0(%rsp), %rdi
callq 0x5f480
jmp 0x15c0a13
jmp 0x15c0a15
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c0a70
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xba8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb10(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb10(%rsp), %r10
movq %r10, 0x2a38(%rsp)
movl %r9d, 0x2a34(%rsp)
movl %r8d, 0x2a30(%rsp)
movl %edi, 0x2a2c(%rsp)
movq %rsi, 0x2a20(%rsp)
movq %rdx, 0x2a18(%rsp)
movl %ecx, 0x2a14(%rsp)
movq %rax, 0x2a08(%rsp)
movq 0x2a38(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x2a20(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a18(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a14(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a08(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a34(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a30(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a2c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3228(%rsp)
movl $0x10, 0x3224(%rsp)
movq 0x3228(%rsp), %rax
movslq 0x3224(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3224(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c0c3c
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xb50(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x15c0d77
leaq 0xb10(%rsp), %rax
movq %rax, 0x2380(%rsp)
movq 0x2380(%rsp), %rax
movq %rax, 0x3418(%rsp)
movq 0x3418(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c0d1a
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3414(%rsp) # imm = 0xFFFFFFFF
movl 0x3414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3410(%rsp)
cmpl $0x1, 0x3410(%rsp)
jne 0x15c0d1a
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c0ceb
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c0ce9
jmp 0x15c0d18
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae0(%rsp)
cmpq $0x0, 0x3ae0(%rsp)
je 0x15c0d16
movq 0x3ae0(%rsp), %rdi
callq 0x5f480
jmp 0x15c0d18
jmp 0x15c0d1a
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c0d75
movq %rax, %rdi
callq 0x678a0
jmp 0x15c0d77
leaq 0xb10(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xb10(%rsp), %rax
movq %rax, 0x2300(%rsp)
movq 0x2300(%rsp), %rax
movq %rax, 0x3488(%rsp)
movq 0x3488(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c0e62
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3484(%rsp) # imm = 0xFFFFFFFF
movl 0x3484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3480(%rsp)
cmpl $0x1, 0x3480(%rsp)
jne 0x15c0e62
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c0e33
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c0e31
jmp 0x15c0e60
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa8(%rsp)
cmpq $0x0, 0x3aa8(%rsp)
je 0x15c0e5e
movq 0x3aa8(%rsp), %rdi
callq 0x5f480
jmp 0x15c0e60
jmp 0x15c0e62
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c0ebd
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xb58(%rsp)
movl $0x0, 0xb0c(%rsp)
movl 0xb0c(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15c101a
movq 0xbb0(%rsp), %rax
movq %rax, 0x3be8(%rsp)
movq 0x3be8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xaf0(%rsp)
movl $0x0, 0xaec(%rsp)
movl 0xaec(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15c0ff0
movq 0xba8(%rsp), %rax
movq %rax, 0x3be0(%rsp)
movq 0x3be0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xad0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xaf0(%rsp), %rsi
leaq 0xad0(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0xac0(%rsp)
movq 0xb58(%rsp), %rax
vmovaps 0xac0(%rsp), %xmm0
movq %rax, 0x3d68(%rsp)
vmovaps %xmm0, 0x3d50(%rsp)
vmovaps 0x3d50(%rsp), %xmm0
movq 0x3d68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xba8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xba8(%rsp)
movq 0xb58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xb58(%rsp)
movl 0xaec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaec(%rsp)
jmp 0x15c0f1c
movq 0xbb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xbb0(%rsp)
movl 0xb0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb0c(%rsp)
jmp 0x15c0ed8
jmp 0x15c101c
movl 0xbbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbbc(%rsp)
jmp 0x15c05d6
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf8(%rsp)
movq 0x1cf8(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x15c10da
movq 0x100(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x15c10e7
jmp 0x15c10f7
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15c1136
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1622a70
movl %eax, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15c140c
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf0(%rsp)
movq 0x1cf0(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x15c11e0
movq 0xf0(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x15c11ed
jmp 0x15c11fd
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15c1246
cmpl $0x1, 0x1c64(%rsp)
jne 0x15c1246
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1623b40
movl %eax, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2010(%rsp)
movq 0x2010(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab8(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2008(%rsp)
movq 0x2008(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab0(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xaa4(%rsp)
movl 0xaa4(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15c13fc
movq 0xab0(%rsp), %rax
movq %rax, 0x3bd8(%rsp)
movq 0x3bd8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa90(%rsp)
movl $0x0, 0xa8c(%rsp)
movl 0xa8c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15c13d2
movq 0xab8(%rsp), %rax
movq %rax, 0x3bd0(%rsp)
movq 0x3bd0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa70(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa70(%rsp), %rsi
leaq 0xa90(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0xa60(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa60(%rsp), %xmm0
movq %rax, 0x3d48(%rsp)
vmovaps %xmm0, 0x3d30(%rsp)
vmovaps 0x3d30(%rsp), %xmm0
movq 0x3d48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa8c(%rsp)
jmp 0x15c12fe
movq 0xab0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab0(%rsp)
movl 0xaa4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaa4(%rsp)
jmp 0x15c12ba
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
jmp 0x15c2d63
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15c2d61
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15c146c
cmpl $0x1, 0x1c84(%rsp)
jne 0x15c146c
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x16248c0
movl %eax, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15c1f57
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce8(%rsp)
movq 0x1ce8(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x15c152e
movq 0xe0(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x15c153b
jmp 0x15c154b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15c1f47
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2000(%rsp)
movq 0x2000(%rsp), %rax
movq (%rax), %rax
movl 0xa5c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bc8(%rsp)
movq 0x3bc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa40(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9f0(%rsp), %rdx
movq %rdx, 0x1d90(%rsp)
movq %rcx, 0x1d88(%rsp)
movl %eax, 0x1d84(%rsp)
movq 0x1d88(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x1d83(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d84(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9f0(%rsp), %r10
movq %r10, 0x3020(%rsp)
movl %r9d, 0x301c(%rsp)
movl %r8d, 0x3018(%rsp)
movl %edi, 0x3014(%rsp)
movq %rsi, 0x3008(%rsp)
movq %rdx, 0x3000(%rsp)
movl %ecx, 0x2ffc(%rsp)
movq %rax, 0x2ff0(%rsp)
movq 0x3020(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3008(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3000(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ffc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ff0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x301c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3018(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3014(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3078(%rsp)
movl $0x10, 0x3074(%rsp)
movq 0x3078(%rsp), %rax
movslq 0x3074(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3074(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c1772
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xa30(%rsp)
movb $0x1, 0x1d83(%rsp)
testb $0x1, 0x1d83(%rsp)
jne 0x15c18ad
leaq 0x9f0(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rax
movq %rax, 0x3718(%rsp)
movq 0x3718(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c1850
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3714(%rsp) # imm = 0xFFFFFFFF
movl 0x3714(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3710(%rsp)
cmpl $0x1, 0x3710(%rsp)
jne 0x15c1850
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c1821
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c181f
jmp 0x15c184e
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3960(%rsp)
cmpq $0x0, 0x3960(%rsp)
je 0x15c184c
movq 0x3960(%rsp), %rdi
callq 0x5f480
jmp 0x15c184e
jmp 0x15c1850
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c18ab
movq %rax, %rdi
callq 0x678a0
jmp 0x15c18ad
leaq 0x9f0(%rsp), %rax
movq %rax, 0x1ff8(%rsp)
movq 0x1ff8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0x9f0(%rsp), %rax
movq %rax, 0x2308(%rsp)
movq 0x2308(%rsp), %rax
movq %rax, 0x3478(%rsp)
movq 0x3478(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c1998
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3474(%rsp) # imm = 0xFFFFFFFF
movl 0x3474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3470(%rsp)
cmpl $0x1, 0x3470(%rsp)
jne 0x15c1998
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c1969
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c1967
jmp 0x15c1996
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab0(%rsp)
cmpq $0x0, 0x3ab0(%rsp)
je 0x15c1994
movq 0x3ab0(%rsp), %rdi
callq 0x5f480
jmp 0x15c1996
jmp 0x15c1998
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c19f3
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xa38(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9a0(%rsp), %rdx
movq %rdx, 0x2358(%rsp)
movq %rcx, 0x2350(%rsp)
movl %eax, 0x234c(%rsp)
movq 0x2350(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x234b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x234c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9a0(%rsp), %r10
movq %r10, 0x2a70(%rsp)
movl %r9d, 0x2a6c(%rsp)
movl %r8d, 0x2a68(%rsp)
movl %edi, 0x2a64(%rsp)
movq %rsi, 0x2a58(%rsp)
movq %rdx, 0x2a50(%rsp)
movl %ecx, 0x2a4c(%rsp)
movq %rax, 0x2a40(%rsp)
movq 0x2a70(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x2a58(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a50(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a4c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a40(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a6c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a68(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a64(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3218(%rsp)
movl $0x10, 0x3214(%rsp)
movq 0x3218(%rsp), %rax
movslq 0x3214(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3214(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x9c8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c1bbf
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9e0(%rsp)
movb $0x1, 0x234b(%rsp)
testb $0x1, 0x234b(%rsp)
jne 0x15c1cfa
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2360(%rsp)
movq 0x2360(%rsp), %rax
movq %rax, 0x3428(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c1c9d
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3424(%rsp) # imm = 0xFFFFFFFF
movl 0x3424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3420(%rsp)
cmpl $0x1, 0x3420(%rsp)
jne 0x15c1c9d
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c1c6e
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c1c6c
jmp 0x15c1c9b
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad8(%rsp)
cmpq $0x0, 0x3ad8(%rsp)
je 0x15c1c99
movq 0x3ad8(%rsp), %rdi
callq 0x5f480
jmp 0x15c1c9b
jmp 0x15c1c9d
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c1cf8
movq %rax, %rdi
callq 0x678a0
jmp 0x15c1cfa
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2310(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x3468(%rsp)
movq 0x3468(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c1de5
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3464(%rsp) # imm = 0xFFFFFFFF
movl 0x3464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3460(%rsp)
cmpl $0x1, 0x3460(%rsp)
jne 0x15c1de5
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c1db6
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c1db4
jmp 0x15c1de3
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab8(%rsp)
cmpq $0x0, 0x3ab8(%rsp)
je 0x15c1de1
movq 0x3ab8(%rsp), %rdi
callq 0x5f480
jmp 0x15c1de3
jmp 0x15c1de5
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c1e40
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0x9e8(%rsp)
movl $0x0, 0x99c(%rsp)
movl 0x99c(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15c1f2f
movq 0xa38(%rsp), %rax
movq %rax, 0x3bc0(%rsp)
movq 0x3bc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x980(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa40(%rsp), %rsi
leaq 0x980(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x970(%rsp)
movq 0x9e8(%rsp), %rax
vmovaps 0x970(%rsp), %xmm0
movq %rax, 0x3d28(%rsp)
vmovaps %xmm0, 0x3d10(%rsp)
vmovaps 0x3d10(%rsp), %xmm0
movq 0x3d28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xa38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xa38(%rsp)
movq 0x9e8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x9e8(%rsp)
movl 0x99c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x99c(%rsp)
jmp 0x15c1e5b
jmp 0x15c1f31
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x15c1556
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15c29c9
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1ce0(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x15c200c
movq 0x80(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x15c2019
jmp 0x15c2029
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movl $0x0, 0x96c(%rsp)
movl 0x96c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15c29b9
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1ff0(%rsp)
movq 0x1ff0(%rsp), %rax
movq (%rax), %rax
movl 0x96c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bb8(%rsp)
movq 0x3bb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x950(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x900(%rsp), %rdx
movq %rdx, 0x1d78(%rsp)
movq %rcx, 0x1d70(%rsp)
movl %eax, 0x1d6c(%rsp)
movq 0x1d70(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x1d6b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d6c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x900(%rsp), %r10
movq %r10, 0x3058(%rsp)
movl %r9d, 0x3054(%rsp)
movl %r8d, 0x3050(%rsp)
movl %edi, 0x304c(%rsp)
movq %rsi, 0x3040(%rsp)
movq %rdx, 0x3038(%rsp)
movl %ecx, 0x3034(%rsp)
movq %rax, 0x3028(%rsp)
movq 0x3058(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3040(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3038(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3034(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3028(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3054(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3050(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x304c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3068(%rsp)
movl $0x10, 0x3064(%rsp)
movq 0x3068(%rsp), %rax
movslq 0x3064(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3064(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x928(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c2244
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x940(%rsp)
movb $0x1, 0x1d6b(%rsp)
testb $0x1, 0x1d6b(%rsp)
jne 0x15c236d
leaq 0x900(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rax
movq %rax, 0x3708(%rsp)
movq 0x3708(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c2313
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3704(%rsp) # imm = 0xFFFFFFFF
movl 0x3704(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3700(%rsp)
cmpl $0x1, 0x3700(%rsp)
jne 0x15c2313
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c22e7
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c22e5
jmp 0x15c2311
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3968(%rsp)
cmpq $0x0, 0x3968(%rsp)
je 0x15c230f
movq 0x3968(%rsp), %rdi
callq 0x5f480
jmp 0x15c2311
jmp 0x15c2313
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c236b
movq %rax, %rdi
callq 0x678a0
jmp 0x15c236d
leaq 0x900(%rsp), %rax
movq %rax, 0x1fe8(%rsp)
movq 0x1fe8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x900(%rsp), %rax
movq %rax, 0x2318(%rsp)
movq 0x2318(%rsp), %rax
movq %rax, 0x3458(%rsp)
movq 0x3458(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c2446
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3454(%rsp) # imm = 0xFFFFFFFF
movl 0x3454(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3450(%rsp)
cmpl $0x1, 0x3450(%rsp)
jne 0x15c2446
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c241a
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c2418
jmp 0x15c2444
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac0(%rsp)
cmpq $0x0, 0x3ac0(%rsp)
je 0x15c2442
movq 0x3ac0(%rsp), %rdi
callq 0x5f480
jmp 0x15c2444
jmp 0x15c2446
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c249e
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x948(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x8b0(%rsp), %rdx
movq %rdx, 0x2338(%rsp)
movq %rcx, 0x2330(%rsp)
movl %eax, 0x232c(%rsp)
movq 0x2330(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x232b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x232c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x8b0(%rsp), %r10
movq %r10, 0x2aa8(%rsp)
movl %r9d, 0x2aa4(%rsp)
movl %r8d, 0x2aa0(%rsp)
movl %edi, 0x2a9c(%rsp)
movq %rsi, 0x2a90(%rsp)
movq %rdx, 0x2a88(%rsp)
movl %ecx, 0x2a84(%rsp)
movq %rax, 0x2a78(%rsp)
movq 0x2aa8(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x2a90(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a88(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a84(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a78(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2aa4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2aa0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a9c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3208(%rsp)
movl $0x10, 0x3204(%rsp)
movq 0x3208(%rsp), %rax
movslq 0x3204(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3204(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x8d8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c265b
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x8f0(%rsp)
movb $0x1, 0x232b(%rsp)
testb $0x1, 0x232b(%rsp)
jne 0x15c2784
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2340(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x3438(%rsp)
movq 0x3438(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c272a
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3434(%rsp) # imm = 0xFFFFFFFF
movl 0x3434(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3430(%rsp)
cmpl $0x1, 0x3430(%rsp)
jne 0x15c272a
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c26fe
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c26fc
jmp 0x15c2728
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad0(%rsp)
cmpq $0x0, 0x3ad0(%rsp)
je 0x15c2726
movq 0x3ad0(%rsp), %rdi
callq 0x5f480
jmp 0x15c2728
jmp 0x15c272a
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c2782
movq %rax, %rdi
callq 0x678a0
jmp 0x15c2784
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2320(%rsp)
movq 0x2320(%rsp), %rax
movq %rax, 0x3448(%rsp)
movq 0x3448(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c285d
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3444(%rsp) # imm = 0xFFFFFFFF
movl 0x3444(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3440(%rsp)
cmpl $0x1, 0x3440(%rsp)
jne 0x15c285d
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c2831
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c282f
jmp 0x15c285b
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac8(%rsp)
cmpq $0x0, 0x3ac8(%rsp)
je 0x15c2859
movq 0x3ac8(%rsp), %rdi
callq 0x5f480
jmp 0x15c285b
jmp 0x15c285d
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c28b5
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x8f8(%rsp)
movl $0x0, 0x8ac(%rsp)
movl 0x8ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15c29a1
movq 0x948(%rsp), %rax
movq %rax, 0x3bb0(%rsp)
movq 0x3bb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x890(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x950(%rsp), %rsi
leaq 0x890(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x880(%rsp)
movq 0x8f8(%rsp), %rax
vmovaps 0x880(%rsp), %xmm0
movq %rax, 0x3d08(%rsp)
vmovaps %xmm0, 0x3cf0(%rsp)
vmovaps 0x3cf0(%rsp), %xmm0
movq 0x3d08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x948(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x948(%rsp)
movq 0x8f8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x8f8(%rsp)
movl 0x8ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8ac(%rsp)
jmp 0x15c28cd
jmp 0x15c29a3
movl 0x96c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x96c(%rsp)
jmp 0x15c2034
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15c2c47
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movq 0x1c68(%rsp), %rcx
movl 0x1c64(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd8(%rsp)
movq 0x1cd8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x15c2a67
movq 0x20(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x15c2a71
jmp 0x15c2a81
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1fe0(%rsp)
movq 0x1fe0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x878(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x1fd8(%rsp)
movq 0x1fd8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x870(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x868(%rsp)
movl $0x0, 0x864(%rsp)
movl 0x864(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15c2c37
movq 0x878(%rsp), %rax
movq %rax, 0x3ba8(%rsp)
movq 0x3ba8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x850(%rsp)
movl $0x0, 0x84c(%rsp)
movl 0x84c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15c2c0d
movq 0x870(%rsp), %rax
movq %rax, 0x3ba0(%rsp)
movq 0x3ba0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x830(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x850(%rsp), %rsi
leaq 0x830(%rsp), %rdx
callq 0x1635d70
vmovaps %xmm0, 0x820(%rsp)
movq 0x868(%rsp), %rax
vmovaps 0x820(%rsp), %xmm0
movq %rax, 0x3ce8(%rsp)
vmovaps %xmm0, 0x3cd0(%rsp)
vmovaps 0x3cd0(%rsp), %xmm0
movq 0x3ce8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x870(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x870(%rsp)
movq 0x868(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x868(%rsp)
movl 0x84c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x84c(%rsp)
jmp 0x15c2b39
movq 0x878(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x878(%rsp)
movl 0x864(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x864(%rsp)
jmp 0x15c2af5
movl $0x0, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15c2d5f
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movq 0x1c88(%rsp), %rdx
movl 0x1c84(%rsp), %ecx
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd0(%rsp)
movq 0x1cd0(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x15c2cdd
movq 0x10(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x15c2ce7
jmp 0x15c2cf4
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15c2d72
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15c2d3a
cmpl $0x1, 0x1c64(%rsp)
jne 0x15c2d3a
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1623b40
movl %eax, 0x1ccc(%rsp)
jmp 0x15c2d72
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1622a70
jmp 0x15c2d61
jmp 0x15c2d63
jmp 0x15c2d65
jmp 0x15c2d67
movl $0x0, 0x1ccc(%rsp)
movl 0x1ccc(%rsp), %eax
addq $0x3f68, %rsp # imm = 0x3F68
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,068
|
int ncnn::binary_op_pack4<ncnn::BinaryOp_x86_avx_functor::binary_op_sub>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack4(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
float* outptr = c.channel(q);
const float* b0 = b.channel(q);
__m128 _b0 = _mm_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_set1_ps(*ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
ptr1 += 1;
outptr += 4;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
float* outptr = c.channel(q);
const float* ptr1 = b.channel(q);
__m128 _a0 = _mm_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p = _mm_set1_ps(*ptr);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _p1 = _mm_loadu_ps(ptr1 + y * 4);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_loadu_ps(ptr1 + x * 4);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _p = _mm_loadu_ps(ptr + y * 4);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr + x * 4);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row<const float>(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
ptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row<const float>(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
subq $0x3f68, %rsp # imm = 0x3F68
movq %rdi, 0x1cc0(%rsp)
movq %rsi, 0x1cb8(%rsp)
movq %rdx, 0x1cb0(%rsp)
movq %rcx, 0x1ca8(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1ca0(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c9c(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c98(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c94(%rsp)
movl 0x1ca0(%rsp), %eax
imull 0x1c9c(%rsp), %eax
imull 0x1c98(%rsp), %eax
movl %eax, 0x1c90(%rsp)
movq 0x1cc0(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c88(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c84(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1c80(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c7c(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c78(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c74(%rsp)
movl 0x1c80(%rsp), %eax
imull 0x1c7c(%rsp), %eax
imull 0x1c78(%rsp), %eax
movl %eax, 0x1c70(%rsp)
movq 0x1cb8(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c68(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c64(%rsp)
movq 0x1cc0(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15c53dd
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15c2f20
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1625640
movl %eax, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c98(%rsp), %ecx
movl 0x1c94(%rsp), %r8d
movq 0x1c88(%rsp), %r9
movl 0x1c84(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d60(%rsp)
movq 0x1d60(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x15c2fd0
movq 0x810(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x15c2fdd
jmp 0x15c2fed
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15c3eb1
movl $0x0, 0x1c60(%rsp)
movl 0x1c60(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15c3ea1
movq 0x1cc0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1c10(%rsp), %rdx
movq %rdx, 0x1fd0(%rsp)
movq %rcx, 0x1fc8(%rsp)
movl %eax, 0x1fc4(%rsp)
movq 0x1fc8(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x1fc3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fc4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c10(%rsp), %r10
movq %r10, 0x2ae0(%rsp)
movl %r9d, 0x2adc(%rsp)
movl %r8d, 0x2ad8(%rsp)
movl %edi, 0x2ad4(%rsp)
movq %rsi, 0x2ac8(%rsp)
movq %rdx, 0x2ac0(%rsp)
movl %ecx, 0x2abc(%rsp)
movq %rax, 0x2ab0(%rsp)
movq 0x2ae0(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x2ac8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ac0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2abc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ab0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2adc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ad8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ad4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31f8(%rsp)
movl $0x10, 0x31f4(%rsp)
movq 0x31f8(%rsp), %rax
movslq 0x31f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c31da
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c50(%rsp)
movb $0x1, 0x1fc3(%rsp)
testb $0x1, 0x1fc3(%rsp)
jne 0x15c3315
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f8(%rsp)
movq 0x20f8(%rsp), %rax
movq %rax, 0x3898(%rsp)
movq 0x3898(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c32b8
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3894(%rsp) # imm = 0xFFFFFFFF
movl 0x3894(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3890(%rsp)
cmpl $0x1, 0x3890(%rsp)
jne 0x15c32b8
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c3289
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c3287
jmp 0x15c32b6
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a0(%rsp)
cmpq $0x0, 0x38a0(%rsp)
je 0x15c32b4
movq 0x38a0(%rsp), %rdi
callq 0x5f480
jmp 0x15c32b6
jmp 0x15c32b8
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c3313
movq %rax, %rdi
callq 0x678a0
jmp 0x15c3315
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f0(%rsp)
movq 0x20f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x1c10(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rax
movq %rax, 0x36f8(%rsp)
movq 0x36f8(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c3400
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36f4(%rsp) # imm = 0xFFFFFFFF
movl 0x36f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36f0(%rsp)
cmpl $0x1, 0x36f0(%rsp)
jne 0x15c3400
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c33d1
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c33cf
jmp 0x15c33fe
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3970(%rsp)
cmpq $0x0, 0x3970(%rsp)
je 0x15c33fc
movq 0x3970(%rsp), %rdi
callq 0x5f480
jmp 0x15c33fe
jmp 0x15c3400
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c345b
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x1c58(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1bc0(%rsp), %rdx
movq %rdx, 0x1fb8(%rsp)
movq %rcx, 0x1fb0(%rsp)
movl %eax, 0x1fac(%rsp)
movq 0x1fb0(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x1fab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1bc0(%rsp), %r10
movq %r10, 0x2b18(%rsp)
movl %r9d, 0x2b14(%rsp)
movl %r8d, 0x2b10(%rsp)
movl %edi, 0x2b0c(%rsp)
movq %rsi, 0x2b00(%rsp)
movq %rdx, 0x2af8(%rsp)
movl %ecx, 0x2af4(%rsp)
movq %rax, 0x2ae8(%rsp)
movq 0x2b18(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x2b00(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2af8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2af4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ae8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b14(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b10(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b0c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31e8(%rsp)
movl $0x10, 0x31e4(%rsp)
movq 0x31e8(%rsp), %rax
movslq 0x31e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1be8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c3627
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c00(%rsp)
movb $0x1, 0x1fab(%rsp)
testb $0x1, 0x1fab(%rsp)
jne 0x15c3762
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x2100(%rsp)
movq 0x2100(%rsp), %rax
movq %rax, 0x3888(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c3705
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3884(%rsp) # imm = 0xFFFFFFFF
movl 0x3884(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3880(%rsp)
cmpl $0x1, 0x3880(%rsp)
jne 0x15c3705
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c36d6
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c36d4
jmp 0x15c3703
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a8(%rsp)
cmpq $0x0, 0x38a8(%rsp)
je 0x15c3701
movq 0x38a8(%rsp), %rdi
callq 0x5f480
jmp 0x15c3703
jmp 0x15c3705
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c3760
movq %rax, %rdi
callq 0x678a0
jmp 0x15c3762
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x20e8(%rsp)
movq 0x20e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rax
movq %rax, 0x36e8(%rsp)
movq 0x36e8(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c384d
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36e4(%rsp) # imm = 0xFFFFFFFF
movl 0x36e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36e0(%rsp)
cmpl $0x1, 0x36e0(%rsp)
jne 0x15c384d
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c381e
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c381c
jmp 0x15c384b
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3978(%rsp)
cmpq $0x0, 0x3978(%rsp)
je 0x15c3849
movq 0x3978(%rsp), %rdi
callq 0x5f480
jmp 0x15c384b
jmp 0x15c384d
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c38a8
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x1c08(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1b70(%rsp), %rdx
movq %rdx, 0x2558(%rsp)
movq %rcx, 0x2550(%rsp)
movl %eax, 0x254c(%rsp)
movq 0x2550(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x254b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b70(%rsp), %r10
movq %r10, 0x26f0(%rsp)
movl %r9d, 0x26ec(%rsp)
movl %r8d, 0x26e8(%rsp)
movl %edi, 0x26e4(%rsp)
movq %rsi, 0x26d8(%rsp)
movq %rdx, 0x26d0(%rsp)
movl %ecx, 0x26cc(%rsp)
movq %rax, 0x26c0(%rsp)
movq 0x26f0(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x26d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x26cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x26ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x26e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x26e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3318(%rsp)
movl $0x10, 0x3314(%rsp)
movq 0x3318(%rsp), %rax
movslq 0x3314(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3314(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c3a74
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1bb0(%rsp)
movb $0x1, 0x254b(%rsp)
testb $0x1, 0x254b(%rsp)
jne 0x15c3baf
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq %rax, 0x3328(%rsp)
movq 0x3328(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c3b52
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3324(%rsp) # imm = 0xFFFFFFFF
movl 0x3324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3320(%rsp)
cmpl $0x1, 0x3320(%rsp)
jne 0x15c3b52
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c3b23
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c3b21
jmp 0x15c3b50
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b58(%rsp)
cmpq $0x0, 0x3b58(%rsp)
je 0x15c3b4e
movq 0x3b58(%rsp), %rdi
callq 0x5f480
jmp 0x15c3b50
jmp 0x15c3b52
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c3bad
movq %rax, %rdi
callq 0x678a0
jmp 0x15c3baf
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x1b70(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rax
movq %rax, 0x36d8(%rsp)
movq 0x36d8(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c3c9a
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36d4(%rsp) # imm = 0xFFFFFFFF
movl 0x36d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36d0(%rsp)
cmpl $0x1, 0x36d0(%rsp)
jne 0x15c3c9a
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c3c6b
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c3c69
jmp 0x15c3c98
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3980(%rsp)
cmpq $0x0, 0x3980(%rsp)
je 0x15c3c96
movq 0x3980(%rsp), %rdi
callq 0x5f480
jmp 0x15c3c98
jmp 0x15c3c9a
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c3cf5
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x1bb8(%rsp)
movl $0x0, 0x1b6c(%rsp)
movl 0x1b6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x15c3e89
movl $0x0, 0x1b68(%rsp)
movl 0x1b68(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15c3e71
movq 0x1c08(%rsp), %rax
movq %rax, 0x3cc8(%rsp)
movq 0x3cc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b50(%rsp)
movl $0x0, 0x1b4c(%rsp)
movl 0x1b4c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15c3e47
movq 0x1c58(%rsp), %rax
movq %rax, 0x3cc0(%rsp)
movq 0x3cc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1b30(%rsp), %rsi
leaq 0x1b50(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x1b20(%rsp)
movq 0x1bb8(%rsp), %rax
vmovaps 0x1b20(%rsp), %xmm0
movq %rax, 0x3f40(%rsp)
vmovaps %xmm0, 0x3f30(%rsp)
vmovaps 0x3f30(%rsp), %xmm0
movq 0x3f40(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1c58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c58(%rsp)
movq 0x1bb8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1bb8(%rsp)
movl 0x1b4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b4c(%rsp)
jmp 0x15c3d73
movq 0x1c08(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c08(%rsp)
movl 0x1b68(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b68(%rsp)
jmp 0x15c3d2f
jmp 0x15c3e73
movl 0x1b6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b6c(%rsp)
jmp 0x15c3d10
jmp 0x15c3e8b
movl 0x1c60(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c60(%rsp)
jmp 0x15c300a
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15c4971
movl $0x0, 0x1b1c(%rsp)
movl 0x1b1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15c4961
movq 0x1cc0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x1fa0(%rsp)
movq %rcx, 0x1f98(%rsp)
movl %eax, 0x1f94(%rsp)
movq 0x1f98(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x1f93(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f94(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x2b50(%rsp)
movl %r9d, 0x2b4c(%rsp)
movl %r8d, 0x2b48(%rsp)
movl %edi, 0x2b44(%rsp)
movq %rsi, 0x2b38(%rsp)
movq %rdx, 0x2b30(%rsp)
movl %ecx, 0x2b2c(%rsp)
movq %rax, 0x2b20(%rsp)
movq 0x2b50(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x2b38(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b30(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b2c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b20(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b4c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b48(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b44(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31d8(%rsp)
movl $0x10, 0x31d4(%rsp)
movq 0x31d8(%rsp), %rax
movslq 0x31d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c409e
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x1f93(%rsp)
testb $0x1, 0x1f93(%rsp)
jne 0x15c41d9
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2108(%rsp)
movq 0x2108(%rsp), %rax
movq %rax, 0x3878(%rsp)
movq 0x3878(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c417c
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3874(%rsp) # imm = 0xFFFFFFFF
movl 0x3874(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3870(%rsp)
cmpl $0x1, 0x3870(%rsp)
jne 0x15c417c
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c414d
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c414b
jmp 0x15c417a
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b0(%rsp)
cmpq $0x0, 0x38b0(%rsp)
je 0x15c4178
movq 0x38b0(%rsp), %rdi
callq 0x5f480
jmp 0x15c417a
jmp 0x15c417c
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c41d7
movq %rax, %rdi
callq 0x678a0
jmp 0x15c41d9
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x20e0(%rsp)
movq 0x20e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rax
movq %rax, 0x36c8(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c42c4
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c4(%rsp) # imm = 0xFFFFFFFF
movl 0x36c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36c0(%rsp)
cmpl $0x1, 0x36c0(%rsp)
jne 0x15c42c4
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c4295
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c4293
jmp 0x15c42c2
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3988(%rsp)
cmpq $0x0, 0x3988(%rsp)
je 0x15c42c0
movq 0x3988(%rsp), %rdi
callq 0x5f480
jmp 0x15c42c2
jmp 0x15c42c4
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c431f
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
movq %rcx, 0x2620(%rsp)
movl %eax, 0x261c(%rsp)
movq 0x2620(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x261c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1ac0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1a70(%rsp), %rdx
movq %rdx, 0x2538(%rsp)
movq %rcx, 0x2530(%rsp)
movl %eax, 0x252c(%rsp)
movq 0x2530(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x252b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x252c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1a70(%rsp), %r10
movq %r10, 0x2728(%rsp)
movl %r9d, 0x2724(%rsp)
movl %r8d, 0x2720(%rsp)
movl %edi, 0x271c(%rsp)
movq %rsi, 0x2710(%rsp)
movq %rdx, 0x2708(%rsp)
movl %ecx, 0x2704(%rsp)
movq %rax, 0x26f8(%rsp)
movq 0x2728(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2708(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2704(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2724(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2720(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x271c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3308(%rsp)
movl $0x10, 0x3304(%rsp)
movq 0x3308(%rsp), %rax
movslq 0x3304(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3304(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c4534
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ab0(%rsp)
movb $0x1, 0x252b(%rsp)
testb $0x1, 0x252b(%rsp)
jne 0x15c466f
leaq 0x1a70(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq %rax, 0x3338(%rsp)
movq 0x3338(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c4612
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3334(%rsp) # imm = 0xFFFFFFFF
movl 0x3334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3330(%rsp)
cmpl $0x1, 0x3330(%rsp)
jne 0x15c4612
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c45e3
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c45e1
jmp 0x15c4610
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b50(%rsp)
cmpq $0x0, 0x3b50(%rsp)
je 0x15c460e
movq 0x3b50(%rsp), %rdi
callq 0x5f480
jmp 0x15c4610
jmp 0x15c4612
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c466d
movq %rax, %rdi
callq 0x678a0
jmp 0x15c466f
leaq 0x1a70(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1a70(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rax
movq %rax, 0x36b8(%rsp)
movq 0x36b8(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c475a
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36b4(%rsp) # imm = 0xFFFFFFFF
movl 0x36b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36b0(%rsp)
cmpl $0x1, 0x36b0(%rsp)
jne 0x15c475a
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c472b
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c4729
jmp 0x15c4758
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3990(%rsp)
cmpq $0x0, 0x3990(%rsp)
je 0x15c4756
movq 0x3990(%rsp), %rdi
callq 0x5f480
jmp 0x15c4758
jmp 0x15c475a
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c47b5
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1ab8(%rsp)
movl $0x0, 0x1a6c(%rsp)
movl 0x1a6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x15c4949
movq 0x1ac0(%rsp), %rax
movq %rax, 0x3cb8(%rsp)
movq 0x3cb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a50(%rsp)
movl $0x0, 0x1a4c(%rsp)
movl 0x1a4c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15c491f
movl $0x0, 0x1a48(%rsp)
movl 0x1a48(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15c4907
movq 0x1b10(%rsp), %rax
movq %rax, 0x3cb0(%rsp)
movq 0x3cb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1a30(%rsp), %rsi
leaq 0x1a50(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x1a20(%rsp)
movq 0x1ab8(%rsp), %rax
vmovaps 0x1a20(%rsp), %xmm0
movq %rax, 0x3f28(%rsp)
vmovaps %xmm0, 0x3f10(%rsp)
vmovaps 0x3f10(%rsp), %xmm0
movq 0x3f28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1b10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b10(%rsp)
movq 0x1ab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ab8(%rsp)
movl 0x1a48(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a48(%rsp)
jmp 0x15c4833
jmp 0x15c4909
movl 0x1a4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a4c(%rsp)
jmp 0x15c4814
movq 0x1ac0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ac0(%rsp)
movl 0x1a6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a6c(%rsp)
jmp 0x15c47d0
jmp 0x15c494b
movl 0x1b1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b1c(%rsp)
jmp 0x15c3ece
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15c53d8
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15c49cc
cmpl $0x1, 0x1c64(%rsp)
jne 0x15c49cc
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1626710
movl %eax, 0x1ccc(%rsp)
jmp 0x15d2042
movl $0x0, 0x1a1c(%rsp)
movl 0x1a1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15c53c8
movq 0x1cc0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x19c8(%rsp), %rdx
movq %rdx, 0x1f88(%rsp)
movq %rcx, 0x1f80(%rsp)
movl %eax, 0x1f7c(%rsp)
movq 0x1f80(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x1f7b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f7c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19c8(%rsp), %r10
movq %r10, 0x2b88(%rsp)
movl %r9d, 0x2b84(%rsp)
movl %r8d, 0x2b80(%rsp)
movl %edi, 0x2b7c(%rsp)
movq %rsi, 0x2b70(%rsp)
movq %rdx, 0x2b68(%rsp)
movl %ecx, 0x2b64(%rsp)
movq %rax, 0x2b58(%rsp)
movq 0x2b88(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x2b70(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b68(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b64(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b58(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b84(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b80(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b7c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31c8(%rsp)
movl $0x10, 0x31c4(%rsp)
movq 0x31c8(%rsp), %rax
movslq 0x31c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c4ba7
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a08(%rsp)
movb $0x1, 0x1f7b(%rsp)
testb $0x1, 0x1f7b(%rsp)
jne 0x15c4ce2
leaq 0x19c8(%rsp), %rax
movq %rax, 0x2110(%rsp)
movq 0x2110(%rsp), %rax
movq %rax, 0x3868(%rsp)
movq 0x3868(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c4c85
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3864(%rsp) # imm = 0xFFFFFFFF
movl 0x3864(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3860(%rsp)
cmpl $0x1, 0x3860(%rsp)
jne 0x15c4c85
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c4c56
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c4c54
jmp 0x15c4c83
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b8(%rsp)
cmpq $0x0, 0x38b8(%rsp)
je 0x15c4c81
movq 0x38b8(%rsp), %rdi
callq 0x5f480
jmp 0x15c4c83
jmp 0x15c4c85
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c4ce0
movq %rax, %rdi
callq 0x678a0
jmp 0x15c4ce2
leaq 0x19c8(%rsp), %rax
movq %rax, 0x20d8(%rsp)
movq 0x20d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x19c8(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rax
movq %rax, 0x36a8(%rsp)
movq 0x36a8(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c4dcd
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36a4(%rsp) # imm = 0xFFFFFFFF
movl 0x36a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36a0(%rsp)
cmpl $0x1, 0x36a0(%rsp)
jne 0x15c4dcd
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c4d9e
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c4d9c
jmp 0x15c4dcb
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3998(%rsp)
cmpq $0x0, 0x3998(%rsp)
je 0x15c4dc9
movq 0x3998(%rsp), %rdi
callq 0x5f480
jmp 0x15c4dcb
jmp 0x15c4dcd
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c4e28
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1a10(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x20d0(%rsp), %rax
movq (%rax), %rax
movl 0x1a1c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3ca8(%rsp)
movq 0x3ca8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x19b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x1960(%rsp), %rdx
movq %rdx, 0x2518(%rsp)
movq %rcx, 0x2510(%rsp)
movl %eax, 0x250c(%rsp)
movq 0x2510(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x250b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x250c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1960(%rsp), %r10
movq %r10, 0x2760(%rsp)
movl %r9d, 0x275c(%rsp)
movl %r8d, 0x2758(%rsp)
movl %edi, 0x2754(%rsp)
movq %rsi, 0x2748(%rsp)
movq %rdx, 0x2740(%rsp)
movl %ecx, 0x273c(%rsp)
movq %rax, 0x2730(%rsp)
movq 0x2760(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2740(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x273c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2730(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x275c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2758(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2754(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32f8(%rsp)
movl $0x10, 0x32f4(%rsp)
movq 0x32f8(%rsp), %rax
movslq 0x32f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1988(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c5040
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19a0(%rsp)
movb $0x1, 0x250b(%rsp)
testb $0x1, 0x250b(%rsp)
jne 0x15c517b
leaq 0x1960(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq %rax, 0x3348(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c511e
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3344(%rsp) # imm = 0xFFFFFFFF
movl 0x3344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3340(%rsp)
cmpl $0x1, 0x3340(%rsp)
jne 0x15c511e
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c50ef
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c50ed
jmp 0x15c511c
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b48(%rsp)
cmpq $0x0, 0x3b48(%rsp)
je 0x15c511a
movq 0x3b48(%rsp), %rdi
callq 0x5f480
jmp 0x15c511c
jmp 0x15c511e
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c5179
movq %rax, %rdi
callq 0x678a0
jmp 0x15c517b
leaq 0x1960(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1960(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rax
movq %rax, 0x3698(%rsp)
movq 0x3698(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c5266
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3694(%rsp) # imm = 0xFFFFFFFF
movl 0x3694(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3690(%rsp)
cmpl $0x1, 0x3690(%rsp)
jne 0x15c5266
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c5237
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c5235
jmp 0x15c5264
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a0(%rsp)
cmpq $0x0, 0x39a0(%rsp)
je 0x15c5262
movq 0x39a0(%rsp), %rdi
callq 0x5f480
jmp 0x15c5264
jmp 0x15c5266
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c52c1
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x19a8(%rsp)
movl $0x0, 0x195c(%rsp)
movl 0x195c(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15c53b0
movq 0x1a10(%rsp), %rax
movq %rax, 0x3ca0(%rsp)
movq 0x3ca0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1940(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1940(%rsp), %rsi
leaq 0x19b0(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x1930(%rsp)
movq 0x19a8(%rsp), %rax
vmovaps 0x1930(%rsp), %xmm0
movq %rax, 0x3f08(%rsp)
vmovaps %xmm0, 0x3ef0(%rsp)
vmovaps 0x3ef0(%rsp), %xmm0
movq 0x3f08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1a10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1a10(%rsp)
movq 0x19a8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x19a8(%rsp)
movl 0x195c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x195c(%rsp)
jmp 0x15c52dc
jmp 0x15c53b2
movl 0x1a1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a1c(%rsp)
jmp 0x15c49d7
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
jmp 0x15d2037
movq 0x1cc0(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15cec2a
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15c6380
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d58(%rsp)
movq 0x1d58(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x15c54b1
movq 0x6e8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x15c54be
jmp 0x15c54ce
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0x192c(%rsp)
movl 0x192c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15c6370
movq 0x1cc0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x18d8(%rsp), %rdx
movq %rdx, 0x1f70(%rsp)
movq %rcx, 0x1f68(%rsp)
movl %eax, 0x1f64(%rsp)
movq 0x1f68(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x1f63(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f64(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18d8(%rsp), %r10
movq %r10, 0x2bc0(%rsp)
movl %r9d, 0x2bbc(%rsp)
movl %r8d, 0x2bb8(%rsp)
movl %edi, 0x2bb4(%rsp)
movq %rsi, 0x2ba8(%rsp)
movq %rdx, 0x2ba0(%rsp)
movl %ecx, 0x2b9c(%rsp)
movq %rax, 0x2b90(%rsp)
movq 0x2bc0(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x2ba8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ba0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b9c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b90(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bbc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bb8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bb4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31b8(%rsp)
movl $0x10, 0x31b4(%rsp)
movq 0x31b8(%rsp), %rax
movslq 0x31b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1900(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c56a9
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1918(%rsp)
movb $0x1, 0x1f63(%rsp)
testb $0x1, 0x1f63(%rsp)
jne 0x15c57e4
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2118(%rsp)
movq 0x2118(%rsp), %rax
movq %rax, 0x3858(%rsp)
movq 0x3858(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c5787
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3854(%rsp) # imm = 0xFFFFFFFF
movl 0x3854(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3850(%rsp)
cmpl $0x1, 0x3850(%rsp)
jne 0x15c5787
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c5758
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c5756
jmp 0x15c5785
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c0(%rsp)
cmpq $0x0, 0x38c0(%rsp)
je 0x15c5783
movq 0x38c0(%rsp), %rdi
callq 0x5f480
jmp 0x15c5785
jmp 0x15c5787
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c57e2
movq %rax, %rdi
callq 0x678a0
jmp 0x15c57e4
leaq 0x18d8(%rsp), %rax
movq %rax, 0x20c8(%rsp)
movq 0x20c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rax
movq %rax, 0x3688(%rsp)
movq 0x3688(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c58cf
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3684(%rsp) # imm = 0xFFFFFFFF
movl 0x3684(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3680(%rsp)
cmpl $0x1, 0x3680(%rsp)
jne 0x15c58cf
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c58a0
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c589e
jmp 0x15c58cd
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a8(%rsp)
cmpq $0x0, 0x39a8(%rsp)
je 0x15c58cb
movq 0x39a8(%rsp), %rdi
callq 0x5f480
jmp 0x15c58cd
jmp 0x15c58cf
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c592a
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1920(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1888(%rsp), %rdx
movq %rdx, 0x1f58(%rsp)
movq %rcx, 0x1f50(%rsp)
movl %eax, 0x1f4c(%rsp)
movq 0x1f50(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x1f4b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f4c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1888(%rsp), %r10
movq %r10, 0x2bf8(%rsp)
movl %r9d, 0x2bf4(%rsp)
movl %r8d, 0x2bf0(%rsp)
movl %edi, 0x2bec(%rsp)
movq %rsi, 0x2be0(%rsp)
movq %rdx, 0x2bd8(%rsp)
movl %ecx, 0x2bd4(%rsp)
movq %rax, 0x2bc8(%rsp)
movq 0x2bf8(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x2be0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2bd8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2bd4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2bc8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bf4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bf0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31a8(%rsp)
movl $0x10, 0x31a4(%rsp)
movq 0x31a8(%rsp), %rax
movslq 0x31a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c5af6
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18c8(%rsp)
movb $0x1, 0x1f4b(%rsp)
testb $0x1, 0x1f4b(%rsp)
jne 0x15c5c31
leaq 0x1888(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2120(%rsp), %rax
movq %rax, 0x3848(%rsp)
movq 0x3848(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c5bd4
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3844(%rsp) # imm = 0xFFFFFFFF
movl 0x3844(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3840(%rsp)
cmpl $0x1, 0x3840(%rsp)
jne 0x15c5bd4
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c5ba5
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c5ba3
jmp 0x15c5bd2
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c8(%rsp)
cmpq $0x0, 0x38c8(%rsp)
je 0x15c5bd0
movq 0x38c8(%rsp), %rdi
callq 0x5f480
jmp 0x15c5bd2
jmp 0x15c5bd4
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c5c2f
movq %rax, %rdi
callq 0x678a0
jmp 0x15c5c31
leaq 0x1888(%rsp), %rax
movq %rax, 0x20c0(%rsp)
movq 0x20c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1888(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rax
movq %rax, 0x3678(%rsp)
movq 0x3678(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c5d1c
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3674(%rsp) # imm = 0xFFFFFFFF
movl 0x3674(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3670(%rsp)
cmpl $0x1, 0x3670(%rsp)
jne 0x15c5d1c
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c5ced
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c5ceb
jmp 0x15c5d1a
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b0(%rsp)
cmpq $0x0, 0x39b0(%rsp)
je 0x15c5d18
movq 0x39b0(%rsp), %rdi
callq 0x5f480
jmp 0x15c5d1a
jmp 0x15c5d1c
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c5d77
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x18d0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1838(%rsp), %rdx
movq %rdx, 0x24f8(%rsp)
movq %rcx, 0x24f0(%rsp)
movl %eax, 0x24ec(%rsp)
movq 0x24f0(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x24eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1838(%rsp), %r10
movq %r10, 0x2798(%rsp)
movl %r9d, 0x2794(%rsp)
movl %r8d, 0x2790(%rsp)
movl %edi, 0x278c(%rsp)
movq %rsi, 0x2780(%rsp)
movq %rdx, 0x2778(%rsp)
movl %ecx, 0x2774(%rsp)
movq %rax, 0x2768(%rsp)
movq 0x2798(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2778(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2774(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2768(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2794(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2790(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x278c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32e8(%rsp)
movl $0x10, 0x32e4(%rsp)
movq 0x32e8(%rsp), %rax
movslq 0x32e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1860(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c5f43
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1878(%rsp)
movb $0x1, 0x24eb(%rsp)
testb $0x1, 0x24eb(%rsp)
jne 0x15c607e
leaq 0x1838(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq %rax, 0x3358(%rsp)
movq 0x3358(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c6021
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3354(%rsp) # imm = 0xFFFFFFFF
movl 0x3354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3350(%rsp)
cmpl $0x1, 0x3350(%rsp)
jne 0x15c6021
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c5ff2
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c5ff0
jmp 0x15c601f
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b40(%rsp)
cmpq $0x0, 0x3b40(%rsp)
je 0x15c601d
movq 0x3b40(%rsp), %rdi
callq 0x5f480
jmp 0x15c601f
jmp 0x15c6021
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c607c
movq %rax, %rdi
callq 0x678a0
jmp 0x15c607e
leaq 0x1838(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1838(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rax
movq %rax, 0x3668(%rsp)
movq 0x3668(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c6169
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3664(%rsp) # imm = 0xFFFFFFFF
movl 0x3664(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3660(%rsp)
cmpl $0x1, 0x3660(%rsp)
jne 0x15c6169
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c613a
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c6138
jmp 0x15c6167
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b8(%rsp)
cmpq $0x0, 0x39b8(%rsp)
je 0x15c6165
movq 0x39b8(%rsp), %rdi
callq 0x5f480
jmp 0x15c6167
jmp 0x15c6169
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c61c4
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1880(%rsp)
movl $0x0, 0x1834(%rsp)
movl 0x1834(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x15c6358
movl $0x0, 0x1830(%rsp)
movl 0x1830(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15c6340
movq 0x1920(%rsp), %rax
movq %rax, 0x3c98(%rsp)
movq 0x3c98(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1820(%rsp)
movl $0x0, 0x181c(%rsp)
movl 0x181c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15c6316
movq 0x18d0(%rsp), %rax
movq %rax, 0x3c90(%rsp)
movq 0x3c90(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1800(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1820(%rsp), %rsi
leaq 0x1800(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x17f0(%rsp)
movq 0x1880(%rsp), %rax
vmovaps 0x17f0(%rsp), %xmm0
movq %rax, 0x3ee8(%rsp)
vmovaps %xmm0, 0x3ed0(%rsp)
vmovaps 0x3ed0(%rsp), %xmm0
movq 0x3ee8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x18d0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x18d0(%rsp)
movq 0x1880(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1880(%rsp)
movl 0x181c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x181c(%rsp)
jmp 0x15c6242
movq 0x1920(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1920(%rsp)
movl 0x1830(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1830(%rsp)
jmp 0x15c61fe
jmp 0x15c6342
movl 0x1834(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1834(%rsp)
jmp 0x15c61df
jmp 0x15c635a
movl 0x192c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x192c(%rsp)
jmp 0x15c54d9
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15cd675
cmpl $0x1, 0x1c80(%rsp)
jne 0x15c72b4
cmpl $0x1, 0x1c7c(%rsp)
jne 0x15c72b4
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15c72b4
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d50(%rsp)
movq 0x1d50(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x15c6465
movq 0x660(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x15c6472
jmp 0x15c6482
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0x17ec(%rsp)
movl 0x17ec(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15c72a4
movq 0x1cc0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1798(%rsp), %rdx
movq %rdx, 0x1f40(%rsp)
movq %rcx, 0x1f38(%rsp)
movl %eax, 0x1f34(%rsp)
movq 0x1f38(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x1f33(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f34(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1798(%rsp), %r10
movq %r10, 0x2c30(%rsp)
movl %r9d, 0x2c2c(%rsp)
movl %r8d, 0x2c28(%rsp)
movl %edi, 0x2c24(%rsp)
movq %rsi, 0x2c18(%rsp)
movq %rdx, 0x2c10(%rsp)
movl %ecx, 0x2c0c(%rsp)
movq %rax, 0x2c00(%rsp)
movq 0x2c30(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x2c18(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c10(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c0c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c00(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c2c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c28(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c24(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3198(%rsp)
movl $0x10, 0x3194(%rsp)
movq 0x3198(%rsp), %rax
movslq 0x3194(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3194(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x17c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c665d
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x17d8(%rsp)
movb $0x1, 0x1f33(%rsp)
testb $0x1, 0x1f33(%rsp)
jne 0x15c6798
leaq 0x1798(%rsp), %rax
movq %rax, 0x2128(%rsp)
movq 0x2128(%rsp), %rax
movq %rax, 0x3838(%rsp)
movq 0x3838(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c673b
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3834(%rsp) # imm = 0xFFFFFFFF
movl 0x3834(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3830(%rsp)
cmpl $0x1, 0x3830(%rsp)
jne 0x15c673b
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c670c
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c670a
jmp 0x15c6739
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d0(%rsp)
cmpq $0x0, 0x38d0(%rsp)
je 0x15c6737
movq 0x38d0(%rsp), %rdi
callq 0x5f480
jmp 0x15c6739
jmp 0x15c673b
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c6796
movq %rax, %rdi
callq 0x678a0
jmp 0x15c6798
leaq 0x1798(%rsp), %rax
movq %rax, 0x20b8(%rsp)
movq 0x20b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1798(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rax
movq %rax, 0x3658(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c6883
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3654(%rsp) # imm = 0xFFFFFFFF
movl 0x3654(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3650(%rsp)
cmpl $0x1, 0x3650(%rsp)
jne 0x15c6883
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c6854
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c6852
jmp 0x15c6881
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c0(%rsp)
cmpq $0x0, 0x39c0(%rsp)
je 0x15c687f
movq 0x39c0(%rsp), %rdi
callq 0x5f480
jmp 0x15c6881
jmp 0x15c6883
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c68de
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x17e0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1748(%rsp), %rdx
movq %rdx, 0x24d8(%rsp)
movq %rcx, 0x24d0(%rsp)
movl %eax, 0x24cc(%rsp)
movq 0x24d0(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x24cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1748(%rsp), %r10
movq %r10, 0x27d0(%rsp)
movl %r9d, 0x27cc(%rsp)
movl %r8d, 0x27c8(%rsp)
movl %edi, 0x27c4(%rsp)
movq %rsi, 0x27b8(%rsp)
movq %rdx, 0x27b0(%rsp)
movl %ecx, 0x27ac(%rsp)
movq %rax, 0x27a0(%rsp)
movq 0x27d0(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x27cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x27c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32d8(%rsp)
movl $0x10, 0x32d4(%rsp)
movq 0x32d8(%rsp), %rax
movslq 0x32d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1770(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c6aaa
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1788(%rsp)
movb $0x1, 0x24cb(%rsp)
testb $0x1, 0x24cb(%rsp)
jne 0x15c6be5
leaq 0x1748(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq %rax, 0x3368(%rsp)
movq 0x3368(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c6b88
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3364(%rsp) # imm = 0xFFFFFFFF
movl 0x3364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3360(%rsp)
cmpl $0x1, 0x3360(%rsp)
jne 0x15c6b88
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c6b59
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c6b57
jmp 0x15c6b86
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b38(%rsp)
cmpq $0x0, 0x3b38(%rsp)
je 0x15c6b84
movq 0x3b38(%rsp), %rdi
callq 0x5f480
jmp 0x15c6b86
jmp 0x15c6b88
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c6be3
movq %rax, %rdi
callq 0x678a0
jmp 0x15c6be5
leaq 0x1748(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1748(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rax
movq %rax, 0x3648(%rsp)
movq 0x3648(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c6cd0
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3644(%rsp) # imm = 0xFFFFFFFF
movl 0x3644(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3640(%rsp)
cmpl $0x1, 0x3640(%rsp)
jne 0x15c6cd0
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c6ca1
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c6c9f
jmp 0x15c6cce
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c8(%rsp)
cmpq $0x0, 0x39c8(%rsp)
je 0x15c6ccc
movq 0x39c8(%rsp), %rdi
callq 0x5f480
jmp 0x15c6cce
jmp 0x15c6cd0
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c6d2b
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1790(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x16f8(%rsp), %rdx
movq %rdx, 0x1f28(%rsp)
movq %rcx, 0x1f20(%rsp)
movl %eax, 0x1f1c(%rsp)
movq 0x1f20(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x1f1b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f1c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f8(%rsp), %r10
movq %r10, 0x2c68(%rsp)
movl %r9d, 0x2c64(%rsp)
movl %r8d, 0x2c60(%rsp)
movl %edi, 0x2c5c(%rsp)
movq %rsi, 0x2c50(%rsp)
movq %rdx, 0x2c48(%rsp)
movl %ecx, 0x2c44(%rsp)
movq %rax, 0x2c38(%rsp)
movq 0x2c68(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x2c50(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c48(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c44(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c38(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c64(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c60(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c5c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3188(%rsp)
movl $0x10, 0x3184(%rsp)
movq 0x3188(%rsp), %rax
movslq 0x3184(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3184(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1720(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c6ef7
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1738(%rsp)
movb $0x1, 0x1f1b(%rsp)
testb $0x1, 0x1f1b(%rsp)
jne 0x15c7032
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2130(%rsp)
movq 0x2130(%rsp), %rax
movq %rax, 0x3828(%rsp)
movq 0x3828(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c6fd5
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3824(%rsp) # imm = 0xFFFFFFFF
movl 0x3824(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3820(%rsp)
cmpl $0x1, 0x3820(%rsp)
jne 0x15c6fd5
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c6fa6
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c6fa4
jmp 0x15c6fd3
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d8(%rsp)
cmpq $0x0, 0x38d8(%rsp)
je 0x15c6fd1
movq 0x38d8(%rsp), %rdi
callq 0x5f480
jmp 0x15c6fd3
jmp 0x15c6fd5
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c7030
movq %rax, %rdi
callq 0x678a0
jmp 0x15c7032
leaq 0x16f8(%rsp), %rax
movq %rax, 0x20b0(%rsp)
movq 0x20b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rax
movq %rax, 0x3638(%rsp)
movq 0x3638(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c711d
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3634(%rsp) # imm = 0xFFFFFFFF
movl 0x3634(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3630(%rsp)
cmpl $0x1, 0x3630(%rsp)
jne 0x15c711d
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c70ee
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c70ec
jmp 0x15c711b
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d0(%rsp)
cmpq $0x0, 0x39d0(%rsp)
je 0x15c7119
movq 0x39d0(%rsp), %rdi
callq 0x5f480
jmp 0x15c711b
jmp 0x15c711d
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c7178
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1740(%rsp)
movq 0x1740(%rsp), %rax
movq %rax, 0x3c88(%rsp)
movq 0x3c88(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16e0(%rsp)
movl $0x0, 0x16dc(%rsp)
movl 0x16dc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15c728c
movq 0x17e0(%rsp), %rax
movq %rax, 0x3c80(%rsp)
movq 0x3c80(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16c0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16e0(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x16b0(%rsp)
movq 0x1790(%rsp), %rax
vmovaps 0x16b0(%rsp), %xmm0
movq %rax, 0x3ec8(%rsp)
vmovaps %xmm0, 0x3eb0(%rsp)
vmovaps 0x3eb0(%rsp), %xmm0
movq 0x3ec8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x17e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x17e0(%rsp)
movq 0x1790(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1790(%rsp)
movl 0x16dc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16dc(%rsp)
jmp 0x15c71b8
jmp 0x15c728e
movl 0x17ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17ec(%rsp)
jmp 0x15c648d
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15c7de9
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15c7de9
cmpl $0x1, 0x1c74(%rsp)
jne 0x15c7de9
cmpl $0x1, 0x1c64(%rsp)
jne 0x15c7de9
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d48(%rsp)
movq 0x1d48(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x15c739b
movq 0x5d8(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x15c73a8
jmp 0x15c73b8
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0x16ac(%rsp)
movl 0x16ac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15c7dd9
movq 0x1cc0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1658(%rsp), %rdx
movq %rdx, 0x1f10(%rsp)
movq %rcx, 0x1f08(%rsp)
movl %eax, 0x1f04(%rsp)
movq 0x1f08(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x1f03(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f04(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1658(%rsp), %r10
movq %r10, 0x2ca0(%rsp)
movl %r9d, 0x2c9c(%rsp)
movl %r8d, 0x2c98(%rsp)
movl %edi, 0x2c94(%rsp)
movq %rsi, 0x2c88(%rsp)
movq %rdx, 0x2c80(%rsp)
movl %ecx, 0x2c7c(%rsp)
movq %rax, 0x2c70(%rsp)
movq 0x2ca0(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x2c88(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c80(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c7c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c70(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c9c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c98(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c94(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3178(%rsp)
movl $0x10, 0x3174(%rsp)
movq 0x3178(%rsp), %rax
movslq 0x3174(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3174(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1680(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c7593
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1698(%rsp)
movb $0x1, 0x1f03(%rsp)
testb $0x1, 0x1f03(%rsp)
jne 0x15c76ce
leaq 0x1658(%rsp), %rax
movq %rax, 0x2138(%rsp)
movq 0x2138(%rsp), %rax
movq %rax, 0x3818(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c7671
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3814(%rsp) # imm = 0xFFFFFFFF
movl 0x3814(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3810(%rsp)
cmpl $0x1, 0x3810(%rsp)
jne 0x15c7671
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c7642
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c7640
jmp 0x15c766f
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e0(%rsp)
cmpq $0x0, 0x38e0(%rsp)
je 0x15c766d
movq 0x38e0(%rsp), %rdi
callq 0x5f480
jmp 0x15c766f
jmp 0x15c7671
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c76cc
movq %rax, %rdi
callq 0x678a0
jmp 0x15c76ce
leaq 0x1658(%rsp), %rax
movq %rax, 0x20a8(%rsp)
movq 0x20a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x1658(%rsp), %rax
movq %rax, 0x2230(%rsp)
movq 0x2230(%rsp), %rax
movq %rax, 0x3628(%rsp)
movq 0x3628(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c77b9
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3624(%rsp) # imm = 0xFFFFFFFF
movl 0x3624(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3620(%rsp)
cmpl $0x1, 0x3620(%rsp)
jne 0x15c77b9
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c778a
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c7788
jmp 0x15c77b7
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d8(%rsp)
cmpq $0x0, 0x39d8(%rsp)
je 0x15c77b5
movq 0x39d8(%rsp), %rdi
callq 0x5f480
jmp 0x15c77b7
jmp 0x15c77b9
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c7814
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x16a0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20a0(%rsp)
movq 0x20a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1650(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1600(%rsp), %rdx
movq %rdx, 0x24b8(%rsp)
movq %rcx, 0x24b0(%rsp)
movl %eax, 0x24ac(%rsp)
movq 0x24b0(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x24ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1600(%rsp), %r10
movq %r10, 0x2808(%rsp)
movl %r9d, 0x2804(%rsp)
movl %r8d, 0x2800(%rsp)
movl %edi, 0x27fc(%rsp)
movq %rsi, 0x27f0(%rsp)
movq %rdx, 0x27e8(%rsp)
movl %ecx, 0x27e4(%rsp)
movq %rax, 0x27d8(%rsp)
movq 0x2808(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x27f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2804(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2800(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32c8(%rsp)
movl $0x10, 0x32c4(%rsp)
movq 0x32c8(%rsp), %rax
movslq 0x32c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1628(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c7a03
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1640(%rsp)
movb $0x1, 0x24ab(%rsp)
testb $0x1, 0x24ab(%rsp)
jne 0x15c7b3e
leaq 0x1600(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq %rax, 0x3378(%rsp)
movq 0x3378(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c7ae1
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3374(%rsp) # imm = 0xFFFFFFFF
movl 0x3374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3370(%rsp)
cmpl $0x1, 0x3370(%rsp)
jne 0x15c7ae1
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c7ab2
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c7ab0
jmp 0x15c7adf
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b30(%rsp)
cmpq $0x0, 0x3b30(%rsp)
je 0x15c7add
movq 0x3b30(%rsp), %rdi
callq 0x5f480
jmp 0x15c7adf
jmp 0x15c7ae1
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c7b3c
movq %rax, %rdi
callq 0x678a0
jmp 0x15c7b3e
leaq 0x1600(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1600(%rsp), %rax
movq %rax, 0x2238(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x3618(%rsp)
movq 0x3618(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c7c29
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3614(%rsp) # imm = 0xFFFFFFFF
movl 0x3614(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3610(%rsp)
cmpl $0x1, 0x3610(%rsp)
jne 0x15c7c29
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c7bfa
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c7bf8
jmp 0x15c7c27
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e0(%rsp)
cmpq $0x0, 0x39e0(%rsp)
je 0x15c7c25
movq 0x39e0(%rsp), %rdi
callq 0x5f480
jmp 0x15c7c27
jmp 0x15c7c29
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c7c84
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x1648(%rsp)
movl $0x0, 0x15fc(%rsp)
movl 0x15fc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15c7dc1
movq 0x16a0(%rsp), %rax
movq %rax, 0x3c78(%rsp)
movq 0x3c78(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x15e0(%rsp)
movq 0x1650(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b9c(%rsp)
vbroadcastss 0x3b9c(%rsp), %xmm0
vmovaps %xmm0, 0x3b80(%rsp)
vmovaps 0x3b80(%rsp), %xmm0
vmovaps %xmm0, 0x15d0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x15e0(%rsp), %rsi
leaq 0x15d0(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x15c0(%rsp)
movq 0x1648(%rsp), %rax
vmovaps 0x15c0(%rsp), %xmm0
movq %rax, 0x3ea8(%rsp)
vmovaps %xmm0, 0x3e90(%rsp)
vmovaps 0x3e90(%rsp), %xmm0
movq 0x3ea8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x16a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x16a0(%rsp)
movq 0x1650(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1650(%rsp)
movq 0x1648(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1648(%rsp)
movl 0x15fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15fc(%rsp)
jmp 0x15c7c9f
jmp 0x15c7dc3
movl 0x16ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ac(%rsp)
jmp 0x15c73c3
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
cmpl $0x1, 0x1ca0(%rsp)
jne 0x15c8d0b
cmpl $0x1, 0x1c9c(%rsp)
jne 0x15c8d0b
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15c8d0b
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d40(%rsp)
movq 0x1d40(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x15c7ebc
movq 0x578(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x15c7ec9
jmp 0x15c7ed9
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0x15bc(%rsp)
movl 0x15bc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15c8cfb
movq 0x1cc0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1568(%rsp), %rdx
movq %rdx, 0x1ef8(%rsp)
movq %rcx, 0x1ef0(%rsp)
movl %eax, 0x1eec(%rsp)
movq 0x1ef0(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x1eeb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1eec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1568(%rsp), %r10
movq %r10, 0x2cd8(%rsp)
movl %r9d, 0x2cd4(%rsp)
movl %r8d, 0x2cd0(%rsp)
movl %edi, 0x2ccc(%rsp)
movq %rsi, 0x2cc0(%rsp)
movq %rdx, 0x2cb8(%rsp)
movl %ecx, 0x2cb4(%rsp)
movq %rax, 0x2ca8(%rsp)
movq 0x2cd8(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x2cc0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cb8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cb4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ca8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2cd4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2cd0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ccc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3168(%rsp)
movl $0x10, 0x3164(%rsp)
movq 0x3168(%rsp), %rax
movslq 0x3164(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3164(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1590(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c80b4
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15a8(%rsp)
movb $0x1, 0x1eeb(%rsp)
testb $0x1, 0x1eeb(%rsp)
jne 0x15c81ef
leaq 0x1568(%rsp), %rax
movq %rax, 0x2140(%rsp)
movq 0x2140(%rsp), %rax
movq %rax, 0x3808(%rsp)
movq 0x3808(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c8192
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3804(%rsp) # imm = 0xFFFFFFFF
movl 0x3804(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3800(%rsp)
cmpl $0x1, 0x3800(%rsp)
jne 0x15c8192
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c8163
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c8161
jmp 0x15c8190
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e8(%rsp)
cmpq $0x0, 0x38e8(%rsp)
je 0x15c818e
movq 0x38e8(%rsp), %rdi
callq 0x5f480
jmp 0x15c8190
jmp 0x15c8192
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c81ed
movq %rax, %rdi
callq 0x678a0
jmp 0x15c81ef
leaq 0x1568(%rsp), %rax
movq %rax, 0x2098(%rsp)
movq 0x2098(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x1568(%rsp), %rax
movq %rax, 0x2240(%rsp)
movq 0x2240(%rsp), %rax
movq %rax, 0x3608(%rsp)
movq 0x3608(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c82da
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3604(%rsp) # imm = 0xFFFFFFFF
movl 0x3604(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3600(%rsp)
cmpl $0x1, 0x3600(%rsp)
jne 0x15c82da
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c82ab
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c82a9
jmp 0x15c82d8
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e8(%rsp)
cmpq $0x0, 0x39e8(%rsp)
je 0x15c82d6
movq 0x39e8(%rsp), %rdi
callq 0x5f480
jmp 0x15c82d8
jmp 0x15c82da
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c8335
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x15b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1518(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1518(%rsp), %r10
movq %r10, 0x2840(%rsp)
movl %r9d, 0x283c(%rsp)
movl %r8d, 0x2838(%rsp)
movl %edi, 0x2834(%rsp)
movq %rsi, 0x2828(%rsp)
movq %rdx, 0x2820(%rsp)
movl %ecx, 0x281c(%rsp)
movq %rax, 0x2810(%rsp)
movq 0x2840(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2820(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x281c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2810(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x283c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2838(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2834(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32b8(%rsp)
movl $0x10, 0x32b4(%rsp)
movq 0x32b8(%rsp), %rax
movslq 0x32b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1540(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c8501
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1558(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x15c863c
leaq 0x1518(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq %rax, 0x3388(%rsp)
movq 0x3388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c85df
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3384(%rsp) # imm = 0xFFFFFFFF
movl 0x3384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3380(%rsp)
cmpl $0x1, 0x3380(%rsp)
jne 0x15c85df
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c85b0
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c85ae
jmp 0x15c85dd
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b28(%rsp)
cmpq $0x0, 0x3b28(%rsp)
je 0x15c85db
movq 0x3b28(%rsp), %rdi
callq 0x5f480
jmp 0x15c85dd
jmp 0x15c85df
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c863a
movq %rax, %rdi
callq 0x678a0
jmp 0x15c863c
leaq 0x1518(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1518(%rsp), %rax
movq %rax, 0x2248(%rsp)
movq 0x2248(%rsp), %rax
movq %rax, 0x35f8(%rsp)
movq 0x35f8(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c8727
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35f4(%rsp) # imm = 0xFFFFFFFF
movl 0x35f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35f0(%rsp)
cmpl $0x1, 0x35f0(%rsp)
jne 0x15c8727
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c86f8
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c86f6
jmp 0x15c8725
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f0(%rsp)
cmpq $0x0, 0x39f0(%rsp)
je 0x15c8723
movq 0x39f0(%rsp), %rdi
callq 0x5f480
jmp 0x15c8725
jmp 0x15c8727
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c8782
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x1560(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x14c8(%rsp), %rdx
movq %rdx, 0x1ee0(%rsp)
movq %rcx, 0x1ed8(%rsp)
movl %eax, 0x1ed4(%rsp)
movq 0x1ed8(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x1ed3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ed4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14c8(%rsp), %r10
movq %r10, 0x2d10(%rsp)
movl %r9d, 0x2d0c(%rsp)
movl %r8d, 0x2d08(%rsp)
movl %edi, 0x2d04(%rsp)
movq %rsi, 0x2cf8(%rsp)
movq %rdx, 0x2cf0(%rsp)
movl %ecx, 0x2cec(%rsp)
movq %rax, 0x2ce0(%rsp)
movq 0x2d10(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x2cf8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cf0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ce0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d0c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d08(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d04(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3158(%rsp)
movl $0x10, 0x3154(%rsp)
movq 0x3158(%rsp), %rax
movslq 0x3154(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3154(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c894e
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1508(%rsp)
movb $0x1, 0x1ed3(%rsp)
testb $0x1, 0x1ed3(%rsp)
jne 0x15c8a89
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2148(%rsp)
movq 0x2148(%rsp), %rax
movq %rax, 0x37f8(%rsp)
movq 0x37f8(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c8a2c
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37f4(%rsp) # imm = 0xFFFFFFFF
movl 0x37f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37f0(%rsp)
cmpl $0x1, 0x37f0(%rsp)
jne 0x15c8a2c
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c89fd
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c89fb
jmp 0x15c8a2a
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f0(%rsp)
cmpq $0x0, 0x38f0(%rsp)
je 0x15c8a28
movq 0x38f0(%rsp), %rdi
callq 0x5f480
jmp 0x15c8a2a
jmp 0x15c8a2c
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c8a87
movq %rax, %rdi
callq 0x678a0
jmp 0x15c8a89
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2090(%rsp)
movq 0x2090(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2250(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0x35e8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c8b74
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35e4(%rsp) # imm = 0xFFFFFFFF
movl 0x35e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35e0(%rsp)
cmpl $0x1, 0x35e0(%rsp)
jne 0x15c8b74
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c8b45
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c8b43
jmp 0x15c8b72
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f8(%rsp)
cmpq $0x0, 0x39f8(%rsp)
je 0x15c8b70
movq 0x39f8(%rsp), %rdi
callq 0x5f480
jmp 0x15c8b72
jmp 0x15c8b74
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c8bcf
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1510(%rsp)
movq 0x15b0(%rsp), %rax
movq %rax, 0x3c70(%rsp)
movq 0x3c70(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x14b0(%rsp)
movl $0x0, 0x14ac(%rsp)
movl 0x14ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15c8ce3
movq 0x1510(%rsp), %rax
movq %rax, 0x3c68(%rsp)
movq 0x3c68(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1490(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x14b0(%rsp), %rsi
leaq 0x1490(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x1480(%rsp)
movq 0x1560(%rsp), %rax
vmovaps 0x1480(%rsp), %xmm0
movq %rax, 0x3e88(%rsp)
vmovaps %xmm0, 0x3e70(%rsp)
vmovaps 0x3e70(%rsp), %xmm0
movq 0x3e88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1510(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1510(%rsp)
movq 0x1560(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1560(%rsp)
movl 0x14ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14ac(%rsp)
jmp 0x15c8c0f
jmp 0x15c8ce5
movl 0x15bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15bc(%rsp)
jmp 0x15c7ee4
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15c9840
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15c9840
cmpl $0x1, 0x1c94(%rsp)
jne 0x15c9840
cmpl $0x1, 0x1c84(%rsp)
jne 0x15c9840
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d38(%rsp)
movq 0x1d38(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x15c8df2
movq 0x4f0(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x15c8dff
jmp 0x15c8e0f
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0x147c(%rsp)
movl 0x147c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15c9830
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2088(%rsp)
movq 0x2088(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1470(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x1420(%rsp), %rdx
movq %rdx, 0x1ec8(%rsp)
movq %rcx, 0x1ec0(%rsp)
movl %eax, 0x1ebc(%rsp)
movq 0x1ec0(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x1ebb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ebc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1420(%rsp), %r10
movq %r10, 0x2d48(%rsp)
movl %r9d, 0x2d44(%rsp)
movl %r8d, 0x2d40(%rsp)
movl %edi, 0x2d3c(%rsp)
movq %rsi, 0x2d30(%rsp)
movq %rdx, 0x2d28(%rsp)
movl %ecx, 0x2d24(%rsp)
movq %rax, 0x2d18(%rsp)
movq 0x2d48(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x2d30(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d28(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d24(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d18(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d44(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d40(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d3c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3148(%rsp)
movl $0x10, 0x3144(%rsp)
movq 0x3148(%rsp), %rax
movslq 0x3144(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3144(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1448(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c900d
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1460(%rsp)
movb $0x1, 0x1ebb(%rsp)
testb $0x1, 0x1ebb(%rsp)
jne 0x15c9148
leaq 0x1420(%rsp), %rax
movq %rax, 0x2150(%rsp)
movq 0x2150(%rsp), %rax
movq %rax, 0x37e8(%rsp)
movq 0x37e8(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c90eb
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37e4(%rsp) # imm = 0xFFFFFFFF
movl 0x37e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37e0(%rsp)
cmpl $0x1, 0x37e0(%rsp)
jne 0x15c90eb
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c90bc
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c90ba
jmp 0x15c90e9
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f8(%rsp)
cmpq $0x0, 0x38f8(%rsp)
je 0x15c90e7
movq 0x38f8(%rsp), %rdi
callq 0x5f480
jmp 0x15c90e9
jmp 0x15c90eb
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c9146
movq %rax, %rdi
callq 0x678a0
jmp 0x15c9148
leaq 0x1420(%rsp), %rax
movq %rax, 0x2080(%rsp)
movq 0x2080(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1420(%rsp), %rax
movq %rax, 0x2258(%rsp)
movq 0x2258(%rsp), %rax
movq %rax, 0x35d8(%rsp)
movq 0x35d8(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c9233
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35d4(%rsp) # imm = 0xFFFFFFFF
movl 0x35d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35d0(%rsp)
cmpl $0x1, 0x35d0(%rsp)
jne 0x15c9233
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c9204
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c9202
jmp 0x15c9231
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a00(%rsp)
cmpq $0x0, 0x3a00(%rsp)
je 0x15c922f
movq 0x3a00(%rsp), %rdi
callq 0x5f480
jmp 0x15c9231
jmp 0x15c9233
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c928e
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1468(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x13d0(%rsp), %rdx
movq %rdx, 0x2478(%rsp)
movq %rcx, 0x2470(%rsp)
movl %eax, 0x246c(%rsp)
movq 0x2470(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x246b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x246c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x13d0(%rsp), %r10
movq %r10, 0x2878(%rsp)
movl %r9d, 0x2874(%rsp)
movl %r8d, 0x2870(%rsp)
movl %edi, 0x286c(%rsp)
movq %rsi, 0x2860(%rsp)
movq %rdx, 0x2858(%rsp)
movl %ecx, 0x2854(%rsp)
movq %rax, 0x2848(%rsp)
movq 0x2878(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x2860(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2858(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2854(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2848(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2874(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2870(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x286c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32a8(%rsp)
movl $0x10, 0x32a4(%rsp)
movq 0x32a8(%rsp), %rax
movslq 0x32a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x13f8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c945a
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1410(%rsp)
movb $0x1, 0x246b(%rsp)
testb $0x1, 0x246b(%rsp)
jne 0x15c9595
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2480(%rsp)
movq 0x2480(%rsp), %rax
movq %rax, 0x3398(%rsp)
movq 0x3398(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c9538
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3394(%rsp) # imm = 0xFFFFFFFF
movl 0x3394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3390(%rsp)
cmpl $0x1, 0x3390(%rsp)
jne 0x15c9538
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c9509
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c9507
jmp 0x15c9536
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b20(%rsp)
cmpq $0x0, 0x3b20(%rsp)
je 0x15c9534
movq 0x3b20(%rsp), %rdi
callq 0x5f480
jmp 0x15c9536
jmp 0x15c9538
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c9593
movq %rax, %rdi
callq 0x678a0
jmp 0x15c9595
leaq 0x13d0(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2260(%rsp)
movq 0x2260(%rsp), %rax
movq %rax, 0x35c8(%rsp)
movq 0x35c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c9680
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35c4(%rsp) # imm = 0xFFFFFFFF
movl 0x35c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35c0(%rsp)
cmpl $0x1, 0x35c0(%rsp)
jne 0x15c9680
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c9651
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c964f
jmp 0x15c967e
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a08(%rsp)
cmpq $0x0, 0x3a08(%rsp)
je 0x15c967c
movq 0x3a08(%rsp), %rdi
callq 0x5f480
jmp 0x15c967e
jmp 0x15c9680
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c96db
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1418(%rsp)
movl $0x0, 0x13cc(%rsp)
movl 0x13cc(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15c9818
movq 0x1470(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b7c(%rsp)
vbroadcastss 0x3b7c(%rsp), %xmm0
vmovaps %xmm0, 0x3b60(%rsp)
vmovaps 0x3b60(%rsp), %xmm0
vmovaps %xmm0, 0x13b0(%rsp)
movq 0x1468(%rsp), %rax
movq %rax, 0x3c60(%rsp)
movq 0x3c60(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x13a0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x13b0(%rsp), %rsi
leaq 0x13a0(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x1390(%rsp)
movq 0x1418(%rsp), %rax
vmovaps 0x1390(%rsp), %xmm0
movq %rax, 0x3e68(%rsp)
vmovaps %xmm0, 0x3e50(%rsp)
vmovaps 0x3e50(%rsp), %xmm0
movq 0x3e68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1470(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1470(%rsp)
movq 0x1468(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1468(%rsp)
movq 0x1418(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1418(%rsp)
movl 0x13cc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13cc(%rsp)
jmp 0x15c96f6
jmp 0x15c981a
movl 0x147c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x147c(%rsp)
jmp 0x15c8e1a
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
cmpl $0x1, 0x1ca0(%rsp)
je 0x15ca7c1
cmpl $0x1, 0x1c80(%rsp)
jne 0x15ca7c1
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15ca7c1
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15ca7c1
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x1d30(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x15c9927
movq 0x490(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x15c9934
jmp 0x15c9944
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0x138c(%rsp)
movl 0x138c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15ca7b1
movq 0x1cc0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1338(%rsp), %rdx
movq %rdx, 0x1eb0(%rsp)
movq %rcx, 0x1ea8(%rsp)
movl %eax, 0x1ea4(%rsp)
movq 0x1ea8(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x1ea3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ea4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1338(%rsp), %r10
movq %r10, 0x2d80(%rsp)
movl %r9d, 0x2d7c(%rsp)
movl %r8d, 0x2d78(%rsp)
movl %edi, 0x2d74(%rsp)
movq %rsi, 0x2d68(%rsp)
movq %rdx, 0x2d60(%rsp)
movl %ecx, 0x2d5c(%rsp)
movq %rax, 0x2d50(%rsp)
movq 0x2d80(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x2d68(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d60(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d5c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d50(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d7c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d78(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d74(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3138(%rsp)
movl $0x10, 0x3134(%rsp)
movq 0x3138(%rsp), %rax
movslq 0x3134(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3134(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1360(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c9b1f
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1378(%rsp)
movb $0x1, 0x1ea3(%rsp)
testb $0x1, 0x1ea3(%rsp)
jne 0x15c9c5a
leaq 0x1338(%rsp), %rax
movq %rax, 0x2158(%rsp)
movq 0x2158(%rsp), %rax
movq %rax, 0x37d8(%rsp)
movq 0x37d8(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c9bfd
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37d4(%rsp) # imm = 0xFFFFFFFF
movl 0x37d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37d0(%rsp)
cmpl $0x1, 0x37d0(%rsp)
jne 0x15c9bfd
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c9bce
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c9bcc
jmp 0x15c9bfb
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3900(%rsp)
cmpq $0x0, 0x3900(%rsp)
je 0x15c9bf9
movq 0x3900(%rsp), %rdi
callq 0x5f480
jmp 0x15c9bfb
jmp 0x15c9bfd
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c9c58
movq %rax, %rdi
callq 0x678a0
jmp 0x15c9c5a
leaq 0x1338(%rsp), %rax
movq %rax, 0x2078(%rsp)
movq 0x2078(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1338(%rsp), %rax
movq %rax, 0x2268(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x35b8(%rsp)
movq 0x35b8(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15c9d45
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35b4(%rsp) # imm = 0xFFFFFFFF
movl 0x35b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35b0(%rsp)
cmpl $0x1, 0x35b0(%rsp)
jne 0x15c9d45
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15c9d16
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15c9d14
jmp 0x15c9d43
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a10(%rsp)
cmpq $0x0, 0x3a10(%rsp)
je 0x15c9d41
movq 0x3a10(%rsp), %rdi
callq 0x5f480
jmp 0x15c9d43
jmp 0x15c9d45
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15c9da0
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1380(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x12e8(%rsp), %rdx
movq %rdx, 0x1e98(%rsp)
movq %rcx, 0x1e90(%rsp)
movl %eax, 0x1e8c(%rsp)
movq 0x1e90(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x1e8b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e8c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12e8(%rsp), %r10
movq %r10, 0x2db8(%rsp)
movl %r9d, 0x2db4(%rsp)
movl %r8d, 0x2db0(%rsp)
movl %edi, 0x2dac(%rsp)
movq %rsi, 0x2da0(%rsp)
movq %rdx, 0x2d98(%rsp)
movl %ecx, 0x2d94(%rsp)
movq %rax, 0x2d88(%rsp)
movq 0x2db8(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x2da0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d98(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d94(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d88(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2db4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2db0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2dac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3128(%rsp)
movl $0x10, 0x3124(%rsp)
movq 0x3128(%rsp), %rax
movslq 0x3124(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3124(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1310(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15c9f6c
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1328(%rsp)
movb $0x1, 0x1e8b(%rsp)
testb $0x1, 0x1e8b(%rsp)
jne 0x15ca0a7
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2160(%rsp)
movq 0x2160(%rsp), %rax
movq %rax, 0x37c8(%rsp)
movq 0x37c8(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ca04a
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c4(%rsp) # imm = 0xFFFFFFFF
movl 0x37c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37c0(%rsp)
cmpl $0x1, 0x37c0(%rsp)
jne 0x15ca04a
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ca01b
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ca019
jmp 0x15ca048
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3908(%rsp)
cmpq $0x0, 0x3908(%rsp)
je 0x15ca046
movq 0x3908(%rsp), %rdi
callq 0x5f480
jmp 0x15ca048
jmp 0x15ca04a
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ca0a5
movq %rax, %rdi
callq 0x678a0
jmp 0x15ca0a7
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2070(%rsp)
movq 0x2070(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2270(%rsp)
movq 0x2270(%rsp), %rax
movq %rax, 0x35a8(%rsp)
movq 0x35a8(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ca192
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35a4(%rsp) # imm = 0xFFFFFFFF
movl 0x35a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35a0(%rsp)
cmpl $0x1, 0x35a0(%rsp)
jne 0x15ca192
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ca163
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ca161
jmp 0x15ca190
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a18(%rsp)
cmpq $0x0, 0x3a18(%rsp)
je 0x15ca18e
movq 0x3a18(%rsp), %rdi
callq 0x5f480
jmp 0x15ca190
jmp 0x15ca192
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ca1ed
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1330(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1298(%rsp), %rdx
movq %rdx, 0x2458(%rsp)
movq %rcx, 0x2450(%rsp)
movl %eax, 0x244c(%rsp)
movq 0x2450(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x244b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x244c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1298(%rsp), %r10
movq %r10, 0x28b0(%rsp)
movl %r9d, 0x28ac(%rsp)
movl %r8d, 0x28a8(%rsp)
movl %edi, 0x28a4(%rsp)
movq %rsi, 0x2898(%rsp)
movq %rdx, 0x2890(%rsp)
movl %ecx, 0x288c(%rsp)
movq %rax, 0x2880(%rsp)
movq 0x28b0(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2890(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x288c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2880(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3298(%rsp)
movl $0x10, 0x3294(%rsp)
movq 0x3298(%rsp), %rax
movslq 0x3294(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3294(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ca3b9
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12d8(%rsp)
movb $0x1, 0x244b(%rsp)
testb $0x1, 0x244b(%rsp)
jne 0x15ca4f4
leaq 0x1298(%rsp), %rax
movq %rax, 0x2460(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x33a8(%rsp)
movq 0x33a8(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ca497
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33a4(%rsp) # imm = 0xFFFFFFFF
movl 0x33a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33a0(%rsp)
cmpl $0x1, 0x33a0(%rsp)
jne 0x15ca497
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ca468
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ca466
jmp 0x15ca495
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b18(%rsp)
cmpq $0x0, 0x3b18(%rsp)
je 0x15ca493
movq 0x3b18(%rsp), %rdi
callq 0x5f480
jmp 0x15ca495
jmp 0x15ca497
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ca4f2
movq %rax, %rdi
callq 0x678a0
jmp 0x15ca4f4
leaq 0x1298(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1298(%rsp), %rax
movq %rax, 0x2278(%rsp)
movq 0x2278(%rsp), %rax
movq %rax, 0x3598(%rsp)
movq 0x3598(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ca5df
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3594(%rsp) # imm = 0xFFFFFFFF
movl 0x3594(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3590(%rsp)
cmpl $0x1, 0x3590(%rsp)
jne 0x15ca5df
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ca5b0
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ca5ae
jmp 0x15ca5dd
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a20(%rsp)
cmpq $0x0, 0x3a20(%rsp)
je 0x15ca5db
movq 0x3a20(%rsp), %rdi
callq 0x5f480
jmp 0x15ca5dd
jmp 0x15ca5df
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ca63a
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x12e0(%rsp)
movl $0x0, 0x1294(%rsp)
movl 0x1294(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15ca799
movq 0x1330(%rsp), %rax
movl 0x1294(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c58(%rsp)
movq 0x3c58(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15ca781
movq 0x1380(%rsp), %rax
movq %rax, 0x3c50(%rsp)
movq 0x3c50(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1260(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1260(%rsp), %rsi
leaq 0x1280(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x1250(%rsp)
movq 0x12e0(%rsp), %rax
vmovaps 0x1250(%rsp), %xmm0
movq %rax, 0x3e48(%rsp)
vmovaps %xmm0, 0x3e30(%rsp)
vmovaps 0x3e30(%rsp), %xmm0
movq 0x3e48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1380(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1380(%rsp)
movq 0x12e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x12e0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x15ca6ad
jmp 0x15ca783
movl 0x1294(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1294(%rsp)
jmp 0x15ca655
jmp 0x15ca79b
movl 0x138c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x138c(%rsp)
jmp 0x15c994f
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15cb742
cmpl $0x1, 0x1c9c(%rsp)
je 0x15cb742
cmpl $0x1, 0x1c7c(%rsp)
jne 0x15cb742
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15cb742
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d28(%rsp)
movq 0x1d28(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x15ca8a8
movq 0x408(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x15ca8b5
jmp 0x15ca8c5
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0x124c(%rsp)
movl 0x124c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15cb732
movq 0x1cc0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11f8(%rsp), %rdx
movq %rdx, 0x1e80(%rsp)
movq %rcx, 0x1e78(%rsp)
movl %eax, 0x1e74(%rsp)
movq 0x1e78(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x1e73(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e74(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11f8(%rsp), %r10
movq %r10, 0x2df0(%rsp)
movl %r9d, 0x2dec(%rsp)
movl %r8d, 0x2de8(%rsp)
movl %edi, 0x2de4(%rsp)
movq %rsi, 0x2dd8(%rsp)
movq %rdx, 0x2dd0(%rsp)
movl %ecx, 0x2dcc(%rsp)
movq %rax, 0x2dc0(%rsp)
movq 0x2df0(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x2dd8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2dd0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2dcc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2dc0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2dec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2de8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2de4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3118(%rsp)
movl $0x10, 0x3114(%rsp)
movq 0x3118(%rsp), %rax
movslq 0x3114(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3114(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1220(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15caaa0
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1238(%rsp)
movb $0x1, 0x1e73(%rsp)
testb $0x1, 0x1e73(%rsp)
jne 0x15cabdb
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2168(%rsp)
movq 0x2168(%rsp), %rax
movq %rax, 0x37b8(%rsp)
movq 0x37b8(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cab7e
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37b4(%rsp) # imm = 0xFFFFFFFF
movl 0x37b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37b0(%rsp)
cmpl $0x1, 0x37b0(%rsp)
jne 0x15cab7e
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cab4f
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cab4d
jmp 0x15cab7c
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3910(%rsp)
cmpq $0x0, 0x3910(%rsp)
je 0x15cab7a
movq 0x3910(%rsp), %rdi
callq 0x5f480
jmp 0x15cab7c
jmp 0x15cab7e
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cabd9
movq %rax, %rdi
callq 0x678a0
jmp 0x15cabdb
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2068(%rsp)
movq 0x2068(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2280(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x3588(%rsp)
movq 0x3588(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cacc6
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3584(%rsp) # imm = 0xFFFFFFFF
movl 0x3584(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3580(%rsp)
cmpl $0x1, 0x3580(%rsp)
jne 0x15cacc6
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cac97
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cac95
jmp 0x15cacc4
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a28(%rsp)
cmpq $0x0, 0x3a28(%rsp)
je 0x15cacc2
movq 0x3a28(%rsp), %rdi
callq 0x5f480
jmp 0x15cacc4
jmp 0x15cacc6
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cad21
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x1240(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11a8(%rsp), %rdx
movq %rdx, 0x1e68(%rsp)
movq %rcx, 0x1e60(%rsp)
movl %eax, 0x1e5c(%rsp)
movq 0x1e60(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x1e5b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e5c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11a8(%rsp), %r10
movq %r10, 0x2e28(%rsp)
movl %r9d, 0x2e24(%rsp)
movl %r8d, 0x2e20(%rsp)
movl %edi, 0x2e1c(%rsp)
movq %rsi, 0x2e10(%rsp)
movq %rdx, 0x2e08(%rsp)
movl %ecx, 0x2e04(%rsp)
movq %rax, 0x2df8(%rsp)
movq 0x2e28(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x2e10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2df8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3108(%rsp)
movl $0x10, 0x3104(%rsp)
movq 0x3108(%rsp), %rax
movslq 0x3104(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3104(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15caeed
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11e8(%rsp)
movb $0x1, 0x1e5b(%rsp)
testb $0x1, 0x1e5b(%rsp)
jne 0x15cb028
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2170(%rsp)
movq 0x2170(%rsp), %rax
movq %rax, 0x37a8(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cafcb
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37a4(%rsp) # imm = 0xFFFFFFFF
movl 0x37a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37a0(%rsp)
cmpl $0x1, 0x37a0(%rsp)
jne 0x15cafcb
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15caf9c
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15caf9a
jmp 0x15cafc9
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3918(%rsp)
cmpq $0x0, 0x3918(%rsp)
je 0x15cafc7
movq 0x3918(%rsp), %rdi
callq 0x5f480
jmp 0x15cafc9
jmp 0x15cafcb
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cb026
movq %rax, %rdi
callq 0x678a0
jmp 0x15cb028
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2060(%rsp)
movq 0x2060(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2288(%rsp)
movq 0x2288(%rsp), %rax
movq %rax, 0x3578(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cb113
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3574(%rsp) # imm = 0xFFFFFFFF
movl 0x3574(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3570(%rsp)
cmpl $0x1, 0x3570(%rsp)
jne 0x15cb113
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cb0e4
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cb0e2
jmp 0x15cb111
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a30(%rsp)
cmpq $0x0, 0x3a30(%rsp)
je 0x15cb10f
movq 0x3a30(%rsp), %rdi
callq 0x5f480
jmp 0x15cb111
jmp 0x15cb113
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cb16e
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x11f0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x1158(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1158(%rsp), %r10
movq %r10, 0x28e8(%rsp)
movl %r9d, 0x28e4(%rsp)
movl %r8d, 0x28e0(%rsp)
movl %edi, 0x28dc(%rsp)
movq %rsi, 0x28d0(%rsp)
movq %rdx, 0x28c8(%rsp)
movl %ecx, 0x28c4(%rsp)
movq %rax, 0x28b8(%rsp)
movq 0x28e8(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x28d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x28c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3288(%rsp)
movl $0x10, 0x3284(%rsp)
movq 0x3288(%rsp), %rax
movslq 0x3284(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3284(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1180(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15cb33a
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1198(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x15cb475
leaq 0x1158(%rsp), %rax
movq %rax, 0x2440(%rsp)
movq 0x2440(%rsp), %rax
movq %rax, 0x33b8(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cb418
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33b4(%rsp) # imm = 0xFFFFFFFF
movl 0x33b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33b0(%rsp)
cmpl $0x1, 0x33b0(%rsp)
jne 0x15cb418
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cb3e9
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cb3e7
jmp 0x15cb416
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b10(%rsp)
cmpq $0x0, 0x3b10(%rsp)
je 0x15cb414
movq 0x3b10(%rsp), %rdi
callq 0x5f480
jmp 0x15cb416
jmp 0x15cb418
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cb473
movq %rax, %rdi
callq 0x678a0
jmp 0x15cb475
leaq 0x1158(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1158(%rsp), %rax
movq %rax, 0x2290(%rsp)
movq 0x2290(%rsp), %rax
movq %rax, 0x3568(%rsp)
movq 0x3568(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cb560
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3564(%rsp) # imm = 0xFFFFFFFF
movl 0x3564(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3560(%rsp)
cmpl $0x1, 0x3560(%rsp)
jne 0x15cb560
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cb531
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cb52f
jmp 0x15cb55e
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a38(%rsp)
cmpq $0x0, 0x3a38(%rsp)
je 0x15cb55c
movq 0x3a38(%rsp), %rdi
callq 0x5f480
jmp 0x15cb55e
jmp 0x15cb560
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cb5bb
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x11a0(%rsp)
movl $0x0, 0x1154(%rsp)
movl 0x1154(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15cb71a
movl $0x0, 0x1150(%rsp)
movl 0x1150(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15cb702
movq 0x1240(%rsp), %rax
movq %rax, 0x3c48(%rsp)
movq 0x3c48(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1140(%rsp)
movq 0x11f0(%rsp), %rax
movl 0x1150(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c40(%rsp)
movq 0x3c40(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1130(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1140(%rsp), %rsi
leaq 0x1130(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x1120(%rsp)
movq 0x11a0(%rsp), %rax
vmovaps 0x1120(%rsp), %xmm0
movq %rax, 0x3e28(%rsp)
vmovaps %xmm0, 0x3e10(%rsp)
vmovaps 0x3e10(%rsp), %xmm0
movq 0x3e28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1240(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1240(%rsp)
movq 0x11a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x11a0(%rsp)
movl 0x1150(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1150(%rsp)
jmp 0x15cb5f5
jmp 0x15cb704
movl 0x1154(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1154(%rsp)
jmp 0x15cb5d6
jmp 0x15cb71c
movl 0x124c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x124c(%rsp)
jmp 0x15ca8d0
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
cmpl $0x1, 0x1c80(%rsp)
je 0x15cc6c3
cmpl $0x1, 0x1ca0(%rsp)
jne 0x15cc6c3
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15cc6c3
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15cc6c3
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d20(%rsp)
movq 0x1d20(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x15cb829
movq 0x380(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x15cb836
jmp 0x15cb846
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0x111c(%rsp)
movl 0x111c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15cc6b3
movq 0x1cc0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x10c8(%rsp), %rdx
movq %rdx, 0x1e50(%rsp)
movq %rcx, 0x1e48(%rsp)
movl %eax, 0x1e44(%rsp)
movq 0x1e48(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x1e43(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e44(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x10c8(%rsp), %r10
movq %r10, 0x2e60(%rsp)
movl %r9d, 0x2e5c(%rsp)
movl %r8d, 0x2e58(%rsp)
movl %edi, 0x2e54(%rsp)
movq %rsi, 0x2e48(%rsp)
movq %rdx, 0x2e40(%rsp)
movl %ecx, 0x2e3c(%rsp)
movq %rax, 0x2e30(%rsp)
movq 0x2e60(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x2e48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30f8(%rsp)
movl $0x10, 0x30f4(%rsp)
movq 0x30f8(%rsp), %rax
movslq 0x30f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15cba21
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1108(%rsp)
movb $0x1, 0x1e43(%rsp)
testb $0x1, 0x1e43(%rsp)
jne 0x15cbb5c
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2178(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x3798(%rsp)
movq 0x3798(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cbaff
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3794(%rsp) # imm = 0xFFFFFFFF
movl 0x3794(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3790(%rsp)
cmpl $0x1, 0x3790(%rsp)
jne 0x15cbaff
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cbad0
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cbace
jmp 0x15cbafd
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3920(%rsp)
cmpq $0x0, 0x3920(%rsp)
je 0x15cbafb
movq 0x3920(%rsp), %rdi
callq 0x5f480
jmp 0x15cbafd
jmp 0x15cbaff
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cbb5a
movq %rax, %rdi
callq 0x678a0
jmp 0x15cbb5c
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2058(%rsp)
movq 0x2058(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2298(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x3558(%rsp)
movq 0x3558(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cbc47
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3554(%rsp) # imm = 0xFFFFFFFF
movl 0x3554(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3550(%rsp)
cmpl $0x1, 0x3550(%rsp)
jne 0x15cbc47
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cbc18
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cbc16
jmp 0x15cbc45
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a40(%rsp)
cmpq $0x0, 0x3a40(%rsp)
je 0x15cbc43
movq 0x3a40(%rsp), %rdi
callq 0x5f480
jmp 0x15cbc45
jmp 0x15cbc47
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cbca2
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1110(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1078(%rsp), %rdx
movq %rdx, 0x1e38(%rsp)
movq %rcx, 0x1e30(%rsp)
movl %eax, 0x1e2c(%rsp)
movq 0x1e30(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x1e2b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e2c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1078(%rsp), %r10
movq %r10, 0x2e98(%rsp)
movl %r9d, 0x2e94(%rsp)
movl %r8d, 0x2e90(%rsp)
movl %edi, 0x2e8c(%rsp)
movq %rsi, 0x2e80(%rsp)
movq %rdx, 0x2e78(%rsp)
movl %ecx, 0x2e74(%rsp)
movq %rax, 0x2e68(%rsp)
movq 0x2e98(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x2e80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30e8(%rsp)
movl $0x10, 0x30e4(%rsp)
movq 0x30e8(%rsp), %rax
movslq 0x30e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15cbe6e
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10b8(%rsp)
movb $0x1, 0x1e2b(%rsp)
testb $0x1, 0x1e2b(%rsp)
jne 0x15cbfa9
leaq 0x1078(%rsp), %rax
movq %rax, 0x2180(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x3788(%rsp)
movq 0x3788(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cbf4c
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3784(%rsp) # imm = 0xFFFFFFFF
movl 0x3784(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3780(%rsp)
cmpl $0x1, 0x3780(%rsp)
jne 0x15cbf4c
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cbf1d
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cbf1b
jmp 0x15cbf4a
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3928(%rsp)
cmpq $0x0, 0x3928(%rsp)
je 0x15cbf48
movq 0x3928(%rsp), %rdi
callq 0x5f480
jmp 0x15cbf4a
jmp 0x15cbf4c
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cbfa7
movq %rax, %rdi
callq 0x678a0
jmp 0x15cbfa9
leaq 0x1078(%rsp), %rax
movq %rax, 0x2050(%rsp)
movq 0x2050(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x1078(%rsp), %rax
movq %rax, 0x22a0(%rsp)
movq 0x22a0(%rsp), %rax
movq %rax, 0x3548(%rsp)
movq 0x3548(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cc094
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3544(%rsp) # imm = 0xFFFFFFFF
movl 0x3544(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3540(%rsp)
cmpl $0x1, 0x3540(%rsp)
jne 0x15cc094
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cc065
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cc063
jmp 0x15cc092
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a48(%rsp)
cmpq $0x0, 0x3a48(%rsp)
je 0x15cc090
movq 0x3a48(%rsp), %rdi
callq 0x5f480
jmp 0x15cc092
jmp 0x15cc094
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cc0ef
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x10c0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1028(%rsp), %rdx
movq %rdx, 0x2418(%rsp)
movq %rcx, 0x2410(%rsp)
movl %eax, 0x240c(%rsp)
movq 0x2410(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x240b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x240c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1028(%rsp), %r10
movq %r10, 0x2920(%rsp)
movl %r9d, 0x291c(%rsp)
movl %r8d, 0x2918(%rsp)
movl %edi, 0x2914(%rsp)
movq %rsi, 0x2908(%rsp)
movq %rdx, 0x2900(%rsp)
movl %ecx, 0x28fc(%rsp)
movq %rax, 0x28f0(%rsp)
movq 0x2920(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2900(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x291c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2918(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2914(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3278(%rsp)
movl $0x10, 0x3274(%rsp)
movq 0x3278(%rsp), %rax
movslq 0x3274(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3274(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1050(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15cc2bb
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1068(%rsp)
movb $0x1, 0x240b(%rsp)
testb $0x1, 0x240b(%rsp)
jne 0x15cc3f6
leaq 0x1028(%rsp), %rax
movq %rax, 0x2420(%rsp)
movq 0x2420(%rsp), %rax
movq %rax, 0x33c8(%rsp)
movq 0x33c8(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cc399
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33c4(%rsp) # imm = 0xFFFFFFFF
movl 0x33c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33c0(%rsp)
cmpl $0x1, 0x33c0(%rsp)
jne 0x15cc399
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cc36a
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cc368
jmp 0x15cc397
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b08(%rsp)
cmpq $0x0, 0x3b08(%rsp)
je 0x15cc395
movq 0x3b08(%rsp), %rdi
callq 0x5f480
jmp 0x15cc397
jmp 0x15cc399
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cc3f4
movq %rax, %rdi
callq 0x678a0
jmp 0x15cc3f6
leaq 0x1028(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x1028(%rsp), %rax
movq %rax, 0x22a8(%rsp)
movq 0x22a8(%rsp), %rax
movq %rax, 0x3538(%rsp)
movq 0x3538(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cc4e1
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3534(%rsp) # imm = 0xFFFFFFFF
movl 0x3534(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3530(%rsp)
cmpl $0x1, 0x3530(%rsp)
jne 0x15cc4e1
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cc4b2
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cc4b0
jmp 0x15cc4df
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a50(%rsp)
cmpq $0x0, 0x3a50(%rsp)
je 0x15cc4dd
movq 0x3a50(%rsp), %rdi
callq 0x5f480
jmp 0x15cc4df
jmp 0x15cc4e1
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cc53c
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x1070(%rsp)
movl $0x0, 0x1024(%rsp)
movl 0x1024(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15cc69b
movq 0x1110(%rsp), %rax
movl 0x1024(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c38(%rsp)
movq 0x3c38(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1010(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15cc683
movq 0x10c0(%rsp), %rax
movq %rax, 0x3c30(%rsp)
movq 0x3c30(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xff0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1010(%rsp), %rsi
leaq 0xff0(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0xfe0(%rsp)
movq 0x1070(%rsp), %rax
vmovaps 0xfe0(%rsp), %xmm0
movq %rax, 0x3e08(%rsp)
vmovaps %xmm0, 0x3df0(%rsp)
vmovaps 0x3df0(%rsp), %xmm0
movq 0x3e08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x10c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x10c0(%rsp)
movq 0x1070(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1070(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x15cc5af
jmp 0x15cc685
movl 0x1024(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1024(%rsp)
jmp 0x15cc557
jmp 0x15cc69d
movl 0x111c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x111c(%rsp)
jmp 0x15cb851
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15cd644
cmpl $0x1, 0x1c7c(%rsp)
je 0x15cd644
cmpl $0x1, 0x1c9c(%rsp)
jne 0x15cd644
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15cd644
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d18(%rsp)
movq 0x1d18(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x15cc7aa
movq 0x2f8(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x15cc7b7
jmp 0x15cc7c7
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15cd634
movq 0x1cc0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf88(%rsp), %rdx
movq %rdx, 0x1e20(%rsp)
movq %rcx, 0x1e18(%rsp)
movl %eax, 0x1e14(%rsp)
movq 0x1e18(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x1e13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf88(%rsp), %r10
movq %r10, 0x2ed0(%rsp)
movl %r9d, 0x2ecc(%rsp)
movl %r8d, 0x2ec8(%rsp)
movl %edi, 0x2ec4(%rsp)
movq %rsi, 0x2eb8(%rsp)
movq %rdx, 0x2eb0(%rsp)
movl %ecx, 0x2eac(%rsp)
movq %rax, 0x2ea0(%rsp)
movq 0x2ed0(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x2eb8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2eb0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2eac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ea0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2ecc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ec8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ec4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30d8(%rsp)
movl $0x10, 0x30d4(%rsp)
movq 0x30d8(%rsp), %rax
movslq 0x30d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xfb0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15cc9a2
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xfc8(%rsp)
movb $0x1, 0x1e13(%rsp)
testb $0x1, 0x1e13(%rsp)
jne 0x15ccadd
leaq 0xf88(%rsp), %rax
movq %rax, 0x2188(%rsp)
movq 0x2188(%rsp), %rax
movq %rax, 0x3778(%rsp)
movq 0x3778(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cca80
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3774(%rsp) # imm = 0xFFFFFFFF
movl 0x3774(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3770(%rsp)
cmpl $0x1, 0x3770(%rsp)
jne 0x15cca80
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cca51
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cca4f
jmp 0x15cca7e
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3930(%rsp)
cmpq $0x0, 0x3930(%rsp)
je 0x15cca7c
movq 0x3930(%rsp), %rdi
callq 0x5f480
jmp 0x15cca7e
jmp 0x15cca80
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ccadb
movq %rax, %rdi
callq 0x678a0
jmp 0x15ccadd
leaq 0xf88(%rsp), %rax
movq %rax, 0x2048(%rsp)
movq 0x2048(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0xf88(%rsp), %rax
movq %rax, 0x22b0(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x3528(%rsp)
movq 0x3528(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ccbc8
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3524(%rsp) # imm = 0xFFFFFFFF
movl 0x3524(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3520(%rsp)
cmpl $0x1, 0x3520(%rsp)
jne 0x15ccbc8
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ccb99
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ccb97
jmp 0x15ccbc6
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a58(%rsp)
cmpq $0x0, 0x3a58(%rsp)
je 0x15ccbc4
movq 0x3a58(%rsp), %rdi
callq 0x5f480
jmp 0x15ccbc6
jmp 0x15ccbc8
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ccc23
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0xfd0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf38(%rsp), %rdx
movq %rdx, 0x1e08(%rsp)
movq %rcx, 0x1e00(%rsp)
movl %eax, 0x1dfc(%rsp)
movq 0x1e00(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x1dfb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dfc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf38(%rsp), %r10
movq %r10, 0x2f08(%rsp)
movl %r9d, 0x2f04(%rsp)
movl %r8d, 0x2f00(%rsp)
movl %edi, 0x2efc(%rsp)
movq %rsi, 0x2ef0(%rsp)
movq %rdx, 0x2ee8(%rsp)
movl %ecx, 0x2ee4(%rsp)
movq %rax, 0x2ed8(%rsp)
movq 0x2f08(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x2ef0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ee8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ee4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ed8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2efc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30c8(%rsp)
movl $0x10, 0x30c4(%rsp)
movq 0x30c8(%rsp), %rax
movslq 0x30c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf60(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ccdef
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf78(%rsp)
movb $0x1, 0x1dfb(%rsp)
testb $0x1, 0x1dfb(%rsp)
jne 0x15ccf2a
leaq 0xf38(%rsp), %rax
movq %rax, 0x2190(%rsp)
movq 0x2190(%rsp), %rax
movq %rax, 0x3768(%rsp)
movq 0x3768(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ccecd
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3764(%rsp) # imm = 0xFFFFFFFF
movl 0x3764(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3760(%rsp)
cmpl $0x1, 0x3760(%rsp)
jne 0x15ccecd
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cce9e
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cce9c
jmp 0x15ccecb
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3938(%rsp)
cmpq $0x0, 0x3938(%rsp)
je 0x15ccec9
movq 0x3938(%rsp), %rdi
callq 0x5f480
jmp 0x15ccecb
jmp 0x15ccecd
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ccf28
movq %rax, %rdi
callq 0x678a0
jmp 0x15ccf2a
leaq 0xf38(%rsp), %rax
movq %rax, 0x2040(%rsp)
movq 0x2040(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0xf38(%rsp), %rax
movq %rax, 0x22b8(%rsp)
movq 0x22b8(%rsp), %rax
movq %rax, 0x3518(%rsp)
movq 0x3518(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cd015
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3514(%rsp) # imm = 0xFFFFFFFF
movl 0x3514(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3510(%rsp)
cmpl $0x1, 0x3510(%rsp)
jne 0x15cd015
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ccfe6
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ccfe4
jmp 0x15cd013
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a60(%rsp)
cmpq $0x0, 0x3a60(%rsp)
je 0x15cd011
movq 0x3a60(%rsp), %rdi
callq 0x5f480
jmp 0x15cd013
jmp 0x15cd015
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cd070
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0xf80(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xee8(%rsp), %rdx
movq %rdx, 0x23f8(%rsp)
movq %rcx, 0x23f0(%rsp)
movl %eax, 0x23ec(%rsp)
movq 0x23f0(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x23eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xee8(%rsp), %r10
movq %r10, 0x2958(%rsp)
movl %r9d, 0x2954(%rsp)
movl %r8d, 0x2950(%rsp)
movl %edi, 0x294c(%rsp)
movq %rsi, 0x2940(%rsp)
movq %rdx, 0x2938(%rsp)
movl %ecx, 0x2934(%rsp)
movq %rax, 0x2928(%rsp)
movq 0x2958(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x2940(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2938(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2934(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2928(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2954(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2950(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x294c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3268(%rsp)
movl $0x10, 0x3264(%rsp)
movq 0x3268(%rsp), %rax
movslq 0x3264(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3264(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15cd23c
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf28(%rsp)
movb $0x1, 0x23eb(%rsp)
testb $0x1, 0x23eb(%rsp)
jne 0x15cd377
leaq 0xee8(%rsp), %rax
movq %rax, 0x2400(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x33d8(%rsp)
movq 0x33d8(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cd31a
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33d4(%rsp) # imm = 0xFFFFFFFF
movl 0x33d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33d0(%rsp)
cmpl $0x1, 0x33d0(%rsp)
jne 0x15cd31a
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cd2eb
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cd2e9
jmp 0x15cd318
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b00(%rsp)
cmpq $0x0, 0x3b00(%rsp)
je 0x15cd316
movq 0x3b00(%rsp), %rdi
callq 0x5f480
jmp 0x15cd318
jmp 0x15cd31a
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cd375
movq %rax, %rdi
callq 0x678a0
jmp 0x15cd377
leaq 0xee8(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0xee8(%rsp), %rax
movq %rax, 0x22c0(%rsp)
movq 0x22c0(%rsp), %rax
movq %rax, 0x3508(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cd462
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3504(%rsp) # imm = 0xFFFFFFFF
movl 0x3504(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3500(%rsp)
cmpl $0x1, 0x3500(%rsp)
jne 0x15cd462
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cd433
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cd431
jmp 0x15cd460
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a68(%rsp)
cmpq $0x0, 0x3a68(%rsp)
je 0x15cd45e
movq 0x3a68(%rsp), %rdi
callq 0x5f480
jmp 0x15cd460
jmp 0x15cd462
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cd4bd
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0xf30(%rsp)
movl $0x0, 0xee4(%rsp)
movl 0xee4(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15cd61c
movl $0x0, 0xee0(%rsp)
movl 0xee0(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15cd604
movq 0xfd0(%rsp), %rax
movl 0xee0(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c28(%rsp)
movq 0x3c28(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xed0(%rsp)
movq 0xf80(%rsp), %rax
movq %rax, 0x3c20(%rsp)
movq 0x3c20(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xec0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xed0(%rsp), %rsi
leaq 0xec0(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0xeb0(%rsp)
movq 0xf30(%rsp), %rax
vmovaps 0xeb0(%rsp), %xmm0
movq %rax, 0x3de8(%rsp)
vmovaps %xmm0, 0x3dd0(%rsp)
vmovaps 0x3dd0(%rsp), %xmm0
movq 0x3de8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xf80(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf80(%rsp)
movq 0xf30(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf30(%rsp)
movl 0xee0(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee0(%rsp)
jmp 0x15cd4f7
jmp 0x15cd606
movl 0xee4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee4(%rsp)
jmp 0x15cd4d8
jmp 0x15cd61e
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x15cc7d2
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1625640
movl %eax, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d10(%rsp)
movq 0x1d10(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x15cd718
movq 0x270(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x15cd725
jmp 0x15cd735
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15ce1be
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15ce1ae
movq 0x1cc0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe58(%rsp), %rdx
movq %rdx, 0x1df0(%rsp)
movq %rcx, 0x1de8(%rsp)
movl %eax, 0x1de4(%rsp)
movq 0x1de8(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x1de3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1de4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe58(%rsp), %r10
movq %r10, 0x2f40(%rsp)
movl %r9d, 0x2f3c(%rsp)
movl %r8d, 0x2f38(%rsp)
movl %edi, 0x2f34(%rsp)
movq %rsi, 0x2f28(%rsp)
movq %rdx, 0x2f20(%rsp)
movl %ecx, 0x2f1c(%rsp)
movq %rax, 0x2f10(%rsp)
movq 0x2f40(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x2f28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30b8(%rsp)
movl $0x10, 0x30b4(%rsp)
movq 0x30b8(%rsp), %rax
movslq 0x30b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15cd922
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe98(%rsp)
movb $0x1, 0x1de3(%rsp)
testb $0x1, 0x1de3(%rsp)
jne 0x15cda5d
leaq 0xe58(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rax
movq %rax, 0x3758(%rsp)
movq 0x3758(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cda00
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3754(%rsp) # imm = 0xFFFFFFFF
movl 0x3754(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3750(%rsp)
cmpl $0x1, 0x3750(%rsp)
jne 0x15cda00
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cd9d1
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cd9cf
jmp 0x15cd9fe
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3940(%rsp)
cmpq $0x0, 0x3940(%rsp)
je 0x15cd9fc
movq 0x3940(%rsp), %rdi
callq 0x5f480
jmp 0x15cd9fe
jmp 0x15cda00
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cda5b
movq %rax, %rdi
callq 0x678a0
jmp 0x15cda5d
leaq 0xe58(%rsp), %rax
movq %rax, 0x2038(%rsp)
movq 0x2038(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0xe58(%rsp), %rax
movq %rax, 0x22c8(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x34f8(%rsp)
movq 0x34f8(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cdb48
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34f4(%rsp) # imm = 0xFFFFFFFF
movl 0x34f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34f0(%rsp)
cmpl $0x1, 0x34f0(%rsp)
jne 0x15cdb48
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cdb19
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cdb17
jmp 0x15cdb46
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a70(%rsp)
cmpq $0x0, 0x3a70(%rsp)
je 0x15cdb44
movq 0x3a70(%rsp), %rdi
callq 0x5f480
jmp 0x15cdb46
jmp 0x15cdb48
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cdba3
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0xea0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xeac(%rsp), %eax
movq %rcx, 0x3f60(%rsp)
movl %eax, 0x3f5c(%rsp)
movq 0x3f60(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f5c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x2990(%rsp)
movl %r9d, 0x298c(%rsp)
movl %r8d, 0x2988(%rsp)
movl %edi, 0x2984(%rsp)
movq %rsi, 0x2978(%rsp)
movq %rdx, 0x2970(%rsp)
movl %ecx, 0x296c(%rsp)
movq %rax, 0x2960(%rsp)
movq 0x2990(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2970(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x296c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2960(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x298c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2988(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2984(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3258(%rsp)
movl $0x10, 0x3254(%rsp)
movq 0x3258(%rsp), %rax
movslq 0x3254(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3254(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15cddb8
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x15cdef3
leaq 0xe00(%rsp), %rax
movq %rax, 0x23e0(%rsp)
movq 0x23e0(%rsp), %rax
movq %rax, 0x33e8(%rsp)
movq 0x33e8(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cde96
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33e4(%rsp) # imm = 0xFFFFFFFF
movl 0x33e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33e0(%rsp)
cmpl $0x1, 0x33e0(%rsp)
jne 0x15cde96
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cde67
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cde65
jmp 0x15cde94
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af8(%rsp)
cmpq $0x0, 0x3af8(%rsp)
je 0x15cde92
movq 0x3af8(%rsp), %rdi
callq 0x5f480
jmp 0x15cde94
jmp 0x15cde96
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cdef1
movq %rax, %rdi
callq 0x678a0
jmp 0x15cdef3
leaq 0xe00(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x22d0(%rsp)
movq 0x22d0(%rsp), %rax
movq %rax, 0x34e8(%rsp)
movq 0x34e8(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cdfde
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34e4(%rsp) # imm = 0xFFFFFFFF
movl 0x34e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34e0(%rsp)
cmpl $0x1, 0x34e0(%rsp)
jne 0x15cdfde
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cdfaf
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cdfad
jmp 0x15cdfdc
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a78(%rsp)
cmpq $0x0, 0x3a78(%rsp)
je 0x15cdfda
movq 0x3a78(%rsp), %rdi
callq 0x5f480
jmp 0x15cdfdc
jmp 0x15cdfde
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ce039
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0xe48(%rsp)
movl $0x0, 0xdfc(%rsp)
movl 0xdfc(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15ce196
movq 0xe50(%rsp), %rax
movq %rax, 0x3c18(%rsp)
movq 0x3c18(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xde0(%rsp)
movl $0x0, 0xddc(%rsp)
movl 0xddc(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15ce16c
movq 0xea0(%rsp), %rax
movq %rax, 0x3c10(%rsp)
movq 0x3c10(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xdc0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xdc0(%rsp), %rsi
leaq 0xde0(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0xdb0(%rsp)
movq 0xe48(%rsp), %rax
vmovaps 0xdb0(%rsp), %xmm0
movq %rax, 0x3dc8(%rsp)
vmovaps %xmm0, 0x3db0(%rsp)
vmovaps 0x3db0(%rsp), %xmm0
movq 0x3dc8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xea0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xea0(%rsp)
movq 0xe48(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe48(%rsp)
movl 0xddc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xddc(%rsp)
jmp 0x15ce098
movq 0xe50(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe50(%rsp)
movl 0xdfc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdfc(%rsp)
jmp 0x15ce054
jmp 0x15ce198
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x15cd752
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15cec25
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15ce219
cmpl $0x1, 0x1c64(%rsp)
jne 0x15ce219
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1626710
movl %eax, 0x1ccc(%rsp)
jmp 0x15d2042
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15cec15
movq 0x1cc0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xd58(%rsp), %rdx
movq %rdx, 0x1dd8(%rsp)
movq %rcx, 0x1dd0(%rsp)
movl %eax, 0x1dcc(%rsp)
movq 0x1dd0(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x1dcb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dcc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xd58(%rsp), %r10
movq %r10, 0x2f78(%rsp)
movl %r9d, 0x2f74(%rsp)
movl %r8d, 0x2f70(%rsp)
movl %edi, 0x2f6c(%rsp)
movq %rsi, 0x2f60(%rsp)
movq %rdx, 0x2f58(%rsp)
movl %ecx, 0x2f54(%rsp)
movq %rax, 0x2f48(%rsp)
movq 0x2f78(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x2f60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30a8(%rsp)
movl $0x10, 0x30a4(%rsp)
movq 0x30a8(%rsp), %rax
movslq 0x30a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ce3f4
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd98(%rsp)
movb $0x1, 0x1dcb(%rsp)
testb $0x1, 0x1dcb(%rsp)
jne 0x15ce52f
leaq 0xd58(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rax
movq %rax, 0x3748(%rsp)
movq 0x3748(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ce4d2
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3744(%rsp) # imm = 0xFFFFFFFF
movl 0x3744(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3740(%rsp)
cmpl $0x1, 0x3740(%rsp)
jne 0x15ce4d2
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ce4a3
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ce4a1
jmp 0x15ce4d0
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3948(%rsp)
cmpq $0x0, 0x3948(%rsp)
je 0x15ce4ce
movq 0x3948(%rsp), %rdi
callq 0x5f480
jmp 0x15ce4d0
jmp 0x15ce4d2
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ce52d
movq %rax, %rdi
callq 0x678a0
jmp 0x15ce52f
leaq 0xd58(%rsp), %rax
movq %rax, 0x2030(%rsp)
movq 0x2030(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xd58(%rsp), %rax
movq %rax, 0x22d8(%rsp)
movq 0x22d8(%rsp), %rax
movq %rax, 0x34d8(%rsp)
movq 0x34d8(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ce61a
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34d4(%rsp) # imm = 0xFFFFFFFF
movl 0x34d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34d0(%rsp)
cmpl $0x1, 0x34d0(%rsp)
jne 0x15ce61a
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ce5eb
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ce5e9
jmp 0x15ce618
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a80(%rsp)
cmpq $0x0, 0x3a80(%rsp)
je 0x15ce616
movq 0x3a80(%rsp), %rdi
callq 0x5f480
jmp 0x15ce618
jmp 0x15ce61a
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ce675
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xda0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2028(%rsp)
movq 0x2028(%rsp), %rax
movq (%rax), %rax
movl 0xdac(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c08(%rsp)
movq 0x3c08(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xd40(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xcf0(%rsp), %rdx
movq %rdx, 0x23b8(%rsp)
movq %rcx, 0x23b0(%rsp)
movl %eax, 0x23ac(%rsp)
movq 0x23b0(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x23ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcf0(%rsp), %r10
movq %r10, 0x29c8(%rsp)
movl %r9d, 0x29c4(%rsp)
movl %r8d, 0x29c0(%rsp)
movl %edi, 0x29bc(%rsp)
movq %rsi, 0x29b0(%rsp)
movq %rdx, 0x29a8(%rsp)
movl %ecx, 0x29a4(%rsp)
movq %rax, 0x2998(%rsp)
movq 0x29c8(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x29b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2998(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3248(%rsp)
movl $0x10, 0x3244(%rsp)
movq 0x3248(%rsp), %rax
movslq 0x3244(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3244(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ce88d
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd30(%rsp)
movb $0x1, 0x23ab(%rsp)
testb $0x1, 0x23ab(%rsp)
jne 0x15ce9c8
leaq 0xcf0(%rsp), %rax
movq %rax, 0x23c0(%rsp)
movq 0x23c0(%rsp), %rax
movq %rax, 0x33f8(%rsp)
movq 0x33f8(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ce96b
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33f4(%rsp) # imm = 0xFFFFFFFF
movl 0x33f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33f0(%rsp)
cmpl $0x1, 0x33f0(%rsp)
jne 0x15ce96b
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ce93c
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ce93a
jmp 0x15ce969
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af0(%rsp)
cmpq $0x0, 0x3af0(%rsp)
je 0x15ce967
movq 0x3af0(%rsp), %rdi
callq 0x5f480
jmp 0x15ce969
jmp 0x15ce96b
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ce9c6
movq %rax, %rdi
callq 0x678a0
jmp 0x15ce9c8
leaq 0xcf0(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xcf0(%rsp), %rax
movq %rax, 0x22e0(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x34c8(%rsp)
movq 0x34c8(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ceab3
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34c4(%rsp) # imm = 0xFFFFFFFF
movl 0x34c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34c0(%rsp)
cmpl $0x1, 0x34c0(%rsp)
jne 0x15ceab3
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cea84
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cea82
jmp 0x15ceab1
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a88(%rsp)
cmpq $0x0, 0x3a88(%rsp)
je 0x15ceaaf
movq 0x3a88(%rsp), %rdi
callq 0x5f480
jmp 0x15ceab1
jmp 0x15ceab3
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ceb0e
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xd38(%rsp)
movl $0x0, 0xcec(%rsp)
movl 0xcec(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15cebfd
movq 0xda0(%rsp), %rax
movq %rax, 0x3c00(%rsp)
movq 0x3c00(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xcd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xcd0(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0xcc0(%rsp)
movq 0xd38(%rsp), %rax
vmovaps 0xcc0(%rsp), %xmm0
movq %rax, 0x3da8(%rsp)
vmovaps %xmm0, 0x3d90(%rsp)
vmovaps 0x3d90(%rsp), %xmm0
movq 0x3da8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xda0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xda0(%rsp)
movq 0xd38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xd38(%rsp)
movl 0xcec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcec(%rsp)
jmp 0x15ceb29
jmp 0x15cebff
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x15ce224
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
jmp 0x15d2035
movq 0x1cc0(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15d06e1
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15cf7c9
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d08(%rsp)
movq 0x1d08(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x15cecfe
movq 0x1c0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x15ced0b
jmp 0x15ced1b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0xcbc(%rsp)
movl 0xcbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15cf7b9
movq 0x1cc0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
movq %rcx, 0x2610(%rsp)
movl %eax, 0x260c(%rsp)
movq 0x2610(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x260c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc60(%rsp), %rdx
movq %rdx, 0x1dc0(%rsp)
movq %rcx, 0x1db8(%rsp)
movl %eax, 0x1db4(%rsp)
movq 0x1db8(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x1db3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1db4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc60(%rsp), %r10
movq %r10, 0x2fb0(%rsp)
movl %r9d, 0x2fac(%rsp)
movl %r8d, 0x2fa8(%rsp)
movl %edi, 0x2fa4(%rsp)
movq %rsi, 0x2f98(%rsp)
movq %rdx, 0x2f90(%rsp)
movl %ecx, 0x2f8c(%rsp)
movq %rax, 0x2f80(%rsp)
movq 0x2fb0(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x2f98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fa8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fa4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3098(%rsp)
movl $0x10, 0x3094(%rsp)
movq 0x3098(%rsp), %rax
movslq 0x3094(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3094(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15cef3f
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xca0(%rsp)
movb $0x1, 0x1db3(%rsp)
testb $0x1, 0x1db3(%rsp)
jne 0x15cf07a
leaq 0xc60(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rax
movq %rax, 0x3738(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cf01d
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3734(%rsp) # imm = 0xFFFFFFFF
movl 0x3734(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3730(%rsp)
cmpl $0x1, 0x3730(%rsp)
jne 0x15cf01d
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cefee
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cefec
jmp 0x15cf01b
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3950(%rsp)
cmpq $0x0, 0x3950(%rsp)
je 0x15cf019
movq 0x3950(%rsp), %rdi
callq 0x5f480
jmp 0x15cf01b
jmp 0x15cf01d
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cf078
movq %rax, %rdi
callq 0x678a0
jmp 0x15cf07a
leaq 0xc60(%rsp), %rax
movq %rax, 0x2020(%rsp)
movq 0x2020(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xc60(%rsp), %rax
movq %rax, 0x22e8(%rsp)
movq 0x22e8(%rsp), %rax
movq %rax, 0x34b8(%rsp)
movq 0x34b8(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cf165
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34b4(%rsp) # imm = 0xFFFFFFFF
movl 0x34b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34b0(%rsp)
cmpl $0x1, 0x34b0(%rsp)
jne 0x15cf165
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cf136
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cf134
jmp 0x15cf163
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a90(%rsp)
cmpq $0x0, 0x3a90(%rsp)
je 0x15cf161
movq 0x3a90(%rsp), %rdi
callq 0x5f480
jmp 0x15cf163
jmp 0x15cf165
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cf1c0
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xca8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc10(%rsp), %rdx
movq %rdx, 0x2398(%rsp)
movq %rcx, 0x2390(%rsp)
movl %eax, 0x238c(%rsp)
movq 0x2390(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x238b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x238c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc10(%rsp), %r10
movq %r10, 0x2a00(%rsp)
movl %r9d, 0x29fc(%rsp)
movl %r8d, 0x29f8(%rsp)
movl %edi, 0x29f4(%rsp)
movq %rsi, 0x29e8(%rsp)
movq %rdx, 0x29e0(%rsp)
movl %ecx, 0x29dc(%rsp)
movq %rax, 0x29d0(%rsp)
movq 0x2a00(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x29d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3238(%rsp)
movl $0x10, 0x3234(%rsp)
movq 0x3238(%rsp), %rax
movslq 0x3234(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3234(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15cf38c
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xc50(%rsp)
movb $0x1, 0x238b(%rsp)
testb $0x1, 0x238b(%rsp)
jne 0x15cf4c7
leaq 0xc10(%rsp), %rax
movq %rax, 0x23a0(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x3408(%rsp)
movq 0x3408(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cf46a
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3404(%rsp) # imm = 0xFFFFFFFF
movl 0x3404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3400(%rsp)
cmpl $0x1, 0x3400(%rsp)
jne 0x15cf46a
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cf43b
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cf439
jmp 0x15cf468
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae8(%rsp)
cmpq $0x0, 0x3ae8(%rsp)
je 0x15cf466
movq 0x3ae8(%rsp), %rdi
callq 0x5f480
jmp 0x15cf468
jmp 0x15cf46a
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cf4c5
movq %rax, %rdi
callq 0x678a0
jmp 0x15cf4c7
leaq 0xc10(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xc10(%rsp), %rax
movq %rax, 0x22f0(%rsp)
movq 0x22f0(%rsp), %rax
movq %rax, 0x34a8(%rsp)
movq 0x34a8(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cf5b2
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34a4(%rsp) # imm = 0xFFFFFFFF
movl 0x34a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34a0(%rsp)
cmpl $0x1, 0x34a0(%rsp)
jne 0x15cf5b2
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cf583
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cf581
jmp 0x15cf5b0
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a98(%rsp)
cmpq $0x0, 0x3a98(%rsp)
je 0x15cf5ae
movq 0x3a98(%rsp), %rdi
callq 0x5f480
jmp 0x15cf5b0
jmp 0x15cf5b2
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cf60d
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xc58(%rsp)
movl $0x0, 0xc0c(%rsp)
movl 0xc0c(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x15cf7a1
movq 0xcb0(%rsp), %rax
movq %rax, 0x3bf8(%rsp)
movq 0x3bf8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbf0(%rsp)
movl $0x0, 0xbec(%rsp)
movl 0xbec(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15cf777
movl $0x0, 0xbe8(%rsp)
movl 0xbe8(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15cf75f
movq 0xca8(%rsp), %rax
movq %rax, 0x3bf0(%rsp)
movq 0x3bf0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xbf0(%rsp), %rsi
leaq 0xbd0(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0xbc0(%rsp)
movq 0xc58(%rsp), %rax
vmovaps 0xbc0(%rsp), %xmm0
movq %rax, 0x3d88(%rsp)
vmovaps %xmm0, 0x3d70(%rsp)
vmovaps 0x3d70(%rsp), %xmm0
movq 0x3d88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xca8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xca8(%rsp)
movq 0xc58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xc58(%rsp)
movl 0xbe8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbe8(%rsp)
jmp 0x15cf68b
jmp 0x15cf761
movl 0xbec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbec(%rsp)
jmp 0x15cf66c
movq 0xcb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xcb0(%rsp)
movl 0xc0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc0c(%rsp)
jmp 0x15cf628
jmp 0x15cf7a3
movl 0xcbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcbc(%rsp)
jmp 0x15ced26
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15d0312
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d00(%rsp)
movq 0x1d00(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x15cf87e
movq 0x160(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x15cf88b
jmp 0x15cf89b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0xbbc(%rsp)
movl 0xbbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15d0302
movq 0x1cc0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
movq %rcx, 0x3f50(%rsp)
movl %eax, 0x3f4c(%rsp)
movq 0x3f50(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f4c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xbb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb60(%rsp), %rdx
movq %rdx, 0x1da8(%rsp)
movq %rcx, 0x1da0(%rsp)
movl %eax, 0x1d9c(%rsp)
movq 0x1da0(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x1d9b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d9c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb60(%rsp), %r10
movq %r10, 0x2fe8(%rsp)
movl %r9d, 0x2fe4(%rsp)
movl %r8d, 0x2fe0(%rsp)
movl %edi, 0x2fdc(%rsp)
movq %rsi, 0x2fd0(%rsp)
movq %rdx, 0x2fc8(%rsp)
movl %ecx, 0x2fc4(%rsp)
movq %rax, 0x2fb8(%rsp)
movq 0x2fe8(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x2fd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2fc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2fc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2fb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fe4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fe0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3088(%rsp)
movl $0x10, 0x3084(%rsp)
movq 0x3088(%rsp), %rax
movslq 0x3084(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3084(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15cfabf
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xba0(%rsp)
movb $0x1, 0x1d9b(%rsp)
testb $0x1, 0x1d9b(%rsp)
jne 0x15cfbfa
leaq 0xb60(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rax
movq %rax, 0x3728(%rsp)
movq 0x3728(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cfb9d
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3724(%rsp) # imm = 0xFFFFFFFF
movl 0x3724(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3720(%rsp)
cmpl $0x1, 0x3720(%rsp)
jne 0x15cfb9d
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cfb6e
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cfb6c
jmp 0x15cfb9b
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3958(%rsp)
cmpq $0x0, 0x3958(%rsp)
je 0x15cfb99
movq 0x3958(%rsp), %rdi
callq 0x5f480
jmp 0x15cfb9b
jmp 0x15cfb9d
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cfbf8
movq %rax, %rdi
callq 0x678a0
jmp 0x15cfbfa
leaq 0xb60(%rsp), %rax
movq %rax, 0x2018(%rsp)
movq 0x2018(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xb60(%rsp), %rax
movq %rax, 0x22f8(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x3498(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cfce5
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3494(%rsp) # imm = 0xFFFFFFFF
movl 0x3494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3490(%rsp)
cmpl $0x1, 0x3490(%rsp)
jne 0x15cfce5
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cfcb6
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cfcb4
jmp 0x15cfce3
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa0(%rsp)
cmpq $0x0, 0x3aa0(%rsp)
je 0x15cfce1
movq 0x3aa0(%rsp), %rdi
callq 0x5f480
jmp 0x15cfce3
jmp 0x15cfce5
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15cfd40
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xba8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb10(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb10(%rsp), %r10
movq %r10, 0x2a38(%rsp)
movl %r9d, 0x2a34(%rsp)
movl %r8d, 0x2a30(%rsp)
movl %edi, 0x2a2c(%rsp)
movq %rsi, 0x2a20(%rsp)
movq %rdx, 0x2a18(%rsp)
movl %ecx, 0x2a14(%rsp)
movq %rax, 0x2a08(%rsp)
movq 0x2a38(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x2a20(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a18(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a14(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a08(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a34(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a30(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a2c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3228(%rsp)
movl $0x10, 0x3224(%rsp)
movq 0x3228(%rsp), %rax
movslq 0x3224(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3224(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15cff0c
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xb50(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x15d0047
leaq 0xb10(%rsp), %rax
movq %rax, 0x2380(%rsp)
movq 0x2380(%rsp), %rax
movq %rax, 0x3418(%rsp)
movq 0x3418(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15cffea
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3414(%rsp) # imm = 0xFFFFFFFF
movl 0x3414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3410(%rsp)
cmpl $0x1, 0x3410(%rsp)
jne 0x15cffea
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15cffbb
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15cffb9
jmp 0x15cffe8
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae0(%rsp)
cmpq $0x0, 0x3ae0(%rsp)
je 0x15cffe6
movq 0x3ae0(%rsp), %rdi
callq 0x5f480
jmp 0x15cffe8
jmp 0x15cffea
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d0045
movq %rax, %rdi
callq 0x678a0
jmp 0x15d0047
leaq 0xb10(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xb10(%rsp), %rax
movq %rax, 0x2300(%rsp)
movq 0x2300(%rsp), %rax
movq %rax, 0x3488(%rsp)
movq 0x3488(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d0132
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3484(%rsp) # imm = 0xFFFFFFFF
movl 0x3484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3480(%rsp)
cmpl $0x1, 0x3480(%rsp)
jne 0x15d0132
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d0103
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d0101
jmp 0x15d0130
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa8(%rsp)
cmpq $0x0, 0x3aa8(%rsp)
je 0x15d012e
movq 0x3aa8(%rsp), %rdi
callq 0x5f480
jmp 0x15d0130
jmp 0x15d0132
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d018d
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xb58(%rsp)
movl $0x0, 0xb0c(%rsp)
movl 0xb0c(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15d02ea
movq 0xbb0(%rsp), %rax
movq %rax, 0x3be8(%rsp)
movq 0x3be8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xaf0(%rsp)
movl $0x0, 0xaec(%rsp)
movl 0xaec(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15d02c0
movq 0xba8(%rsp), %rax
movq %rax, 0x3be0(%rsp)
movq 0x3be0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xad0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xaf0(%rsp), %rsi
leaq 0xad0(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0xac0(%rsp)
movq 0xb58(%rsp), %rax
vmovaps 0xac0(%rsp), %xmm0
movq %rax, 0x3d68(%rsp)
vmovaps %xmm0, 0x3d50(%rsp)
vmovaps 0x3d50(%rsp), %xmm0
movq 0x3d68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xba8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xba8(%rsp)
movq 0xb58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xb58(%rsp)
movl 0xaec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaec(%rsp)
jmp 0x15d01ec
movq 0xbb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xbb0(%rsp)
movl 0xb0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb0c(%rsp)
jmp 0x15d01a8
jmp 0x15d02ec
movl 0xbbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbbc(%rsp)
jmp 0x15cf8a6
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf8(%rsp)
movq 0x1cf8(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x15d03aa
movq 0x100(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x15d03b7
jmp 0x15d03c7
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15d0406
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1625640
movl %eax, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15d06dc
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf0(%rsp)
movq 0x1cf0(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x15d04b0
movq 0xf0(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x15d04bd
jmp 0x15d04cd
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15d0516
cmpl $0x1, 0x1c64(%rsp)
jne 0x15d0516
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1626710
movl %eax, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2010(%rsp)
movq 0x2010(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab8(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2008(%rsp)
movq 0x2008(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab0(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xaa4(%rsp)
movl 0xaa4(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15d06cc
movq 0xab0(%rsp), %rax
movq %rax, 0x3bd8(%rsp)
movq 0x3bd8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa90(%rsp)
movl $0x0, 0xa8c(%rsp)
movl 0xa8c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15d06a2
movq 0xab8(%rsp), %rax
movq %rax, 0x3bd0(%rsp)
movq 0x3bd0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa70(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa70(%rsp), %rsi
leaq 0xa90(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0xa60(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa60(%rsp), %xmm0
movq %rax, 0x3d48(%rsp)
vmovaps %xmm0, 0x3d30(%rsp)
vmovaps 0x3d30(%rsp), %xmm0
movq 0x3d48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa8c(%rsp)
jmp 0x15d05ce
movq 0xab0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab0(%rsp)
movl 0xaa4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaa4(%rsp)
jmp 0x15d058a
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
jmp 0x15d2033
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15d2031
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15d073c
cmpl $0x1, 0x1c84(%rsp)
jne 0x15d073c
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1627490
movl %eax, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15d1227
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce8(%rsp)
movq 0x1ce8(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x15d07fe
movq 0xe0(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x15d080b
jmp 0x15d081b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15d1217
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2000(%rsp)
movq 0x2000(%rsp), %rax
movq (%rax), %rax
movl 0xa5c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bc8(%rsp)
movq 0x3bc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa40(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9f0(%rsp), %rdx
movq %rdx, 0x1d90(%rsp)
movq %rcx, 0x1d88(%rsp)
movl %eax, 0x1d84(%rsp)
movq 0x1d88(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x1d83(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d84(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9f0(%rsp), %r10
movq %r10, 0x3020(%rsp)
movl %r9d, 0x301c(%rsp)
movl %r8d, 0x3018(%rsp)
movl %edi, 0x3014(%rsp)
movq %rsi, 0x3008(%rsp)
movq %rdx, 0x3000(%rsp)
movl %ecx, 0x2ffc(%rsp)
movq %rax, 0x2ff0(%rsp)
movq 0x3020(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3008(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3000(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ffc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ff0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x301c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3018(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3014(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3078(%rsp)
movl $0x10, 0x3074(%rsp)
movq 0x3078(%rsp), %rax
movslq 0x3074(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3074(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d0a42
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xa30(%rsp)
movb $0x1, 0x1d83(%rsp)
testb $0x1, 0x1d83(%rsp)
jne 0x15d0b7d
leaq 0x9f0(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rax
movq %rax, 0x3718(%rsp)
movq 0x3718(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d0b20
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3714(%rsp) # imm = 0xFFFFFFFF
movl 0x3714(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3710(%rsp)
cmpl $0x1, 0x3710(%rsp)
jne 0x15d0b20
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d0af1
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d0aef
jmp 0x15d0b1e
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3960(%rsp)
cmpq $0x0, 0x3960(%rsp)
je 0x15d0b1c
movq 0x3960(%rsp), %rdi
callq 0x5f480
jmp 0x15d0b1e
jmp 0x15d0b20
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d0b7b
movq %rax, %rdi
callq 0x678a0
jmp 0x15d0b7d
leaq 0x9f0(%rsp), %rax
movq %rax, 0x1ff8(%rsp)
movq 0x1ff8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0x9f0(%rsp), %rax
movq %rax, 0x2308(%rsp)
movq 0x2308(%rsp), %rax
movq %rax, 0x3478(%rsp)
movq 0x3478(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d0c68
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3474(%rsp) # imm = 0xFFFFFFFF
movl 0x3474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3470(%rsp)
cmpl $0x1, 0x3470(%rsp)
jne 0x15d0c68
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d0c39
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d0c37
jmp 0x15d0c66
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab0(%rsp)
cmpq $0x0, 0x3ab0(%rsp)
je 0x15d0c64
movq 0x3ab0(%rsp), %rdi
callq 0x5f480
jmp 0x15d0c66
jmp 0x15d0c68
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d0cc3
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xa38(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9a0(%rsp), %rdx
movq %rdx, 0x2358(%rsp)
movq %rcx, 0x2350(%rsp)
movl %eax, 0x234c(%rsp)
movq 0x2350(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x234b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x234c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9a0(%rsp), %r10
movq %r10, 0x2a70(%rsp)
movl %r9d, 0x2a6c(%rsp)
movl %r8d, 0x2a68(%rsp)
movl %edi, 0x2a64(%rsp)
movq %rsi, 0x2a58(%rsp)
movq %rdx, 0x2a50(%rsp)
movl %ecx, 0x2a4c(%rsp)
movq %rax, 0x2a40(%rsp)
movq 0x2a70(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x2a58(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a50(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a4c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a40(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a6c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a68(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a64(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3218(%rsp)
movl $0x10, 0x3214(%rsp)
movq 0x3218(%rsp), %rax
movslq 0x3214(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3214(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x9c8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d0e8f
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9e0(%rsp)
movb $0x1, 0x234b(%rsp)
testb $0x1, 0x234b(%rsp)
jne 0x15d0fca
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2360(%rsp)
movq 0x2360(%rsp), %rax
movq %rax, 0x3428(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d0f6d
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3424(%rsp) # imm = 0xFFFFFFFF
movl 0x3424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3420(%rsp)
cmpl $0x1, 0x3420(%rsp)
jne 0x15d0f6d
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d0f3e
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d0f3c
jmp 0x15d0f6b
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad8(%rsp)
cmpq $0x0, 0x3ad8(%rsp)
je 0x15d0f69
movq 0x3ad8(%rsp), %rdi
callq 0x5f480
jmp 0x15d0f6b
jmp 0x15d0f6d
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d0fc8
movq %rax, %rdi
callq 0x678a0
jmp 0x15d0fca
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2310(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x3468(%rsp)
movq 0x3468(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d10b5
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3464(%rsp) # imm = 0xFFFFFFFF
movl 0x3464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3460(%rsp)
cmpl $0x1, 0x3460(%rsp)
jne 0x15d10b5
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d1086
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d1084
jmp 0x15d10b3
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab8(%rsp)
cmpq $0x0, 0x3ab8(%rsp)
je 0x15d10b1
movq 0x3ab8(%rsp), %rdi
callq 0x5f480
jmp 0x15d10b3
jmp 0x15d10b5
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d1110
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0x9e8(%rsp)
movl $0x0, 0x99c(%rsp)
movl 0x99c(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15d11ff
movq 0xa38(%rsp), %rax
movq %rax, 0x3bc0(%rsp)
movq 0x3bc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x980(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa40(%rsp), %rsi
leaq 0x980(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x970(%rsp)
movq 0x9e8(%rsp), %rax
vmovaps 0x970(%rsp), %xmm0
movq %rax, 0x3d28(%rsp)
vmovaps %xmm0, 0x3d10(%rsp)
vmovaps 0x3d10(%rsp), %xmm0
movq 0x3d28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xa38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xa38(%rsp)
movq 0x9e8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x9e8(%rsp)
movl 0x99c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x99c(%rsp)
jmp 0x15d112b
jmp 0x15d1201
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x15d0826
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15d1c99
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1ce0(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x15d12dc
movq 0x80(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x15d12e9
jmp 0x15d12f9
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movl $0x0, 0x96c(%rsp)
movl 0x96c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15d1c89
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1ff0(%rsp)
movq 0x1ff0(%rsp), %rax
movq (%rax), %rax
movl 0x96c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bb8(%rsp)
movq 0x3bb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x950(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x900(%rsp), %rdx
movq %rdx, 0x1d78(%rsp)
movq %rcx, 0x1d70(%rsp)
movl %eax, 0x1d6c(%rsp)
movq 0x1d70(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x1d6b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d6c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x900(%rsp), %r10
movq %r10, 0x3058(%rsp)
movl %r9d, 0x3054(%rsp)
movl %r8d, 0x3050(%rsp)
movl %edi, 0x304c(%rsp)
movq %rsi, 0x3040(%rsp)
movq %rdx, 0x3038(%rsp)
movl %ecx, 0x3034(%rsp)
movq %rax, 0x3028(%rsp)
movq 0x3058(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3040(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3038(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3034(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3028(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3054(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3050(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x304c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3068(%rsp)
movl $0x10, 0x3064(%rsp)
movq 0x3068(%rsp), %rax
movslq 0x3064(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3064(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x928(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d1514
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x940(%rsp)
movb $0x1, 0x1d6b(%rsp)
testb $0x1, 0x1d6b(%rsp)
jne 0x15d163d
leaq 0x900(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rax
movq %rax, 0x3708(%rsp)
movq 0x3708(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d15e3
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3704(%rsp) # imm = 0xFFFFFFFF
movl 0x3704(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3700(%rsp)
cmpl $0x1, 0x3700(%rsp)
jne 0x15d15e3
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d15b7
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d15b5
jmp 0x15d15e1
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3968(%rsp)
cmpq $0x0, 0x3968(%rsp)
je 0x15d15df
movq 0x3968(%rsp), %rdi
callq 0x5f480
jmp 0x15d15e1
jmp 0x15d15e3
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d163b
movq %rax, %rdi
callq 0x678a0
jmp 0x15d163d
leaq 0x900(%rsp), %rax
movq %rax, 0x1fe8(%rsp)
movq 0x1fe8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x900(%rsp), %rax
movq %rax, 0x2318(%rsp)
movq 0x2318(%rsp), %rax
movq %rax, 0x3458(%rsp)
movq 0x3458(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d1716
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3454(%rsp) # imm = 0xFFFFFFFF
movl 0x3454(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3450(%rsp)
cmpl $0x1, 0x3450(%rsp)
jne 0x15d1716
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d16ea
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d16e8
jmp 0x15d1714
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac0(%rsp)
cmpq $0x0, 0x3ac0(%rsp)
je 0x15d1712
movq 0x3ac0(%rsp), %rdi
callq 0x5f480
jmp 0x15d1714
jmp 0x15d1716
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d176e
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x948(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x8b0(%rsp), %rdx
movq %rdx, 0x2338(%rsp)
movq %rcx, 0x2330(%rsp)
movl %eax, 0x232c(%rsp)
movq 0x2330(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x232b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x232c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x8b0(%rsp), %r10
movq %r10, 0x2aa8(%rsp)
movl %r9d, 0x2aa4(%rsp)
movl %r8d, 0x2aa0(%rsp)
movl %edi, 0x2a9c(%rsp)
movq %rsi, 0x2a90(%rsp)
movq %rdx, 0x2a88(%rsp)
movl %ecx, 0x2a84(%rsp)
movq %rax, 0x2a78(%rsp)
movq 0x2aa8(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x2a90(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a88(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a84(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a78(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2aa4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2aa0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a9c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3208(%rsp)
movl $0x10, 0x3204(%rsp)
movq 0x3208(%rsp), %rax
movslq 0x3204(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3204(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x8d8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d192b
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x8f0(%rsp)
movb $0x1, 0x232b(%rsp)
testb $0x1, 0x232b(%rsp)
jne 0x15d1a54
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2340(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x3438(%rsp)
movq 0x3438(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d19fa
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3434(%rsp) # imm = 0xFFFFFFFF
movl 0x3434(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3430(%rsp)
cmpl $0x1, 0x3430(%rsp)
jne 0x15d19fa
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d19ce
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d19cc
jmp 0x15d19f8
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad0(%rsp)
cmpq $0x0, 0x3ad0(%rsp)
je 0x15d19f6
movq 0x3ad0(%rsp), %rdi
callq 0x5f480
jmp 0x15d19f8
jmp 0x15d19fa
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d1a52
movq %rax, %rdi
callq 0x678a0
jmp 0x15d1a54
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2320(%rsp)
movq 0x2320(%rsp), %rax
movq %rax, 0x3448(%rsp)
movq 0x3448(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d1b2d
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3444(%rsp) # imm = 0xFFFFFFFF
movl 0x3444(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3440(%rsp)
cmpl $0x1, 0x3440(%rsp)
jne 0x15d1b2d
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d1b01
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d1aff
jmp 0x15d1b2b
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac8(%rsp)
cmpq $0x0, 0x3ac8(%rsp)
je 0x15d1b29
movq 0x3ac8(%rsp), %rdi
callq 0x5f480
jmp 0x15d1b2b
jmp 0x15d1b2d
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d1b85
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x8f8(%rsp)
movl $0x0, 0x8ac(%rsp)
movl 0x8ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15d1c71
movq 0x948(%rsp), %rax
movq %rax, 0x3bb0(%rsp)
movq 0x3bb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x890(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x950(%rsp), %rsi
leaq 0x890(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x880(%rsp)
movq 0x8f8(%rsp), %rax
vmovaps 0x880(%rsp), %xmm0
movq %rax, 0x3d08(%rsp)
vmovaps %xmm0, 0x3cf0(%rsp)
vmovaps 0x3cf0(%rsp), %xmm0
movq 0x3d08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x948(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x948(%rsp)
movq 0x8f8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x8f8(%rsp)
movl 0x8ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8ac(%rsp)
jmp 0x15d1b9d
jmp 0x15d1c73
movl 0x96c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x96c(%rsp)
jmp 0x15d1304
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15d1f17
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movq 0x1c68(%rsp), %rcx
movl 0x1c64(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd8(%rsp)
movq 0x1cd8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x15d1d37
movq 0x20(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x15d1d41
jmp 0x15d1d51
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1fe0(%rsp)
movq 0x1fe0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x878(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x1fd8(%rsp)
movq 0x1fd8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x870(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x868(%rsp)
movl $0x0, 0x864(%rsp)
movl 0x864(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15d1f07
movq 0x878(%rsp), %rax
movq %rax, 0x3ba8(%rsp)
movq 0x3ba8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x850(%rsp)
movl $0x0, 0x84c(%rsp)
movl 0x84c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15d1edd
movq 0x870(%rsp), %rax
movq %rax, 0x3ba0(%rsp)
movq 0x3ba0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x830(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x850(%rsp), %rsi
leaq 0x830(%rsp), %rdx
callq 0x1635e30
vmovaps %xmm0, 0x820(%rsp)
movq 0x868(%rsp), %rax
vmovaps 0x820(%rsp), %xmm0
movq %rax, 0x3ce8(%rsp)
vmovaps %xmm0, 0x3cd0(%rsp)
vmovaps 0x3cd0(%rsp), %xmm0
movq 0x3ce8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x870(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x870(%rsp)
movq 0x868(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x868(%rsp)
movl 0x84c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x84c(%rsp)
jmp 0x15d1e09
movq 0x878(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x878(%rsp)
movl 0x864(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x864(%rsp)
jmp 0x15d1dc5
movl $0x0, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15d202f
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movq 0x1c88(%rsp), %rdx
movl 0x1c84(%rsp), %ecx
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd0(%rsp)
movq 0x1cd0(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x15d1fad
movq 0x10(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x15d1fb7
jmp 0x15d1fc4
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15d2042
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15d200a
cmpl $0x1, 0x1c64(%rsp)
jne 0x15d200a
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1626710
movl %eax, 0x1ccc(%rsp)
jmp 0x15d2042
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1625640
jmp 0x15d2031
jmp 0x15d2033
jmp 0x15d2035
jmp 0x15d2037
movl $0x0, 0x1ccc(%rsp)
movl 0x1ccc(%rsp), %eax
addq $0x3f68, %rsp # imm = 0x3F68
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,069
|
int ncnn::binary_op_pack4<ncnn::BinaryOp_x86_avx_functor::binary_op_mul>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack4(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
float* outptr = c.channel(q);
const float* b0 = b.channel(q);
__m128 _b0 = _mm_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_set1_ps(*ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
ptr1 += 1;
outptr += 4;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
float* outptr = c.channel(q);
const float* ptr1 = b.channel(q);
__m128 _a0 = _mm_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p = _mm_set1_ps(*ptr);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _p1 = _mm_loadu_ps(ptr1 + y * 4);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_loadu_ps(ptr1 + x * 4);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _p = _mm_loadu_ps(ptr + y * 4);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr + x * 4);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row<const float>(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
ptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row<const float>(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
subq $0x3f68, %rsp # imm = 0x3F68
movq %rdi, 0x1cc0(%rsp)
movq %rsi, 0x1cb8(%rsp)
movq %rdx, 0x1cb0(%rsp)
movq %rcx, 0x1ca8(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1ca0(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c9c(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c98(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c94(%rsp)
movl 0x1ca0(%rsp), %eax
imull 0x1c9c(%rsp), %eax
imull 0x1c98(%rsp), %eax
movl %eax, 0x1c90(%rsp)
movq 0x1cc0(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c88(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c84(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1c80(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c7c(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c78(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c74(%rsp)
movl 0x1c80(%rsp), %eax
imull 0x1c7c(%rsp), %eax
imull 0x1c78(%rsp), %eax
movl %eax, 0x1c70(%rsp)
movq 0x1cb8(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c68(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c64(%rsp)
movq 0x1cc0(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15d46ad
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15d21f0
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1628210
movl %eax, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c98(%rsp), %ecx
movl 0x1c94(%rsp), %r8d
movq 0x1c88(%rsp), %r9
movl 0x1c84(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d60(%rsp)
movq 0x1d60(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x15d22a0
movq 0x810(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x15d22ad
jmp 0x15d22bd
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15d3181
movl $0x0, 0x1c60(%rsp)
movl 0x1c60(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15d3171
movq 0x1cc0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1c10(%rsp), %rdx
movq %rdx, 0x1fd0(%rsp)
movq %rcx, 0x1fc8(%rsp)
movl %eax, 0x1fc4(%rsp)
movq 0x1fc8(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x1fc3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fc4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c10(%rsp), %r10
movq %r10, 0x2ae0(%rsp)
movl %r9d, 0x2adc(%rsp)
movl %r8d, 0x2ad8(%rsp)
movl %edi, 0x2ad4(%rsp)
movq %rsi, 0x2ac8(%rsp)
movq %rdx, 0x2ac0(%rsp)
movl %ecx, 0x2abc(%rsp)
movq %rax, 0x2ab0(%rsp)
movq 0x2ae0(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x2ac8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ac0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2abc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ab0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2adc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ad8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ad4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31f8(%rsp)
movl $0x10, 0x31f4(%rsp)
movq 0x31f8(%rsp), %rax
movslq 0x31f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d24aa
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c50(%rsp)
movb $0x1, 0x1fc3(%rsp)
testb $0x1, 0x1fc3(%rsp)
jne 0x15d25e5
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f8(%rsp)
movq 0x20f8(%rsp), %rax
movq %rax, 0x3898(%rsp)
movq 0x3898(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d2588
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3894(%rsp) # imm = 0xFFFFFFFF
movl 0x3894(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3890(%rsp)
cmpl $0x1, 0x3890(%rsp)
jne 0x15d2588
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d2559
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d2557
jmp 0x15d2586
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a0(%rsp)
cmpq $0x0, 0x38a0(%rsp)
je 0x15d2584
movq 0x38a0(%rsp), %rdi
callq 0x5f480
jmp 0x15d2586
jmp 0x15d2588
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d25e3
movq %rax, %rdi
callq 0x678a0
jmp 0x15d25e5
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f0(%rsp)
movq 0x20f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x1c10(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rax
movq %rax, 0x36f8(%rsp)
movq 0x36f8(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d26d0
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36f4(%rsp) # imm = 0xFFFFFFFF
movl 0x36f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36f0(%rsp)
cmpl $0x1, 0x36f0(%rsp)
jne 0x15d26d0
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d26a1
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d269f
jmp 0x15d26ce
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3970(%rsp)
cmpq $0x0, 0x3970(%rsp)
je 0x15d26cc
movq 0x3970(%rsp), %rdi
callq 0x5f480
jmp 0x15d26ce
jmp 0x15d26d0
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d272b
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x1c58(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1bc0(%rsp), %rdx
movq %rdx, 0x1fb8(%rsp)
movq %rcx, 0x1fb0(%rsp)
movl %eax, 0x1fac(%rsp)
movq 0x1fb0(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x1fab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1bc0(%rsp), %r10
movq %r10, 0x2b18(%rsp)
movl %r9d, 0x2b14(%rsp)
movl %r8d, 0x2b10(%rsp)
movl %edi, 0x2b0c(%rsp)
movq %rsi, 0x2b00(%rsp)
movq %rdx, 0x2af8(%rsp)
movl %ecx, 0x2af4(%rsp)
movq %rax, 0x2ae8(%rsp)
movq 0x2b18(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x2b00(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2af8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2af4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ae8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b14(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b10(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b0c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31e8(%rsp)
movl $0x10, 0x31e4(%rsp)
movq 0x31e8(%rsp), %rax
movslq 0x31e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1be8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d28f7
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c00(%rsp)
movb $0x1, 0x1fab(%rsp)
testb $0x1, 0x1fab(%rsp)
jne 0x15d2a32
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x2100(%rsp)
movq 0x2100(%rsp), %rax
movq %rax, 0x3888(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d29d5
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3884(%rsp) # imm = 0xFFFFFFFF
movl 0x3884(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3880(%rsp)
cmpl $0x1, 0x3880(%rsp)
jne 0x15d29d5
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d29a6
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d29a4
jmp 0x15d29d3
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a8(%rsp)
cmpq $0x0, 0x38a8(%rsp)
je 0x15d29d1
movq 0x38a8(%rsp), %rdi
callq 0x5f480
jmp 0x15d29d3
jmp 0x15d29d5
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d2a30
movq %rax, %rdi
callq 0x678a0
jmp 0x15d2a32
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x20e8(%rsp)
movq 0x20e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rax
movq %rax, 0x36e8(%rsp)
movq 0x36e8(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d2b1d
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36e4(%rsp) # imm = 0xFFFFFFFF
movl 0x36e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36e0(%rsp)
cmpl $0x1, 0x36e0(%rsp)
jne 0x15d2b1d
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d2aee
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d2aec
jmp 0x15d2b1b
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3978(%rsp)
cmpq $0x0, 0x3978(%rsp)
je 0x15d2b19
movq 0x3978(%rsp), %rdi
callq 0x5f480
jmp 0x15d2b1b
jmp 0x15d2b1d
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d2b78
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x1c08(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1b70(%rsp), %rdx
movq %rdx, 0x2558(%rsp)
movq %rcx, 0x2550(%rsp)
movl %eax, 0x254c(%rsp)
movq 0x2550(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x254b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b70(%rsp), %r10
movq %r10, 0x26f0(%rsp)
movl %r9d, 0x26ec(%rsp)
movl %r8d, 0x26e8(%rsp)
movl %edi, 0x26e4(%rsp)
movq %rsi, 0x26d8(%rsp)
movq %rdx, 0x26d0(%rsp)
movl %ecx, 0x26cc(%rsp)
movq %rax, 0x26c0(%rsp)
movq 0x26f0(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x26d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x26cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x26ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x26e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x26e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3318(%rsp)
movl $0x10, 0x3314(%rsp)
movq 0x3318(%rsp), %rax
movslq 0x3314(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3314(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d2d44
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1bb0(%rsp)
movb $0x1, 0x254b(%rsp)
testb $0x1, 0x254b(%rsp)
jne 0x15d2e7f
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq %rax, 0x3328(%rsp)
movq 0x3328(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d2e22
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3324(%rsp) # imm = 0xFFFFFFFF
movl 0x3324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3320(%rsp)
cmpl $0x1, 0x3320(%rsp)
jne 0x15d2e22
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d2df3
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d2df1
jmp 0x15d2e20
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b58(%rsp)
cmpq $0x0, 0x3b58(%rsp)
je 0x15d2e1e
movq 0x3b58(%rsp), %rdi
callq 0x5f480
jmp 0x15d2e20
jmp 0x15d2e22
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d2e7d
movq %rax, %rdi
callq 0x678a0
jmp 0x15d2e7f
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x1b70(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rax
movq %rax, 0x36d8(%rsp)
movq 0x36d8(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d2f6a
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36d4(%rsp) # imm = 0xFFFFFFFF
movl 0x36d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36d0(%rsp)
cmpl $0x1, 0x36d0(%rsp)
jne 0x15d2f6a
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d2f3b
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d2f39
jmp 0x15d2f68
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3980(%rsp)
cmpq $0x0, 0x3980(%rsp)
je 0x15d2f66
movq 0x3980(%rsp), %rdi
callq 0x5f480
jmp 0x15d2f68
jmp 0x15d2f6a
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d2fc5
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x1bb8(%rsp)
movl $0x0, 0x1b6c(%rsp)
movl 0x1b6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x15d3159
movl $0x0, 0x1b68(%rsp)
movl 0x1b68(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15d3141
movq 0x1c08(%rsp), %rax
movq %rax, 0x3cc8(%rsp)
movq 0x3cc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b50(%rsp)
movl $0x0, 0x1b4c(%rsp)
movl 0x1b4c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15d3117
movq 0x1c58(%rsp), %rax
movq %rax, 0x3cc0(%rsp)
movq 0x3cc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1b30(%rsp), %rsi
leaq 0x1b50(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x1b20(%rsp)
movq 0x1bb8(%rsp), %rax
vmovaps 0x1b20(%rsp), %xmm0
movq %rax, 0x3f40(%rsp)
vmovaps %xmm0, 0x3f30(%rsp)
vmovaps 0x3f30(%rsp), %xmm0
movq 0x3f40(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1c58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c58(%rsp)
movq 0x1bb8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1bb8(%rsp)
movl 0x1b4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b4c(%rsp)
jmp 0x15d3043
movq 0x1c08(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c08(%rsp)
movl 0x1b68(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b68(%rsp)
jmp 0x15d2fff
jmp 0x15d3143
movl 0x1b6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b6c(%rsp)
jmp 0x15d2fe0
jmp 0x15d315b
movl 0x1c60(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c60(%rsp)
jmp 0x15d22da
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15d3c41
movl $0x0, 0x1b1c(%rsp)
movl 0x1b1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15d3c31
movq 0x1cc0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x1fa0(%rsp)
movq %rcx, 0x1f98(%rsp)
movl %eax, 0x1f94(%rsp)
movq 0x1f98(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x1f93(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f94(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x2b50(%rsp)
movl %r9d, 0x2b4c(%rsp)
movl %r8d, 0x2b48(%rsp)
movl %edi, 0x2b44(%rsp)
movq %rsi, 0x2b38(%rsp)
movq %rdx, 0x2b30(%rsp)
movl %ecx, 0x2b2c(%rsp)
movq %rax, 0x2b20(%rsp)
movq 0x2b50(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x2b38(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b30(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b2c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b20(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b4c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b48(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b44(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31d8(%rsp)
movl $0x10, 0x31d4(%rsp)
movq 0x31d8(%rsp), %rax
movslq 0x31d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d336e
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x1f93(%rsp)
testb $0x1, 0x1f93(%rsp)
jne 0x15d34a9
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2108(%rsp)
movq 0x2108(%rsp), %rax
movq %rax, 0x3878(%rsp)
movq 0x3878(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d344c
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3874(%rsp) # imm = 0xFFFFFFFF
movl 0x3874(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3870(%rsp)
cmpl $0x1, 0x3870(%rsp)
jne 0x15d344c
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d341d
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d341b
jmp 0x15d344a
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b0(%rsp)
cmpq $0x0, 0x38b0(%rsp)
je 0x15d3448
movq 0x38b0(%rsp), %rdi
callq 0x5f480
jmp 0x15d344a
jmp 0x15d344c
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d34a7
movq %rax, %rdi
callq 0x678a0
jmp 0x15d34a9
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x20e0(%rsp)
movq 0x20e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rax
movq %rax, 0x36c8(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d3594
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c4(%rsp) # imm = 0xFFFFFFFF
movl 0x36c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36c0(%rsp)
cmpl $0x1, 0x36c0(%rsp)
jne 0x15d3594
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d3565
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d3563
jmp 0x15d3592
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3988(%rsp)
cmpq $0x0, 0x3988(%rsp)
je 0x15d3590
movq 0x3988(%rsp), %rdi
callq 0x5f480
jmp 0x15d3592
jmp 0x15d3594
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d35ef
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
movq %rcx, 0x2620(%rsp)
movl %eax, 0x261c(%rsp)
movq 0x2620(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x261c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1ac0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1a70(%rsp), %rdx
movq %rdx, 0x2538(%rsp)
movq %rcx, 0x2530(%rsp)
movl %eax, 0x252c(%rsp)
movq 0x2530(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x252b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x252c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1a70(%rsp), %r10
movq %r10, 0x2728(%rsp)
movl %r9d, 0x2724(%rsp)
movl %r8d, 0x2720(%rsp)
movl %edi, 0x271c(%rsp)
movq %rsi, 0x2710(%rsp)
movq %rdx, 0x2708(%rsp)
movl %ecx, 0x2704(%rsp)
movq %rax, 0x26f8(%rsp)
movq 0x2728(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2708(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2704(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2724(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2720(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x271c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3308(%rsp)
movl $0x10, 0x3304(%rsp)
movq 0x3308(%rsp), %rax
movslq 0x3304(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3304(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d3804
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ab0(%rsp)
movb $0x1, 0x252b(%rsp)
testb $0x1, 0x252b(%rsp)
jne 0x15d393f
leaq 0x1a70(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq %rax, 0x3338(%rsp)
movq 0x3338(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d38e2
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3334(%rsp) # imm = 0xFFFFFFFF
movl 0x3334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3330(%rsp)
cmpl $0x1, 0x3330(%rsp)
jne 0x15d38e2
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d38b3
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d38b1
jmp 0x15d38e0
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b50(%rsp)
cmpq $0x0, 0x3b50(%rsp)
je 0x15d38de
movq 0x3b50(%rsp), %rdi
callq 0x5f480
jmp 0x15d38e0
jmp 0x15d38e2
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d393d
movq %rax, %rdi
callq 0x678a0
jmp 0x15d393f
leaq 0x1a70(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1a70(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rax
movq %rax, 0x36b8(%rsp)
movq 0x36b8(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d3a2a
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36b4(%rsp) # imm = 0xFFFFFFFF
movl 0x36b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36b0(%rsp)
cmpl $0x1, 0x36b0(%rsp)
jne 0x15d3a2a
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d39fb
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d39f9
jmp 0x15d3a28
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3990(%rsp)
cmpq $0x0, 0x3990(%rsp)
je 0x15d3a26
movq 0x3990(%rsp), %rdi
callq 0x5f480
jmp 0x15d3a28
jmp 0x15d3a2a
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d3a85
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1ab8(%rsp)
movl $0x0, 0x1a6c(%rsp)
movl 0x1a6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x15d3c19
movq 0x1ac0(%rsp), %rax
movq %rax, 0x3cb8(%rsp)
movq 0x3cb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a50(%rsp)
movl $0x0, 0x1a4c(%rsp)
movl 0x1a4c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15d3bef
movl $0x0, 0x1a48(%rsp)
movl 0x1a48(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15d3bd7
movq 0x1b10(%rsp), %rax
movq %rax, 0x3cb0(%rsp)
movq 0x3cb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1a30(%rsp), %rsi
leaq 0x1a50(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x1a20(%rsp)
movq 0x1ab8(%rsp), %rax
vmovaps 0x1a20(%rsp), %xmm0
movq %rax, 0x3f28(%rsp)
vmovaps %xmm0, 0x3f10(%rsp)
vmovaps 0x3f10(%rsp), %xmm0
movq 0x3f28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1b10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b10(%rsp)
movq 0x1ab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ab8(%rsp)
movl 0x1a48(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a48(%rsp)
jmp 0x15d3b03
jmp 0x15d3bd9
movl 0x1a4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a4c(%rsp)
jmp 0x15d3ae4
movq 0x1ac0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ac0(%rsp)
movl 0x1a6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a6c(%rsp)
jmp 0x15d3aa0
jmp 0x15d3c1b
movl 0x1b1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b1c(%rsp)
jmp 0x15d319e
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15d46a8
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15d3c9c
cmpl $0x1, 0x1c64(%rsp)
jne 0x15d3c9c
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x16292e0
movl %eax, 0x1ccc(%rsp)
jmp 0x15e1312
movl $0x0, 0x1a1c(%rsp)
movl 0x1a1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15d4698
movq 0x1cc0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x19c8(%rsp), %rdx
movq %rdx, 0x1f88(%rsp)
movq %rcx, 0x1f80(%rsp)
movl %eax, 0x1f7c(%rsp)
movq 0x1f80(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x1f7b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f7c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19c8(%rsp), %r10
movq %r10, 0x2b88(%rsp)
movl %r9d, 0x2b84(%rsp)
movl %r8d, 0x2b80(%rsp)
movl %edi, 0x2b7c(%rsp)
movq %rsi, 0x2b70(%rsp)
movq %rdx, 0x2b68(%rsp)
movl %ecx, 0x2b64(%rsp)
movq %rax, 0x2b58(%rsp)
movq 0x2b88(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x2b70(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b68(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b64(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b58(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b84(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b80(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b7c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31c8(%rsp)
movl $0x10, 0x31c4(%rsp)
movq 0x31c8(%rsp), %rax
movslq 0x31c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d3e77
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a08(%rsp)
movb $0x1, 0x1f7b(%rsp)
testb $0x1, 0x1f7b(%rsp)
jne 0x15d3fb2
leaq 0x19c8(%rsp), %rax
movq %rax, 0x2110(%rsp)
movq 0x2110(%rsp), %rax
movq %rax, 0x3868(%rsp)
movq 0x3868(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d3f55
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3864(%rsp) # imm = 0xFFFFFFFF
movl 0x3864(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3860(%rsp)
cmpl $0x1, 0x3860(%rsp)
jne 0x15d3f55
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d3f26
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d3f24
jmp 0x15d3f53
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b8(%rsp)
cmpq $0x0, 0x38b8(%rsp)
je 0x15d3f51
movq 0x38b8(%rsp), %rdi
callq 0x5f480
jmp 0x15d3f53
jmp 0x15d3f55
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d3fb0
movq %rax, %rdi
callq 0x678a0
jmp 0x15d3fb2
leaq 0x19c8(%rsp), %rax
movq %rax, 0x20d8(%rsp)
movq 0x20d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x19c8(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rax
movq %rax, 0x36a8(%rsp)
movq 0x36a8(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d409d
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36a4(%rsp) # imm = 0xFFFFFFFF
movl 0x36a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36a0(%rsp)
cmpl $0x1, 0x36a0(%rsp)
jne 0x15d409d
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d406e
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d406c
jmp 0x15d409b
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3998(%rsp)
cmpq $0x0, 0x3998(%rsp)
je 0x15d4099
movq 0x3998(%rsp), %rdi
callq 0x5f480
jmp 0x15d409b
jmp 0x15d409d
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d40f8
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1a10(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x20d0(%rsp), %rax
movq (%rax), %rax
movl 0x1a1c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3ca8(%rsp)
movq 0x3ca8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x19b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x1960(%rsp), %rdx
movq %rdx, 0x2518(%rsp)
movq %rcx, 0x2510(%rsp)
movl %eax, 0x250c(%rsp)
movq 0x2510(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x250b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x250c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1960(%rsp), %r10
movq %r10, 0x2760(%rsp)
movl %r9d, 0x275c(%rsp)
movl %r8d, 0x2758(%rsp)
movl %edi, 0x2754(%rsp)
movq %rsi, 0x2748(%rsp)
movq %rdx, 0x2740(%rsp)
movl %ecx, 0x273c(%rsp)
movq %rax, 0x2730(%rsp)
movq 0x2760(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2740(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x273c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2730(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x275c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2758(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2754(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32f8(%rsp)
movl $0x10, 0x32f4(%rsp)
movq 0x32f8(%rsp), %rax
movslq 0x32f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1988(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d4310
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19a0(%rsp)
movb $0x1, 0x250b(%rsp)
testb $0x1, 0x250b(%rsp)
jne 0x15d444b
leaq 0x1960(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq %rax, 0x3348(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d43ee
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3344(%rsp) # imm = 0xFFFFFFFF
movl 0x3344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3340(%rsp)
cmpl $0x1, 0x3340(%rsp)
jne 0x15d43ee
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d43bf
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d43bd
jmp 0x15d43ec
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b48(%rsp)
cmpq $0x0, 0x3b48(%rsp)
je 0x15d43ea
movq 0x3b48(%rsp), %rdi
callq 0x5f480
jmp 0x15d43ec
jmp 0x15d43ee
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d4449
movq %rax, %rdi
callq 0x678a0
jmp 0x15d444b
leaq 0x1960(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1960(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rax
movq %rax, 0x3698(%rsp)
movq 0x3698(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d4536
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3694(%rsp) # imm = 0xFFFFFFFF
movl 0x3694(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3690(%rsp)
cmpl $0x1, 0x3690(%rsp)
jne 0x15d4536
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d4507
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d4505
jmp 0x15d4534
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a0(%rsp)
cmpq $0x0, 0x39a0(%rsp)
je 0x15d4532
movq 0x39a0(%rsp), %rdi
callq 0x5f480
jmp 0x15d4534
jmp 0x15d4536
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d4591
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x19a8(%rsp)
movl $0x0, 0x195c(%rsp)
movl 0x195c(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15d4680
movq 0x1a10(%rsp), %rax
movq %rax, 0x3ca0(%rsp)
movq 0x3ca0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1940(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1940(%rsp), %rsi
leaq 0x19b0(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x1930(%rsp)
movq 0x19a8(%rsp), %rax
vmovaps 0x1930(%rsp), %xmm0
movq %rax, 0x3f08(%rsp)
vmovaps %xmm0, 0x3ef0(%rsp)
vmovaps 0x3ef0(%rsp), %xmm0
movq 0x3f08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1a10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1a10(%rsp)
movq 0x19a8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x19a8(%rsp)
movl 0x195c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x195c(%rsp)
jmp 0x15d45ac
jmp 0x15d4682
movl 0x1a1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a1c(%rsp)
jmp 0x15d3ca7
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
jmp 0x15e1307
movq 0x1cc0(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15ddefa
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15d5650
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d58(%rsp)
movq 0x1d58(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x15d4781
movq 0x6e8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x15d478e
jmp 0x15d479e
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0x192c(%rsp)
movl 0x192c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15d5640
movq 0x1cc0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x18d8(%rsp), %rdx
movq %rdx, 0x1f70(%rsp)
movq %rcx, 0x1f68(%rsp)
movl %eax, 0x1f64(%rsp)
movq 0x1f68(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x1f63(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f64(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18d8(%rsp), %r10
movq %r10, 0x2bc0(%rsp)
movl %r9d, 0x2bbc(%rsp)
movl %r8d, 0x2bb8(%rsp)
movl %edi, 0x2bb4(%rsp)
movq %rsi, 0x2ba8(%rsp)
movq %rdx, 0x2ba0(%rsp)
movl %ecx, 0x2b9c(%rsp)
movq %rax, 0x2b90(%rsp)
movq 0x2bc0(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x2ba8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ba0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b9c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b90(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bbc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bb8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bb4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31b8(%rsp)
movl $0x10, 0x31b4(%rsp)
movq 0x31b8(%rsp), %rax
movslq 0x31b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1900(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d4979
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1918(%rsp)
movb $0x1, 0x1f63(%rsp)
testb $0x1, 0x1f63(%rsp)
jne 0x15d4ab4
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2118(%rsp)
movq 0x2118(%rsp), %rax
movq %rax, 0x3858(%rsp)
movq 0x3858(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d4a57
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3854(%rsp) # imm = 0xFFFFFFFF
movl 0x3854(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3850(%rsp)
cmpl $0x1, 0x3850(%rsp)
jne 0x15d4a57
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d4a28
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d4a26
jmp 0x15d4a55
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c0(%rsp)
cmpq $0x0, 0x38c0(%rsp)
je 0x15d4a53
movq 0x38c0(%rsp), %rdi
callq 0x5f480
jmp 0x15d4a55
jmp 0x15d4a57
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d4ab2
movq %rax, %rdi
callq 0x678a0
jmp 0x15d4ab4
leaq 0x18d8(%rsp), %rax
movq %rax, 0x20c8(%rsp)
movq 0x20c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rax
movq %rax, 0x3688(%rsp)
movq 0x3688(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d4b9f
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3684(%rsp) # imm = 0xFFFFFFFF
movl 0x3684(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3680(%rsp)
cmpl $0x1, 0x3680(%rsp)
jne 0x15d4b9f
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d4b70
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d4b6e
jmp 0x15d4b9d
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a8(%rsp)
cmpq $0x0, 0x39a8(%rsp)
je 0x15d4b9b
movq 0x39a8(%rsp), %rdi
callq 0x5f480
jmp 0x15d4b9d
jmp 0x15d4b9f
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d4bfa
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1920(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1888(%rsp), %rdx
movq %rdx, 0x1f58(%rsp)
movq %rcx, 0x1f50(%rsp)
movl %eax, 0x1f4c(%rsp)
movq 0x1f50(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x1f4b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f4c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1888(%rsp), %r10
movq %r10, 0x2bf8(%rsp)
movl %r9d, 0x2bf4(%rsp)
movl %r8d, 0x2bf0(%rsp)
movl %edi, 0x2bec(%rsp)
movq %rsi, 0x2be0(%rsp)
movq %rdx, 0x2bd8(%rsp)
movl %ecx, 0x2bd4(%rsp)
movq %rax, 0x2bc8(%rsp)
movq 0x2bf8(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x2be0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2bd8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2bd4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2bc8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bf4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bf0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31a8(%rsp)
movl $0x10, 0x31a4(%rsp)
movq 0x31a8(%rsp), %rax
movslq 0x31a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d4dc6
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18c8(%rsp)
movb $0x1, 0x1f4b(%rsp)
testb $0x1, 0x1f4b(%rsp)
jne 0x15d4f01
leaq 0x1888(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2120(%rsp), %rax
movq %rax, 0x3848(%rsp)
movq 0x3848(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d4ea4
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3844(%rsp) # imm = 0xFFFFFFFF
movl 0x3844(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3840(%rsp)
cmpl $0x1, 0x3840(%rsp)
jne 0x15d4ea4
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d4e75
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d4e73
jmp 0x15d4ea2
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c8(%rsp)
cmpq $0x0, 0x38c8(%rsp)
je 0x15d4ea0
movq 0x38c8(%rsp), %rdi
callq 0x5f480
jmp 0x15d4ea2
jmp 0x15d4ea4
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d4eff
movq %rax, %rdi
callq 0x678a0
jmp 0x15d4f01
leaq 0x1888(%rsp), %rax
movq %rax, 0x20c0(%rsp)
movq 0x20c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1888(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rax
movq %rax, 0x3678(%rsp)
movq 0x3678(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d4fec
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3674(%rsp) # imm = 0xFFFFFFFF
movl 0x3674(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3670(%rsp)
cmpl $0x1, 0x3670(%rsp)
jne 0x15d4fec
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d4fbd
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d4fbb
jmp 0x15d4fea
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b0(%rsp)
cmpq $0x0, 0x39b0(%rsp)
je 0x15d4fe8
movq 0x39b0(%rsp), %rdi
callq 0x5f480
jmp 0x15d4fea
jmp 0x15d4fec
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d5047
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x18d0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1838(%rsp), %rdx
movq %rdx, 0x24f8(%rsp)
movq %rcx, 0x24f0(%rsp)
movl %eax, 0x24ec(%rsp)
movq 0x24f0(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x24eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1838(%rsp), %r10
movq %r10, 0x2798(%rsp)
movl %r9d, 0x2794(%rsp)
movl %r8d, 0x2790(%rsp)
movl %edi, 0x278c(%rsp)
movq %rsi, 0x2780(%rsp)
movq %rdx, 0x2778(%rsp)
movl %ecx, 0x2774(%rsp)
movq %rax, 0x2768(%rsp)
movq 0x2798(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2778(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2774(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2768(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2794(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2790(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x278c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32e8(%rsp)
movl $0x10, 0x32e4(%rsp)
movq 0x32e8(%rsp), %rax
movslq 0x32e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1860(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d5213
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1878(%rsp)
movb $0x1, 0x24eb(%rsp)
testb $0x1, 0x24eb(%rsp)
jne 0x15d534e
leaq 0x1838(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq %rax, 0x3358(%rsp)
movq 0x3358(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d52f1
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3354(%rsp) # imm = 0xFFFFFFFF
movl 0x3354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3350(%rsp)
cmpl $0x1, 0x3350(%rsp)
jne 0x15d52f1
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d52c2
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d52c0
jmp 0x15d52ef
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b40(%rsp)
cmpq $0x0, 0x3b40(%rsp)
je 0x15d52ed
movq 0x3b40(%rsp), %rdi
callq 0x5f480
jmp 0x15d52ef
jmp 0x15d52f1
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d534c
movq %rax, %rdi
callq 0x678a0
jmp 0x15d534e
leaq 0x1838(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1838(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rax
movq %rax, 0x3668(%rsp)
movq 0x3668(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d5439
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3664(%rsp) # imm = 0xFFFFFFFF
movl 0x3664(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3660(%rsp)
cmpl $0x1, 0x3660(%rsp)
jne 0x15d5439
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d540a
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d5408
jmp 0x15d5437
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b8(%rsp)
cmpq $0x0, 0x39b8(%rsp)
je 0x15d5435
movq 0x39b8(%rsp), %rdi
callq 0x5f480
jmp 0x15d5437
jmp 0x15d5439
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d5494
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1880(%rsp)
movl $0x0, 0x1834(%rsp)
movl 0x1834(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x15d5628
movl $0x0, 0x1830(%rsp)
movl 0x1830(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15d5610
movq 0x1920(%rsp), %rax
movq %rax, 0x3c98(%rsp)
movq 0x3c98(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1820(%rsp)
movl $0x0, 0x181c(%rsp)
movl 0x181c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15d55e6
movq 0x18d0(%rsp), %rax
movq %rax, 0x3c90(%rsp)
movq 0x3c90(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1800(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1820(%rsp), %rsi
leaq 0x1800(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x17f0(%rsp)
movq 0x1880(%rsp), %rax
vmovaps 0x17f0(%rsp), %xmm0
movq %rax, 0x3ee8(%rsp)
vmovaps %xmm0, 0x3ed0(%rsp)
vmovaps 0x3ed0(%rsp), %xmm0
movq 0x3ee8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x18d0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x18d0(%rsp)
movq 0x1880(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1880(%rsp)
movl 0x181c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x181c(%rsp)
jmp 0x15d5512
movq 0x1920(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1920(%rsp)
movl 0x1830(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1830(%rsp)
jmp 0x15d54ce
jmp 0x15d5612
movl 0x1834(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1834(%rsp)
jmp 0x15d54af
jmp 0x15d562a
movl 0x192c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x192c(%rsp)
jmp 0x15d47a9
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15dc945
cmpl $0x1, 0x1c80(%rsp)
jne 0x15d6584
cmpl $0x1, 0x1c7c(%rsp)
jne 0x15d6584
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15d6584
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d50(%rsp)
movq 0x1d50(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x15d5735
movq 0x660(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x15d5742
jmp 0x15d5752
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0x17ec(%rsp)
movl 0x17ec(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15d6574
movq 0x1cc0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1798(%rsp), %rdx
movq %rdx, 0x1f40(%rsp)
movq %rcx, 0x1f38(%rsp)
movl %eax, 0x1f34(%rsp)
movq 0x1f38(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x1f33(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f34(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1798(%rsp), %r10
movq %r10, 0x2c30(%rsp)
movl %r9d, 0x2c2c(%rsp)
movl %r8d, 0x2c28(%rsp)
movl %edi, 0x2c24(%rsp)
movq %rsi, 0x2c18(%rsp)
movq %rdx, 0x2c10(%rsp)
movl %ecx, 0x2c0c(%rsp)
movq %rax, 0x2c00(%rsp)
movq 0x2c30(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x2c18(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c10(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c0c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c00(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c2c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c28(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c24(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3198(%rsp)
movl $0x10, 0x3194(%rsp)
movq 0x3198(%rsp), %rax
movslq 0x3194(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3194(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x17c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d592d
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x17d8(%rsp)
movb $0x1, 0x1f33(%rsp)
testb $0x1, 0x1f33(%rsp)
jne 0x15d5a68
leaq 0x1798(%rsp), %rax
movq %rax, 0x2128(%rsp)
movq 0x2128(%rsp), %rax
movq %rax, 0x3838(%rsp)
movq 0x3838(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d5a0b
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3834(%rsp) # imm = 0xFFFFFFFF
movl 0x3834(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3830(%rsp)
cmpl $0x1, 0x3830(%rsp)
jne 0x15d5a0b
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d59dc
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d59da
jmp 0x15d5a09
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d0(%rsp)
cmpq $0x0, 0x38d0(%rsp)
je 0x15d5a07
movq 0x38d0(%rsp), %rdi
callq 0x5f480
jmp 0x15d5a09
jmp 0x15d5a0b
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d5a66
movq %rax, %rdi
callq 0x678a0
jmp 0x15d5a68
leaq 0x1798(%rsp), %rax
movq %rax, 0x20b8(%rsp)
movq 0x20b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1798(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rax
movq %rax, 0x3658(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d5b53
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3654(%rsp) # imm = 0xFFFFFFFF
movl 0x3654(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3650(%rsp)
cmpl $0x1, 0x3650(%rsp)
jne 0x15d5b53
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d5b24
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d5b22
jmp 0x15d5b51
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c0(%rsp)
cmpq $0x0, 0x39c0(%rsp)
je 0x15d5b4f
movq 0x39c0(%rsp), %rdi
callq 0x5f480
jmp 0x15d5b51
jmp 0x15d5b53
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d5bae
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x17e0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1748(%rsp), %rdx
movq %rdx, 0x24d8(%rsp)
movq %rcx, 0x24d0(%rsp)
movl %eax, 0x24cc(%rsp)
movq 0x24d0(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x24cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1748(%rsp), %r10
movq %r10, 0x27d0(%rsp)
movl %r9d, 0x27cc(%rsp)
movl %r8d, 0x27c8(%rsp)
movl %edi, 0x27c4(%rsp)
movq %rsi, 0x27b8(%rsp)
movq %rdx, 0x27b0(%rsp)
movl %ecx, 0x27ac(%rsp)
movq %rax, 0x27a0(%rsp)
movq 0x27d0(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x27cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x27c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32d8(%rsp)
movl $0x10, 0x32d4(%rsp)
movq 0x32d8(%rsp), %rax
movslq 0x32d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1770(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d5d7a
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1788(%rsp)
movb $0x1, 0x24cb(%rsp)
testb $0x1, 0x24cb(%rsp)
jne 0x15d5eb5
leaq 0x1748(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq %rax, 0x3368(%rsp)
movq 0x3368(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d5e58
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3364(%rsp) # imm = 0xFFFFFFFF
movl 0x3364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3360(%rsp)
cmpl $0x1, 0x3360(%rsp)
jne 0x15d5e58
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d5e29
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d5e27
jmp 0x15d5e56
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b38(%rsp)
cmpq $0x0, 0x3b38(%rsp)
je 0x15d5e54
movq 0x3b38(%rsp), %rdi
callq 0x5f480
jmp 0x15d5e56
jmp 0x15d5e58
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d5eb3
movq %rax, %rdi
callq 0x678a0
jmp 0x15d5eb5
leaq 0x1748(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1748(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rax
movq %rax, 0x3648(%rsp)
movq 0x3648(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d5fa0
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3644(%rsp) # imm = 0xFFFFFFFF
movl 0x3644(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3640(%rsp)
cmpl $0x1, 0x3640(%rsp)
jne 0x15d5fa0
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d5f71
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d5f6f
jmp 0x15d5f9e
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c8(%rsp)
cmpq $0x0, 0x39c8(%rsp)
je 0x15d5f9c
movq 0x39c8(%rsp), %rdi
callq 0x5f480
jmp 0x15d5f9e
jmp 0x15d5fa0
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d5ffb
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1790(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x16f8(%rsp), %rdx
movq %rdx, 0x1f28(%rsp)
movq %rcx, 0x1f20(%rsp)
movl %eax, 0x1f1c(%rsp)
movq 0x1f20(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x1f1b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f1c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f8(%rsp), %r10
movq %r10, 0x2c68(%rsp)
movl %r9d, 0x2c64(%rsp)
movl %r8d, 0x2c60(%rsp)
movl %edi, 0x2c5c(%rsp)
movq %rsi, 0x2c50(%rsp)
movq %rdx, 0x2c48(%rsp)
movl %ecx, 0x2c44(%rsp)
movq %rax, 0x2c38(%rsp)
movq 0x2c68(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x2c50(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c48(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c44(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c38(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c64(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c60(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c5c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3188(%rsp)
movl $0x10, 0x3184(%rsp)
movq 0x3188(%rsp), %rax
movslq 0x3184(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3184(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1720(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d61c7
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1738(%rsp)
movb $0x1, 0x1f1b(%rsp)
testb $0x1, 0x1f1b(%rsp)
jne 0x15d6302
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2130(%rsp)
movq 0x2130(%rsp), %rax
movq %rax, 0x3828(%rsp)
movq 0x3828(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d62a5
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3824(%rsp) # imm = 0xFFFFFFFF
movl 0x3824(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3820(%rsp)
cmpl $0x1, 0x3820(%rsp)
jne 0x15d62a5
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d6276
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d6274
jmp 0x15d62a3
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d8(%rsp)
cmpq $0x0, 0x38d8(%rsp)
je 0x15d62a1
movq 0x38d8(%rsp), %rdi
callq 0x5f480
jmp 0x15d62a3
jmp 0x15d62a5
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d6300
movq %rax, %rdi
callq 0x678a0
jmp 0x15d6302
leaq 0x16f8(%rsp), %rax
movq %rax, 0x20b0(%rsp)
movq 0x20b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rax
movq %rax, 0x3638(%rsp)
movq 0x3638(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d63ed
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3634(%rsp) # imm = 0xFFFFFFFF
movl 0x3634(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3630(%rsp)
cmpl $0x1, 0x3630(%rsp)
jne 0x15d63ed
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d63be
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d63bc
jmp 0x15d63eb
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d0(%rsp)
cmpq $0x0, 0x39d0(%rsp)
je 0x15d63e9
movq 0x39d0(%rsp), %rdi
callq 0x5f480
jmp 0x15d63eb
jmp 0x15d63ed
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d6448
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1740(%rsp)
movq 0x1740(%rsp), %rax
movq %rax, 0x3c88(%rsp)
movq 0x3c88(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16e0(%rsp)
movl $0x0, 0x16dc(%rsp)
movl 0x16dc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15d655c
movq 0x17e0(%rsp), %rax
movq %rax, 0x3c80(%rsp)
movq 0x3c80(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16c0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16e0(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x16b0(%rsp)
movq 0x1790(%rsp), %rax
vmovaps 0x16b0(%rsp), %xmm0
movq %rax, 0x3ec8(%rsp)
vmovaps %xmm0, 0x3eb0(%rsp)
vmovaps 0x3eb0(%rsp), %xmm0
movq 0x3ec8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x17e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x17e0(%rsp)
movq 0x1790(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1790(%rsp)
movl 0x16dc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16dc(%rsp)
jmp 0x15d6488
jmp 0x15d655e
movl 0x17ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17ec(%rsp)
jmp 0x15d575d
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15d70b9
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15d70b9
cmpl $0x1, 0x1c74(%rsp)
jne 0x15d70b9
cmpl $0x1, 0x1c64(%rsp)
jne 0x15d70b9
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d48(%rsp)
movq 0x1d48(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x15d666b
movq 0x5d8(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x15d6678
jmp 0x15d6688
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0x16ac(%rsp)
movl 0x16ac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15d70a9
movq 0x1cc0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1658(%rsp), %rdx
movq %rdx, 0x1f10(%rsp)
movq %rcx, 0x1f08(%rsp)
movl %eax, 0x1f04(%rsp)
movq 0x1f08(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x1f03(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f04(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1658(%rsp), %r10
movq %r10, 0x2ca0(%rsp)
movl %r9d, 0x2c9c(%rsp)
movl %r8d, 0x2c98(%rsp)
movl %edi, 0x2c94(%rsp)
movq %rsi, 0x2c88(%rsp)
movq %rdx, 0x2c80(%rsp)
movl %ecx, 0x2c7c(%rsp)
movq %rax, 0x2c70(%rsp)
movq 0x2ca0(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x2c88(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c80(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c7c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c70(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c9c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c98(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c94(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3178(%rsp)
movl $0x10, 0x3174(%rsp)
movq 0x3178(%rsp), %rax
movslq 0x3174(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3174(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1680(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d6863
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1698(%rsp)
movb $0x1, 0x1f03(%rsp)
testb $0x1, 0x1f03(%rsp)
jne 0x15d699e
leaq 0x1658(%rsp), %rax
movq %rax, 0x2138(%rsp)
movq 0x2138(%rsp), %rax
movq %rax, 0x3818(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d6941
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3814(%rsp) # imm = 0xFFFFFFFF
movl 0x3814(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3810(%rsp)
cmpl $0x1, 0x3810(%rsp)
jne 0x15d6941
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d6912
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d6910
jmp 0x15d693f
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e0(%rsp)
cmpq $0x0, 0x38e0(%rsp)
je 0x15d693d
movq 0x38e0(%rsp), %rdi
callq 0x5f480
jmp 0x15d693f
jmp 0x15d6941
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d699c
movq %rax, %rdi
callq 0x678a0
jmp 0x15d699e
leaq 0x1658(%rsp), %rax
movq %rax, 0x20a8(%rsp)
movq 0x20a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x1658(%rsp), %rax
movq %rax, 0x2230(%rsp)
movq 0x2230(%rsp), %rax
movq %rax, 0x3628(%rsp)
movq 0x3628(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d6a89
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3624(%rsp) # imm = 0xFFFFFFFF
movl 0x3624(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3620(%rsp)
cmpl $0x1, 0x3620(%rsp)
jne 0x15d6a89
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d6a5a
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d6a58
jmp 0x15d6a87
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d8(%rsp)
cmpq $0x0, 0x39d8(%rsp)
je 0x15d6a85
movq 0x39d8(%rsp), %rdi
callq 0x5f480
jmp 0x15d6a87
jmp 0x15d6a89
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d6ae4
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x16a0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20a0(%rsp)
movq 0x20a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1650(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1600(%rsp), %rdx
movq %rdx, 0x24b8(%rsp)
movq %rcx, 0x24b0(%rsp)
movl %eax, 0x24ac(%rsp)
movq 0x24b0(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x24ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1600(%rsp), %r10
movq %r10, 0x2808(%rsp)
movl %r9d, 0x2804(%rsp)
movl %r8d, 0x2800(%rsp)
movl %edi, 0x27fc(%rsp)
movq %rsi, 0x27f0(%rsp)
movq %rdx, 0x27e8(%rsp)
movl %ecx, 0x27e4(%rsp)
movq %rax, 0x27d8(%rsp)
movq 0x2808(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x27f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2804(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2800(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32c8(%rsp)
movl $0x10, 0x32c4(%rsp)
movq 0x32c8(%rsp), %rax
movslq 0x32c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1628(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d6cd3
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1640(%rsp)
movb $0x1, 0x24ab(%rsp)
testb $0x1, 0x24ab(%rsp)
jne 0x15d6e0e
leaq 0x1600(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq %rax, 0x3378(%rsp)
movq 0x3378(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d6db1
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3374(%rsp) # imm = 0xFFFFFFFF
movl 0x3374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3370(%rsp)
cmpl $0x1, 0x3370(%rsp)
jne 0x15d6db1
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d6d82
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d6d80
jmp 0x15d6daf
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b30(%rsp)
cmpq $0x0, 0x3b30(%rsp)
je 0x15d6dad
movq 0x3b30(%rsp), %rdi
callq 0x5f480
jmp 0x15d6daf
jmp 0x15d6db1
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d6e0c
movq %rax, %rdi
callq 0x678a0
jmp 0x15d6e0e
leaq 0x1600(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1600(%rsp), %rax
movq %rax, 0x2238(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x3618(%rsp)
movq 0x3618(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d6ef9
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3614(%rsp) # imm = 0xFFFFFFFF
movl 0x3614(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3610(%rsp)
cmpl $0x1, 0x3610(%rsp)
jne 0x15d6ef9
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d6eca
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d6ec8
jmp 0x15d6ef7
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e0(%rsp)
cmpq $0x0, 0x39e0(%rsp)
je 0x15d6ef5
movq 0x39e0(%rsp), %rdi
callq 0x5f480
jmp 0x15d6ef7
jmp 0x15d6ef9
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d6f54
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x1648(%rsp)
movl $0x0, 0x15fc(%rsp)
movl 0x15fc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15d7091
movq 0x16a0(%rsp), %rax
movq %rax, 0x3c78(%rsp)
movq 0x3c78(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x15e0(%rsp)
movq 0x1650(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b9c(%rsp)
vbroadcastss 0x3b9c(%rsp), %xmm0
vmovaps %xmm0, 0x3b80(%rsp)
vmovaps 0x3b80(%rsp), %xmm0
vmovaps %xmm0, 0x15d0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x15e0(%rsp), %rsi
leaq 0x15d0(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x15c0(%rsp)
movq 0x1648(%rsp), %rax
vmovaps 0x15c0(%rsp), %xmm0
movq %rax, 0x3ea8(%rsp)
vmovaps %xmm0, 0x3e90(%rsp)
vmovaps 0x3e90(%rsp), %xmm0
movq 0x3ea8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x16a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x16a0(%rsp)
movq 0x1650(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1650(%rsp)
movq 0x1648(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1648(%rsp)
movl 0x15fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15fc(%rsp)
jmp 0x15d6f6f
jmp 0x15d7093
movl 0x16ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ac(%rsp)
jmp 0x15d6693
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
cmpl $0x1, 0x1ca0(%rsp)
jne 0x15d7fdb
cmpl $0x1, 0x1c9c(%rsp)
jne 0x15d7fdb
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15d7fdb
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d40(%rsp)
movq 0x1d40(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x15d718c
movq 0x578(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x15d7199
jmp 0x15d71a9
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0x15bc(%rsp)
movl 0x15bc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15d7fcb
movq 0x1cc0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1568(%rsp), %rdx
movq %rdx, 0x1ef8(%rsp)
movq %rcx, 0x1ef0(%rsp)
movl %eax, 0x1eec(%rsp)
movq 0x1ef0(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x1eeb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1eec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1568(%rsp), %r10
movq %r10, 0x2cd8(%rsp)
movl %r9d, 0x2cd4(%rsp)
movl %r8d, 0x2cd0(%rsp)
movl %edi, 0x2ccc(%rsp)
movq %rsi, 0x2cc0(%rsp)
movq %rdx, 0x2cb8(%rsp)
movl %ecx, 0x2cb4(%rsp)
movq %rax, 0x2ca8(%rsp)
movq 0x2cd8(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x2cc0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cb8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cb4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ca8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2cd4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2cd0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ccc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3168(%rsp)
movl $0x10, 0x3164(%rsp)
movq 0x3168(%rsp), %rax
movslq 0x3164(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3164(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1590(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d7384
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15a8(%rsp)
movb $0x1, 0x1eeb(%rsp)
testb $0x1, 0x1eeb(%rsp)
jne 0x15d74bf
leaq 0x1568(%rsp), %rax
movq %rax, 0x2140(%rsp)
movq 0x2140(%rsp), %rax
movq %rax, 0x3808(%rsp)
movq 0x3808(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d7462
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3804(%rsp) # imm = 0xFFFFFFFF
movl 0x3804(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3800(%rsp)
cmpl $0x1, 0x3800(%rsp)
jne 0x15d7462
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d7433
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d7431
jmp 0x15d7460
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e8(%rsp)
cmpq $0x0, 0x38e8(%rsp)
je 0x15d745e
movq 0x38e8(%rsp), %rdi
callq 0x5f480
jmp 0x15d7460
jmp 0x15d7462
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d74bd
movq %rax, %rdi
callq 0x678a0
jmp 0x15d74bf
leaq 0x1568(%rsp), %rax
movq %rax, 0x2098(%rsp)
movq 0x2098(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x1568(%rsp), %rax
movq %rax, 0x2240(%rsp)
movq 0x2240(%rsp), %rax
movq %rax, 0x3608(%rsp)
movq 0x3608(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d75aa
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3604(%rsp) # imm = 0xFFFFFFFF
movl 0x3604(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3600(%rsp)
cmpl $0x1, 0x3600(%rsp)
jne 0x15d75aa
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d757b
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d7579
jmp 0x15d75a8
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e8(%rsp)
cmpq $0x0, 0x39e8(%rsp)
je 0x15d75a6
movq 0x39e8(%rsp), %rdi
callq 0x5f480
jmp 0x15d75a8
jmp 0x15d75aa
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d7605
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x15b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1518(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1518(%rsp), %r10
movq %r10, 0x2840(%rsp)
movl %r9d, 0x283c(%rsp)
movl %r8d, 0x2838(%rsp)
movl %edi, 0x2834(%rsp)
movq %rsi, 0x2828(%rsp)
movq %rdx, 0x2820(%rsp)
movl %ecx, 0x281c(%rsp)
movq %rax, 0x2810(%rsp)
movq 0x2840(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2820(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x281c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2810(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x283c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2838(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2834(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32b8(%rsp)
movl $0x10, 0x32b4(%rsp)
movq 0x32b8(%rsp), %rax
movslq 0x32b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1540(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d77d1
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1558(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x15d790c
leaq 0x1518(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq %rax, 0x3388(%rsp)
movq 0x3388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d78af
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3384(%rsp) # imm = 0xFFFFFFFF
movl 0x3384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3380(%rsp)
cmpl $0x1, 0x3380(%rsp)
jne 0x15d78af
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d7880
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d787e
jmp 0x15d78ad
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b28(%rsp)
cmpq $0x0, 0x3b28(%rsp)
je 0x15d78ab
movq 0x3b28(%rsp), %rdi
callq 0x5f480
jmp 0x15d78ad
jmp 0x15d78af
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d790a
movq %rax, %rdi
callq 0x678a0
jmp 0x15d790c
leaq 0x1518(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1518(%rsp), %rax
movq %rax, 0x2248(%rsp)
movq 0x2248(%rsp), %rax
movq %rax, 0x35f8(%rsp)
movq 0x35f8(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d79f7
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35f4(%rsp) # imm = 0xFFFFFFFF
movl 0x35f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35f0(%rsp)
cmpl $0x1, 0x35f0(%rsp)
jne 0x15d79f7
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d79c8
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d79c6
jmp 0x15d79f5
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f0(%rsp)
cmpq $0x0, 0x39f0(%rsp)
je 0x15d79f3
movq 0x39f0(%rsp), %rdi
callq 0x5f480
jmp 0x15d79f5
jmp 0x15d79f7
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d7a52
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x1560(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x14c8(%rsp), %rdx
movq %rdx, 0x1ee0(%rsp)
movq %rcx, 0x1ed8(%rsp)
movl %eax, 0x1ed4(%rsp)
movq 0x1ed8(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x1ed3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ed4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14c8(%rsp), %r10
movq %r10, 0x2d10(%rsp)
movl %r9d, 0x2d0c(%rsp)
movl %r8d, 0x2d08(%rsp)
movl %edi, 0x2d04(%rsp)
movq %rsi, 0x2cf8(%rsp)
movq %rdx, 0x2cf0(%rsp)
movl %ecx, 0x2cec(%rsp)
movq %rax, 0x2ce0(%rsp)
movq 0x2d10(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x2cf8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cf0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ce0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d0c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d08(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d04(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3158(%rsp)
movl $0x10, 0x3154(%rsp)
movq 0x3158(%rsp), %rax
movslq 0x3154(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3154(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d7c1e
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1508(%rsp)
movb $0x1, 0x1ed3(%rsp)
testb $0x1, 0x1ed3(%rsp)
jne 0x15d7d59
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2148(%rsp)
movq 0x2148(%rsp), %rax
movq %rax, 0x37f8(%rsp)
movq 0x37f8(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d7cfc
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37f4(%rsp) # imm = 0xFFFFFFFF
movl 0x37f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37f0(%rsp)
cmpl $0x1, 0x37f0(%rsp)
jne 0x15d7cfc
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d7ccd
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d7ccb
jmp 0x15d7cfa
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f0(%rsp)
cmpq $0x0, 0x38f0(%rsp)
je 0x15d7cf8
movq 0x38f0(%rsp), %rdi
callq 0x5f480
jmp 0x15d7cfa
jmp 0x15d7cfc
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d7d57
movq %rax, %rdi
callq 0x678a0
jmp 0x15d7d59
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2090(%rsp)
movq 0x2090(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2250(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0x35e8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d7e44
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35e4(%rsp) # imm = 0xFFFFFFFF
movl 0x35e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35e0(%rsp)
cmpl $0x1, 0x35e0(%rsp)
jne 0x15d7e44
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d7e15
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d7e13
jmp 0x15d7e42
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f8(%rsp)
cmpq $0x0, 0x39f8(%rsp)
je 0x15d7e40
movq 0x39f8(%rsp), %rdi
callq 0x5f480
jmp 0x15d7e42
jmp 0x15d7e44
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d7e9f
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1510(%rsp)
movq 0x15b0(%rsp), %rax
movq %rax, 0x3c70(%rsp)
movq 0x3c70(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x14b0(%rsp)
movl $0x0, 0x14ac(%rsp)
movl 0x14ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15d7fb3
movq 0x1510(%rsp), %rax
movq %rax, 0x3c68(%rsp)
movq 0x3c68(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1490(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x14b0(%rsp), %rsi
leaq 0x1490(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x1480(%rsp)
movq 0x1560(%rsp), %rax
vmovaps 0x1480(%rsp), %xmm0
movq %rax, 0x3e88(%rsp)
vmovaps %xmm0, 0x3e70(%rsp)
vmovaps 0x3e70(%rsp), %xmm0
movq 0x3e88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1510(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1510(%rsp)
movq 0x1560(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1560(%rsp)
movl 0x14ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14ac(%rsp)
jmp 0x15d7edf
jmp 0x15d7fb5
movl 0x15bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15bc(%rsp)
jmp 0x15d71b4
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15d8b10
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15d8b10
cmpl $0x1, 0x1c94(%rsp)
jne 0x15d8b10
cmpl $0x1, 0x1c84(%rsp)
jne 0x15d8b10
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d38(%rsp)
movq 0x1d38(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x15d80c2
movq 0x4f0(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x15d80cf
jmp 0x15d80df
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0x147c(%rsp)
movl 0x147c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15d8b00
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2088(%rsp)
movq 0x2088(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1470(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x1420(%rsp), %rdx
movq %rdx, 0x1ec8(%rsp)
movq %rcx, 0x1ec0(%rsp)
movl %eax, 0x1ebc(%rsp)
movq 0x1ec0(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x1ebb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ebc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1420(%rsp), %r10
movq %r10, 0x2d48(%rsp)
movl %r9d, 0x2d44(%rsp)
movl %r8d, 0x2d40(%rsp)
movl %edi, 0x2d3c(%rsp)
movq %rsi, 0x2d30(%rsp)
movq %rdx, 0x2d28(%rsp)
movl %ecx, 0x2d24(%rsp)
movq %rax, 0x2d18(%rsp)
movq 0x2d48(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x2d30(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d28(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d24(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d18(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d44(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d40(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d3c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3148(%rsp)
movl $0x10, 0x3144(%rsp)
movq 0x3148(%rsp), %rax
movslq 0x3144(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3144(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1448(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d82dd
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1460(%rsp)
movb $0x1, 0x1ebb(%rsp)
testb $0x1, 0x1ebb(%rsp)
jne 0x15d8418
leaq 0x1420(%rsp), %rax
movq %rax, 0x2150(%rsp)
movq 0x2150(%rsp), %rax
movq %rax, 0x37e8(%rsp)
movq 0x37e8(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d83bb
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37e4(%rsp) # imm = 0xFFFFFFFF
movl 0x37e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37e0(%rsp)
cmpl $0x1, 0x37e0(%rsp)
jne 0x15d83bb
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d838c
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d838a
jmp 0x15d83b9
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f8(%rsp)
cmpq $0x0, 0x38f8(%rsp)
je 0x15d83b7
movq 0x38f8(%rsp), %rdi
callq 0x5f480
jmp 0x15d83b9
jmp 0x15d83bb
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d8416
movq %rax, %rdi
callq 0x678a0
jmp 0x15d8418
leaq 0x1420(%rsp), %rax
movq %rax, 0x2080(%rsp)
movq 0x2080(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1420(%rsp), %rax
movq %rax, 0x2258(%rsp)
movq 0x2258(%rsp), %rax
movq %rax, 0x35d8(%rsp)
movq 0x35d8(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d8503
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35d4(%rsp) # imm = 0xFFFFFFFF
movl 0x35d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35d0(%rsp)
cmpl $0x1, 0x35d0(%rsp)
jne 0x15d8503
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d84d4
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d84d2
jmp 0x15d8501
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a00(%rsp)
cmpq $0x0, 0x3a00(%rsp)
je 0x15d84ff
movq 0x3a00(%rsp), %rdi
callq 0x5f480
jmp 0x15d8501
jmp 0x15d8503
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d855e
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1468(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x13d0(%rsp), %rdx
movq %rdx, 0x2478(%rsp)
movq %rcx, 0x2470(%rsp)
movl %eax, 0x246c(%rsp)
movq 0x2470(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x246b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x246c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x13d0(%rsp), %r10
movq %r10, 0x2878(%rsp)
movl %r9d, 0x2874(%rsp)
movl %r8d, 0x2870(%rsp)
movl %edi, 0x286c(%rsp)
movq %rsi, 0x2860(%rsp)
movq %rdx, 0x2858(%rsp)
movl %ecx, 0x2854(%rsp)
movq %rax, 0x2848(%rsp)
movq 0x2878(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x2860(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2858(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2854(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2848(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2874(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2870(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x286c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32a8(%rsp)
movl $0x10, 0x32a4(%rsp)
movq 0x32a8(%rsp), %rax
movslq 0x32a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x13f8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d872a
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1410(%rsp)
movb $0x1, 0x246b(%rsp)
testb $0x1, 0x246b(%rsp)
jne 0x15d8865
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2480(%rsp)
movq 0x2480(%rsp), %rax
movq %rax, 0x3398(%rsp)
movq 0x3398(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d8808
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3394(%rsp) # imm = 0xFFFFFFFF
movl 0x3394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3390(%rsp)
cmpl $0x1, 0x3390(%rsp)
jne 0x15d8808
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d87d9
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d87d7
jmp 0x15d8806
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b20(%rsp)
cmpq $0x0, 0x3b20(%rsp)
je 0x15d8804
movq 0x3b20(%rsp), %rdi
callq 0x5f480
jmp 0x15d8806
jmp 0x15d8808
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d8863
movq %rax, %rdi
callq 0x678a0
jmp 0x15d8865
leaq 0x13d0(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2260(%rsp)
movq 0x2260(%rsp), %rax
movq %rax, 0x35c8(%rsp)
movq 0x35c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d8950
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35c4(%rsp) # imm = 0xFFFFFFFF
movl 0x35c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35c0(%rsp)
cmpl $0x1, 0x35c0(%rsp)
jne 0x15d8950
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d8921
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d891f
jmp 0x15d894e
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a08(%rsp)
cmpq $0x0, 0x3a08(%rsp)
je 0x15d894c
movq 0x3a08(%rsp), %rdi
callq 0x5f480
jmp 0x15d894e
jmp 0x15d8950
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d89ab
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1418(%rsp)
movl $0x0, 0x13cc(%rsp)
movl 0x13cc(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15d8ae8
movq 0x1470(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b7c(%rsp)
vbroadcastss 0x3b7c(%rsp), %xmm0
vmovaps %xmm0, 0x3b60(%rsp)
vmovaps 0x3b60(%rsp), %xmm0
vmovaps %xmm0, 0x13b0(%rsp)
movq 0x1468(%rsp), %rax
movq %rax, 0x3c60(%rsp)
movq 0x3c60(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x13a0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x13b0(%rsp), %rsi
leaq 0x13a0(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x1390(%rsp)
movq 0x1418(%rsp), %rax
vmovaps 0x1390(%rsp), %xmm0
movq %rax, 0x3e68(%rsp)
vmovaps %xmm0, 0x3e50(%rsp)
vmovaps 0x3e50(%rsp), %xmm0
movq 0x3e68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1470(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1470(%rsp)
movq 0x1468(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1468(%rsp)
movq 0x1418(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1418(%rsp)
movl 0x13cc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13cc(%rsp)
jmp 0x15d89c6
jmp 0x15d8aea
movl 0x147c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x147c(%rsp)
jmp 0x15d80ea
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
cmpl $0x1, 0x1ca0(%rsp)
je 0x15d9a91
cmpl $0x1, 0x1c80(%rsp)
jne 0x15d9a91
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15d9a91
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15d9a91
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x1d30(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x15d8bf7
movq 0x490(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x15d8c04
jmp 0x15d8c14
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0x138c(%rsp)
movl 0x138c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15d9a81
movq 0x1cc0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1338(%rsp), %rdx
movq %rdx, 0x1eb0(%rsp)
movq %rcx, 0x1ea8(%rsp)
movl %eax, 0x1ea4(%rsp)
movq 0x1ea8(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x1ea3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ea4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1338(%rsp), %r10
movq %r10, 0x2d80(%rsp)
movl %r9d, 0x2d7c(%rsp)
movl %r8d, 0x2d78(%rsp)
movl %edi, 0x2d74(%rsp)
movq %rsi, 0x2d68(%rsp)
movq %rdx, 0x2d60(%rsp)
movl %ecx, 0x2d5c(%rsp)
movq %rax, 0x2d50(%rsp)
movq 0x2d80(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x2d68(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d60(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d5c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d50(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d7c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d78(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d74(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3138(%rsp)
movl $0x10, 0x3134(%rsp)
movq 0x3138(%rsp), %rax
movslq 0x3134(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3134(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1360(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d8def
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1378(%rsp)
movb $0x1, 0x1ea3(%rsp)
testb $0x1, 0x1ea3(%rsp)
jne 0x15d8f2a
leaq 0x1338(%rsp), %rax
movq %rax, 0x2158(%rsp)
movq 0x2158(%rsp), %rax
movq %rax, 0x37d8(%rsp)
movq 0x37d8(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d8ecd
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37d4(%rsp) # imm = 0xFFFFFFFF
movl 0x37d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37d0(%rsp)
cmpl $0x1, 0x37d0(%rsp)
jne 0x15d8ecd
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d8e9e
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d8e9c
jmp 0x15d8ecb
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3900(%rsp)
cmpq $0x0, 0x3900(%rsp)
je 0x15d8ec9
movq 0x3900(%rsp), %rdi
callq 0x5f480
jmp 0x15d8ecb
jmp 0x15d8ecd
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d8f28
movq %rax, %rdi
callq 0x678a0
jmp 0x15d8f2a
leaq 0x1338(%rsp), %rax
movq %rax, 0x2078(%rsp)
movq 0x2078(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1338(%rsp), %rax
movq %rax, 0x2268(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x35b8(%rsp)
movq 0x35b8(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d9015
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35b4(%rsp) # imm = 0xFFFFFFFF
movl 0x35b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35b0(%rsp)
cmpl $0x1, 0x35b0(%rsp)
jne 0x15d9015
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d8fe6
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d8fe4
jmp 0x15d9013
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a10(%rsp)
cmpq $0x0, 0x3a10(%rsp)
je 0x15d9011
movq 0x3a10(%rsp), %rdi
callq 0x5f480
jmp 0x15d9013
jmp 0x15d9015
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d9070
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1380(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x12e8(%rsp), %rdx
movq %rdx, 0x1e98(%rsp)
movq %rcx, 0x1e90(%rsp)
movl %eax, 0x1e8c(%rsp)
movq 0x1e90(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x1e8b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e8c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12e8(%rsp), %r10
movq %r10, 0x2db8(%rsp)
movl %r9d, 0x2db4(%rsp)
movl %r8d, 0x2db0(%rsp)
movl %edi, 0x2dac(%rsp)
movq %rsi, 0x2da0(%rsp)
movq %rdx, 0x2d98(%rsp)
movl %ecx, 0x2d94(%rsp)
movq %rax, 0x2d88(%rsp)
movq 0x2db8(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x2da0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d98(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d94(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d88(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2db4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2db0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2dac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3128(%rsp)
movl $0x10, 0x3124(%rsp)
movq 0x3128(%rsp), %rax
movslq 0x3124(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3124(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1310(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d923c
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1328(%rsp)
movb $0x1, 0x1e8b(%rsp)
testb $0x1, 0x1e8b(%rsp)
jne 0x15d9377
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2160(%rsp)
movq 0x2160(%rsp), %rax
movq %rax, 0x37c8(%rsp)
movq 0x37c8(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d931a
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c4(%rsp) # imm = 0xFFFFFFFF
movl 0x37c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37c0(%rsp)
cmpl $0x1, 0x37c0(%rsp)
jne 0x15d931a
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d92eb
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d92e9
jmp 0x15d9318
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3908(%rsp)
cmpq $0x0, 0x3908(%rsp)
je 0x15d9316
movq 0x3908(%rsp), %rdi
callq 0x5f480
jmp 0x15d9318
jmp 0x15d931a
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d9375
movq %rax, %rdi
callq 0x678a0
jmp 0x15d9377
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2070(%rsp)
movq 0x2070(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2270(%rsp)
movq 0x2270(%rsp), %rax
movq %rax, 0x35a8(%rsp)
movq 0x35a8(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d9462
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35a4(%rsp) # imm = 0xFFFFFFFF
movl 0x35a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35a0(%rsp)
cmpl $0x1, 0x35a0(%rsp)
jne 0x15d9462
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d9433
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d9431
jmp 0x15d9460
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a18(%rsp)
cmpq $0x0, 0x3a18(%rsp)
je 0x15d945e
movq 0x3a18(%rsp), %rdi
callq 0x5f480
jmp 0x15d9460
jmp 0x15d9462
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d94bd
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1330(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1298(%rsp), %rdx
movq %rdx, 0x2458(%rsp)
movq %rcx, 0x2450(%rsp)
movl %eax, 0x244c(%rsp)
movq 0x2450(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x244b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x244c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1298(%rsp), %r10
movq %r10, 0x28b0(%rsp)
movl %r9d, 0x28ac(%rsp)
movl %r8d, 0x28a8(%rsp)
movl %edi, 0x28a4(%rsp)
movq %rsi, 0x2898(%rsp)
movq %rdx, 0x2890(%rsp)
movl %ecx, 0x288c(%rsp)
movq %rax, 0x2880(%rsp)
movq 0x28b0(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2890(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x288c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2880(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3298(%rsp)
movl $0x10, 0x3294(%rsp)
movq 0x3298(%rsp), %rax
movslq 0x3294(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3294(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d9689
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12d8(%rsp)
movb $0x1, 0x244b(%rsp)
testb $0x1, 0x244b(%rsp)
jne 0x15d97c4
leaq 0x1298(%rsp), %rax
movq %rax, 0x2460(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x33a8(%rsp)
movq 0x33a8(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d9767
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33a4(%rsp) # imm = 0xFFFFFFFF
movl 0x33a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33a0(%rsp)
cmpl $0x1, 0x33a0(%rsp)
jne 0x15d9767
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d9738
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d9736
jmp 0x15d9765
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b18(%rsp)
cmpq $0x0, 0x3b18(%rsp)
je 0x15d9763
movq 0x3b18(%rsp), %rdi
callq 0x5f480
jmp 0x15d9765
jmp 0x15d9767
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d97c2
movq %rax, %rdi
callq 0x678a0
jmp 0x15d97c4
leaq 0x1298(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1298(%rsp), %rax
movq %rax, 0x2278(%rsp)
movq 0x2278(%rsp), %rax
movq %rax, 0x3598(%rsp)
movq 0x3598(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d98af
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3594(%rsp) # imm = 0xFFFFFFFF
movl 0x3594(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3590(%rsp)
cmpl $0x1, 0x3590(%rsp)
jne 0x15d98af
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d9880
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d987e
jmp 0x15d98ad
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a20(%rsp)
cmpq $0x0, 0x3a20(%rsp)
je 0x15d98ab
movq 0x3a20(%rsp), %rdi
callq 0x5f480
jmp 0x15d98ad
jmp 0x15d98af
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d990a
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x12e0(%rsp)
movl $0x0, 0x1294(%rsp)
movl 0x1294(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15d9a69
movq 0x1330(%rsp), %rax
movl 0x1294(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c58(%rsp)
movq 0x3c58(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15d9a51
movq 0x1380(%rsp), %rax
movq %rax, 0x3c50(%rsp)
movq 0x3c50(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1260(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1260(%rsp), %rsi
leaq 0x1280(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x1250(%rsp)
movq 0x12e0(%rsp), %rax
vmovaps 0x1250(%rsp), %xmm0
movq %rax, 0x3e48(%rsp)
vmovaps %xmm0, 0x3e30(%rsp)
vmovaps 0x3e30(%rsp), %xmm0
movq 0x3e48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1380(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1380(%rsp)
movq 0x12e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x12e0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x15d997d
jmp 0x15d9a53
movl 0x1294(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1294(%rsp)
jmp 0x15d9925
jmp 0x15d9a6b
movl 0x138c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x138c(%rsp)
jmp 0x15d8c1f
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15daa12
cmpl $0x1, 0x1c9c(%rsp)
je 0x15daa12
cmpl $0x1, 0x1c7c(%rsp)
jne 0x15daa12
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15daa12
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d28(%rsp)
movq 0x1d28(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x15d9b78
movq 0x408(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x15d9b85
jmp 0x15d9b95
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0x124c(%rsp)
movl 0x124c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15daa02
movq 0x1cc0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11f8(%rsp), %rdx
movq %rdx, 0x1e80(%rsp)
movq %rcx, 0x1e78(%rsp)
movl %eax, 0x1e74(%rsp)
movq 0x1e78(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x1e73(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e74(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11f8(%rsp), %r10
movq %r10, 0x2df0(%rsp)
movl %r9d, 0x2dec(%rsp)
movl %r8d, 0x2de8(%rsp)
movl %edi, 0x2de4(%rsp)
movq %rsi, 0x2dd8(%rsp)
movq %rdx, 0x2dd0(%rsp)
movl %ecx, 0x2dcc(%rsp)
movq %rax, 0x2dc0(%rsp)
movq 0x2df0(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x2dd8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2dd0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2dcc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2dc0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2dec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2de8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2de4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3118(%rsp)
movl $0x10, 0x3114(%rsp)
movq 0x3118(%rsp), %rax
movslq 0x3114(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3114(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1220(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15d9d70
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1238(%rsp)
movb $0x1, 0x1e73(%rsp)
testb $0x1, 0x1e73(%rsp)
jne 0x15d9eab
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2168(%rsp)
movq 0x2168(%rsp), %rax
movq %rax, 0x37b8(%rsp)
movq 0x37b8(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d9e4e
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37b4(%rsp) # imm = 0xFFFFFFFF
movl 0x37b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37b0(%rsp)
cmpl $0x1, 0x37b0(%rsp)
jne 0x15d9e4e
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d9e1f
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d9e1d
jmp 0x15d9e4c
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3910(%rsp)
cmpq $0x0, 0x3910(%rsp)
je 0x15d9e4a
movq 0x3910(%rsp), %rdi
callq 0x5f480
jmp 0x15d9e4c
jmp 0x15d9e4e
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d9ea9
movq %rax, %rdi
callq 0x678a0
jmp 0x15d9eab
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2068(%rsp)
movq 0x2068(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2280(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x3588(%rsp)
movq 0x3588(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15d9f96
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3584(%rsp) # imm = 0xFFFFFFFF
movl 0x3584(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3580(%rsp)
cmpl $0x1, 0x3580(%rsp)
jne 0x15d9f96
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15d9f67
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15d9f65
jmp 0x15d9f94
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a28(%rsp)
cmpq $0x0, 0x3a28(%rsp)
je 0x15d9f92
movq 0x3a28(%rsp), %rdi
callq 0x5f480
jmp 0x15d9f94
jmp 0x15d9f96
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15d9ff1
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x1240(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11a8(%rsp), %rdx
movq %rdx, 0x1e68(%rsp)
movq %rcx, 0x1e60(%rsp)
movl %eax, 0x1e5c(%rsp)
movq 0x1e60(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x1e5b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e5c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11a8(%rsp), %r10
movq %r10, 0x2e28(%rsp)
movl %r9d, 0x2e24(%rsp)
movl %r8d, 0x2e20(%rsp)
movl %edi, 0x2e1c(%rsp)
movq %rsi, 0x2e10(%rsp)
movq %rdx, 0x2e08(%rsp)
movl %ecx, 0x2e04(%rsp)
movq %rax, 0x2df8(%rsp)
movq 0x2e28(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x2e10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2df8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3108(%rsp)
movl $0x10, 0x3104(%rsp)
movq 0x3108(%rsp), %rax
movslq 0x3104(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3104(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15da1bd
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11e8(%rsp)
movb $0x1, 0x1e5b(%rsp)
testb $0x1, 0x1e5b(%rsp)
jne 0x15da2f8
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2170(%rsp)
movq 0x2170(%rsp), %rax
movq %rax, 0x37a8(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15da29b
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37a4(%rsp) # imm = 0xFFFFFFFF
movl 0x37a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37a0(%rsp)
cmpl $0x1, 0x37a0(%rsp)
jne 0x15da29b
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15da26c
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15da26a
jmp 0x15da299
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3918(%rsp)
cmpq $0x0, 0x3918(%rsp)
je 0x15da297
movq 0x3918(%rsp), %rdi
callq 0x5f480
jmp 0x15da299
jmp 0x15da29b
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15da2f6
movq %rax, %rdi
callq 0x678a0
jmp 0x15da2f8
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2060(%rsp)
movq 0x2060(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2288(%rsp)
movq 0x2288(%rsp), %rax
movq %rax, 0x3578(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15da3e3
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3574(%rsp) # imm = 0xFFFFFFFF
movl 0x3574(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3570(%rsp)
cmpl $0x1, 0x3570(%rsp)
jne 0x15da3e3
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15da3b4
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15da3b2
jmp 0x15da3e1
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a30(%rsp)
cmpq $0x0, 0x3a30(%rsp)
je 0x15da3df
movq 0x3a30(%rsp), %rdi
callq 0x5f480
jmp 0x15da3e1
jmp 0x15da3e3
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15da43e
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x11f0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x1158(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1158(%rsp), %r10
movq %r10, 0x28e8(%rsp)
movl %r9d, 0x28e4(%rsp)
movl %r8d, 0x28e0(%rsp)
movl %edi, 0x28dc(%rsp)
movq %rsi, 0x28d0(%rsp)
movq %rdx, 0x28c8(%rsp)
movl %ecx, 0x28c4(%rsp)
movq %rax, 0x28b8(%rsp)
movq 0x28e8(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x28d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x28c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3288(%rsp)
movl $0x10, 0x3284(%rsp)
movq 0x3288(%rsp), %rax
movslq 0x3284(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3284(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1180(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15da60a
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1198(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x15da745
leaq 0x1158(%rsp), %rax
movq %rax, 0x2440(%rsp)
movq 0x2440(%rsp), %rax
movq %rax, 0x33b8(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15da6e8
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33b4(%rsp) # imm = 0xFFFFFFFF
movl 0x33b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33b0(%rsp)
cmpl $0x1, 0x33b0(%rsp)
jne 0x15da6e8
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15da6b9
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15da6b7
jmp 0x15da6e6
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b10(%rsp)
cmpq $0x0, 0x3b10(%rsp)
je 0x15da6e4
movq 0x3b10(%rsp), %rdi
callq 0x5f480
jmp 0x15da6e6
jmp 0x15da6e8
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15da743
movq %rax, %rdi
callq 0x678a0
jmp 0x15da745
leaq 0x1158(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1158(%rsp), %rax
movq %rax, 0x2290(%rsp)
movq 0x2290(%rsp), %rax
movq %rax, 0x3568(%rsp)
movq 0x3568(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15da830
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3564(%rsp) # imm = 0xFFFFFFFF
movl 0x3564(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3560(%rsp)
cmpl $0x1, 0x3560(%rsp)
jne 0x15da830
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15da801
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15da7ff
jmp 0x15da82e
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a38(%rsp)
cmpq $0x0, 0x3a38(%rsp)
je 0x15da82c
movq 0x3a38(%rsp), %rdi
callq 0x5f480
jmp 0x15da82e
jmp 0x15da830
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15da88b
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x11a0(%rsp)
movl $0x0, 0x1154(%rsp)
movl 0x1154(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15da9ea
movl $0x0, 0x1150(%rsp)
movl 0x1150(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15da9d2
movq 0x1240(%rsp), %rax
movq %rax, 0x3c48(%rsp)
movq 0x3c48(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1140(%rsp)
movq 0x11f0(%rsp), %rax
movl 0x1150(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c40(%rsp)
movq 0x3c40(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1130(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1140(%rsp), %rsi
leaq 0x1130(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x1120(%rsp)
movq 0x11a0(%rsp), %rax
vmovaps 0x1120(%rsp), %xmm0
movq %rax, 0x3e28(%rsp)
vmovaps %xmm0, 0x3e10(%rsp)
vmovaps 0x3e10(%rsp), %xmm0
movq 0x3e28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1240(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1240(%rsp)
movq 0x11a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x11a0(%rsp)
movl 0x1150(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1150(%rsp)
jmp 0x15da8c5
jmp 0x15da9d4
movl 0x1154(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1154(%rsp)
jmp 0x15da8a6
jmp 0x15da9ec
movl 0x124c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x124c(%rsp)
jmp 0x15d9ba0
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
cmpl $0x1, 0x1c80(%rsp)
je 0x15db993
cmpl $0x1, 0x1ca0(%rsp)
jne 0x15db993
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15db993
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15db993
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d20(%rsp)
movq 0x1d20(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x15daaf9
movq 0x380(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x15dab06
jmp 0x15dab16
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0x111c(%rsp)
movl 0x111c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15db983
movq 0x1cc0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x10c8(%rsp), %rdx
movq %rdx, 0x1e50(%rsp)
movq %rcx, 0x1e48(%rsp)
movl %eax, 0x1e44(%rsp)
movq 0x1e48(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x1e43(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e44(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x10c8(%rsp), %r10
movq %r10, 0x2e60(%rsp)
movl %r9d, 0x2e5c(%rsp)
movl %r8d, 0x2e58(%rsp)
movl %edi, 0x2e54(%rsp)
movq %rsi, 0x2e48(%rsp)
movq %rdx, 0x2e40(%rsp)
movl %ecx, 0x2e3c(%rsp)
movq %rax, 0x2e30(%rsp)
movq 0x2e60(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x2e48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30f8(%rsp)
movl $0x10, 0x30f4(%rsp)
movq 0x30f8(%rsp), %rax
movslq 0x30f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15dacf1
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1108(%rsp)
movb $0x1, 0x1e43(%rsp)
testb $0x1, 0x1e43(%rsp)
jne 0x15dae2c
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2178(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x3798(%rsp)
movq 0x3798(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dadcf
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3794(%rsp) # imm = 0xFFFFFFFF
movl 0x3794(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3790(%rsp)
cmpl $0x1, 0x3790(%rsp)
jne 0x15dadcf
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dada0
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dad9e
jmp 0x15dadcd
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3920(%rsp)
cmpq $0x0, 0x3920(%rsp)
je 0x15dadcb
movq 0x3920(%rsp), %rdi
callq 0x5f480
jmp 0x15dadcd
jmp 0x15dadcf
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dae2a
movq %rax, %rdi
callq 0x678a0
jmp 0x15dae2c
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2058(%rsp)
movq 0x2058(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2298(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x3558(%rsp)
movq 0x3558(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15daf17
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3554(%rsp) # imm = 0xFFFFFFFF
movl 0x3554(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3550(%rsp)
cmpl $0x1, 0x3550(%rsp)
jne 0x15daf17
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15daee8
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15daee6
jmp 0x15daf15
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a40(%rsp)
cmpq $0x0, 0x3a40(%rsp)
je 0x15daf13
movq 0x3a40(%rsp), %rdi
callq 0x5f480
jmp 0x15daf15
jmp 0x15daf17
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15daf72
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1110(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1078(%rsp), %rdx
movq %rdx, 0x1e38(%rsp)
movq %rcx, 0x1e30(%rsp)
movl %eax, 0x1e2c(%rsp)
movq 0x1e30(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x1e2b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e2c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1078(%rsp), %r10
movq %r10, 0x2e98(%rsp)
movl %r9d, 0x2e94(%rsp)
movl %r8d, 0x2e90(%rsp)
movl %edi, 0x2e8c(%rsp)
movq %rsi, 0x2e80(%rsp)
movq %rdx, 0x2e78(%rsp)
movl %ecx, 0x2e74(%rsp)
movq %rax, 0x2e68(%rsp)
movq 0x2e98(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x2e80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30e8(%rsp)
movl $0x10, 0x30e4(%rsp)
movq 0x30e8(%rsp), %rax
movslq 0x30e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15db13e
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10b8(%rsp)
movb $0x1, 0x1e2b(%rsp)
testb $0x1, 0x1e2b(%rsp)
jne 0x15db279
leaq 0x1078(%rsp), %rax
movq %rax, 0x2180(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x3788(%rsp)
movq 0x3788(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15db21c
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3784(%rsp) # imm = 0xFFFFFFFF
movl 0x3784(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3780(%rsp)
cmpl $0x1, 0x3780(%rsp)
jne 0x15db21c
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15db1ed
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15db1eb
jmp 0x15db21a
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3928(%rsp)
cmpq $0x0, 0x3928(%rsp)
je 0x15db218
movq 0x3928(%rsp), %rdi
callq 0x5f480
jmp 0x15db21a
jmp 0x15db21c
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15db277
movq %rax, %rdi
callq 0x678a0
jmp 0x15db279
leaq 0x1078(%rsp), %rax
movq %rax, 0x2050(%rsp)
movq 0x2050(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x1078(%rsp), %rax
movq %rax, 0x22a0(%rsp)
movq 0x22a0(%rsp), %rax
movq %rax, 0x3548(%rsp)
movq 0x3548(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15db364
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3544(%rsp) # imm = 0xFFFFFFFF
movl 0x3544(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3540(%rsp)
cmpl $0x1, 0x3540(%rsp)
jne 0x15db364
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15db335
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15db333
jmp 0x15db362
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a48(%rsp)
cmpq $0x0, 0x3a48(%rsp)
je 0x15db360
movq 0x3a48(%rsp), %rdi
callq 0x5f480
jmp 0x15db362
jmp 0x15db364
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15db3bf
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x10c0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1028(%rsp), %rdx
movq %rdx, 0x2418(%rsp)
movq %rcx, 0x2410(%rsp)
movl %eax, 0x240c(%rsp)
movq 0x2410(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x240b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x240c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1028(%rsp), %r10
movq %r10, 0x2920(%rsp)
movl %r9d, 0x291c(%rsp)
movl %r8d, 0x2918(%rsp)
movl %edi, 0x2914(%rsp)
movq %rsi, 0x2908(%rsp)
movq %rdx, 0x2900(%rsp)
movl %ecx, 0x28fc(%rsp)
movq %rax, 0x28f0(%rsp)
movq 0x2920(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2900(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x291c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2918(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2914(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3278(%rsp)
movl $0x10, 0x3274(%rsp)
movq 0x3278(%rsp), %rax
movslq 0x3274(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3274(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1050(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15db58b
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1068(%rsp)
movb $0x1, 0x240b(%rsp)
testb $0x1, 0x240b(%rsp)
jne 0x15db6c6
leaq 0x1028(%rsp), %rax
movq %rax, 0x2420(%rsp)
movq 0x2420(%rsp), %rax
movq %rax, 0x33c8(%rsp)
movq 0x33c8(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15db669
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33c4(%rsp) # imm = 0xFFFFFFFF
movl 0x33c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33c0(%rsp)
cmpl $0x1, 0x33c0(%rsp)
jne 0x15db669
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15db63a
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15db638
jmp 0x15db667
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b08(%rsp)
cmpq $0x0, 0x3b08(%rsp)
je 0x15db665
movq 0x3b08(%rsp), %rdi
callq 0x5f480
jmp 0x15db667
jmp 0x15db669
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15db6c4
movq %rax, %rdi
callq 0x678a0
jmp 0x15db6c6
leaq 0x1028(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x1028(%rsp), %rax
movq %rax, 0x22a8(%rsp)
movq 0x22a8(%rsp), %rax
movq %rax, 0x3538(%rsp)
movq 0x3538(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15db7b1
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3534(%rsp) # imm = 0xFFFFFFFF
movl 0x3534(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3530(%rsp)
cmpl $0x1, 0x3530(%rsp)
jne 0x15db7b1
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15db782
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15db780
jmp 0x15db7af
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a50(%rsp)
cmpq $0x0, 0x3a50(%rsp)
je 0x15db7ad
movq 0x3a50(%rsp), %rdi
callq 0x5f480
jmp 0x15db7af
jmp 0x15db7b1
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15db80c
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x1070(%rsp)
movl $0x0, 0x1024(%rsp)
movl 0x1024(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15db96b
movq 0x1110(%rsp), %rax
movl 0x1024(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c38(%rsp)
movq 0x3c38(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1010(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15db953
movq 0x10c0(%rsp), %rax
movq %rax, 0x3c30(%rsp)
movq 0x3c30(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xff0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1010(%rsp), %rsi
leaq 0xff0(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0xfe0(%rsp)
movq 0x1070(%rsp), %rax
vmovaps 0xfe0(%rsp), %xmm0
movq %rax, 0x3e08(%rsp)
vmovaps %xmm0, 0x3df0(%rsp)
vmovaps 0x3df0(%rsp), %xmm0
movq 0x3e08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x10c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x10c0(%rsp)
movq 0x1070(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1070(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x15db87f
jmp 0x15db955
movl 0x1024(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1024(%rsp)
jmp 0x15db827
jmp 0x15db96d
movl 0x111c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x111c(%rsp)
jmp 0x15dab21
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15dc914
cmpl $0x1, 0x1c7c(%rsp)
je 0x15dc914
cmpl $0x1, 0x1c9c(%rsp)
jne 0x15dc914
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15dc914
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d18(%rsp)
movq 0x1d18(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x15dba7a
movq 0x2f8(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x15dba87
jmp 0x15dba97
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15dc904
movq 0x1cc0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf88(%rsp), %rdx
movq %rdx, 0x1e20(%rsp)
movq %rcx, 0x1e18(%rsp)
movl %eax, 0x1e14(%rsp)
movq 0x1e18(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x1e13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf88(%rsp), %r10
movq %r10, 0x2ed0(%rsp)
movl %r9d, 0x2ecc(%rsp)
movl %r8d, 0x2ec8(%rsp)
movl %edi, 0x2ec4(%rsp)
movq %rsi, 0x2eb8(%rsp)
movq %rdx, 0x2eb0(%rsp)
movl %ecx, 0x2eac(%rsp)
movq %rax, 0x2ea0(%rsp)
movq 0x2ed0(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x2eb8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2eb0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2eac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ea0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2ecc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ec8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ec4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30d8(%rsp)
movl $0x10, 0x30d4(%rsp)
movq 0x30d8(%rsp), %rax
movslq 0x30d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xfb0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15dbc72
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xfc8(%rsp)
movb $0x1, 0x1e13(%rsp)
testb $0x1, 0x1e13(%rsp)
jne 0x15dbdad
leaq 0xf88(%rsp), %rax
movq %rax, 0x2188(%rsp)
movq 0x2188(%rsp), %rax
movq %rax, 0x3778(%rsp)
movq 0x3778(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dbd50
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3774(%rsp) # imm = 0xFFFFFFFF
movl 0x3774(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3770(%rsp)
cmpl $0x1, 0x3770(%rsp)
jne 0x15dbd50
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dbd21
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dbd1f
jmp 0x15dbd4e
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3930(%rsp)
cmpq $0x0, 0x3930(%rsp)
je 0x15dbd4c
movq 0x3930(%rsp), %rdi
callq 0x5f480
jmp 0x15dbd4e
jmp 0x15dbd50
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dbdab
movq %rax, %rdi
callq 0x678a0
jmp 0x15dbdad
leaq 0xf88(%rsp), %rax
movq %rax, 0x2048(%rsp)
movq 0x2048(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0xf88(%rsp), %rax
movq %rax, 0x22b0(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x3528(%rsp)
movq 0x3528(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dbe98
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3524(%rsp) # imm = 0xFFFFFFFF
movl 0x3524(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3520(%rsp)
cmpl $0x1, 0x3520(%rsp)
jne 0x15dbe98
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dbe69
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dbe67
jmp 0x15dbe96
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a58(%rsp)
cmpq $0x0, 0x3a58(%rsp)
je 0x15dbe94
movq 0x3a58(%rsp), %rdi
callq 0x5f480
jmp 0x15dbe96
jmp 0x15dbe98
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dbef3
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0xfd0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf38(%rsp), %rdx
movq %rdx, 0x1e08(%rsp)
movq %rcx, 0x1e00(%rsp)
movl %eax, 0x1dfc(%rsp)
movq 0x1e00(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x1dfb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dfc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf38(%rsp), %r10
movq %r10, 0x2f08(%rsp)
movl %r9d, 0x2f04(%rsp)
movl %r8d, 0x2f00(%rsp)
movl %edi, 0x2efc(%rsp)
movq %rsi, 0x2ef0(%rsp)
movq %rdx, 0x2ee8(%rsp)
movl %ecx, 0x2ee4(%rsp)
movq %rax, 0x2ed8(%rsp)
movq 0x2f08(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x2ef0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ee8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ee4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ed8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2efc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30c8(%rsp)
movl $0x10, 0x30c4(%rsp)
movq 0x30c8(%rsp), %rax
movslq 0x30c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf60(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15dc0bf
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf78(%rsp)
movb $0x1, 0x1dfb(%rsp)
testb $0x1, 0x1dfb(%rsp)
jne 0x15dc1fa
leaq 0xf38(%rsp), %rax
movq %rax, 0x2190(%rsp)
movq 0x2190(%rsp), %rax
movq %rax, 0x3768(%rsp)
movq 0x3768(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dc19d
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3764(%rsp) # imm = 0xFFFFFFFF
movl 0x3764(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3760(%rsp)
cmpl $0x1, 0x3760(%rsp)
jne 0x15dc19d
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dc16e
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dc16c
jmp 0x15dc19b
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3938(%rsp)
cmpq $0x0, 0x3938(%rsp)
je 0x15dc199
movq 0x3938(%rsp), %rdi
callq 0x5f480
jmp 0x15dc19b
jmp 0x15dc19d
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dc1f8
movq %rax, %rdi
callq 0x678a0
jmp 0x15dc1fa
leaq 0xf38(%rsp), %rax
movq %rax, 0x2040(%rsp)
movq 0x2040(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0xf38(%rsp), %rax
movq %rax, 0x22b8(%rsp)
movq 0x22b8(%rsp), %rax
movq %rax, 0x3518(%rsp)
movq 0x3518(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dc2e5
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3514(%rsp) # imm = 0xFFFFFFFF
movl 0x3514(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3510(%rsp)
cmpl $0x1, 0x3510(%rsp)
jne 0x15dc2e5
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dc2b6
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dc2b4
jmp 0x15dc2e3
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a60(%rsp)
cmpq $0x0, 0x3a60(%rsp)
je 0x15dc2e1
movq 0x3a60(%rsp), %rdi
callq 0x5f480
jmp 0x15dc2e3
jmp 0x15dc2e5
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dc340
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0xf80(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xee8(%rsp), %rdx
movq %rdx, 0x23f8(%rsp)
movq %rcx, 0x23f0(%rsp)
movl %eax, 0x23ec(%rsp)
movq 0x23f0(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x23eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xee8(%rsp), %r10
movq %r10, 0x2958(%rsp)
movl %r9d, 0x2954(%rsp)
movl %r8d, 0x2950(%rsp)
movl %edi, 0x294c(%rsp)
movq %rsi, 0x2940(%rsp)
movq %rdx, 0x2938(%rsp)
movl %ecx, 0x2934(%rsp)
movq %rax, 0x2928(%rsp)
movq 0x2958(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x2940(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2938(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2934(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2928(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2954(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2950(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x294c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3268(%rsp)
movl $0x10, 0x3264(%rsp)
movq 0x3268(%rsp), %rax
movslq 0x3264(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3264(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15dc50c
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf28(%rsp)
movb $0x1, 0x23eb(%rsp)
testb $0x1, 0x23eb(%rsp)
jne 0x15dc647
leaq 0xee8(%rsp), %rax
movq %rax, 0x2400(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x33d8(%rsp)
movq 0x33d8(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dc5ea
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33d4(%rsp) # imm = 0xFFFFFFFF
movl 0x33d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33d0(%rsp)
cmpl $0x1, 0x33d0(%rsp)
jne 0x15dc5ea
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dc5bb
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dc5b9
jmp 0x15dc5e8
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b00(%rsp)
cmpq $0x0, 0x3b00(%rsp)
je 0x15dc5e6
movq 0x3b00(%rsp), %rdi
callq 0x5f480
jmp 0x15dc5e8
jmp 0x15dc5ea
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dc645
movq %rax, %rdi
callq 0x678a0
jmp 0x15dc647
leaq 0xee8(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0xee8(%rsp), %rax
movq %rax, 0x22c0(%rsp)
movq 0x22c0(%rsp), %rax
movq %rax, 0x3508(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dc732
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3504(%rsp) # imm = 0xFFFFFFFF
movl 0x3504(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3500(%rsp)
cmpl $0x1, 0x3500(%rsp)
jne 0x15dc732
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dc703
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dc701
jmp 0x15dc730
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a68(%rsp)
cmpq $0x0, 0x3a68(%rsp)
je 0x15dc72e
movq 0x3a68(%rsp), %rdi
callq 0x5f480
jmp 0x15dc730
jmp 0x15dc732
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dc78d
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0xf30(%rsp)
movl $0x0, 0xee4(%rsp)
movl 0xee4(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15dc8ec
movl $0x0, 0xee0(%rsp)
movl 0xee0(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15dc8d4
movq 0xfd0(%rsp), %rax
movl 0xee0(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c28(%rsp)
movq 0x3c28(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xed0(%rsp)
movq 0xf80(%rsp), %rax
movq %rax, 0x3c20(%rsp)
movq 0x3c20(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xec0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xed0(%rsp), %rsi
leaq 0xec0(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0xeb0(%rsp)
movq 0xf30(%rsp), %rax
vmovaps 0xeb0(%rsp), %xmm0
movq %rax, 0x3de8(%rsp)
vmovaps %xmm0, 0x3dd0(%rsp)
vmovaps 0x3dd0(%rsp), %xmm0
movq 0x3de8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xf80(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf80(%rsp)
movq 0xf30(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf30(%rsp)
movl 0xee0(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee0(%rsp)
jmp 0x15dc7c7
jmp 0x15dc8d6
movl 0xee4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee4(%rsp)
jmp 0x15dc7a8
jmp 0x15dc8ee
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x15dbaa2
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1628210
movl %eax, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d10(%rsp)
movq 0x1d10(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x15dc9e8
movq 0x270(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x15dc9f5
jmp 0x15dca05
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15dd48e
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15dd47e
movq 0x1cc0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe58(%rsp), %rdx
movq %rdx, 0x1df0(%rsp)
movq %rcx, 0x1de8(%rsp)
movl %eax, 0x1de4(%rsp)
movq 0x1de8(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x1de3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1de4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe58(%rsp), %r10
movq %r10, 0x2f40(%rsp)
movl %r9d, 0x2f3c(%rsp)
movl %r8d, 0x2f38(%rsp)
movl %edi, 0x2f34(%rsp)
movq %rsi, 0x2f28(%rsp)
movq %rdx, 0x2f20(%rsp)
movl %ecx, 0x2f1c(%rsp)
movq %rax, 0x2f10(%rsp)
movq 0x2f40(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x2f28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30b8(%rsp)
movl $0x10, 0x30b4(%rsp)
movq 0x30b8(%rsp), %rax
movslq 0x30b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15dcbf2
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe98(%rsp)
movb $0x1, 0x1de3(%rsp)
testb $0x1, 0x1de3(%rsp)
jne 0x15dcd2d
leaq 0xe58(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rax
movq %rax, 0x3758(%rsp)
movq 0x3758(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dccd0
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3754(%rsp) # imm = 0xFFFFFFFF
movl 0x3754(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3750(%rsp)
cmpl $0x1, 0x3750(%rsp)
jne 0x15dccd0
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dcca1
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dcc9f
jmp 0x15dccce
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3940(%rsp)
cmpq $0x0, 0x3940(%rsp)
je 0x15dcccc
movq 0x3940(%rsp), %rdi
callq 0x5f480
jmp 0x15dccce
jmp 0x15dccd0
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dcd2b
movq %rax, %rdi
callq 0x678a0
jmp 0x15dcd2d
leaq 0xe58(%rsp), %rax
movq %rax, 0x2038(%rsp)
movq 0x2038(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0xe58(%rsp), %rax
movq %rax, 0x22c8(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x34f8(%rsp)
movq 0x34f8(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dce18
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34f4(%rsp) # imm = 0xFFFFFFFF
movl 0x34f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34f0(%rsp)
cmpl $0x1, 0x34f0(%rsp)
jne 0x15dce18
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dcde9
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dcde7
jmp 0x15dce16
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a70(%rsp)
cmpq $0x0, 0x3a70(%rsp)
je 0x15dce14
movq 0x3a70(%rsp), %rdi
callq 0x5f480
jmp 0x15dce16
jmp 0x15dce18
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dce73
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0xea0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xeac(%rsp), %eax
movq %rcx, 0x3f60(%rsp)
movl %eax, 0x3f5c(%rsp)
movq 0x3f60(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f5c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x2990(%rsp)
movl %r9d, 0x298c(%rsp)
movl %r8d, 0x2988(%rsp)
movl %edi, 0x2984(%rsp)
movq %rsi, 0x2978(%rsp)
movq %rdx, 0x2970(%rsp)
movl %ecx, 0x296c(%rsp)
movq %rax, 0x2960(%rsp)
movq 0x2990(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2970(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x296c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2960(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x298c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2988(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2984(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3258(%rsp)
movl $0x10, 0x3254(%rsp)
movq 0x3258(%rsp), %rax
movslq 0x3254(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3254(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15dd088
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x15dd1c3
leaq 0xe00(%rsp), %rax
movq %rax, 0x23e0(%rsp)
movq 0x23e0(%rsp), %rax
movq %rax, 0x33e8(%rsp)
movq 0x33e8(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dd166
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33e4(%rsp) # imm = 0xFFFFFFFF
movl 0x33e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33e0(%rsp)
cmpl $0x1, 0x33e0(%rsp)
jne 0x15dd166
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dd137
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dd135
jmp 0x15dd164
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af8(%rsp)
cmpq $0x0, 0x3af8(%rsp)
je 0x15dd162
movq 0x3af8(%rsp), %rdi
callq 0x5f480
jmp 0x15dd164
jmp 0x15dd166
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dd1c1
movq %rax, %rdi
callq 0x678a0
jmp 0x15dd1c3
leaq 0xe00(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x22d0(%rsp)
movq 0x22d0(%rsp), %rax
movq %rax, 0x34e8(%rsp)
movq 0x34e8(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dd2ae
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34e4(%rsp) # imm = 0xFFFFFFFF
movl 0x34e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34e0(%rsp)
cmpl $0x1, 0x34e0(%rsp)
jne 0x15dd2ae
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dd27f
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dd27d
jmp 0x15dd2ac
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a78(%rsp)
cmpq $0x0, 0x3a78(%rsp)
je 0x15dd2aa
movq 0x3a78(%rsp), %rdi
callq 0x5f480
jmp 0x15dd2ac
jmp 0x15dd2ae
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dd309
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0xe48(%rsp)
movl $0x0, 0xdfc(%rsp)
movl 0xdfc(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15dd466
movq 0xe50(%rsp), %rax
movq %rax, 0x3c18(%rsp)
movq 0x3c18(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xde0(%rsp)
movl $0x0, 0xddc(%rsp)
movl 0xddc(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15dd43c
movq 0xea0(%rsp), %rax
movq %rax, 0x3c10(%rsp)
movq 0x3c10(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xdc0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xdc0(%rsp), %rsi
leaq 0xde0(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0xdb0(%rsp)
movq 0xe48(%rsp), %rax
vmovaps 0xdb0(%rsp), %xmm0
movq %rax, 0x3dc8(%rsp)
vmovaps %xmm0, 0x3db0(%rsp)
vmovaps 0x3db0(%rsp), %xmm0
movq 0x3dc8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xea0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xea0(%rsp)
movq 0xe48(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe48(%rsp)
movl 0xddc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xddc(%rsp)
jmp 0x15dd368
movq 0xe50(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe50(%rsp)
movl 0xdfc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdfc(%rsp)
jmp 0x15dd324
jmp 0x15dd468
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x15dca22
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15ddef5
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15dd4e9
cmpl $0x1, 0x1c64(%rsp)
jne 0x15dd4e9
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x16292e0
movl %eax, 0x1ccc(%rsp)
jmp 0x15e1312
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15ddee5
movq 0x1cc0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xd58(%rsp), %rdx
movq %rdx, 0x1dd8(%rsp)
movq %rcx, 0x1dd0(%rsp)
movl %eax, 0x1dcc(%rsp)
movq 0x1dd0(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x1dcb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dcc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xd58(%rsp), %r10
movq %r10, 0x2f78(%rsp)
movl %r9d, 0x2f74(%rsp)
movl %r8d, 0x2f70(%rsp)
movl %edi, 0x2f6c(%rsp)
movq %rsi, 0x2f60(%rsp)
movq %rdx, 0x2f58(%rsp)
movl %ecx, 0x2f54(%rsp)
movq %rax, 0x2f48(%rsp)
movq 0x2f78(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x2f60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30a8(%rsp)
movl $0x10, 0x30a4(%rsp)
movq 0x30a8(%rsp), %rax
movslq 0x30a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15dd6c4
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd98(%rsp)
movb $0x1, 0x1dcb(%rsp)
testb $0x1, 0x1dcb(%rsp)
jne 0x15dd7ff
leaq 0xd58(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rax
movq %rax, 0x3748(%rsp)
movq 0x3748(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dd7a2
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3744(%rsp) # imm = 0xFFFFFFFF
movl 0x3744(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3740(%rsp)
cmpl $0x1, 0x3740(%rsp)
jne 0x15dd7a2
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dd773
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dd771
jmp 0x15dd7a0
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3948(%rsp)
cmpq $0x0, 0x3948(%rsp)
je 0x15dd79e
movq 0x3948(%rsp), %rdi
callq 0x5f480
jmp 0x15dd7a0
jmp 0x15dd7a2
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dd7fd
movq %rax, %rdi
callq 0x678a0
jmp 0x15dd7ff
leaq 0xd58(%rsp), %rax
movq %rax, 0x2030(%rsp)
movq 0x2030(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xd58(%rsp), %rax
movq %rax, 0x22d8(%rsp)
movq 0x22d8(%rsp), %rax
movq %rax, 0x34d8(%rsp)
movq 0x34d8(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dd8ea
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34d4(%rsp) # imm = 0xFFFFFFFF
movl 0x34d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34d0(%rsp)
cmpl $0x1, 0x34d0(%rsp)
jne 0x15dd8ea
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dd8bb
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dd8b9
jmp 0x15dd8e8
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a80(%rsp)
cmpq $0x0, 0x3a80(%rsp)
je 0x15dd8e6
movq 0x3a80(%rsp), %rdi
callq 0x5f480
jmp 0x15dd8e8
jmp 0x15dd8ea
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dd945
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xda0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2028(%rsp)
movq 0x2028(%rsp), %rax
movq (%rax), %rax
movl 0xdac(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c08(%rsp)
movq 0x3c08(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xd40(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xcf0(%rsp), %rdx
movq %rdx, 0x23b8(%rsp)
movq %rcx, 0x23b0(%rsp)
movl %eax, 0x23ac(%rsp)
movq 0x23b0(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x23ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcf0(%rsp), %r10
movq %r10, 0x29c8(%rsp)
movl %r9d, 0x29c4(%rsp)
movl %r8d, 0x29c0(%rsp)
movl %edi, 0x29bc(%rsp)
movq %rsi, 0x29b0(%rsp)
movq %rdx, 0x29a8(%rsp)
movl %ecx, 0x29a4(%rsp)
movq %rax, 0x2998(%rsp)
movq 0x29c8(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x29b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2998(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3248(%rsp)
movl $0x10, 0x3244(%rsp)
movq 0x3248(%rsp), %rax
movslq 0x3244(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3244(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ddb5d
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd30(%rsp)
movb $0x1, 0x23ab(%rsp)
testb $0x1, 0x23ab(%rsp)
jne 0x15ddc98
leaq 0xcf0(%rsp), %rax
movq %rax, 0x23c0(%rsp)
movq 0x23c0(%rsp), %rax
movq %rax, 0x33f8(%rsp)
movq 0x33f8(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ddc3b
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33f4(%rsp) # imm = 0xFFFFFFFF
movl 0x33f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33f0(%rsp)
cmpl $0x1, 0x33f0(%rsp)
jne 0x15ddc3b
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ddc0c
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ddc0a
jmp 0x15ddc39
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af0(%rsp)
cmpq $0x0, 0x3af0(%rsp)
je 0x15ddc37
movq 0x3af0(%rsp), %rdi
callq 0x5f480
jmp 0x15ddc39
jmp 0x15ddc3b
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ddc96
movq %rax, %rdi
callq 0x678a0
jmp 0x15ddc98
leaq 0xcf0(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xcf0(%rsp), %rax
movq %rax, 0x22e0(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x34c8(%rsp)
movq 0x34c8(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ddd83
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34c4(%rsp) # imm = 0xFFFFFFFF
movl 0x34c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34c0(%rsp)
cmpl $0x1, 0x34c0(%rsp)
jne 0x15ddd83
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ddd54
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ddd52
jmp 0x15ddd81
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a88(%rsp)
cmpq $0x0, 0x3a88(%rsp)
je 0x15ddd7f
movq 0x3a88(%rsp), %rdi
callq 0x5f480
jmp 0x15ddd81
jmp 0x15ddd83
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dddde
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xd38(%rsp)
movl $0x0, 0xcec(%rsp)
movl 0xcec(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15ddecd
movq 0xda0(%rsp), %rax
movq %rax, 0x3c00(%rsp)
movq 0x3c00(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xcd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xcd0(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0xcc0(%rsp)
movq 0xd38(%rsp), %rax
vmovaps 0xcc0(%rsp), %xmm0
movq %rax, 0x3da8(%rsp)
vmovaps %xmm0, 0x3d90(%rsp)
vmovaps 0x3d90(%rsp), %xmm0
movq 0x3da8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xda0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xda0(%rsp)
movq 0xd38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xd38(%rsp)
movl 0xcec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcec(%rsp)
jmp 0x15dddf9
jmp 0x15ddecf
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x15dd4f4
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
jmp 0x15e1305
movq 0x1cc0(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15df9b1
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15dea99
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d08(%rsp)
movq 0x1d08(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x15ddfce
movq 0x1c0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x15ddfdb
jmp 0x15ddfeb
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0xcbc(%rsp)
movl 0xcbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15dea89
movq 0x1cc0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
movq %rcx, 0x2610(%rsp)
movl %eax, 0x260c(%rsp)
movq 0x2610(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x260c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc60(%rsp), %rdx
movq %rdx, 0x1dc0(%rsp)
movq %rcx, 0x1db8(%rsp)
movl %eax, 0x1db4(%rsp)
movq 0x1db8(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x1db3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1db4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc60(%rsp), %r10
movq %r10, 0x2fb0(%rsp)
movl %r9d, 0x2fac(%rsp)
movl %r8d, 0x2fa8(%rsp)
movl %edi, 0x2fa4(%rsp)
movq %rsi, 0x2f98(%rsp)
movq %rdx, 0x2f90(%rsp)
movl %ecx, 0x2f8c(%rsp)
movq %rax, 0x2f80(%rsp)
movq 0x2fb0(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x2f98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fa8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fa4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3098(%rsp)
movl $0x10, 0x3094(%rsp)
movq 0x3098(%rsp), %rax
movslq 0x3094(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3094(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15de20f
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xca0(%rsp)
movb $0x1, 0x1db3(%rsp)
testb $0x1, 0x1db3(%rsp)
jne 0x15de34a
leaq 0xc60(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rax
movq %rax, 0x3738(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15de2ed
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3734(%rsp) # imm = 0xFFFFFFFF
movl 0x3734(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3730(%rsp)
cmpl $0x1, 0x3730(%rsp)
jne 0x15de2ed
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15de2be
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15de2bc
jmp 0x15de2eb
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3950(%rsp)
cmpq $0x0, 0x3950(%rsp)
je 0x15de2e9
movq 0x3950(%rsp), %rdi
callq 0x5f480
jmp 0x15de2eb
jmp 0x15de2ed
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15de348
movq %rax, %rdi
callq 0x678a0
jmp 0x15de34a
leaq 0xc60(%rsp), %rax
movq %rax, 0x2020(%rsp)
movq 0x2020(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xc60(%rsp), %rax
movq %rax, 0x22e8(%rsp)
movq 0x22e8(%rsp), %rax
movq %rax, 0x34b8(%rsp)
movq 0x34b8(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15de435
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34b4(%rsp) # imm = 0xFFFFFFFF
movl 0x34b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34b0(%rsp)
cmpl $0x1, 0x34b0(%rsp)
jne 0x15de435
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15de406
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15de404
jmp 0x15de433
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a90(%rsp)
cmpq $0x0, 0x3a90(%rsp)
je 0x15de431
movq 0x3a90(%rsp), %rdi
callq 0x5f480
jmp 0x15de433
jmp 0x15de435
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15de490
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xca8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc10(%rsp), %rdx
movq %rdx, 0x2398(%rsp)
movq %rcx, 0x2390(%rsp)
movl %eax, 0x238c(%rsp)
movq 0x2390(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x238b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x238c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc10(%rsp), %r10
movq %r10, 0x2a00(%rsp)
movl %r9d, 0x29fc(%rsp)
movl %r8d, 0x29f8(%rsp)
movl %edi, 0x29f4(%rsp)
movq %rsi, 0x29e8(%rsp)
movq %rdx, 0x29e0(%rsp)
movl %ecx, 0x29dc(%rsp)
movq %rax, 0x29d0(%rsp)
movq 0x2a00(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x29d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3238(%rsp)
movl $0x10, 0x3234(%rsp)
movq 0x3238(%rsp), %rax
movslq 0x3234(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3234(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15de65c
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xc50(%rsp)
movb $0x1, 0x238b(%rsp)
testb $0x1, 0x238b(%rsp)
jne 0x15de797
leaq 0xc10(%rsp), %rax
movq %rax, 0x23a0(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x3408(%rsp)
movq 0x3408(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15de73a
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3404(%rsp) # imm = 0xFFFFFFFF
movl 0x3404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3400(%rsp)
cmpl $0x1, 0x3400(%rsp)
jne 0x15de73a
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15de70b
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15de709
jmp 0x15de738
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae8(%rsp)
cmpq $0x0, 0x3ae8(%rsp)
je 0x15de736
movq 0x3ae8(%rsp), %rdi
callq 0x5f480
jmp 0x15de738
jmp 0x15de73a
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15de795
movq %rax, %rdi
callq 0x678a0
jmp 0x15de797
leaq 0xc10(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xc10(%rsp), %rax
movq %rax, 0x22f0(%rsp)
movq 0x22f0(%rsp), %rax
movq %rax, 0x34a8(%rsp)
movq 0x34a8(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15de882
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34a4(%rsp) # imm = 0xFFFFFFFF
movl 0x34a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34a0(%rsp)
cmpl $0x1, 0x34a0(%rsp)
jne 0x15de882
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15de853
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15de851
jmp 0x15de880
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a98(%rsp)
cmpq $0x0, 0x3a98(%rsp)
je 0x15de87e
movq 0x3a98(%rsp), %rdi
callq 0x5f480
jmp 0x15de880
jmp 0x15de882
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15de8dd
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xc58(%rsp)
movl $0x0, 0xc0c(%rsp)
movl 0xc0c(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x15dea71
movq 0xcb0(%rsp), %rax
movq %rax, 0x3bf8(%rsp)
movq 0x3bf8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbf0(%rsp)
movl $0x0, 0xbec(%rsp)
movl 0xbec(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15dea47
movl $0x0, 0xbe8(%rsp)
movl 0xbe8(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15dea2f
movq 0xca8(%rsp), %rax
movq %rax, 0x3bf0(%rsp)
movq 0x3bf0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xbf0(%rsp), %rsi
leaq 0xbd0(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0xbc0(%rsp)
movq 0xc58(%rsp), %rax
vmovaps 0xbc0(%rsp), %xmm0
movq %rax, 0x3d88(%rsp)
vmovaps %xmm0, 0x3d70(%rsp)
vmovaps 0x3d70(%rsp), %xmm0
movq 0x3d88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xca8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xca8(%rsp)
movq 0xc58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xc58(%rsp)
movl 0xbe8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbe8(%rsp)
jmp 0x15de95b
jmp 0x15dea31
movl 0xbec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbec(%rsp)
jmp 0x15de93c
movq 0xcb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xcb0(%rsp)
movl 0xc0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc0c(%rsp)
jmp 0x15de8f8
jmp 0x15dea73
movl 0xcbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcbc(%rsp)
jmp 0x15ddff6
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15df5e2
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d00(%rsp)
movq 0x1d00(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x15deb4e
movq 0x160(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x15deb5b
jmp 0x15deb6b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0xbbc(%rsp)
movl 0xbbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15df5d2
movq 0x1cc0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
movq %rcx, 0x3f50(%rsp)
movl %eax, 0x3f4c(%rsp)
movq 0x3f50(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f4c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xbb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb60(%rsp), %rdx
movq %rdx, 0x1da8(%rsp)
movq %rcx, 0x1da0(%rsp)
movl %eax, 0x1d9c(%rsp)
movq 0x1da0(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x1d9b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d9c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb60(%rsp), %r10
movq %r10, 0x2fe8(%rsp)
movl %r9d, 0x2fe4(%rsp)
movl %r8d, 0x2fe0(%rsp)
movl %edi, 0x2fdc(%rsp)
movq %rsi, 0x2fd0(%rsp)
movq %rdx, 0x2fc8(%rsp)
movl %ecx, 0x2fc4(%rsp)
movq %rax, 0x2fb8(%rsp)
movq 0x2fe8(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x2fd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2fc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2fc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2fb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fe4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fe0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3088(%rsp)
movl $0x10, 0x3084(%rsp)
movq 0x3088(%rsp), %rax
movslq 0x3084(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3084(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ded8f
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xba0(%rsp)
movb $0x1, 0x1d9b(%rsp)
testb $0x1, 0x1d9b(%rsp)
jne 0x15deeca
leaq 0xb60(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rax
movq %rax, 0x3728(%rsp)
movq 0x3728(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dee6d
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3724(%rsp) # imm = 0xFFFFFFFF
movl 0x3724(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3720(%rsp)
cmpl $0x1, 0x3720(%rsp)
jne 0x15dee6d
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dee3e
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dee3c
jmp 0x15dee6b
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3958(%rsp)
cmpq $0x0, 0x3958(%rsp)
je 0x15dee69
movq 0x3958(%rsp), %rdi
callq 0x5f480
jmp 0x15dee6b
jmp 0x15dee6d
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15deec8
movq %rax, %rdi
callq 0x678a0
jmp 0x15deeca
leaq 0xb60(%rsp), %rax
movq %rax, 0x2018(%rsp)
movq 0x2018(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xb60(%rsp), %rax
movq %rax, 0x22f8(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x3498(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15defb5
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3494(%rsp) # imm = 0xFFFFFFFF
movl 0x3494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3490(%rsp)
cmpl $0x1, 0x3490(%rsp)
jne 0x15defb5
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15def86
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15def84
jmp 0x15defb3
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa0(%rsp)
cmpq $0x0, 0x3aa0(%rsp)
je 0x15defb1
movq 0x3aa0(%rsp), %rdi
callq 0x5f480
jmp 0x15defb3
jmp 0x15defb5
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15df010
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xba8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb10(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb10(%rsp), %r10
movq %r10, 0x2a38(%rsp)
movl %r9d, 0x2a34(%rsp)
movl %r8d, 0x2a30(%rsp)
movl %edi, 0x2a2c(%rsp)
movq %rsi, 0x2a20(%rsp)
movq %rdx, 0x2a18(%rsp)
movl %ecx, 0x2a14(%rsp)
movq %rax, 0x2a08(%rsp)
movq 0x2a38(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x2a20(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a18(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a14(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a08(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a34(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a30(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a2c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3228(%rsp)
movl $0x10, 0x3224(%rsp)
movq 0x3228(%rsp), %rax
movslq 0x3224(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3224(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15df1dc
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xb50(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x15df317
leaq 0xb10(%rsp), %rax
movq %rax, 0x2380(%rsp)
movq 0x2380(%rsp), %rax
movq %rax, 0x3418(%rsp)
movq 0x3418(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15df2ba
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3414(%rsp) # imm = 0xFFFFFFFF
movl 0x3414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3410(%rsp)
cmpl $0x1, 0x3410(%rsp)
jne 0x15df2ba
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15df28b
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15df289
jmp 0x15df2b8
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae0(%rsp)
cmpq $0x0, 0x3ae0(%rsp)
je 0x15df2b6
movq 0x3ae0(%rsp), %rdi
callq 0x5f480
jmp 0x15df2b8
jmp 0x15df2ba
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15df315
movq %rax, %rdi
callq 0x678a0
jmp 0x15df317
leaq 0xb10(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xb10(%rsp), %rax
movq %rax, 0x2300(%rsp)
movq 0x2300(%rsp), %rax
movq %rax, 0x3488(%rsp)
movq 0x3488(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15df402
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3484(%rsp) # imm = 0xFFFFFFFF
movl 0x3484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3480(%rsp)
cmpl $0x1, 0x3480(%rsp)
jne 0x15df402
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15df3d3
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15df3d1
jmp 0x15df400
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa8(%rsp)
cmpq $0x0, 0x3aa8(%rsp)
je 0x15df3fe
movq 0x3aa8(%rsp), %rdi
callq 0x5f480
jmp 0x15df400
jmp 0x15df402
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15df45d
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xb58(%rsp)
movl $0x0, 0xb0c(%rsp)
movl 0xb0c(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15df5ba
movq 0xbb0(%rsp), %rax
movq %rax, 0x3be8(%rsp)
movq 0x3be8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xaf0(%rsp)
movl $0x0, 0xaec(%rsp)
movl 0xaec(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15df590
movq 0xba8(%rsp), %rax
movq %rax, 0x3be0(%rsp)
movq 0x3be0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xad0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xaf0(%rsp), %rsi
leaq 0xad0(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0xac0(%rsp)
movq 0xb58(%rsp), %rax
vmovaps 0xac0(%rsp), %xmm0
movq %rax, 0x3d68(%rsp)
vmovaps %xmm0, 0x3d50(%rsp)
vmovaps 0x3d50(%rsp), %xmm0
movq 0x3d68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xba8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xba8(%rsp)
movq 0xb58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xb58(%rsp)
movl 0xaec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaec(%rsp)
jmp 0x15df4bc
movq 0xbb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xbb0(%rsp)
movl 0xb0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb0c(%rsp)
jmp 0x15df478
jmp 0x15df5bc
movl 0xbbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbbc(%rsp)
jmp 0x15deb76
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf8(%rsp)
movq 0x1cf8(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x15df67a
movq 0x100(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x15df687
jmp 0x15df697
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15df6d6
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1628210
movl %eax, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15df9ac
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf0(%rsp)
movq 0x1cf0(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x15df780
movq 0xf0(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x15df78d
jmp 0x15df79d
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15df7e6
cmpl $0x1, 0x1c64(%rsp)
jne 0x15df7e6
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x16292e0
movl %eax, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2010(%rsp)
movq 0x2010(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab8(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2008(%rsp)
movq 0x2008(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab0(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xaa4(%rsp)
movl 0xaa4(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15df99c
movq 0xab0(%rsp), %rax
movq %rax, 0x3bd8(%rsp)
movq 0x3bd8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa90(%rsp)
movl $0x0, 0xa8c(%rsp)
movl 0xa8c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15df972
movq 0xab8(%rsp), %rax
movq %rax, 0x3bd0(%rsp)
movq 0x3bd0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa70(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa70(%rsp), %rsi
leaq 0xa90(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0xa60(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa60(%rsp), %xmm0
movq %rax, 0x3d48(%rsp)
vmovaps %xmm0, 0x3d30(%rsp)
vmovaps 0x3d30(%rsp), %xmm0
movq 0x3d48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa8c(%rsp)
jmp 0x15df89e
movq 0xab0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab0(%rsp)
movl 0xaa4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaa4(%rsp)
jmp 0x15df85a
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
jmp 0x15e1303
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15e1301
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15dfa0c
cmpl $0x1, 0x1c84(%rsp)
jne 0x15dfa0c
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162a060
movl %eax, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15e04f7
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce8(%rsp)
movq 0x1ce8(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x15dface
movq 0xe0(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x15dfadb
jmp 0x15dfaeb
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15e04e7
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2000(%rsp)
movq 0x2000(%rsp), %rax
movq (%rax), %rax
movl 0xa5c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bc8(%rsp)
movq 0x3bc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa40(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9f0(%rsp), %rdx
movq %rdx, 0x1d90(%rsp)
movq %rcx, 0x1d88(%rsp)
movl %eax, 0x1d84(%rsp)
movq 0x1d88(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x1d83(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d84(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9f0(%rsp), %r10
movq %r10, 0x3020(%rsp)
movl %r9d, 0x301c(%rsp)
movl %r8d, 0x3018(%rsp)
movl %edi, 0x3014(%rsp)
movq %rsi, 0x3008(%rsp)
movq %rdx, 0x3000(%rsp)
movl %ecx, 0x2ffc(%rsp)
movq %rax, 0x2ff0(%rsp)
movq 0x3020(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3008(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3000(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ffc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ff0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x301c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3018(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3014(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3078(%rsp)
movl $0x10, 0x3074(%rsp)
movq 0x3078(%rsp), %rax
movslq 0x3074(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3074(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15dfd12
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xa30(%rsp)
movb $0x1, 0x1d83(%rsp)
testb $0x1, 0x1d83(%rsp)
jne 0x15dfe4d
leaq 0x9f0(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rax
movq %rax, 0x3718(%rsp)
movq 0x3718(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dfdf0
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3714(%rsp) # imm = 0xFFFFFFFF
movl 0x3714(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3710(%rsp)
cmpl $0x1, 0x3710(%rsp)
jne 0x15dfdf0
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dfdc1
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dfdbf
jmp 0x15dfdee
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3960(%rsp)
cmpq $0x0, 0x3960(%rsp)
je 0x15dfdec
movq 0x3960(%rsp), %rdi
callq 0x5f480
jmp 0x15dfdee
jmp 0x15dfdf0
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dfe4b
movq %rax, %rdi
callq 0x678a0
jmp 0x15dfe4d
leaq 0x9f0(%rsp), %rax
movq %rax, 0x1ff8(%rsp)
movq 0x1ff8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0x9f0(%rsp), %rax
movq %rax, 0x2308(%rsp)
movq 0x2308(%rsp), %rax
movq %rax, 0x3478(%rsp)
movq 0x3478(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15dff38
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3474(%rsp) # imm = 0xFFFFFFFF
movl 0x3474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3470(%rsp)
cmpl $0x1, 0x3470(%rsp)
jne 0x15dff38
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15dff09
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15dff07
jmp 0x15dff36
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab0(%rsp)
cmpq $0x0, 0x3ab0(%rsp)
je 0x15dff34
movq 0x3ab0(%rsp), %rdi
callq 0x5f480
jmp 0x15dff36
jmp 0x15dff38
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15dff93
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xa38(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9a0(%rsp), %rdx
movq %rdx, 0x2358(%rsp)
movq %rcx, 0x2350(%rsp)
movl %eax, 0x234c(%rsp)
movq 0x2350(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x234b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x234c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9a0(%rsp), %r10
movq %r10, 0x2a70(%rsp)
movl %r9d, 0x2a6c(%rsp)
movl %r8d, 0x2a68(%rsp)
movl %edi, 0x2a64(%rsp)
movq %rsi, 0x2a58(%rsp)
movq %rdx, 0x2a50(%rsp)
movl %ecx, 0x2a4c(%rsp)
movq %rax, 0x2a40(%rsp)
movq 0x2a70(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x2a58(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a50(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a4c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a40(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a6c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a68(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a64(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3218(%rsp)
movl $0x10, 0x3214(%rsp)
movq 0x3218(%rsp), %rax
movslq 0x3214(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3214(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x9c8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e015f
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9e0(%rsp)
movb $0x1, 0x234b(%rsp)
testb $0x1, 0x234b(%rsp)
jne 0x15e029a
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2360(%rsp)
movq 0x2360(%rsp), %rax
movq %rax, 0x3428(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e023d
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3424(%rsp) # imm = 0xFFFFFFFF
movl 0x3424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3420(%rsp)
cmpl $0x1, 0x3420(%rsp)
jne 0x15e023d
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e020e
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e020c
jmp 0x15e023b
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad8(%rsp)
cmpq $0x0, 0x3ad8(%rsp)
je 0x15e0239
movq 0x3ad8(%rsp), %rdi
callq 0x5f480
jmp 0x15e023b
jmp 0x15e023d
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e0298
movq %rax, %rdi
callq 0x678a0
jmp 0x15e029a
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2310(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x3468(%rsp)
movq 0x3468(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e0385
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3464(%rsp) # imm = 0xFFFFFFFF
movl 0x3464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3460(%rsp)
cmpl $0x1, 0x3460(%rsp)
jne 0x15e0385
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e0356
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e0354
jmp 0x15e0383
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab8(%rsp)
cmpq $0x0, 0x3ab8(%rsp)
je 0x15e0381
movq 0x3ab8(%rsp), %rdi
callq 0x5f480
jmp 0x15e0383
jmp 0x15e0385
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e03e0
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0x9e8(%rsp)
movl $0x0, 0x99c(%rsp)
movl 0x99c(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15e04cf
movq 0xa38(%rsp), %rax
movq %rax, 0x3bc0(%rsp)
movq 0x3bc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x980(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa40(%rsp), %rsi
leaq 0x980(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x970(%rsp)
movq 0x9e8(%rsp), %rax
vmovaps 0x970(%rsp), %xmm0
movq %rax, 0x3d28(%rsp)
vmovaps %xmm0, 0x3d10(%rsp)
vmovaps 0x3d10(%rsp), %xmm0
movq 0x3d28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xa38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xa38(%rsp)
movq 0x9e8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x9e8(%rsp)
movl 0x99c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x99c(%rsp)
jmp 0x15e03fb
jmp 0x15e04d1
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x15dfaf6
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15e0f69
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1ce0(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x15e05ac
movq 0x80(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x15e05b9
jmp 0x15e05c9
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movl $0x0, 0x96c(%rsp)
movl 0x96c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15e0f59
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1ff0(%rsp)
movq 0x1ff0(%rsp), %rax
movq (%rax), %rax
movl 0x96c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bb8(%rsp)
movq 0x3bb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x950(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x900(%rsp), %rdx
movq %rdx, 0x1d78(%rsp)
movq %rcx, 0x1d70(%rsp)
movl %eax, 0x1d6c(%rsp)
movq 0x1d70(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x1d6b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d6c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x900(%rsp), %r10
movq %r10, 0x3058(%rsp)
movl %r9d, 0x3054(%rsp)
movl %r8d, 0x3050(%rsp)
movl %edi, 0x304c(%rsp)
movq %rsi, 0x3040(%rsp)
movq %rdx, 0x3038(%rsp)
movl %ecx, 0x3034(%rsp)
movq %rax, 0x3028(%rsp)
movq 0x3058(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3040(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3038(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3034(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3028(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3054(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3050(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x304c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3068(%rsp)
movl $0x10, 0x3064(%rsp)
movq 0x3068(%rsp), %rax
movslq 0x3064(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3064(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x928(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e07e4
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x940(%rsp)
movb $0x1, 0x1d6b(%rsp)
testb $0x1, 0x1d6b(%rsp)
jne 0x15e090d
leaq 0x900(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rax
movq %rax, 0x3708(%rsp)
movq 0x3708(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e08b3
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3704(%rsp) # imm = 0xFFFFFFFF
movl 0x3704(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3700(%rsp)
cmpl $0x1, 0x3700(%rsp)
jne 0x15e08b3
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e0887
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e0885
jmp 0x15e08b1
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3968(%rsp)
cmpq $0x0, 0x3968(%rsp)
je 0x15e08af
movq 0x3968(%rsp), %rdi
callq 0x5f480
jmp 0x15e08b1
jmp 0x15e08b3
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e090b
movq %rax, %rdi
callq 0x678a0
jmp 0x15e090d
leaq 0x900(%rsp), %rax
movq %rax, 0x1fe8(%rsp)
movq 0x1fe8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x900(%rsp), %rax
movq %rax, 0x2318(%rsp)
movq 0x2318(%rsp), %rax
movq %rax, 0x3458(%rsp)
movq 0x3458(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e09e6
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3454(%rsp) # imm = 0xFFFFFFFF
movl 0x3454(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3450(%rsp)
cmpl $0x1, 0x3450(%rsp)
jne 0x15e09e6
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e09ba
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e09b8
jmp 0x15e09e4
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac0(%rsp)
cmpq $0x0, 0x3ac0(%rsp)
je 0x15e09e2
movq 0x3ac0(%rsp), %rdi
callq 0x5f480
jmp 0x15e09e4
jmp 0x15e09e6
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e0a3e
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x948(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x8b0(%rsp), %rdx
movq %rdx, 0x2338(%rsp)
movq %rcx, 0x2330(%rsp)
movl %eax, 0x232c(%rsp)
movq 0x2330(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x232b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x232c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x8b0(%rsp), %r10
movq %r10, 0x2aa8(%rsp)
movl %r9d, 0x2aa4(%rsp)
movl %r8d, 0x2aa0(%rsp)
movl %edi, 0x2a9c(%rsp)
movq %rsi, 0x2a90(%rsp)
movq %rdx, 0x2a88(%rsp)
movl %ecx, 0x2a84(%rsp)
movq %rax, 0x2a78(%rsp)
movq 0x2aa8(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x2a90(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a88(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a84(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a78(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2aa4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2aa0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a9c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3208(%rsp)
movl $0x10, 0x3204(%rsp)
movq 0x3208(%rsp), %rax
movslq 0x3204(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3204(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x8d8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e0bfb
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x8f0(%rsp)
movb $0x1, 0x232b(%rsp)
testb $0x1, 0x232b(%rsp)
jne 0x15e0d24
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2340(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x3438(%rsp)
movq 0x3438(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e0cca
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3434(%rsp) # imm = 0xFFFFFFFF
movl 0x3434(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3430(%rsp)
cmpl $0x1, 0x3430(%rsp)
jne 0x15e0cca
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e0c9e
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e0c9c
jmp 0x15e0cc8
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad0(%rsp)
cmpq $0x0, 0x3ad0(%rsp)
je 0x15e0cc6
movq 0x3ad0(%rsp), %rdi
callq 0x5f480
jmp 0x15e0cc8
jmp 0x15e0cca
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e0d22
movq %rax, %rdi
callq 0x678a0
jmp 0x15e0d24
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2320(%rsp)
movq 0x2320(%rsp), %rax
movq %rax, 0x3448(%rsp)
movq 0x3448(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e0dfd
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3444(%rsp) # imm = 0xFFFFFFFF
movl 0x3444(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3440(%rsp)
cmpl $0x1, 0x3440(%rsp)
jne 0x15e0dfd
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e0dd1
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e0dcf
jmp 0x15e0dfb
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac8(%rsp)
cmpq $0x0, 0x3ac8(%rsp)
je 0x15e0df9
movq 0x3ac8(%rsp), %rdi
callq 0x5f480
jmp 0x15e0dfb
jmp 0x15e0dfd
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e0e55
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x8f8(%rsp)
movl $0x0, 0x8ac(%rsp)
movl 0x8ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15e0f41
movq 0x948(%rsp), %rax
movq %rax, 0x3bb0(%rsp)
movq 0x3bb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x890(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x950(%rsp), %rsi
leaq 0x890(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x880(%rsp)
movq 0x8f8(%rsp), %rax
vmovaps 0x880(%rsp), %xmm0
movq %rax, 0x3d08(%rsp)
vmovaps %xmm0, 0x3cf0(%rsp)
vmovaps 0x3cf0(%rsp), %xmm0
movq 0x3d08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x948(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x948(%rsp)
movq 0x8f8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x8f8(%rsp)
movl 0x8ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8ac(%rsp)
jmp 0x15e0e6d
jmp 0x15e0f43
movl 0x96c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x96c(%rsp)
jmp 0x15e05d4
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15e11e7
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movq 0x1c68(%rsp), %rcx
movl 0x1c64(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd8(%rsp)
movq 0x1cd8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x15e1007
movq 0x20(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x15e1011
jmp 0x15e1021
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1fe0(%rsp)
movq 0x1fe0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x878(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x1fd8(%rsp)
movq 0x1fd8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x870(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x868(%rsp)
movl $0x0, 0x864(%rsp)
movl 0x864(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15e11d7
movq 0x878(%rsp), %rax
movq %rax, 0x3ba8(%rsp)
movq 0x3ba8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x850(%rsp)
movl $0x0, 0x84c(%rsp)
movl 0x84c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15e11ad
movq 0x870(%rsp), %rax
movq %rax, 0x3ba0(%rsp)
movq 0x3ba0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x830(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x850(%rsp), %rsi
leaq 0x830(%rsp), %rdx
callq 0x1635ef0
vmovaps %xmm0, 0x820(%rsp)
movq 0x868(%rsp), %rax
vmovaps 0x820(%rsp), %xmm0
movq %rax, 0x3ce8(%rsp)
vmovaps %xmm0, 0x3cd0(%rsp)
vmovaps 0x3cd0(%rsp), %xmm0
movq 0x3ce8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x870(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x870(%rsp)
movq 0x868(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x868(%rsp)
movl 0x84c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x84c(%rsp)
jmp 0x15e10d9
movq 0x878(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x878(%rsp)
movl 0x864(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x864(%rsp)
jmp 0x15e1095
movl $0x0, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15e12ff
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movq 0x1c88(%rsp), %rdx
movl 0x1c84(%rsp), %ecx
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd0(%rsp)
movq 0x1cd0(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x15e127d
movq 0x10(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x15e1287
jmp 0x15e1294
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15e1312
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15e12da
cmpl $0x1, 0x1c64(%rsp)
jne 0x15e12da
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x16292e0
movl %eax, 0x1ccc(%rsp)
jmp 0x15e1312
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1628210
jmp 0x15e1301
jmp 0x15e1303
jmp 0x15e1305
jmp 0x15e1307
movl $0x0, 0x1ccc(%rsp)
movl 0x1ccc(%rsp), %eax
addq $0x3f68, %rsp # imm = 0x3F68
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,070
|
int ncnn::binary_op_pack4<ncnn::BinaryOp_x86_avx_functor::binary_op_div>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack4(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
float* outptr = c.channel(q);
const float* b0 = b.channel(q);
__m128 _b0 = _mm_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_set1_ps(*ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
ptr1 += 1;
outptr += 4;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
float* outptr = c.channel(q);
const float* ptr1 = b.channel(q);
__m128 _a0 = _mm_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p = _mm_set1_ps(*ptr);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _p1 = _mm_loadu_ps(ptr1 + y * 4);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_loadu_ps(ptr1 + x * 4);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _p = _mm_loadu_ps(ptr + y * 4);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr + x * 4);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row<const float>(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
ptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row<const float>(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
subq $0x3f68, %rsp # imm = 0x3F68
movq %rdi, 0x1cc0(%rsp)
movq %rsi, 0x1cb8(%rsp)
movq %rdx, 0x1cb0(%rsp)
movq %rcx, 0x1ca8(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1ca0(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c9c(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c98(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c94(%rsp)
movl 0x1ca0(%rsp), %eax
imull 0x1c9c(%rsp), %eax
imull 0x1c98(%rsp), %eax
movl %eax, 0x1c90(%rsp)
movq 0x1cc0(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c88(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c84(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1c80(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c7c(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c78(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c74(%rsp)
movl 0x1c80(%rsp), %eax
imull 0x1c7c(%rsp), %eax
imull 0x1c78(%rsp), %eax
movl %eax, 0x1c70(%rsp)
movq 0x1cb8(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c68(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c64(%rsp)
movq 0x1cc0(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15e397d
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15e14c0
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162ade0
movl %eax, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c98(%rsp), %ecx
movl 0x1c94(%rsp), %r8d
movq 0x1c88(%rsp), %r9
movl 0x1c84(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d60(%rsp)
movq 0x1d60(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x15e1570
movq 0x810(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x15e157d
jmp 0x15e158d
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15e2451
movl $0x0, 0x1c60(%rsp)
movl 0x1c60(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15e2441
movq 0x1cc0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1c10(%rsp), %rdx
movq %rdx, 0x1fd0(%rsp)
movq %rcx, 0x1fc8(%rsp)
movl %eax, 0x1fc4(%rsp)
movq 0x1fc8(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x1fc3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fc4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c10(%rsp), %r10
movq %r10, 0x2ae0(%rsp)
movl %r9d, 0x2adc(%rsp)
movl %r8d, 0x2ad8(%rsp)
movl %edi, 0x2ad4(%rsp)
movq %rsi, 0x2ac8(%rsp)
movq %rdx, 0x2ac0(%rsp)
movl %ecx, 0x2abc(%rsp)
movq %rax, 0x2ab0(%rsp)
movq 0x2ae0(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x2ac8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ac0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2abc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ab0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2adc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ad8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ad4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31f8(%rsp)
movl $0x10, 0x31f4(%rsp)
movq 0x31f8(%rsp), %rax
movslq 0x31f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e177a
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c50(%rsp)
movb $0x1, 0x1fc3(%rsp)
testb $0x1, 0x1fc3(%rsp)
jne 0x15e18b5
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f8(%rsp)
movq 0x20f8(%rsp), %rax
movq %rax, 0x3898(%rsp)
movq 0x3898(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e1858
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3894(%rsp) # imm = 0xFFFFFFFF
movl 0x3894(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3890(%rsp)
cmpl $0x1, 0x3890(%rsp)
jne 0x15e1858
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e1829
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e1827
jmp 0x15e1856
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a0(%rsp)
cmpq $0x0, 0x38a0(%rsp)
je 0x15e1854
movq 0x38a0(%rsp), %rdi
callq 0x5f480
jmp 0x15e1856
jmp 0x15e1858
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e18b3
movq %rax, %rdi
callq 0x678a0
jmp 0x15e18b5
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f0(%rsp)
movq 0x20f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x1c10(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rax
movq %rax, 0x36f8(%rsp)
movq 0x36f8(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e19a0
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36f4(%rsp) # imm = 0xFFFFFFFF
movl 0x36f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36f0(%rsp)
cmpl $0x1, 0x36f0(%rsp)
jne 0x15e19a0
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e1971
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e196f
jmp 0x15e199e
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3970(%rsp)
cmpq $0x0, 0x3970(%rsp)
je 0x15e199c
movq 0x3970(%rsp), %rdi
callq 0x5f480
jmp 0x15e199e
jmp 0x15e19a0
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e19fb
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x1c58(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1bc0(%rsp), %rdx
movq %rdx, 0x1fb8(%rsp)
movq %rcx, 0x1fb0(%rsp)
movl %eax, 0x1fac(%rsp)
movq 0x1fb0(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x1fab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1bc0(%rsp), %r10
movq %r10, 0x2b18(%rsp)
movl %r9d, 0x2b14(%rsp)
movl %r8d, 0x2b10(%rsp)
movl %edi, 0x2b0c(%rsp)
movq %rsi, 0x2b00(%rsp)
movq %rdx, 0x2af8(%rsp)
movl %ecx, 0x2af4(%rsp)
movq %rax, 0x2ae8(%rsp)
movq 0x2b18(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x2b00(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2af8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2af4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ae8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b14(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b10(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b0c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31e8(%rsp)
movl $0x10, 0x31e4(%rsp)
movq 0x31e8(%rsp), %rax
movslq 0x31e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1be8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e1bc7
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c00(%rsp)
movb $0x1, 0x1fab(%rsp)
testb $0x1, 0x1fab(%rsp)
jne 0x15e1d02
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x2100(%rsp)
movq 0x2100(%rsp), %rax
movq %rax, 0x3888(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e1ca5
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3884(%rsp) # imm = 0xFFFFFFFF
movl 0x3884(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3880(%rsp)
cmpl $0x1, 0x3880(%rsp)
jne 0x15e1ca5
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e1c76
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e1c74
jmp 0x15e1ca3
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a8(%rsp)
cmpq $0x0, 0x38a8(%rsp)
je 0x15e1ca1
movq 0x38a8(%rsp), %rdi
callq 0x5f480
jmp 0x15e1ca3
jmp 0x15e1ca5
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e1d00
movq %rax, %rdi
callq 0x678a0
jmp 0x15e1d02
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x20e8(%rsp)
movq 0x20e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rax
movq %rax, 0x36e8(%rsp)
movq 0x36e8(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e1ded
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36e4(%rsp) # imm = 0xFFFFFFFF
movl 0x36e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36e0(%rsp)
cmpl $0x1, 0x36e0(%rsp)
jne 0x15e1ded
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e1dbe
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e1dbc
jmp 0x15e1deb
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3978(%rsp)
cmpq $0x0, 0x3978(%rsp)
je 0x15e1de9
movq 0x3978(%rsp), %rdi
callq 0x5f480
jmp 0x15e1deb
jmp 0x15e1ded
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e1e48
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x1c08(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1b70(%rsp), %rdx
movq %rdx, 0x2558(%rsp)
movq %rcx, 0x2550(%rsp)
movl %eax, 0x254c(%rsp)
movq 0x2550(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x254b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b70(%rsp), %r10
movq %r10, 0x26f0(%rsp)
movl %r9d, 0x26ec(%rsp)
movl %r8d, 0x26e8(%rsp)
movl %edi, 0x26e4(%rsp)
movq %rsi, 0x26d8(%rsp)
movq %rdx, 0x26d0(%rsp)
movl %ecx, 0x26cc(%rsp)
movq %rax, 0x26c0(%rsp)
movq 0x26f0(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x26d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x26cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x26ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x26e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x26e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3318(%rsp)
movl $0x10, 0x3314(%rsp)
movq 0x3318(%rsp), %rax
movslq 0x3314(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3314(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e2014
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1bb0(%rsp)
movb $0x1, 0x254b(%rsp)
testb $0x1, 0x254b(%rsp)
jne 0x15e214f
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq %rax, 0x3328(%rsp)
movq 0x3328(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e20f2
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3324(%rsp) # imm = 0xFFFFFFFF
movl 0x3324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3320(%rsp)
cmpl $0x1, 0x3320(%rsp)
jne 0x15e20f2
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e20c3
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e20c1
jmp 0x15e20f0
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b58(%rsp)
cmpq $0x0, 0x3b58(%rsp)
je 0x15e20ee
movq 0x3b58(%rsp), %rdi
callq 0x5f480
jmp 0x15e20f0
jmp 0x15e20f2
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e214d
movq %rax, %rdi
callq 0x678a0
jmp 0x15e214f
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x1b70(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rax
movq %rax, 0x36d8(%rsp)
movq 0x36d8(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e223a
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36d4(%rsp) # imm = 0xFFFFFFFF
movl 0x36d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36d0(%rsp)
cmpl $0x1, 0x36d0(%rsp)
jne 0x15e223a
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e220b
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e2209
jmp 0x15e2238
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3980(%rsp)
cmpq $0x0, 0x3980(%rsp)
je 0x15e2236
movq 0x3980(%rsp), %rdi
callq 0x5f480
jmp 0x15e2238
jmp 0x15e223a
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e2295
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x1bb8(%rsp)
movl $0x0, 0x1b6c(%rsp)
movl 0x1b6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x15e2429
movl $0x0, 0x1b68(%rsp)
movl 0x1b68(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15e2411
movq 0x1c08(%rsp), %rax
movq %rax, 0x3cc8(%rsp)
movq 0x3cc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b50(%rsp)
movl $0x0, 0x1b4c(%rsp)
movl 0x1b4c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15e23e7
movq 0x1c58(%rsp), %rax
movq %rax, 0x3cc0(%rsp)
movq 0x3cc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1b30(%rsp), %rsi
leaq 0x1b50(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x1b20(%rsp)
movq 0x1bb8(%rsp), %rax
vmovaps 0x1b20(%rsp), %xmm0
movq %rax, 0x3f40(%rsp)
vmovaps %xmm0, 0x3f30(%rsp)
vmovaps 0x3f30(%rsp), %xmm0
movq 0x3f40(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1c58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c58(%rsp)
movq 0x1bb8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1bb8(%rsp)
movl 0x1b4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b4c(%rsp)
jmp 0x15e2313
movq 0x1c08(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c08(%rsp)
movl 0x1b68(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b68(%rsp)
jmp 0x15e22cf
jmp 0x15e2413
movl 0x1b6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b6c(%rsp)
jmp 0x15e22b0
jmp 0x15e242b
movl 0x1c60(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c60(%rsp)
jmp 0x15e15aa
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15e2f11
movl $0x0, 0x1b1c(%rsp)
movl 0x1b1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15e2f01
movq 0x1cc0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x1fa0(%rsp)
movq %rcx, 0x1f98(%rsp)
movl %eax, 0x1f94(%rsp)
movq 0x1f98(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x1f93(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f94(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x2b50(%rsp)
movl %r9d, 0x2b4c(%rsp)
movl %r8d, 0x2b48(%rsp)
movl %edi, 0x2b44(%rsp)
movq %rsi, 0x2b38(%rsp)
movq %rdx, 0x2b30(%rsp)
movl %ecx, 0x2b2c(%rsp)
movq %rax, 0x2b20(%rsp)
movq 0x2b50(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x2b38(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b30(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b2c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b20(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b4c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b48(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b44(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31d8(%rsp)
movl $0x10, 0x31d4(%rsp)
movq 0x31d8(%rsp), %rax
movslq 0x31d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e263e
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x1f93(%rsp)
testb $0x1, 0x1f93(%rsp)
jne 0x15e2779
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2108(%rsp)
movq 0x2108(%rsp), %rax
movq %rax, 0x3878(%rsp)
movq 0x3878(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e271c
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3874(%rsp) # imm = 0xFFFFFFFF
movl 0x3874(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3870(%rsp)
cmpl $0x1, 0x3870(%rsp)
jne 0x15e271c
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e26ed
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e26eb
jmp 0x15e271a
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b0(%rsp)
cmpq $0x0, 0x38b0(%rsp)
je 0x15e2718
movq 0x38b0(%rsp), %rdi
callq 0x5f480
jmp 0x15e271a
jmp 0x15e271c
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e2777
movq %rax, %rdi
callq 0x678a0
jmp 0x15e2779
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x20e0(%rsp)
movq 0x20e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rax
movq %rax, 0x36c8(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e2864
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c4(%rsp) # imm = 0xFFFFFFFF
movl 0x36c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36c0(%rsp)
cmpl $0x1, 0x36c0(%rsp)
jne 0x15e2864
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e2835
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e2833
jmp 0x15e2862
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3988(%rsp)
cmpq $0x0, 0x3988(%rsp)
je 0x15e2860
movq 0x3988(%rsp), %rdi
callq 0x5f480
jmp 0x15e2862
jmp 0x15e2864
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e28bf
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
movq %rcx, 0x2620(%rsp)
movl %eax, 0x261c(%rsp)
movq 0x2620(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x261c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1ac0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1a70(%rsp), %rdx
movq %rdx, 0x2538(%rsp)
movq %rcx, 0x2530(%rsp)
movl %eax, 0x252c(%rsp)
movq 0x2530(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x252b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x252c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1a70(%rsp), %r10
movq %r10, 0x2728(%rsp)
movl %r9d, 0x2724(%rsp)
movl %r8d, 0x2720(%rsp)
movl %edi, 0x271c(%rsp)
movq %rsi, 0x2710(%rsp)
movq %rdx, 0x2708(%rsp)
movl %ecx, 0x2704(%rsp)
movq %rax, 0x26f8(%rsp)
movq 0x2728(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2708(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2704(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2724(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2720(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x271c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3308(%rsp)
movl $0x10, 0x3304(%rsp)
movq 0x3308(%rsp), %rax
movslq 0x3304(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3304(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e2ad4
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ab0(%rsp)
movb $0x1, 0x252b(%rsp)
testb $0x1, 0x252b(%rsp)
jne 0x15e2c0f
leaq 0x1a70(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq %rax, 0x3338(%rsp)
movq 0x3338(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e2bb2
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3334(%rsp) # imm = 0xFFFFFFFF
movl 0x3334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3330(%rsp)
cmpl $0x1, 0x3330(%rsp)
jne 0x15e2bb2
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e2b83
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e2b81
jmp 0x15e2bb0
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b50(%rsp)
cmpq $0x0, 0x3b50(%rsp)
je 0x15e2bae
movq 0x3b50(%rsp), %rdi
callq 0x5f480
jmp 0x15e2bb0
jmp 0x15e2bb2
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e2c0d
movq %rax, %rdi
callq 0x678a0
jmp 0x15e2c0f
leaq 0x1a70(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1a70(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rax
movq %rax, 0x36b8(%rsp)
movq 0x36b8(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e2cfa
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36b4(%rsp) # imm = 0xFFFFFFFF
movl 0x36b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36b0(%rsp)
cmpl $0x1, 0x36b0(%rsp)
jne 0x15e2cfa
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e2ccb
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e2cc9
jmp 0x15e2cf8
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3990(%rsp)
cmpq $0x0, 0x3990(%rsp)
je 0x15e2cf6
movq 0x3990(%rsp), %rdi
callq 0x5f480
jmp 0x15e2cf8
jmp 0x15e2cfa
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e2d55
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1ab8(%rsp)
movl $0x0, 0x1a6c(%rsp)
movl 0x1a6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x15e2ee9
movq 0x1ac0(%rsp), %rax
movq %rax, 0x3cb8(%rsp)
movq 0x3cb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a50(%rsp)
movl $0x0, 0x1a4c(%rsp)
movl 0x1a4c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15e2ebf
movl $0x0, 0x1a48(%rsp)
movl 0x1a48(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15e2ea7
movq 0x1b10(%rsp), %rax
movq %rax, 0x3cb0(%rsp)
movq 0x3cb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1a30(%rsp), %rsi
leaq 0x1a50(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x1a20(%rsp)
movq 0x1ab8(%rsp), %rax
vmovaps 0x1a20(%rsp), %xmm0
movq %rax, 0x3f28(%rsp)
vmovaps %xmm0, 0x3f10(%rsp)
vmovaps 0x3f10(%rsp), %xmm0
movq 0x3f28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1b10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b10(%rsp)
movq 0x1ab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ab8(%rsp)
movl 0x1a48(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a48(%rsp)
jmp 0x15e2dd3
jmp 0x15e2ea9
movl 0x1a4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a4c(%rsp)
jmp 0x15e2db4
movq 0x1ac0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ac0(%rsp)
movl 0x1a6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a6c(%rsp)
jmp 0x15e2d70
jmp 0x15e2eeb
movl 0x1b1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b1c(%rsp)
jmp 0x15e246e
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15e3978
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15e2f6c
cmpl $0x1, 0x1c64(%rsp)
jne 0x15e2f6c
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162beb0
movl %eax, 0x1ccc(%rsp)
jmp 0x15f05e2
movl $0x0, 0x1a1c(%rsp)
movl 0x1a1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15e3968
movq 0x1cc0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x19c8(%rsp), %rdx
movq %rdx, 0x1f88(%rsp)
movq %rcx, 0x1f80(%rsp)
movl %eax, 0x1f7c(%rsp)
movq 0x1f80(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x1f7b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f7c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19c8(%rsp), %r10
movq %r10, 0x2b88(%rsp)
movl %r9d, 0x2b84(%rsp)
movl %r8d, 0x2b80(%rsp)
movl %edi, 0x2b7c(%rsp)
movq %rsi, 0x2b70(%rsp)
movq %rdx, 0x2b68(%rsp)
movl %ecx, 0x2b64(%rsp)
movq %rax, 0x2b58(%rsp)
movq 0x2b88(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x2b70(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b68(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b64(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b58(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b84(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b80(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b7c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31c8(%rsp)
movl $0x10, 0x31c4(%rsp)
movq 0x31c8(%rsp), %rax
movslq 0x31c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e3147
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a08(%rsp)
movb $0x1, 0x1f7b(%rsp)
testb $0x1, 0x1f7b(%rsp)
jne 0x15e3282
leaq 0x19c8(%rsp), %rax
movq %rax, 0x2110(%rsp)
movq 0x2110(%rsp), %rax
movq %rax, 0x3868(%rsp)
movq 0x3868(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e3225
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3864(%rsp) # imm = 0xFFFFFFFF
movl 0x3864(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3860(%rsp)
cmpl $0x1, 0x3860(%rsp)
jne 0x15e3225
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e31f6
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e31f4
jmp 0x15e3223
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b8(%rsp)
cmpq $0x0, 0x38b8(%rsp)
je 0x15e3221
movq 0x38b8(%rsp), %rdi
callq 0x5f480
jmp 0x15e3223
jmp 0x15e3225
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e3280
movq %rax, %rdi
callq 0x678a0
jmp 0x15e3282
leaq 0x19c8(%rsp), %rax
movq %rax, 0x20d8(%rsp)
movq 0x20d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x19c8(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rax
movq %rax, 0x36a8(%rsp)
movq 0x36a8(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e336d
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36a4(%rsp) # imm = 0xFFFFFFFF
movl 0x36a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36a0(%rsp)
cmpl $0x1, 0x36a0(%rsp)
jne 0x15e336d
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e333e
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e333c
jmp 0x15e336b
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3998(%rsp)
cmpq $0x0, 0x3998(%rsp)
je 0x15e3369
movq 0x3998(%rsp), %rdi
callq 0x5f480
jmp 0x15e336b
jmp 0x15e336d
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e33c8
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1a10(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x20d0(%rsp), %rax
movq (%rax), %rax
movl 0x1a1c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3ca8(%rsp)
movq 0x3ca8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x19b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x1960(%rsp), %rdx
movq %rdx, 0x2518(%rsp)
movq %rcx, 0x2510(%rsp)
movl %eax, 0x250c(%rsp)
movq 0x2510(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x250b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x250c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1960(%rsp), %r10
movq %r10, 0x2760(%rsp)
movl %r9d, 0x275c(%rsp)
movl %r8d, 0x2758(%rsp)
movl %edi, 0x2754(%rsp)
movq %rsi, 0x2748(%rsp)
movq %rdx, 0x2740(%rsp)
movl %ecx, 0x273c(%rsp)
movq %rax, 0x2730(%rsp)
movq 0x2760(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2740(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x273c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2730(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x275c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2758(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2754(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32f8(%rsp)
movl $0x10, 0x32f4(%rsp)
movq 0x32f8(%rsp), %rax
movslq 0x32f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1988(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e35e0
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19a0(%rsp)
movb $0x1, 0x250b(%rsp)
testb $0x1, 0x250b(%rsp)
jne 0x15e371b
leaq 0x1960(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq %rax, 0x3348(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e36be
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3344(%rsp) # imm = 0xFFFFFFFF
movl 0x3344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3340(%rsp)
cmpl $0x1, 0x3340(%rsp)
jne 0x15e36be
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e368f
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e368d
jmp 0x15e36bc
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b48(%rsp)
cmpq $0x0, 0x3b48(%rsp)
je 0x15e36ba
movq 0x3b48(%rsp), %rdi
callq 0x5f480
jmp 0x15e36bc
jmp 0x15e36be
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e3719
movq %rax, %rdi
callq 0x678a0
jmp 0x15e371b
leaq 0x1960(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1960(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rax
movq %rax, 0x3698(%rsp)
movq 0x3698(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e3806
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3694(%rsp) # imm = 0xFFFFFFFF
movl 0x3694(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3690(%rsp)
cmpl $0x1, 0x3690(%rsp)
jne 0x15e3806
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e37d7
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e37d5
jmp 0x15e3804
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a0(%rsp)
cmpq $0x0, 0x39a0(%rsp)
je 0x15e3802
movq 0x39a0(%rsp), %rdi
callq 0x5f480
jmp 0x15e3804
jmp 0x15e3806
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e3861
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x19a8(%rsp)
movl $0x0, 0x195c(%rsp)
movl 0x195c(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15e3950
movq 0x1a10(%rsp), %rax
movq %rax, 0x3ca0(%rsp)
movq 0x3ca0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1940(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1940(%rsp), %rsi
leaq 0x19b0(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x1930(%rsp)
movq 0x19a8(%rsp), %rax
vmovaps 0x1930(%rsp), %xmm0
movq %rax, 0x3f08(%rsp)
vmovaps %xmm0, 0x3ef0(%rsp)
vmovaps 0x3ef0(%rsp), %xmm0
movq 0x3f08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1a10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1a10(%rsp)
movq 0x19a8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x19a8(%rsp)
movl 0x195c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x195c(%rsp)
jmp 0x15e387c
jmp 0x15e3952
movl 0x1a1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a1c(%rsp)
jmp 0x15e2f77
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
jmp 0x15f05d7
movq 0x1cc0(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15ed1ca
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15e4920
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d58(%rsp)
movq 0x1d58(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x15e3a51
movq 0x6e8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x15e3a5e
jmp 0x15e3a6e
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0x192c(%rsp)
movl 0x192c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15e4910
movq 0x1cc0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x18d8(%rsp), %rdx
movq %rdx, 0x1f70(%rsp)
movq %rcx, 0x1f68(%rsp)
movl %eax, 0x1f64(%rsp)
movq 0x1f68(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x1f63(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f64(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18d8(%rsp), %r10
movq %r10, 0x2bc0(%rsp)
movl %r9d, 0x2bbc(%rsp)
movl %r8d, 0x2bb8(%rsp)
movl %edi, 0x2bb4(%rsp)
movq %rsi, 0x2ba8(%rsp)
movq %rdx, 0x2ba0(%rsp)
movl %ecx, 0x2b9c(%rsp)
movq %rax, 0x2b90(%rsp)
movq 0x2bc0(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x2ba8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ba0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b9c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b90(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bbc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bb8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bb4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31b8(%rsp)
movl $0x10, 0x31b4(%rsp)
movq 0x31b8(%rsp), %rax
movslq 0x31b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1900(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e3c49
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1918(%rsp)
movb $0x1, 0x1f63(%rsp)
testb $0x1, 0x1f63(%rsp)
jne 0x15e3d84
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2118(%rsp)
movq 0x2118(%rsp), %rax
movq %rax, 0x3858(%rsp)
movq 0x3858(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e3d27
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3854(%rsp) # imm = 0xFFFFFFFF
movl 0x3854(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3850(%rsp)
cmpl $0x1, 0x3850(%rsp)
jne 0x15e3d27
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e3cf8
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e3cf6
jmp 0x15e3d25
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c0(%rsp)
cmpq $0x0, 0x38c0(%rsp)
je 0x15e3d23
movq 0x38c0(%rsp), %rdi
callq 0x5f480
jmp 0x15e3d25
jmp 0x15e3d27
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e3d82
movq %rax, %rdi
callq 0x678a0
jmp 0x15e3d84
leaq 0x18d8(%rsp), %rax
movq %rax, 0x20c8(%rsp)
movq 0x20c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rax
movq %rax, 0x3688(%rsp)
movq 0x3688(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e3e6f
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3684(%rsp) # imm = 0xFFFFFFFF
movl 0x3684(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3680(%rsp)
cmpl $0x1, 0x3680(%rsp)
jne 0x15e3e6f
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e3e40
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e3e3e
jmp 0x15e3e6d
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a8(%rsp)
cmpq $0x0, 0x39a8(%rsp)
je 0x15e3e6b
movq 0x39a8(%rsp), %rdi
callq 0x5f480
jmp 0x15e3e6d
jmp 0x15e3e6f
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e3eca
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1920(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1888(%rsp), %rdx
movq %rdx, 0x1f58(%rsp)
movq %rcx, 0x1f50(%rsp)
movl %eax, 0x1f4c(%rsp)
movq 0x1f50(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x1f4b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f4c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1888(%rsp), %r10
movq %r10, 0x2bf8(%rsp)
movl %r9d, 0x2bf4(%rsp)
movl %r8d, 0x2bf0(%rsp)
movl %edi, 0x2bec(%rsp)
movq %rsi, 0x2be0(%rsp)
movq %rdx, 0x2bd8(%rsp)
movl %ecx, 0x2bd4(%rsp)
movq %rax, 0x2bc8(%rsp)
movq 0x2bf8(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x2be0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2bd8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2bd4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2bc8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bf4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bf0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31a8(%rsp)
movl $0x10, 0x31a4(%rsp)
movq 0x31a8(%rsp), %rax
movslq 0x31a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e4096
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18c8(%rsp)
movb $0x1, 0x1f4b(%rsp)
testb $0x1, 0x1f4b(%rsp)
jne 0x15e41d1
leaq 0x1888(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2120(%rsp), %rax
movq %rax, 0x3848(%rsp)
movq 0x3848(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e4174
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3844(%rsp) # imm = 0xFFFFFFFF
movl 0x3844(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3840(%rsp)
cmpl $0x1, 0x3840(%rsp)
jne 0x15e4174
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e4145
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e4143
jmp 0x15e4172
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c8(%rsp)
cmpq $0x0, 0x38c8(%rsp)
je 0x15e4170
movq 0x38c8(%rsp), %rdi
callq 0x5f480
jmp 0x15e4172
jmp 0x15e4174
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e41cf
movq %rax, %rdi
callq 0x678a0
jmp 0x15e41d1
leaq 0x1888(%rsp), %rax
movq %rax, 0x20c0(%rsp)
movq 0x20c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1888(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rax
movq %rax, 0x3678(%rsp)
movq 0x3678(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e42bc
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3674(%rsp) # imm = 0xFFFFFFFF
movl 0x3674(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3670(%rsp)
cmpl $0x1, 0x3670(%rsp)
jne 0x15e42bc
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e428d
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e428b
jmp 0x15e42ba
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b0(%rsp)
cmpq $0x0, 0x39b0(%rsp)
je 0x15e42b8
movq 0x39b0(%rsp), %rdi
callq 0x5f480
jmp 0x15e42ba
jmp 0x15e42bc
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e4317
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x18d0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1838(%rsp), %rdx
movq %rdx, 0x24f8(%rsp)
movq %rcx, 0x24f0(%rsp)
movl %eax, 0x24ec(%rsp)
movq 0x24f0(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x24eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1838(%rsp), %r10
movq %r10, 0x2798(%rsp)
movl %r9d, 0x2794(%rsp)
movl %r8d, 0x2790(%rsp)
movl %edi, 0x278c(%rsp)
movq %rsi, 0x2780(%rsp)
movq %rdx, 0x2778(%rsp)
movl %ecx, 0x2774(%rsp)
movq %rax, 0x2768(%rsp)
movq 0x2798(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2778(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2774(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2768(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2794(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2790(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x278c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32e8(%rsp)
movl $0x10, 0x32e4(%rsp)
movq 0x32e8(%rsp), %rax
movslq 0x32e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1860(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e44e3
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1878(%rsp)
movb $0x1, 0x24eb(%rsp)
testb $0x1, 0x24eb(%rsp)
jne 0x15e461e
leaq 0x1838(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq %rax, 0x3358(%rsp)
movq 0x3358(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e45c1
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3354(%rsp) # imm = 0xFFFFFFFF
movl 0x3354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3350(%rsp)
cmpl $0x1, 0x3350(%rsp)
jne 0x15e45c1
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e4592
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e4590
jmp 0x15e45bf
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b40(%rsp)
cmpq $0x0, 0x3b40(%rsp)
je 0x15e45bd
movq 0x3b40(%rsp), %rdi
callq 0x5f480
jmp 0x15e45bf
jmp 0x15e45c1
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e461c
movq %rax, %rdi
callq 0x678a0
jmp 0x15e461e
leaq 0x1838(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1838(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rax
movq %rax, 0x3668(%rsp)
movq 0x3668(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e4709
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3664(%rsp) # imm = 0xFFFFFFFF
movl 0x3664(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3660(%rsp)
cmpl $0x1, 0x3660(%rsp)
jne 0x15e4709
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e46da
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e46d8
jmp 0x15e4707
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b8(%rsp)
cmpq $0x0, 0x39b8(%rsp)
je 0x15e4705
movq 0x39b8(%rsp), %rdi
callq 0x5f480
jmp 0x15e4707
jmp 0x15e4709
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e4764
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1880(%rsp)
movl $0x0, 0x1834(%rsp)
movl 0x1834(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x15e48f8
movl $0x0, 0x1830(%rsp)
movl 0x1830(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15e48e0
movq 0x1920(%rsp), %rax
movq %rax, 0x3c98(%rsp)
movq 0x3c98(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1820(%rsp)
movl $0x0, 0x181c(%rsp)
movl 0x181c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15e48b6
movq 0x18d0(%rsp), %rax
movq %rax, 0x3c90(%rsp)
movq 0x3c90(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1800(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1820(%rsp), %rsi
leaq 0x1800(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x17f0(%rsp)
movq 0x1880(%rsp), %rax
vmovaps 0x17f0(%rsp), %xmm0
movq %rax, 0x3ee8(%rsp)
vmovaps %xmm0, 0x3ed0(%rsp)
vmovaps 0x3ed0(%rsp), %xmm0
movq 0x3ee8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x18d0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x18d0(%rsp)
movq 0x1880(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1880(%rsp)
movl 0x181c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x181c(%rsp)
jmp 0x15e47e2
movq 0x1920(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1920(%rsp)
movl 0x1830(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1830(%rsp)
jmp 0x15e479e
jmp 0x15e48e2
movl 0x1834(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1834(%rsp)
jmp 0x15e477f
jmp 0x15e48fa
movl 0x192c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x192c(%rsp)
jmp 0x15e3a79
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15ebc15
cmpl $0x1, 0x1c80(%rsp)
jne 0x15e5854
cmpl $0x1, 0x1c7c(%rsp)
jne 0x15e5854
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15e5854
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d50(%rsp)
movq 0x1d50(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x15e4a05
movq 0x660(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x15e4a12
jmp 0x15e4a22
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0x17ec(%rsp)
movl 0x17ec(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15e5844
movq 0x1cc0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1798(%rsp), %rdx
movq %rdx, 0x1f40(%rsp)
movq %rcx, 0x1f38(%rsp)
movl %eax, 0x1f34(%rsp)
movq 0x1f38(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x1f33(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f34(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1798(%rsp), %r10
movq %r10, 0x2c30(%rsp)
movl %r9d, 0x2c2c(%rsp)
movl %r8d, 0x2c28(%rsp)
movl %edi, 0x2c24(%rsp)
movq %rsi, 0x2c18(%rsp)
movq %rdx, 0x2c10(%rsp)
movl %ecx, 0x2c0c(%rsp)
movq %rax, 0x2c00(%rsp)
movq 0x2c30(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x2c18(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c10(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c0c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c00(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c2c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c28(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c24(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3198(%rsp)
movl $0x10, 0x3194(%rsp)
movq 0x3198(%rsp), %rax
movslq 0x3194(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3194(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x17c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e4bfd
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x17d8(%rsp)
movb $0x1, 0x1f33(%rsp)
testb $0x1, 0x1f33(%rsp)
jne 0x15e4d38
leaq 0x1798(%rsp), %rax
movq %rax, 0x2128(%rsp)
movq 0x2128(%rsp), %rax
movq %rax, 0x3838(%rsp)
movq 0x3838(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e4cdb
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3834(%rsp) # imm = 0xFFFFFFFF
movl 0x3834(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3830(%rsp)
cmpl $0x1, 0x3830(%rsp)
jne 0x15e4cdb
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e4cac
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e4caa
jmp 0x15e4cd9
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d0(%rsp)
cmpq $0x0, 0x38d0(%rsp)
je 0x15e4cd7
movq 0x38d0(%rsp), %rdi
callq 0x5f480
jmp 0x15e4cd9
jmp 0x15e4cdb
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e4d36
movq %rax, %rdi
callq 0x678a0
jmp 0x15e4d38
leaq 0x1798(%rsp), %rax
movq %rax, 0x20b8(%rsp)
movq 0x20b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1798(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rax
movq %rax, 0x3658(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e4e23
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3654(%rsp) # imm = 0xFFFFFFFF
movl 0x3654(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3650(%rsp)
cmpl $0x1, 0x3650(%rsp)
jne 0x15e4e23
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e4df4
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e4df2
jmp 0x15e4e21
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c0(%rsp)
cmpq $0x0, 0x39c0(%rsp)
je 0x15e4e1f
movq 0x39c0(%rsp), %rdi
callq 0x5f480
jmp 0x15e4e21
jmp 0x15e4e23
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e4e7e
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x17e0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1748(%rsp), %rdx
movq %rdx, 0x24d8(%rsp)
movq %rcx, 0x24d0(%rsp)
movl %eax, 0x24cc(%rsp)
movq 0x24d0(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x24cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1748(%rsp), %r10
movq %r10, 0x27d0(%rsp)
movl %r9d, 0x27cc(%rsp)
movl %r8d, 0x27c8(%rsp)
movl %edi, 0x27c4(%rsp)
movq %rsi, 0x27b8(%rsp)
movq %rdx, 0x27b0(%rsp)
movl %ecx, 0x27ac(%rsp)
movq %rax, 0x27a0(%rsp)
movq 0x27d0(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x27cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x27c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32d8(%rsp)
movl $0x10, 0x32d4(%rsp)
movq 0x32d8(%rsp), %rax
movslq 0x32d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1770(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e504a
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1788(%rsp)
movb $0x1, 0x24cb(%rsp)
testb $0x1, 0x24cb(%rsp)
jne 0x15e5185
leaq 0x1748(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq %rax, 0x3368(%rsp)
movq 0x3368(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e5128
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3364(%rsp) # imm = 0xFFFFFFFF
movl 0x3364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3360(%rsp)
cmpl $0x1, 0x3360(%rsp)
jne 0x15e5128
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e50f9
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e50f7
jmp 0x15e5126
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b38(%rsp)
cmpq $0x0, 0x3b38(%rsp)
je 0x15e5124
movq 0x3b38(%rsp), %rdi
callq 0x5f480
jmp 0x15e5126
jmp 0x15e5128
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e5183
movq %rax, %rdi
callq 0x678a0
jmp 0x15e5185
leaq 0x1748(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1748(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rax
movq %rax, 0x3648(%rsp)
movq 0x3648(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e5270
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3644(%rsp) # imm = 0xFFFFFFFF
movl 0x3644(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3640(%rsp)
cmpl $0x1, 0x3640(%rsp)
jne 0x15e5270
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e5241
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e523f
jmp 0x15e526e
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c8(%rsp)
cmpq $0x0, 0x39c8(%rsp)
je 0x15e526c
movq 0x39c8(%rsp), %rdi
callq 0x5f480
jmp 0x15e526e
jmp 0x15e5270
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e52cb
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1790(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x16f8(%rsp), %rdx
movq %rdx, 0x1f28(%rsp)
movq %rcx, 0x1f20(%rsp)
movl %eax, 0x1f1c(%rsp)
movq 0x1f20(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x1f1b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f1c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f8(%rsp), %r10
movq %r10, 0x2c68(%rsp)
movl %r9d, 0x2c64(%rsp)
movl %r8d, 0x2c60(%rsp)
movl %edi, 0x2c5c(%rsp)
movq %rsi, 0x2c50(%rsp)
movq %rdx, 0x2c48(%rsp)
movl %ecx, 0x2c44(%rsp)
movq %rax, 0x2c38(%rsp)
movq 0x2c68(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x2c50(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c48(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c44(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c38(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c64(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c60(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c5c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3188(%rsp)
movl $0x10, 0x3184(%rsp)
movq 0x3188(%rsp), %rax
movslq 0x3184(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3184(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1720(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e5497
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1738(%rsp)
movb $0x1, 0x1f1b(%rsp)
testb $0x1, 0x1f1b(%rsp)
jne 0x15e55d2
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2130(%rsp)
movq 0x2130(%rsp), %rax
movq %rax, 0x3828(%rsp)
movq 0x3828(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e5575
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3824(%rsp) # imm = 0xFFFFFFFF
movl 0x3824(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3820(%rsp)
cmpl $0x1, 0x3820(%rsp)
jne 0x15e5575
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e5546
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e5544
jmp 0x15e5573
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d8(%rsp)
cmpq $0x0, 0x38d8(%rsp)
je 0x15e5571
movq 0x38d8(%rsp), %rdi
callq 0x5f480
jmp 0x15e5573
jmp 0x15e5575
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e55d0
movq %rax, %rdi
callq 0x678a0
jmp 0x15e55d2
leaq 0x16f8(%rsp), %rax
movq %rax, 0x20b0(%rsp)
movq 0x20b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rax
movq %rax, 0x3638(%rsp)
movq 0x3638(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e56bd
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3634(%rsp) # imm = 0xFFFFFFFF
movl 0x3634(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3630(%rsp)
cmpl $0x1, 0x3630(%rsp)
jne 0x15e56bd
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e568e
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e568c
jmp 0x15e56bb
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d0(%rsp)
cmpq $0x0, 0x39d0(%rsp)
je 0x15e56b9
movq 0x39d0(%rsp), %rdi
callq 0x5f480
jmp 0x15e56bb
jmp 0x15e56bd
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e5718
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1740(%rsp)
movq 0x1740(%rsp), %rax
movq %rax, 0x3c88(%rsp)
movq 0x3c88(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16e0(%rsp)
movl $0x0, 0x16dc(%rsp)
movl 0x16dc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15e582c
movq 0x17e0(%rsp), %rax
movq %rax, 0x3c80(%rsp)
movq 0x3c80(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16c0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16e0(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x16b0(%rsp)
movq 0x1790(%rsp), %rax
vmovaps 0x16b0(%rsp), %xmm0
movq %rax, 0x3ec8(%rsp)
vmovaps %xmm0, 0x3eb0(%rsp)
vmovaps 0x3eb0(%rsp), %xmm0
movq 0x3ec8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x17e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x17e0(%rsp)
movq 0x1790(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1790(%rsp)
movl 0x16dc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16dc(%rsp)
jmp 0x15e5758
jmp 0x15e582e
movl 0x17ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17ec(%rsp)
jmp 0x15e4a2d
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15e6389
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15e6389
cmpl $0x1, 0x1c74(%rsp)
jne 0x15e6389
cmpl $0x1, 0x1c64(%rsp)
jne 0x15e6389
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d48(%rsp)
movq 0x1d48(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x15e593b
movq 0x5d8(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x15e5948
jmp 0x15e5958
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0x16ac(%rsp)
movl 0x16ac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15e6379
movq 0x1cc0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1658(%rsp), %rdx
movq %rdx, 0x1f10(%rsp)
movq %rcx, 0x1f08(%rsp)
movl %eax, 0x1f04(%rsp)
movq 0x1f08(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x1f03(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f04(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1658(%rsp), %r10
movq %r10, 0x2ca0(%rsp)
movl %r9d, 0x2c9c(%rsp)
movl %r8d, 0x2c98(%rsp)
movl %edi, 0x2c94(%rsp)
movq %rsi, 0x2c88(%rsp)
movq %rdx, 0x2c80(%rsp)
movl %ecx, 0x2c7c(%rsp)
movq %rax, 0x2c70(%rsp)
movq 0x2ca0(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x2c88(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c80(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c7c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c70(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c9c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c98(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c94(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3178(%rsp)
movl $0x10, 0x3174(%rsp)
movq 0x3178(%rsp), %rax
movslq 0x3174(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3174(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1680(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e5b33
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1698(%rsp)
movb $0x1, 0x1f03(%rsp)
testb $0x1, 0x1f03(%rsp)
jne 0x15e5c6e
leaq 0x1658(%rsp), %rax
movq %rax, 0x2138(%rsp)
movq 0x2138(%rsp), %rax
movq %rax, 0x3818(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e5c11
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3814(%rsp) # imm = 0xFFFFFFFF
movl 0x3814(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3810(%rsp)
cmpl $0x1, 0x3810(%rsp)
jne 0x15e5c11
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e5be2
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e5be0
jmp 0x15e5c0f
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e0(%rsp)
cmpq $0x0, 0x38e0(%rsp)
je 0x15e5c0d
movq 0x38e0(%rsp), %rdi
callq 0x5f480
jmp 0x15e5c0f
jmp 0x15e5c11
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e5c6c
movq %rax, %rdi
callq 0x678a0
jmp 0x15e5c6e
leaq 0x1658(%rsp), %rax
movq %rax, 0x20a8(%rsp)
movq 0x20a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x1658(%rsp), %rax
movq %rax, 0x2230(%rsp)
movq 0x2230(%rsp), %rax
movq %rax, 0x3628(%rsp)
movq 0x3628(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e5d59
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3624(%rsp) # imm = 0xFFFFFFFF
movl 0x3624(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3620(%rsp)
cmpl $0x1, 0x3620(%rsp)
jne 0x15e5d59
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e5d2a
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e5d28
jmp 0x15e5d57
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d8(%rsp)
cmpq $0x0, 0x39d8(%rsp)
je 0x15e5d55
movq 0x39d8(%rsp), %rdi
callq 0x5f480
jmp 0x15e5d57
jmp 0x15e5d59
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e5db4
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x16a0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20a0(%rsp)
movq 0x20a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1650(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1600(%rsp), %rdx
movq %rdx, 0x24b8(%rsp)
movq %rcx, 0x24b0(%rsp)
movl %eax, 0x24ac(%rsp)
movq 0x24b0(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x24ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1600(%rsp), %r10
movq %r10, 0x2808(%rsp)
movl %r9d, 0x2804(%rsp)
movl %r8d, 0x2800(%rsp)
movl %edi, 0x27fc(%rsp)
movq %rsi, 0x27f0(%rsp)
movq %rdx, 0x27e8(%rsp)
movl %ecx, 0x27e4(%rsp)
movq %rax, 0x27d8(%rsp)
movq 0x2808(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x27f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2804(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2800(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32c8(%rsp)
movl $0x10, 0x32c4(%rsp)
movq 0x32c8(%rsp), %rax
movslq 0x32c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1628(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e5fa3
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1640(%rsp)
movb $0x1, 0x24ab(%rsp)
testb $0x1, 0x24ab(%rsp)
jne 0x15e60de
leaq 0x1600(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq %rax, 0x3378(%rsp)
movq 0x3378(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e6081
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3374(%rsp) # imm = 0xFFFFFFFF
movl 0x3374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3370(%rsp)
cmpl $0x1, 0x3370(%rsp)
jne 0x15e6081
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e6052
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e6050
jmp 0x15e607f
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b30(%rsp)
cmpq $0x0, 0x3b30(%rsp)
je 0x15e607d
movq 0x3b30(%rsp), %rdi
callq 0x5f480
jmp 0x15e607f
jmp 0x15e6081
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e60dc
movq %rax, %rdi
callq 0x678a0
jmp 0x15e60de
leaq 0x1600(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1600(%rsp), %rax
movq %rax, 0x2238(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x3618(%rsp)
movq 0x3618(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e61c9
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3614(%rsp) # imm = 0xFFFFFFFF
movl 0x3614(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3610(%rsp)
cmpl $0x1, 0x3610(%rsp)
jne 0x15e61c9
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e619a
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e6198
jmp 0x15e61c7
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e0(%rsp)
cmpq $0x0, 0x39e0(%rsp)
je 0x15e61c5
movq 0x39e0(%rsp), %rdi
callq 0x5f480
jmp 0x15e61c7
jmp 0x15e61c9
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e6224
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x1648(%rsp)
movl $0x0, 0x15fc(%rsp)
movl 0x15fc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15e6361
movq 0x16a0(%rsp), %rax
movq %rax, 0x3c78(%rsp)
movq 0x3c78(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x15e0(%rsp)
movq 0x1650(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b9c(%rsp)
vbroadcastss 0x3b9c(%rsp), %xmm0
vmovaps %xmm0, 0x3b80(%rsp)
vmovaps 0x3b80(%rsp), %xmm0
vmovaps %xmm0, 0x15d0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x15e0(%rsp), %rsi
leaq 0x15d0(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x15c0(%rsp)
movq 0x1648(%rsp), %rax
vmovaps 0x15c0(%rsp), %xmm0
movq %rax, 0x3ea8(%rsp)
vmovaps %xmm0, 0x3e90(%rsp)
vmovaps 0x3e90(%rsp), %xmm0
movq 0x3ea8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x16a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x16a0(%rsp)
movq 0x1650(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1650(%rsp)
movq 0x1648(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1648(%rsp)
movl 0x15fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15fc(%rsp)
jmp 0x15e623f
jmp 0x15e6363
movl 0x16ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ac(%rsp)
jmp 0x15e5963
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
cmpl $0x1, 0x1ca0(%rsp)
jne 0x15e72ab
cmpl $0x1, 0x1c9c(%rsp)
jne 0x15e72ab
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15e72ab
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d40(%rsp)
movq 0x1d40(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x15e645c
movq 0x578(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x15e6469
jmp 0x15e6479
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0x15bc(%rsp)
movl 0x15bc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15e729b
movq 0x1cc0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1568(%rsp), %rdx
movq %rdx, 0x1ef8(%rsp)
movq %rcx, 0x1ef0(%rsp)
movl %eax, 0x1eec(%rsp)
movq 0x1ef0(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x1eeb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1eec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1568(%rsp), %r10
movq %r10, 0x2cd8(%rsp)
movl %r9d, 0x2cd4(%rsp)
movl %r8d, 0x2cd0(%rsp)
movl %edi, 0x2ccc(%rsp)
movq %rsi, 0x2cc0(%rsp)
movq %rdx, 0x2cb8(%rsp)
movl %ecx, 0x2cb4(%rsp)
movq %rax, 0x2ca8(%rsp)
movq 0x2cd8(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x2cc0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cb8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cb4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ca8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2cd4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2cd0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ccc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3168(%rsp)
movl $0x10, 0x3164(%rsp)
movq 0x3168(%rsp), %rax
movslq 0x3164(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3164(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1590(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e6654
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15a8(%rsp)
movb $0x1, 0x1eeb(%rsp)
testb $0x1, 0x1eeb(%rsp)
jne 0x15e678f
leaq 0x1568(%rsp), %rax
movq %rax, 0x2140(%rsp)
movq 0x2140(%rsp), %rax
movq %rax, 0x3808(%rsp)
movq 0x3808(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e6732
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3804(%rsp) # imm = 0xFFFFFFFF
movl 0x3804(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3800(%rsp)
cmpl $0x1, 0x3800(%rsp)
jne 0x15e6732
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e6703
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e6701
jmp 0x15e6730
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e8(%rsp)
cmpq $0x0, 0x38e8(%rsp)
je 0x15e672e
movq 0x38e8(%rsp), %rdi
callq 0x5f480
jmp 0x15e6730
jmp 0x15e6732
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e678d
movq %rax, %rdi
callq 0x678a0
jmp 0x15e678f
leaq 0x1568(%rsp), %rax
movq %rax, 0x2098(%rsp)
movq 0x2098(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x1568(%rsp), %rax
movq %rax, 0x2240(%rsp)
movq 0x2240(%rsp), %rax
movq %rax, 0x3608(%rsp)
movq 0x3608(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e687a
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3604(%rsp) # imm = 0xFFFFFFFF
movl 0x3604(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3600(%rsp)
cmpl $0x1, 0x3600(%rsp)
jne 0x15e687a
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e684b
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e6849
jmp 0x15e6878
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e8(%rsp)
cmpq $0x0, 0x39e8(%rsp)
je 0x15e6876
movq 0x39e8(%rsp), %rdi
callq 0x5f480
jmp 0x15e6878
jmp 0x15e687a
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e68d5
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x15b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1518(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1518(%rsp), %r10
movq %r10, 0x2840(%rsp)
movl %r9d, 0x283c(%rsp)
movl %r8d, 0x2838(%rsp)
movl %edi, 0x2834(%rsp)
movq %rsi, 0x2828(%rsp)
movq %rdx, 0x2820(%rsp)
movl %ecx, 0x281c(%rsp)
movq %rax, 0x2810(%rsp)
movq 0x2840(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2820(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x281c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2810(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x283c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2838(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2834(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32b8(%rsp)
movl $0x10, 0x32b4(%rsp)
movq 0x32b8(%rsp), %rax
movslq 0x32b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1540(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e6aa1
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1558(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x15e6bdc
leaq 0x1518(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq %rax, 0x3388(%rsp)
movq 0x3388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e6b7f
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3384(%rsp) # imm = 0xFFFFFFFF
movl 0x3384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3380(%rsp)
cmpl $0x1, 0x3380(%rsp)
jne 0x15e6b7f
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e6b50
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e6b4e
jmp 0x15e6b7d
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b28(%rsp)
cmpq $0x0, 0x3b28(%rsp)
je 0x15e6b7b
movq 0x3b28(%rsp), %rdi
callq 0x5f480
jmp 0x15e6b7d
jmp 0x15e6b7f
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e6bda
movq %rax, %rdi
callq 0x678a0
jmp 0x15e6bdc
leaq 0x1518(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1518(%rsp), %rax
movq %rax, 0x2248(%rsp)
movq 0x2248(%rsp), %rax
movq %rax, 0x35f8(%rsp)
movq 0x35f8(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e6cc7
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35f4(%rsp) # imm = 0xFFFFFFFF
movl 0x35f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35f0(%rsp)
cmpl $0x1, 0x35f0(%rsp)
jne 0x15e6cc7
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e6c98
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e6c96
jmp 0x15e6cc5
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f0(%rsp)
cmpq $0x0, 0x39f0(%rsp)
je 0x15e6cc3
movq 0x39f0(%rsp), %rdi
callq 0x5f480
jmp 0x15e6cc5
jmp 0x15e6cc7
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e6d22
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x1560(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x14c8(%rsp), %rdx
movq %rdx, 0x1ee0(%rsp)
movq %rcx, 0x1ed8(%rsp)
movl %eax, 0x1ed4(%rsp)
movq 0x1ed8(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x1ed3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ed4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14c8(%rsp), %r10
movq %r10, 0x2d10(%rsp)
movl %r9d, 0x2d0c(%rsp)
movl %r8d, 0x2d08(%rsp)
movl %edi, 0x2d04(%rsp)
movq %rsi, 0x2cf8(%rsp)
movq %rdx, 0x2cf0(%rsp)
movl %ecx, 0x2cec(%rsp)
movq %rax, 0x2ce0(%rsp)
movq 0x2d10(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x2cf8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cf0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ce0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d0c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d08(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d04(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3158(%rsp)
movl $0x10, 0x3154(%rsp)
movq 0x3158(%rsp), %rax
movslq 0x3154(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3154(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e6eee
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1508(%rsp)
movb $0x1, 0x1ed3(%rsp)
testb $0x1, 0x1ed3(%rsp)
jne 0x15e7029
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2148(%rsp)
movq 0x2148(%rsp), %rax
movq %rax, 0x37f8(%rsp)
movq 0x37f8(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e6fcc
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37f4(%rsp) # imm = 0xFFFFFFFF
movl 0x37f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37f0(%rsp)
cmpl $0x1, 0x37f0(%rsp)
jne 0x15e6fcc
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e6f9d
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e6f9b
jmp 0x15e6fca
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f0(%rsp)
cmpq $0x0, 0x38f0(%rsp)
je 0x15e6fc8
movq 0x38f0(%rsp), %rdi
callq 0x5f480
jmp 0x15e6fca
jmp 0x15e6fcc
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e7027
movq %rax, %rdi
callq 0x678a0
jmp 0x15e7029
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2090(%rsp)
movq 0x2090(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2250(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0x35e8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e7114
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35e4(%rsp) # imm = 0xFFFFFFFF
movl 0x35e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35e0(%rsp)
cmpl $0x1, 0x35e0(%rsp)
jne 0x15e7114
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e70e5
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e70e3
jmp 0x15e7112
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f8(%rsp)
cmpq $0x0, 0x39f8(%rsp)
je 0x15e7110
movq 0x39f8(%rsp), %rdi
callq 0x5f480
jmp 0x15e7112
jmp 0x15e7114
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e716f
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1510(%rsp)
movq 0x15b0(%rsp), %rax
movq %rax, 0x3c70(%rsp)
movq 0x3c70(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x14b0(%rsp)
movl $0x0, 0x14ac(%rsp)
movl 0x14ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15e7283
movq 0x1510(%rsp), %rax
movq %rax, 0x3c68(%rsp)
movq 0x3c68(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1490(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x14b0(%rsp), %rsi
leaq 0x1490(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x1480(%rsp)
movq 0x1560(%rsp), %rax
vmovaps 0x1480(%rsp), %xmm0
movq %rax, 0x3e88(%rsp)
vmovaps %xmm0, 0x3e70(%rsp)
vmovaps 0x3e70(%rsp), %xmm0
movq 0x3e88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1510(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1510(%rsp)
movq 0x1560(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1560(%rsp)
movl 0x14ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14ac(%rsp)
jmp 0x15e71af
jmp 0x15e7285
movl 0x15bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15bc(%rsp)
jmp 0x15e6484
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15e7de0
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15e7de0
cmpl $0x1, 0x1c94(%rsp)
jne 0x15e7de0
cmpl $0x1, 0x1c84(%rsp)
jne 0x15e7de0
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d38(%rsp)
movq 0x1d38(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x15e7392
movq 0x4f0(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x15e739f
jmp 0x15e73af
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0x147c(%rsp)
movl 0x147c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15e7dd0
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2088(%rsp)
movq 0x2088(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1470(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x1420(%rsp), %rdx
movq %rdx, 0x1ec8(%rsp)
movq %rcx, 0x1ec0(%rsp)
movl %eax, 0x1ebc(%rsp)
movq 0x1ec0(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x1ebb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ebc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1420(%rsp), %r10
movq %r10, 0x2d48(%rsp)
movl %r9d, 0x2d44(%rsp)
movl %r8d, 0x2d40(%rsp)
movl %edi, 0x2d3c(%rsp)
movq %rsi, 0x2d30(%rsp)
movq %rdx, 0x2d28(%rsp)
movl %ecx, 0x2d24(%rsp)
movq %rax, 0x2d18(%rsp)
movq 0x2d48(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x2d30(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d28(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d24(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d18(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d44(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d40(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d3c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3148(%rsp)
movl $0x10, 0x3144(%rsp)
movq 0x3148(%rsp), %rax
movslq 0x3144(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3144(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1448(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e75ad
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1460(%rsp)
movb $0x1, 0x1ebb(%rsp)
testb $0x1, 0x1ebb(%rsp)
jne 0x15e76e8
leaq 0x1420(%rsp), %rax
movq %rax, 0x2150(%rsp)
movq 0x2150(%rsp), %rax
movq %rax, 0x37e8(%rsp)
movq 0x37e8(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e768b
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37e4(%rsp) # imm = 0xFFFFFFFF
movl 0x37e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37e0(%rsp)
cmpl $0x1, 0x37e0(%rsp)
jne 0x15e768b
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e765c
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e765a
jmp 0x15e7689
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f8(%rsp)
cmpq $0x0, 0x38f8(%rsp)
je 0x15e7687
movq 0x38f8(%rsp), %rdi
callq 0x5f480
jmp 0x15e7689
jmp 0x15e768b
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e76e6
movq %rax, %rdi
callq 0x678a0
jmp 0x15e76e8
leaq 0x1420(%rsp), %rax
movq %rax, 0x2080(%rsp)
movq 0x2080(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1420(%rsp), %rax
movq %rax, 0x2258(%rsp)
movq 0x2258(%rsp), %rax
movq %rax, 0x35d8(%rsp)
movq 0x35d8(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e77d3
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35d4(%rsp) # imm = 0xFFFFFFFF
movl 0x35d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35d0(%rsp)
cmpl $0x1, 0x35d0(%rsp)
jne 0x15e77d3
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e77a4
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e77a2
jmp 0x15e77d1
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a00(%rsp)
cmpq $0x0, 0x3a00(%rsp)
je 0x15e77cf
movq 0x3a00(%rsp), %rdi
callq 0x5f480
jmp 0x15e77d1
jmp 0x15e77d3
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e782e
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1468(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x13d0(%rsp), %rdx
movq %rdx, 0x2478(%rsp)
movq %rcx, 0x2470(%rsp)
movl %eax, 0x246c(%rsp)
movq 0x2470(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x246b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x246c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x13d0(%rsp), %r10
movq %r10, 0x2878(%rsp)
movl %r9d, 0x2874(%rsp)
movl %r8d, 0x2870(%rsp)
movl %edi, 0x286c(%rsp)
movq %rsi, 0x2860(%rsp)
movq %rdx, 0x2858(%rsp)
movl %ecx, 0x2854(%rsp)
movq %rax, 0x2848(%rsp)
movq 0x2878(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x2860(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2858(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2854(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2848(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2874(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2870(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x286c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32a8(%rsp)
movl $0x10, 0x32a4(%rsp)
movq 0x32a8(%rsp), %rax
movslq 0x32a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x13f8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e79fa
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1410(%rsp)
movb $0x1, 0x246b(%rsp)
testb $0x1, 0x246b(%rsp)
jne 0x15e7b35
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2480(%rsp)
movq 0x2480(%rsp), %rax
movq %rax, 0x3398(%rsp)
movq 0x3398(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e7ad8
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3394(%rsp) # imm = 0xFFFFFFFF
movl 0x3394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3390(%rsp)
cmpl $0x1, 0x3390(%rsp)
jne 0x15e7ad8
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e7aa9
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e7aa7
jmp 0x15e7ad6
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b20(%rsp)
cmpq $0x0, 0x3b20(%rsp)
je 0x15e7ad4
movq 0x3b20(%rsp), %rdi
callq 0x5f480
jmp 0x15e7ad6
jmp 0x15e7ad8
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e7b33
movq %rax, %rdi
callq 0x678a0
jmp 0x15e7b35
leaq 0x13d0(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2260(%rsp)
movq 0x2260(%rsp), %rax
movq %rax, 0x35c8(%rsp)
movq 0x35c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e7c20
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35c4(%rsp) # imm = 0xFFFFFFFF
movl 0x35c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35c0(%rsp)
cmpl $0x1, 0x35c0(%rsp)
jne 0x15e7c20
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e7bf1
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e7bef
jmp 0x15e7c1e
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a08(%rsp)
cmpq $0x0, 0x3a08(%rsp)
je 0x15e7c1c
movq 0x3a08(%rsp), %rdi
callq 0x5f480
jmp 0x15e7c1e
jmp 0x15e7c20
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e7c7b
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1418(%rsp)
movl $0x0, 0x13cc(%rsp)
movl 0x13cc(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15e7db8
movq 0x1470(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b7c(%rsp)
vbroadcastss 0x3b7c(%rsp), %xmm0
vmovaps %xmm0, 0x3b60(%rsp)
vmovaps 0x3b60(%rsp), %xmm0
vmovaps %xmm0, 0x13b0(%rsp)
movq 0x1468(%rsp), %rax
movq %rax, 0x3c60(%rsp)
movq 0x3c60(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x13a0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x13b0(%rsp), %rsi
leaq 0x13a0(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x1390(%rsp)
movq 0x1418(%rsp), %rax
vmovaps 0x1390(%rsp), %xmm0
movq %rax, 0x3e68(%rsp)
vmovaps %xmm0, 0x3e50(%rsp)
vmovaps 0x3e50(%rsp), %xmm0
movq 0x3e68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1470(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1470(%rsp)
movq 0x1468(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1468(%rsp)
movq 0x1418(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1418(%rsp)
movl 0x13cc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13cc(%rsp)
jmp 0x15e7c96
jmp 0x15e7dba
movl 0x147c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x147c(%rsp)
jmp 0x15e73ba
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
cmpl $0x1, 0x1ca0(%rsp)
je 0x15e8d61
cmpl $0x1, 0x1c80(%rsp)
jne 0x15e8d61
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15e8d61
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15e8d61
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x1d30(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x15e7ec7
movq 0x490(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x15e7ed4
jmp 0x15e7ee4
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0x138c(%rsp)
movl 0x138c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15e8d51
movq 0x1cc0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1338(%rsp), %rdx
movq %rdx, 0x1eb0(%rsp)
movq %rcx, 0x1ea8(%rsp)
movl %eax, 0x1ea4(%rsp)
movq 0x1ea8(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x1ea3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ea4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1338(%rsp), %r10
movq %r10, 0x2d80(%rsp)
movl %r9d, 0x2d7c(%rsp)
movl %r8d, 0x2d78(%rsp)
movl %edi, 0x2d74(%rsp)
movq %rsi, 0x2d68(%rsp)
movq %rdx, 0x2d60(%rsp)
movl %ecx, 0x2d5c(%rsp)
movq %rax, 0x2d50(%rsp)
movq 0x2d80(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x2d68(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d60(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d5c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d50(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d7c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d78(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d74(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3138(%rsp)
movl $0x10, 0x3134(%rsp)
movq 0x3138(%rsp), %rax
movslq 0x3134(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3134(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1360(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e80bf
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1378(%rsp)
movb $0x1, 0x1ea3(%rsp)
testb $0x1, 0x1ea3(%rsp)
jne 0x15e81fa
leaq 0x1338(%rsp), %rax
movq %rax, 0x2158(%rsp)
movq 0x2158(%rsp), %rax
movq %rax, 0x37d8(%rsp)
movq 0x37d8(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e819d
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37d4(%rsp) # imm = 0xFFFFFFFF
movl 0x37d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37d0(%rsp)
cmpl $0x1, 0x37d0(%rsp)
jne 0x15e819d
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e816e
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e816c
jmp 0x15e819b
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3900(%rsp)
cmpq $0x0, 0x3900(%rsp)
je 0x15e8199
movq 0x3900(%rsp), %rdi
callq 0x5f480
jmp 0x15e819b
jmp 0x15e819d
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e81f8
movq %rax, %rdi
callq 0x678a0
jmp 0x15e81fa
leaq 0x1338(%rsp), %rax
movq %rax, 0x2078(%rsp)
movq 0x2078(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1338(%rsp), %rax
movq %rax, 0x2268(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x35b8(%rsp)
movq 0x35b8(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e82e5
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35b4(%rsp) # imm = 0xFFFFFFFF
movl 0x35b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35b0(%rsp)
cmpl $0x1, 0x35b0(%rsp)
jne 0x15e82e5
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e82b6
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e82b4
jmp 0x15e82e3
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a10(%rsp)
cmpq $0x0, 0x3a10(%rsp)
je 0x15e82e1
movq 0x3a10(%rsp), %rdi
callq 0x5f480
jmp 0x15e82e3
jmp 0x15e82e5
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e8340
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1380(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x12e8(%rsp), %rdx
movq %rdx, 0x1e98(%rsp)
movq %rcx, 0x1e90(%rsp)
movl %eax, 0x1e8c(%rsp)
movq 0x1e90(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x1e8b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e8c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12e8(%rsp), %r10
movq %r10, 0x2db8(%rsp)
movl %r9d, 0x2db4(%rsp)
movl %r8d, 0x2db0(%rsp)
movl %edi, 0x2dac(%rsp)
movq %rsi, 0x2da0(%rsp)
movq %rdx, 0x2d98(%rsp)
movl %ecx, 0x2d94(%rsp)
movq %rax, 0x2d88(%rsp)
movq 0x2db8(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x2da0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d98(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d94(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d88(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2db4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2db0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2dac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3128(%rsp)
movl $0x10, 0x3124(%rsp)
movq 0x3128(%rsp), %rax
movslq 0x3124(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3124(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1310(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e850c
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1328(%rsp)
movb $0x1, 0x1e8b(%rsp)
testb $0x1, 0x1e8b(%rsp)
jne 0x15e8647
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2160(%rsp)
movq 0x2160(%rsp), %rax
movq %rax, 0x37c8(%rsp)
movq 0x37c8(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e85ea
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c4(%rsp) # imm = 0xFFFFFFFF
movl 0x37c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37c0(%rsp)
cmpl $0x1, 0x37c0(%rsp)
jne 0x15e85ea
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e85bb
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e85b9
jmp 0x15e85e8
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3908(%rsp)
cmpq $0x0, 0x3908(%rsp)
je 0x15e85e6
movq 0x3908(%rsp), %rdi
callq 0x5f480
jmp 0x15e85e8
jmp 0x15e85ea
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e8645
movq %rax, %rdi
callq 0x678a0
jmp 0x15e8647
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2070(%rsp)
movq 0x2070(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2270(%rsp)
movq 0x2270(%rsp), %rax
movq %rax, 0x35a8(%rsp)
movq 0x35a8(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e8732
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35a4(%rsp) # imm = 0xFFFFFFFF
movl 0x35a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35a0(%rsp)
cmpl $0x1, 0x35a0(%rsp)
jne 0x15e8732
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e8703
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e8701
jmp 0x15e8730
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a18(%rsp)
cmpq $0x0, 0x3a18(%rsp)
je 0x15e872e
movq 0x3a18(%rsp), %rdi
callq 0x5f480
jmp 0x15e8730
jmp 0x15e8732
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e878d
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1330(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1298(%rsp), %rdx
movq %rdx, 0x2458(%rsp)
movq %rcx, 0x2450(%rsp)
movl %eax, 0x244c(%rsp)
movq 0x2450(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x244b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x244c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1298(%rsp), %r10
movq %r10, 0x28b0(%rsp)
movl %r9d, 0x28ac(%rsp)
movl %r8d, 0x28a8(%rsp)
movl %edi, 0x28a4(%rsp)
movq %rsi, 0x2898(%rsp)
movq %rdx, 0x2890(%rsp)
movl %ecx, 0x288c(%rsp)
movq %rax, 0x2880(%rsp)
movq 0x28b0(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2890(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x288c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2880(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3298(%rsp)
movl $0x10, 0x3294(%rsp)
movq 0x3298(%rsp), %rax
movslq 0x3294(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3294(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e8959
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12d8(%rsp)
movb $0x1, 0x244b(%rsp)
testb $0x1, 0x244b(%rsp)
jne 0x15e8a94
leaq 0x1298(%rsp), %rax
movq %rax, 0x2460(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x33a8(%rsp)
movq 0x33a8(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e8a37
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33a4(%rsp) # imm = 0xFFFFFFFF
movl 0x33a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33a0(%rsp)
cmpl $0x1, 0x33a0(%rsp)
jne 0x15e8a37
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e8a08
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e8a06
jmp 0x15e8a35
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b18(%rsp)
cmpq $0x0, 0x3b18(%rsp)
je 0x15e8a33
movq 0x3b18(%rsp), %rdi
callq 0x5f480
jmp 0x15e8a35
jmp 0x15e8a37
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e8a92
movq %rax, %rdi
callq 0x678a0
jmp 0x15e8a94
leaq 0x1298(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1298(%rsp), %rax
movq %rax, 0x2278(%rsp)
movq 0x2278(%rsp), %rax
movq %rax, 0x3598(%rsp)
movq 0x3598(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e8b7f
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3594(%rsp) # imm = 0xFFFFFFFF
movl 0x3594(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3590(%rsp)
cmpl $0x1, 0x3590(%rsp)
jne 0x15e8b7f
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e8b50
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e8b4e
jmp 0x15e8b7d
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a20(%rsp)
cmpq $0x0, 0x3a20(%rsp)
je 0x15e8b7b
movq 0x3a20(%rsp), %rdi
callq 0x5f480
jmp 0x15e8b7d
jmp 0x15e8b7f
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e8bda
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x12e0(%rsp)
movl $0x0, 0x1294(%rsp)
movl 0x1294(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15e8d39
movq 0x1330(%rsp), %rax
movl 0x1294(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c58(%rsp)
movq 0x3c58(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15e8d21
movq 0x1380(%rsp), %rax
movq %rax, 0x3c50(%rsp)
movq 0x3c50(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1260(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1260(%rsp), %rsi
leaq 0x1280(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x1250(%rsp)
movq 0x12e0(%rsp), %rax
vmovaps 0x1250(%rsp), %xmm0
movq %rax, 0x3e48(%rsp)
vmovaps %xmm0, 0x3e30(%rsp)
vmovaps 0x3e30(%rsp), %xmm0
movq 0x3e48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1380(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1380(%rsp)
movq 0x12e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x12e0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x15e8c4d
jmp 0x15e8d23
movl 0x1294(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1294(%rsp)
jmp 0x15e8bf5
jmp 0x15e8d3b
movl 0x138c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x138c(%rsp)
jmp 0x15e7eef
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15e9ce2
cmpl $0x1, 0x1c9c(%rsp)
je 0x15e9ce2
cmpl $0x1, 0x1c7c(%rsp)
jne 0x15e9ce2
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15e9ce2
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d28(%rsp)
movq 0x1d28(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x15e8e48
movq 0x408(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x15e8e55
jmp 0x15e8e65
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0x124c(%rsp)
movl 0x124c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15e9cd2
movq 0x1cc0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11f8(%rsp), %rdx
movq %rdx, 0x1e80(%rsp)
movq %rcx, 0x1e78(%rsp)
movl %eax, 0x1e74(%rsp)
movq 0x1e78(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x1e73(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e74(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11f8(%rsp), %r10
movq %r10, 0x2df0(%rsp)
movl %r9d, 0x2dec(%rsp)
movl %r8d, 0x2de8(%rsp)
movl %edi, 0x2de4(%rsp)
movq %rsi, 0x2dd8(%rsp)
movq %rdx, 0x2dd0(%rsp)
movl %ecx, 0x2dcc(%rsp)
movq %rax, 0x2dc0(%rsp)
movq 0x2df0(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x2dd8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2dd0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2dcc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2dc0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2dec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2de8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2de4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3118(%rsp)
movl $0x10, 0x3114(%rsp)
movq 0x3118(%rsp), %rax
movslq 0x3114(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3114(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1220(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e9040
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1238(%rsp)
movb $0x1, 0x1e73(%rsp)
testb $0x1, 0x1e73(%rsp)
jne 0x15e917b
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2168(%rsp)
movq 0x2168(%rsp), %rax
movq %rax, 0x37b8(%rsp)
movq 0x37b8(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e911e
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37b4(%rsp) # imm = 0xFFFFFFFF
movl 0x37b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37b0(%rsp)
cmpl $0x1, 0x37b0(%rsp)
jne 0x15e911e
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e90ef
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e90ed
jmp 0x15e911c
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3910(%rsp)
cmpq $0x0, 0x3910(%rsp)
je 0x15e911a
movq 0x3910(%rsp), %rdi
callq 0x5f480
jmp 0x15e911c
jmp 0x15e911e
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e9179
movq %rax, %rdi
callq 0x678a0
jmp 0x15e917b
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2068(%rsp)
movq 0x2068(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2280(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x3588(%rsp)
movq 0x3588(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e9266
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3584(%rsp) # imm = 0xFFFFFFFF
movl 0x3584(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3580(%rsp)
cmpl $0x1, 0x3580(%rsp)
jne 0x15e9266
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e9237
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e9235
jmp 0x15e9264
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a28(%rsp)
cmpq $0x0, 0x3a28(%rsp)
je 0x15e9262
movq 0x3a28(%rsp), %rdi
callq 0x5f480
jmp 0x15e9264
jmp 0x15e9266
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e92c1
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x1240(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11a8(%rsp), %rdx
movq %rdx, 0x1e68(%rsp)
movq %rcx, 0x1e60(%rsp)
movl %eax, 0x1e5c(%rsp)
movq 0x1e60(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x1e5b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e5c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11a8(%rsp), %r10
movq %r10, 0x2e28(%rsp)
movl %r9d, 0x2e24(%rsp)
movl %r8d, 0x2e20(%rsp)
movl %edi, 0x2e1c(%rsp)
movq %rsi, 0x2e10(%rsp)
movq %rdx, 0x2e08(%rsp)
movl %ecx, 0x2e04(%rsp)
movq %rax, 0x2df8(%rsp)
movq 0x2e28(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x2e10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2df8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3108(%rsp)
movl $0x10, 0x3104(%rsp)
movq 0x3108(%rsp), %rax
movslq 0x3104(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3104(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e948d
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11e8(%rsp)
movb $0x1, 0x1e5b(%rsp)
testb $0x1, 0x1e5b(%rsp)
jne 0x15e95c8
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2170(%rsp)
movq 0x2170(%rsp), %rax
movq %rax, 0x37a8(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e956b
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37a4(%rsp) # imm = 0xFFFFFFFF
movl 0x37a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37a0(%rsp)
cmpl $0x1, 0x37a0(%rsp)
jne 0x15e956b
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e953c
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e953a
jmp 0x15e9569
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3918(%rsp)
cmpq $0x0, 0x3918(%rsp)
je 0x15e9567
movq 0x3918(%rsp), %rdi
callq 0x5f480
jmp 0x15e9569
jmp 0x15e956b
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e95c6
movq %rax, %rdi
callq 0x678a0
jmp 0x15e95c8
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2060(%rsp)
movq 0x2060(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2288(%rsp)
movq 0x2288(%rsp), %rax
movq %rax, 0x3578(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e96b3
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3574(%rsp) # imm = 0xFFFFFFFF
movl 0x3574(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3570(%rsp)
cmpl $0x1, 0x3570(%rsp)
jne 0x15e96b3
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e9684
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e9682
jmp 0x15e96b1
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a30(%rsp)
cmpq $0x0, 0x3a30(%rsp)
je 0x15e96af
movq 0x3a30(%rsp), %rdi
callq 0x5f480
jmp 0x15e96b1
jmp 0x15e96b3
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e970e
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x11f0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x1158(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1158(%rsp), %r10
movq %r10, 0x28e8(%rsp)
movl %r9d, 0x28e4(%rsp)
movl %r8d, 0x28e0(%rsp)
movl %edi, 0x28dc(%rsp)
movq %rsi, 0x28d0(%rsp)
movq %rdx, 0x28c8(%rsp)
movl %ecx, 0x28c4(%rsp)
movq %rax, 0x28b8(%rsp)
movq 0x28e8(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x28d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x28c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3288(%rsp)
movl $0x10, 0x3284(%rsp)
movq 0x3288(%rsp), %rax
movslq 0x3284(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3284(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1180(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e98da
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1198(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x15e9a15
leaq 0x1158(%rsp), %rax
movq %rax, 0x2440(%rsp)
movq 0x2440(%rsp), %rax
movq %rax, 0x33b8(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e99b8
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33b4(%rsp) # imm = 0xFFFFFFFF
movl 0x33b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33b0(%rsp)
cmpl $0x1, 0x33b0(%rsp)
jne 0x15e99b8
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e9989
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e9987
jmp 0x15e99b6
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b10(%rsp)
cmpq $0x0, 0x3b10(%rsp)
je 0x15e99b4
movq 0x3b10(%rsp), %rdi
callq 0x5f480
jmp 0x15e99b6
jmp 0x15e99b8
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e9a13
movq %rax, %rdi
callq 0x678a0
jmp 0x15e9a15
leaq 0x1158(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1158(%rsp), %rax
movq %rax, 0x2290(%rsp)
movq 0x2290(%rsp), %rax
movq %rax, 0x3568(%rsp)
movq 0x3568(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15e9b00
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3564(%rsp) # imm = 0xFFFFFFFF
movl 0x3564(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3560(%rsp)
cmpl $0x1, 0x3560(%rsp)
jne 0x15e9b00
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15e9ad1
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15e9acf
jmp 0x15e9afe
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a38(%rsp)
cmpq $0x0, 0x3a38(%rsp)
je 0x15e9afc
movq 0x3a38(%rsp), %rdi
callq 0x5f480
jmp 0x15e9afe
jmp 0x15e9b00
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15e9b5b
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x11a0(%rsp)
movl $0x0, 0x1154(%rsp)
movl 0x1154(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15e9cba
movl $0x0, 0x1150(%rsp)
movl 0x1150(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15e9ca2
movq 0x1240(%rsp), %rax
movq %rax, 0x3c48(%rsp)
movq 0x3c48(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1140(%rsp)
movq 0x11f0(%rsp), %rax
movl 0x1150(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c40(%rsp)
movq 0x3c40(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1130(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1140(%rsp), %rsi
leaq 0x1130(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x1120(%rsp)
movq 0x11a0(%rsp), %rax
vmovaps 0x1120(%rsp), %xmm0
movq %rax, 0x3e28(%rsp)
vmovaps %xmm0, 0x3e10(%rsp)
vmovaps 0x3e10(%rsp), %xmm0
movq 0x3e28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1240(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1240(%rsp)
movq 0x11a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x11a0(%rsp)
movl 0x1150(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1150(%rsp)
jmp 0x15e9b95
jmp 0x15e9ca4
movl 0x1154(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1154(%rsp)
jmp 0x15e9b76
jmp 0x15e9cbc
movl 0x124c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x124c(%rsp)
jmp 0x15e8e70
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
cmpl $0x1, 0x1c80(%rsp)
je 0x15eac63
cmpl $0x1, 0x1ca0(%rsp)
jne 0x15eac63
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15eac63
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15eac63
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d20(%rsp)
movq 0x1d20(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x15e9dc9
movq 0x380(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x15e9dd6
jmp 0x15e9de6
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0x111c(%rsp)
movl 0x111c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15eac53
movq 0x1cc0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x10c8(%rsp), %rdx
movq %rdx, 0x1e50(%rsp)
movq %rcx, 0x1e48(%rsp)
movl %eax, 0x1e44(%rsp)
movq 0x1e48(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x1e43(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e44(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x10c8(%rsp), %r10
movq %r10, 0x2e60(%rsp)
movl %r9d, 0x2e5c(%rsp)
movl %r8d, 0x2e58(%rsp)
movl %edi, 0x2e54(%rsp)
movq %rsi, 0x2e48(%rsp)
movq %rdx, 0x2e40(%rsp)
movl %ecx, 0x2e3c(%rsp)
movq %rax, 0x2e30(%rsp)
movq 0x2e60(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x2e48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30f8(%rsp)
movl $0x10, 0x30f4(%rsp)
movq 0x30f8(%rsp), %rax
movslq 0x30f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15e9fc1
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1108(%rsp)
movb $0x1, 0x1e43(%rsp)
testb $0x1, 0x1e43(%rsp)
jne 0x15ea0fc
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2178(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x3798(%rsp)
movq 0x3798(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ea09f
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3794(%rsp) # imm = 0xFFFFFFFF
movl 0x3794(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3790(%rsp)
cmpl $0x1, 0x3790(%rsp)
jne 0x15ea09f
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ea070
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ea06e
jmp 0x15ea09d
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3920(%rsp)
cmpq $0x0, 0x3920(%rsp)
je 0x15ea09b
movq 0x3920(%rsp), %rdi
callq 0x5f480
jmp 0x15ea09d
jmp 0x15ea09f
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ea0fa
movq %rax, %rdi
callq 0x678a0
jmp 0x15ea0fc
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2058(%rsp)
movq 0x2058(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2298(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x3558(%rsp)
movq 0x3558(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ea1e7
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3554(%rsp) # imm = 0xFFFFFFFF
movl 0x3554(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3550(%rsp)
cmpl $0x1, 0x3550(%rsp)
jne 0x15ea1e7
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ea1b8
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ea1b6
jmp 0x15ea1e5
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a40(%rsp)
cmpq $0x0, 0x3a40(%rsp)
je 0x15ea1e3
movq 0x3a40(%rsp), %rdi
callq 0x5f480
jmp 0x15ea1e5
jmp 0x15ea1e7
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ea242
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1110(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1078(%rsp), %rdx
movq %rdx, 0x1e38(%rsp)
movq %rcx, 0x1e30(%rsp)
movl %eax, 0x1e2c(%rsp)
movq 0x1e30(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x1e2b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e2c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1078(%rsp), %r10
movq %r10, 0x2e98(%rsp)
movl %r9d, 0x2e94(%rsp)
movl %r8d, 0x2e90(%rsp)
movl %edi, 0x2e8c(%rsp)
movq %rsi, 0x2e80(%rsp)
movq %rdx, 0x2e78(%rsp)
movl %ecx, 0x2e74(%rsp)
movq %rax, 0x2e68(%rsp)
movq 0x2e98(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x2e80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30e8(%rsp)
movl $0x10, 0x30e4(%rsp)
movq 0x30e8(%rsp), %rax
movslq 0x30e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ea40e
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10b8(%rsp)
movb $0x1, 0x1e2b(%rsp)
testb $0x1, 0x1e2b(%rsp)
jne 0x15ea549
leaq 0x1078(%rsp), %rax
movq %rax, 0x2180(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x3788(%rsp)
movq 0x3788(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ea4ec
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3784(%rsp) # imm = 0xFFFFFFFF
movl 0x3784(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3780(%rsp)
cmpl $0x1, 0x3780(%rsp)
jne 0x15ea4ec
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ea4bd
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ea4bb
jmp 0x15ea4ea
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3928(%rsp)
cmpq $0x0, 0x3928(%rsp)
je 0x15ea4e8
movq 0x3928(%rsp), %rdi
callq 0x5f480
jmp 0x15ea4ea
jmp 0x15ea4ec
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ea547
movq %rax, %rdi
callq 0x678a0
jmp 0x15ea549
leaq 0x1078(%rsp), %rax
movq %rax, 0x2050(%rsp)
movq 0x2050(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x1078(%rsp), %rax
movq %rax, 0x22a0(%rsp)
movq 0x22a0(%rsp), %rax
movq %rax, 0x3548(%rsp)
movq 0x3548(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ea634
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3544(%rsp) # imm = 0xFFFFFFFF
movl 0x3544(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3540(%rsp)
cmpl $0x1, 0x3540(%rsp)
jne 0x15ea634
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ea605
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ea603
jmp 0x15ea632
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a48(%rsp)
cmpq $0x0, 0x3a48(%rsp)
je 0x15ea630
movq 0x3a48(%rsp), %rdi
callq 0x5f480
jmp 0x15ea632
jmp 0x15ea634
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ea68f
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x10c0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1028(%rsp), %rdx
movq %rdx, 0x2418(%rsp)
movq %rcx, 0x2410(%rsp)
movl %eax, 0x240c(%rsp)
movq 0x2410(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x240b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x240c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1028(%rsp), %r10
movq %r10, 0x2920(%rsp)
movl %r9d, 0x291c(%rsp)
movl %r8d, 0x2918(%rsp)
movl %edi, 0x2914(%rsp)
movq %rsi, 0x2908(%rsp)
movq %rdx, 0x2900(%rsp)
movl %ecx, 0x28fc(%rsp)
movq %rax, 0x28f0(%rsp)
movq 0x2920(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2900(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x291c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2918(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2914(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3278(%rsp)
movl $0x10, 0x3274(%rsp)
movq 0x3278(%rsp), %rax
movslq 0x3274(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3274(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1050(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ea85b
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1068(%rsp)
movb $0x1, 0x240b(%rsp)
testb $0x1, 0x240b(%rsp)
jne 0x15ea996
leaq 0x1028(%rsp), %rax
movq %rax, 0x2420(%rsp)
movq 0x2420(%rsp), %rax
movq %rax, 0x33c8(%rsp)
movq 0x33c8(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ea939
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33c4(%rsp) # imm = 0xFFFFFFFF
movl 0x33c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33c0(%rsp)
cmpl $0x1, 0x33c0(%rsp)
jne 0x15ea939
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ea90a
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ea908
jmp 0x15ea937
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b08(%rsp)
cmpq $0x0, 0x3b08(%rsp)
je 0x15ea935
movq 0x3b08(%rsp), %rdi
callq 0x5f480
jmp 0x15ea937
jmp 0x15ea939
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ea994
movq %rax, %rdi
callq 0x678a0
jmp 0x15ea996
leaq 0x1028(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x1028(%rsp), %rax
movq %rax, 0x22a8(%rsp)
movq 0x22a8(%rsp), %rax
movq %rax, 0x3538(%rsp)
movq 0x3538(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15eaa81
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3534(%rsp) # imm = 0xFFFFFFFF
movl 0x3534(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3530(%rsp)
cmpl $0x1, 0x3530(%rsp)
jne 0x15eaa81
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15eaa52
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15eaa50
jmp 0x15eaa7f
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a50(%rsp)
cmpq $0x0, 0x3a50(%rsp)
je 0x15eaa7d
movq 0x3a50(%rsp), %rdi
callq 0x5f480
jmp 0x15eaa7f
jmp 0x15eaa81
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15eaadc
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x1070(%rsp)
movl $0x0, 0x1024(%rsp)
movl 0x1024(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15eac3b
movq 0x1110(%rsp), %rax
movl 0x1024(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c38(%rsp)
movq 0x3c38(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1010(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15eac23
movq 0x10c0(%rsp), %rax
movq %rax, 0x3c30(%rsp)
movq 0x3c30(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xff0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1010(%rsp), %rsi
leaq 0xff0(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0xfe0(%rsp)
movq 0x1070(%rsp), %rax
vmovaps 0xfe0(%rsp), %xmm0
movq %rax, 0x3e08(%rsp)
vmovaps %xmm0, 0x3df0(%rsp)
vmovaps 0x3df0(%rsp), %xmm0
movq 0x3e08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x10c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x10c0(%rsp)
movq 0x1070(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1070(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x15eab4f
jmp 0x15eac25
movl 0x1024(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1024(%rsp)
jmp 0x15eaaf7
jmp 0x15eac3d
movl 0x111c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x111c(%rsp)
jmp 0x15e9df1
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15ebbe4
cmpl $0x1, 0x1c7c(%rsp)
je 0x15ebbe4
cmpl $0x1, 0x1c9c(%rsp)
jne 0x15ebbe4
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15ebbe4
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d18(%rsp)
movq 0x1d18(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x15ead4a
movq 0x2f8(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x15ead57
jmp 0x15ead67
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15ebbd4
movq 0x1cc0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf88(%rsp), %rdx
movq %rdx, 0x1e20(%rsp)
movq %rcx, 0x1e18(%rsp)
movl %eax, 0x1e14(%rsp)
movq 0x1e18(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x1e13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf88(%rsp), %r10
movq %r10, 0x2ed0(%rsp)
movl %r9d, 0x2ecc(%rsp)
movl %r8d, 0x2ec8(%rsp)
movl %edi, 0x2ec4(%rsp)
movq %rsi, 0x2eb8(%rsp)
movq %rdx, 0x2eb0(%rsp)
movl %ecx, 0x2eac(%rsp)
movq %rax, 0x2ea0(%rsp)
movq 0x2ed0(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x2eb8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2eb0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2eac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ea0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2ecc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ec8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ec4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30d8(%rsp)
movl $0x10, 0x30d4(%rsp)
movq 0x30d8(%rsp), %rax
movslq 0x30d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xfb0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15eaf42
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xfc8(%rsp)
movb $0x1, 0x1e13(%rsp)
testb $0x1, 0x1e13(%rsp)
jne 0x15eb07d
leaq 0xf88(%rsp), %rax
movq %rax, 0x2188(%rsp)
movq 0x2188(%rsp), %rax
movq %rax, 0x3778(%rsp)
movq 0x3778(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15eb020
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3774(%rsp) # imm = 0xFFFFFFFF
movl 0x3774(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3770(%rsp)
cmpl $0x1, 0x3770(%rsp)
jne 0x15eb020
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15eaff1
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15eafef
jmp 0x15eb01e
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3930(%rsp)
cmpq $0x0, 0x3930(%rsp)
je 0x15eb01c
movq 0x3930(%rsp), %rdi
callq 0x5f480
jmp 0x15eb01e
jmp 0x15eb020
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15eb07b
movq %rax, %rdi
callq 0x678a0
jmp 0x15eb07d
leaq 0xf88(%rsp), %rax
movq %rax, 0x2048(%rsp)
movq 0x2048(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0xf88(%rsp), %rax
movq %rax, 0x22b0(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x3528(%rsp)
movq 0x3528(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15eb168
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3524(%rsp) # imm = 0xFFFFFFFF
movl 0x3524(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3520(%rsp)
cmpl $0x1, 0x3520(%rsp)
jne 0x15eb168
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15eb139
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15eb137
jmp 0x15eb166
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a58(%rsp)
cmpq $0x0, 0x3a58(%rsp)
je 0x15eb164
movq 0x3a58(%rsp), %rdi
callq 0x5f480
jmp 0x15eb166
jmp 0x15eb168
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15eb1c3
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0xfd0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf38(%rsp), %rdx
movq %rdx, 0x1e08(%rsp)
movq %rcx, 0x1e00(%rsp)
movl %eax, 0x1dfc(%rsp)
movq 0x1e00(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x1dfb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dfc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf38(%rsp), %r10
movq %r10, 0x2f08(%rsp)
movl %r9d, 0x2f04(%rsp)
movl %r8d, 0x2f00(%rsp)
movl %edi, 0x2efc(%rsp)
movq %rsi, 0x2ef0(%rsp)
movq %rdx, 0x2ee8(%rsp)
movl %ecx, 0x2ee4(%rsp)
movq %rax, 0x2ed8(%rsp)
movq 0x2f08(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x2ef0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ee8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ee4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ed8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2efc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30c8(%rsp)
movl $0x10, 0x30c4(%rsp)
movq 0x30c8(%rsp), %rax
movslq 0x30c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf60(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15eb38f
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf78(%rsp)
movb $0x1, 0x1dfb(%rsp)
testb $0x1, 0x1dfb(%rsp)
jne 0x15eb4ca
leaq 0xf38(%rsp), %rax
movq %rax, 0x2190(%rsp)
movq 0x2190(%rsp), %rax
movq %rax, 0x3768(%rsp)
movq 0x3768(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15eb46d
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3764(%rsp) # imm = 0xFFFFFFFF
movl 0x3764(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3760(%rsp)
cmpl $0x1, 0x3760(%rsp)
jne 0x15eb46d
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15eb43e
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15eb43c
jmp 0x15eb46b
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3938(%rsp)
cmpq $0x0, 0x3938(%rsp)
je 0x15eb469
movq 0x3938(%rsp), %rdi
callq 0x5f480
jmp 0x15eb46b
jmp 0x15eb46d
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15eb4c8
movq %rax, %rdi
callq 0x678a0
jmp 0x15eb4ca
leaq 0xf38(%rsp), %rax
movq %rax, 0x2040(%rsp)
movq 0x2040(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0xf38(%rsp), %rax
movq %rax, 0x22b8(%rsp)
movq 0x22b8(%rsp), %rax
movq %rax, 0x3518(%rsp)
movq 0x3518(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15eb5b5
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3514(%rsp) # imm = 0xFFFFFFFF
movl 0x3514(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3510(%rsp)
cmpl $0x1, 0x3510(%rsp)
jne 0x15eb5b5
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15eb586
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15eb584
jmp 0x15eb5b3
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a60(%rsp)
cmpq $0x0, 0x3a60(%rsp)
je 0x15eb5b1
movq 0x3a60(%rsp), %rdi
callq 0x5f480
jmp 0x15eb5b3
jmp 0x15eb5b5
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15eb610
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0xf80(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xee8(%rsp), %rdx
movq %rdx, 0x23f8(%rsp)
movq %rcx, 0x23f0(%rsp)
movl %eax, 0x23ec(%rsp)
movq 0x23f0(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x23eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xee8(%rsp), %r10
movq %r10, 0x2958(%rsp)
movl %r9d, 0x2954(%rsp)
movl %r8d, 0x2950(%rsp)
movl %edi, 0x294c(%rsp)
movq %rsi, 0x2940(%rsp)
movq %rdx, 0x2938(%rsp)
movl %ecx, 0x2934(%rsp)
movq %rax, 0x2928(%rsp)
movq 0x2958(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x2940(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2938(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2934(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2928(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2954(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2950(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x294c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3268(%rsp)
movl $0x10, 0x3264(%rsp)
movq 0x3268(%rsp), %rax
movslq 0x3264(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3264(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15eb7dc
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf28(%rsp)
movb $0x1, 0x23eb(%rsp)
testb $0x1, 0x23eb(%rsp)
jne 0x15eb917
leaq 0xee8(%rsp), %rax
movq %rax, 0x2400(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x33d8(%rsp)
movq 0x33d8(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15eb8ba
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33d4(%rsp) # imm = 0xFFFFFFFF
movl 0x33d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33d0(%rsp)
cmpl $0x1, 0x33d0(%rsp)
jne 0x15eb8ba
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15eb88b
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15eb889
jmp 0x15eb8b8
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b00(%rsp)
cmpq $0x0, 0x3b00(%rsp)
je 0x15eb8b6
movq 0x3b00(%rsp), %rdi
callq 0x5f480
jmp 0x15eb8b8
jmp 0x15eb8ba
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15eb915
movq %rax, %rdi
callq 0x678a0
jmp 0x15eb917
leaq 0xee8(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0xee8(%rsp), %rax
movq %rax, 0x22c0(%rsp)
movq 0x22c0(%rsp), %rax
movq %rax, 0x3508(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15eba02
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3504(%rsp) # imm = 0xFFFFFFFF
movl 0x3504(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3500(%rsp)
cmpl $0x1, 0x3500(%rsp)
jne 0x15eba02
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15eb9d3
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15eb9d1
jmp 0x15eba00
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a68(%rsp)
cmpq $0x0, 0x3a68(%rsp)
je 0x15eb9fe
movq 0x3a68(%rsp), %rdi
callq 0x5f480
jmp 0x15eba00
jmp 0x15eba02
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15eba5d
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0xf30(%rsp)
movl $0x0, 0xee4(%rsp)
movl 0xee4(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15ebbbc
movl $0x0, 0xee0(%rsp)
movl 0xee0(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15ebba4
movq 0xfd0(%rsp), %rax
movl 0xee0(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c28(%rsp)
movq 0x3c28(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xed0(%rsp)
movq 0xf80(%rsp), %rax
movq %rax, 0x3c20(%rsp)
movq 0x3c20(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xec0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xed0(%rsp), %rsi
leaq 0xec0(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0xeb0(%rsp)
movq 0xf30(%rsp), %rax
vmovaps 0xeb0(%rsp), %xmm0
movq %rax, 0x3de8(%rsp)
vmovaps %xmm0, 0x3dd0(%rsp)
vmovaps 0x3dd0(%rsp), %xmm0
movq 0x3de8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xf80(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf80(%rsp)
movq 0xf30(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf30(%rsp)
movl 0xee0(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee0(%rsp)
jmp 0x15eba97
jmp 0x15ebba6
movl 0xee4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee4(%rsp)
jmp 0x15eba78
jmp 0x15ebbbe
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x15ead72
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162ade0
movl %eax, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d10(%rsp)
movq 0x1d10(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x15ebcb8
movq 0x270(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x15ebcc5
jmp 0x15ebcd5
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15ec75e
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15ec74e
movq 0x1cc0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe58(%rsp), %rdx
movq %rdx, 0x1df0(%rsp)
movq %rcx, 0x1de8(%rsp)
movl %eax, 0x1de4(%rsp)
movq 0x1de8(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x1de3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1de4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe58(%rsp), %r10
movq %r10, 0x2f40(%rsp)
movl %r9d, 0x2f3c(%rsp)
movl %r8d, 0x2f38(%rsp)
movl %edi, 0x2f34(%rsp)
movq %rsi, 0x2f28(%rsp)
movq %rdx, 0x2f20(%rsp)
movl %ecx, 0x2f1c(%rsp)
movq %rax, 0x2f10(%rsp)
movq 0x2f40(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x2f28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30b8(%rsp)
movl $0x10, 0x30b4(%rsp)
movq 0x30b8(%rsp), %rax
movslq 0x30b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ebec2
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe98(%rsp)
movb $0x1, 0x1de3(%rsp)
testb $0x1, 0x1de3(%rsp)
jne 0x15ebffd
leaq 0xe58(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rax
movq %rax, 0x3758(%rsp)
movq 0x3758(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ebfa0
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3754(%rsp) # imm = 0xFFFFFFFF
movl 0x3754(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3750(%rsp)
cmpl $0x1, 0x3750(%rsp)
jne 0x15ebfa0
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ebf71
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ebf6f
jmp 0x15ebf9e
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3940(%rsp)
cmpq $0x0, 0x3940(%rsp)
je 0x15ebf9c
movq 0x3940(%rsp), %rdi
callq 0x5f480
jmp 0x15ebf9e
jmp 0x15ebfa0
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ebffb
movq %rax, %rdi
callq 0x678a0
jmp 0x15ebffd
leaq 0xe58(%rsp), %rax
movq %rax, 0x2038(%rsp)
movq 0x2038(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0xe58(%rsp), %rax
movq %rax, 0x22c8(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x34f8(%rsp)
movq 0x34f8(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ec0e8
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34f4(%rsp) # imm = 0xFFFFFFFF
movl 0x34f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34f0(%rsp)
cmpl $0x1, 0x34f0(%rsp)
jne 0x15ec0e8
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ec0b9
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ec0b7
jmp 0x15ec0e6
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a70(%rsp)
cmpq $0x0, 0x3a70(%rsp)
je 0x15ec0e4
movq 0x3a70(%rsp), %rdi
callq 0x5f480
jmp 0x15ec0e6
jmp 0x15ec0e8
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ec143
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0xea0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xeac(%rsp), %eax
movq %rcx, 0x3f60(%rsp)
movl %eax, 0x3f5c(%rsp)
movq 0x3f60(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f5c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x2990(%rsp)
movl %r9d, 0x298c(%rsp)
movl %r8d, 0x2988(%rsp)
movl %edi, 0x2984(%rsp)
movq %rsi, 0x2978(%rsp)
movq %rdx, 0x2970(%rsp)
movl %ecx, 0x296c(%rsp)
movq %rax, 0x2960(%rsp)
movq 0x2990(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2970(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x296c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2960(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x298c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2988(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2984(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3258(%rsp)
movl $0x10, 0x3254(%rsp)
movq 0x3258(%rsp), %rax
movslq 0x3254(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3254(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ec358
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x15ec493
leaq 0xe00(%rsp), %rax
movq %rax, 0x23e0(%rsp)
movq 0x23e0(%rsp), %rax
movq %rax, 0x33e8(%rsp)
movq 0x33e8(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ec436
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33e4(%rsp) # imm = 0xFFFFFFFF
movl 0x33e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33e0(%rsp)
cmpl $0x1, 0x33e0(%rsp)
jne 0x15ec436
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ec407
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ec405
jmp 0x15ec434
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af8(%rsp)
cmpq $0x0, 0x3af8(%rsp)
je 0x15ec432
movq 0x3af8(%rsp), %rdi
callq 0x5f480
jmp 0x15ec434
jmp 0x15ec436
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ec491
movq %rax, %rdi
callq 0x678a0
jmp 0x15ec493
leaq 0xe00(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x22d0(%rsp)
movq 0x22d0(%rsp), %rax
movq %rax, 0x34e8(%rsp)
movq 0x34e8(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ec57e
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34e4(%rsp) # imm = 0xFFFFFFFF
movl 0x34e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34e0(%rsp)
cmpl $0x1, 0x34e0(%rsp)
jne 0x15ec57e
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ec54f
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ec54d
jmp 0x15ec57c
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a78(%rsp)
cmpq $0x0, 0x3a78(%rsp)
je 0x15ec57a
movq 0x3a78(%rsp), %rdi
callq 0x5f480
jmp 0x15ec57c
jmp 0x15ec57e
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ec5d9
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0xe48(%rsp)
movl $0x0, 0xdfc(%rsp)
movl 0xdfc(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15ec736
movq 0xe50(%rsp), %rax
movq %rax, 0x3c18(%rsp)
movq 0x3c18(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xde0(%rsp)
movl $0x0, 0xddc(%rsp)
movl 0xddc(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15ec70c
movq 0xea0(%rsp), %rax
movq %rax, 0x3c10(%rsp)
movq 0x3c10(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xdc0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xdc0(%rsp), %rsi
leaq 0xde0(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0xdb0(%rsp)
movq 0xe48(%rsp), %rax
vmovaps 0xdb0(%rsp), %xmm0
movq %rax, 0x3dc8(%rsp)
vmovaps %xmm0, 0x3db0(%rsp)
vmovaps 0x3db0(%rsp), %xmm0
movq 0x3dc8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xea0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xea0(%rsp)
movq 0xe48(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe48(%rsp)
movl 0xddc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xddc(%rsp)
jmp 0x15ec638
movq 0xe50(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe50(%rsp)
movl 0xdfc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdfc(%rsp)
jmp 0x15ec5f4
jmp 0x15ec738
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x15ebcf2
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15ed1c5
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15ec7b9
cmpl $0x1, 0x1c64(%rsp)
jne 0x15ec7b9
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162beb0
movl %eax, 0x1ccc(%rsp)
jmp 0x15f05e2
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15ed1b5
movq 0x1cc0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xd58(%rsp), %rdx
movq %rdx, 0x1dd8(%rsp)
movq %rcx, 0x1dd0(%rsp)
movl %eax, 0x1dcc(%rsp)
movq 0x1dd0(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x1dcb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dcc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xd58(%rsp), %r10
movq %r10, 0x2f78(%rsp)
movl %r9d, 0x2f74(%rsp)
movl %r8d, 0x2f70(%rsp)
movl %edi, 0x2f6c(%rsp)
movq %rsi, 0x2f60(%rsp)
movq %rdx, 0x2f58(%rsp)
movl %ecx, 0x2f54(%rsp)
movq %rax, 0x2f48(%rsp)
movq 0x2f78(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x2f60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30a8(%rsp)
movl $0x10, 0x30a4(%rsp)
movq 0x30a8(%rsp), %rax
movslq 0x30a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ec994
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd98(%rsp)
movb $0x1, 0x1dcb(%rsp)
testb $0x1, 0x1dcb(%rsp)
jne 0x15ecacf
leaq 0xd58(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rax
movq %rax, 0x3748(%rsp)
movq 0x3748(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15eca72
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3744(%rsp) # imm = 0xFFFFFFFF
movl 0x3744(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3740(%rsp)
cmpl $0x1, 0x3740(%rsp)
jne 0x15eca72
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15eca43
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15eca41
jmp 0x15eca70
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3948(%rsp)
cmpq $0x0, 0x3948(%rsp)
je 0x15eca6e
movq 0x3948(%rsp), %rdi
callq 0x5f480
jmp 0x15eca70
jmp 0x15eca72
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ecacd
movq %rax, %rdi
callq 0x678a0
jmp 0x15ecacf
leaq 0xd58(%rsp), %rax
movq %rax, 0x2030(%rsp)
movq 0x2030(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xd58(%rsp), %rax
movq %rax, 0x22d8(%rsp)
movq 0x22d8(%rsp), %rax
movq %rax, 0x34d8(%rsp)
movq 0x34d8(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ecbba
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34d4(%rsp) # imm = 0xFFFFFFFF
movl 0x34d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34d0(%rsp)
cmpl $0x1, 0x34d0(%rsp)
jne 0x15ecbba
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ecb8b
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ecb89
jmp 0x15ecbb8
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a80(%rsp)
cmpq $0x0, 0x3a80(%rsp)
je 0x15ecbb6
movq 0x3a80(%rsp), %rdi
callq 0x5f480
jmp 0x15ecbb8
jmp 0x15ecbba
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ecc15
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xda0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2028(%rsp)
movq 0x2028(%rsp), %rax
movq (%rax), %rax
movl 0xdac(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c08(%rsp)
movq 0x3c08(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xd40(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xcf0(%rsp), %rdx
movq %rdx, 0x23b8(%rsp)
movq %rcx, 0x23b0(%rsp)
movl %eax, 0x23ac(%rsp)
movq 0x23b0(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x23ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcf0(%rsp), %r10
movq %r10, 0x29c8(%rsp)
movl %r9d, 0x29c4(%rsp)
movl %r8d, 0x29c0(%rsp)
movl %edi, 0x29bc(%rsp)
movq %rsi, 0x29b0(%rsp)
movq %rdx, 0x29a8(%rsp)
movl %ecx, 0x29a4(%rsp)
movq %rax, 0x2998(%rsp)
movq 0x29c8(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x29b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2998(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3248(%rsp)
movl $0x10, 0x3244(%rsp)
movq 0x3248(%rsp), %rax
movslq 0x3244(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3244(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ece2d
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd30(%rsp)
movb $0x1, 0x23ab(%rsp)
testb $0x1, 0x23ab(%rsp)
jne 0x15ecf68
leaq 0xcf0(%rsp), %rax
movq %rax, 0x23c0(%rsp)
movq 0x23c0(%rsp), %rax
movq %rax, 0x33f8(%rsp)
movq 0x33f8(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ecf0b
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33f4(%rsp) # imm = 0xFFFFFFFF
movl 0x33f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33f0(%rsp)
cmpl $0x1, 0x33f0(%rsp)
jne 0x15ecf0b
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ecedc
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15eceda
jmp 0x15ecf09
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af0(%rsp)
cmpq $0x0, 0x3af0(%rsp)
je 0x15ecf07
movq 0x3af0(%rsp), %rdi
callq 0x5f480
jmp 0x15ecf09
jmp 0x15ecf0b
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ecf66
movq %rax, %rdi
callq 0x678a0
jmp 0x15ecf68
leaq 0xcf0(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xcf0(%rsp), %rax
movq %rax, 0x22e0(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x34c8(%rsp)
movq 0x34c8(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ed053
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34c4(%rsp) # imm = 0xFFFFFFFF
movl 0x34c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34c0(%rsp)
cmpl $0x1, 0x34c0(%rsp)
jne 0x15ed053
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ed024
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ed022
jmp 0x15ed051
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a88(%rsp)
cmpq $0x0, 0x3a88(%rsp)
je 0x15ed04f
movq 0x3a88(%rsp), %rdi
callq 0x5f480
jmp 0x15ed051
jmp 0x15ed053
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ed0ae
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xd38(%rsp)
movl $0x0, 0xcec(%rsp)
movl 0xcec(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15ed19d
movq 0xda0(%rsp), %rax
movq %rax, 0x3c00(%rsp)
movq 0x3c00(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xcd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xcd0(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0xcc0(%rsp)
movq 0xd38(%rsp), %rax
vmovaps 0xcc0(%rsp), %xmm0
movq %rax, 0x3da8(%rsp)
vmovaps %xmm0, 0x3d90(%rsp)
vmovaps 0x3d90(%rsp), %xmm0
movq 0x3da8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xda0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xda0(%rsp)
movq 0xd38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xd38(%rsp)
movl 0xcec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcec(%rsp)
jmp 0x15ed0c9
jmp 0x15ed19f
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x15ec7c4
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
jmp 0x15f05d5
movq 0x1cc0(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15eec81
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15edd69
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d08(%rsp)
movq 0x1d08(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x15ed29e
movq 0x1c0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x15ed2ab
jmp 0x15ed2bb
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0xcbc(%rsp)
movl 0xcbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15edd59
movq 0x1cc0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
movq %rcx, 0x2610(%rsp)
movl %eax, 0x260c(%rsp)
movq 0x2610(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x260c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc60(%rsp), %rdx
movq %rdx, 0x1dc0(%rsp)
movq %rcx, 0x1db8(%rsp)
movl %eax, 0x1db4(%rsp)
movq 0x1db8(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x1db3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1db4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc60(%rsp), %r10
movq %r10, 0x2fb0(%rsp)
movl %r9d, 0x2fac(%rsp)
movl %r8d, 0x2fa8(%rsp)
movl %edi, 0x2fa4(%rsp)
movq %rsi, 0x2f98(%rsp)
movq %rdx, 0x2f90(%rsp)
movl %ecx, 0x2f8c(%rsp)
movq %rax, 0x2f80(%rsp)
movq 0x2fb0(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x2f98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fa8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fa4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3098(%rsp)
movl $0x10, 0x3094(%rsp)
movq 0x3098(%rsp), %rax
movslq 0x3094(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3094(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ed4df
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xca0(%rsp)
movb $0x1, 0x1db3(%rsp)
testb $0x1, 0x1db3(%rsp)
jne 0x15ed61a
leaq 0xc60(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rax
movq %rax, 0x3738(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ed5bd
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3734(%rsp) # imm = 0xFFFFFFFF
movl 0x3734(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3730(%rsp)
cmpl $0x1, 0x3730(%rsp)
jne 0x15ed5bd
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ed58e
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ed58c
jmp 0x15ed5bb
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3950(%rsp)
cmpq $0x0, 0x3950(%rsp)
je 0x15ed5b9
movq 0x3950(%rsp), %rdi
callq 0x5f480
jmp 0x15ed5bb
jmp 0x15ed5bd
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ed618
movq %rax, %rdi
callq 0x678a0
jmp 0x15ed61a
leaq 0xc60(%rsp), %rax
movq %rax, 0x2020(%rsp)
movq 0x2020(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xc60(%rsp), %rax
movq %rax, 0x22e8(%rsp)
movq 0x22e8(%rsp), %rax
movq %rax, 0x34b8(%rsp)
movq 0x34b8(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ed705
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34b4(%rsp) # imm = 0xFFFFFFFF
movl 0x34b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34b0(%rsp)
cmpl $0x1, 0x34b0(%rsp)
jne 0x15ed705
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ed6d6
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ed6d4
jmp 0x15ed703
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a90(%rsp)
cmpq $0x0, 0x3a90(%rsp)
je 0x15ed701
movq 0x3a90(%rsp), %rdi
callq 0x5f480
jmp 0x15ed703
jmp 0x15ed705
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ed760
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xca8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc10(%rsp), %rdx
movq %rdx, 0x2398(%rsp)
movq %rcx, 0x2390(%rsp)
movl %eax, 0x238c(%rsp)
movq 0x2390(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x238b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x238c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc10(%rsp), %r10
movq %r10, 0x2a00(%rsp)
movl %r9d, 0x29fc(%rsp)
movl %r8d, 0x29f8(%rsp)
movl %edi, 0x29f4(%rsp)
movq %rsi, 0x29e8(%rsp)
movq %rdx, 0x29e0(%rsp)
movl %ecx, 0x29dc(%rsp)
movq %rax, 0x29d0(%rsp)
movq 0x2a00(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x29d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3238(%rsp)
movl $0x10, 0x3234(%rsp)
movq 0x3238(%rsp), %rax
movslq 0x3234(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3234(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ed92c
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xc50(%rsp)
movb $0x1, 0x238b(%rsp)
testb $0x1, 0x238b(%rsp)
jne 0x15eda67
leaq 0xc10(%rsp), %rax
movq %rax, 0x23a0(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x3408(%rsp)
movq 0x3408(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15eda0a
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3404(%rsp) # imm = 0xFFFFFFFF
movl 0x3404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3400(%rsp)
cmpl $0x1, 0x3400(%rsp)
jne 0x15eda0a
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ed9db
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ed9d9
jmp 0x15eda08
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae8(%rsp)
cmpq $0x0, 0x3ae8(%rsp)
je 0x15eda06
movq 0x3ae8(%rsp), %rdi
callq 0x5f480
jmp 0x15eda08
jmp 0x15eda0a
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15eda65
movq %rax, %rdi
callq 0x678a0
jmp 0x15eda67
leaq 0xc10(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xc10(%rsp), %rax
movq %rax, 0x22f0(%rsp)
movq 0x22f0(%rsp), %rax
movq %rax, 0x34a8(%rsp)
movq 0x34a8(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15edb52
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34a4(%rsp) # imm = 0xFFFFFFFF
movl 0x34a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34a0(%rsp)
cmpl $0x1, 0x34a0(%rsp)
jne 0x15edb52
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15edb23
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15edb21
jmp 0x15edb50
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a98(%rsp)
cmpq $0x0, 0x3a98(%rsp)
je 0x15edb4e
movq 0x3a98(%rsp), %rdi
callq 0x5f480
jmp 0x15edb50
jmp 0x15edb52
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15edbad
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xc58(%rsp)
movl $0x0, 0xc0c(%rsp)
movl 0xc0c(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x15edd41
movq 0xcb0(%rsp), %rax
movq %rax, 0x3bf8(%rsp)
movq 0x3bf8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbf0(%rsp)
movl $0x0, 0xbec(%rsp)
movl 0xbec(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15edd17
movl $0x0, 0xbe8(%rsp)
movl 0xbe8(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15edcff
movq 0xca8(%rsp), %rax
movq %rax, 0x3bf0(%rsp)
movq 0x3bf0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xbf0(%rsp), %rsi
leaq 0xbd0(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0xbc0(%rsp)
movq 0xc58(%rsp), %rax
vmovaps 0xbc0(%rsp), %xmm0
movq %rax, 0x3d88(%rsp)
vmovaps %xmm0, 0x3d70(%rsp)
vmovaps 0x3d70(%rsp), %xmm0
movq 0x3d88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xca8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xca8(%rsp)
movq 0xc58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xc58(%rsp)
movl 0xbe8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbe8(%rsp)
jmp 0x15edc2b
jmp 0x15edd01
movl 0xbec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbec(%rsp)
jmp 0x15edc0c
movq 0xcb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xcb0(%rsp)
movl 0xc0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc0c(%rsp)
jmp 0x15edbc8
jmp 0x15edd43
movl 0xcbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcbc(%rsp)
jmp 0x15ed2c6
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15ee8b2
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d00(%rsp)
movq 0x1d00(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x15ede1e
movq 0x160(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x15ede2b
jmp 0x15ede3b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0xbbc(%rsp)
movl 0xbbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15ee8a2
movq 0x1cc0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
movq %rcx, 0x3f50(%rsp)
movl %eax, 0x3f4c(%rsp)
movq 0x3f50(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f4c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xbb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb60(%rsp), %rdx
movq %rdx, 0x1da8(%rsp)
movq %rcx, 0x1da0(%rsp)
movl %eax, 0x1d9c(%rsp)
movq 0x1da0(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x1d9b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d9c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb60(%rsp), %r10
movq %r10, 0x2fe8(%rsp)
movl %r9d, 0x2fe4(%rsp)
movl %r8d, 0x2fe0(%rsp)
movl %edi, 0x2fdc(%rsp)
movq %rsi, 0x2fd0(%rsp)
movq %rdx, 0x2fc8(%rsp)
movl %ecx, 0x2fc4(%rsp)
movq %rax, 0x2fb8(%rsp)
movq 0x2fe8(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x2fd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2fc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2fc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2fb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fe4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fe0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3088(%rsp)
movl $0x10, 0x3084(%rsp)
movq 0x3088(%rsp), %rax
movslq 0x3084(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3084(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ee05f
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xba0(%rsp)
movb $0x1, 0x1d9b(%rsp)
testb $0x1, 0x1d9b(%rsp)
jne 0x15ee19a
leaq 0xb60(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rax
movq %rax, 0x3728(%rsp)
movq 0x3728(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ee13d
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3724(%rsp) # imm = 0xFFFFFFFF
movl 0x3724(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3720(%rsp)
cmpl $0x1, 0x3720(%rsp)
jne 0x15ee13d
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ee10e
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ee10c
jmp 0x15ee13b
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3958(%rsp)
cmpq $0x0, 0x3958(%rsp)
je 0x15ee139
movq 0x3958(%rsp), %rdi
callq 0x5f480
jmp 0x15ee13b
jmp 0x15ee13d
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ee198
movq %rax, %rdi
callq 0x678a0
jmp 0x15ee19a
leaq 0xb60(%rsp), %rax
movq %rax, 0x2018(%rsp)
movq 0x2018(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xb60(%rsp), %rax
movq %rax, 0x22f8(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x3498(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ee285
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3494(%rsp) # imm = 0xFFFFFFFF
movl 0x3494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3490(%rsp)
cmpl $0x1, 0x3490(%rsp)
jne 0x15ee285
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ee256
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ee254
jmp 0x15ee283
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa0(%rsp)
cmpq $0x0, 0x3aa0(%rsp)
je 0x15ee281
movq 0x3aa0(%rsp), %rdi
callq 0x5f480
jmp 0x15ee283
jmp 0x15ee285
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ee2e0
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xba8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb10(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb10(%rsp), %r10
movq %r10, 0x2a38(%rsp)
movl %r9d, 0x2a34(%rsp)
movl %r8d, 0x2a30(%rsp)
movl %edi, 0x2a2c(%rsp)
movq %rsi, 0x2a20(%rsp)
movq %rdx, 0x2a18(%rsp)
movl %ecx, 0x2a14(%rsp)
movq %rax, 0x2a08(%rsp)
movq 0x2a38(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x2a20(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a18(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a14(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a08(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a34(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a30(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a2c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3228(%rsp)
movl $0x10, 0x3224(%rsp)
movq 0x3228(%rsp), %rax
movslq 0x3224(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3224(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ee4ac
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xb50(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x15ee5e7
leaq 0xb10(%rsp), %rax
movq %rax, 0x2380(%rsp)
movq 0x2380(%rsp), %rax
movq %rax, 0x3418(%rsp)
movq 0x3418(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ee58a
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3414(%rsp) # imm = 0xFFFFFFFF
movl 0x3414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3410(%rsp)
cmpl $0x1, 0x3410(%rsp)
jne 0x15ee58a
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ee55b
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ee559
jmp 0x15ee588
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae0(%rsp)
cmpq $0x0, 0x3ae0(%rsp)
je 0x15ee586
movq 0x3ae0(%rsp), %rdi
callq 0x5f480
jmp 0x15ee588
jmp 0x15ee58a
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ee5e5
movq %rax, %rdi
callq 0x678a0
jmp 0x15ee5e7
leaq 0xb10(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xb10(%rsp), %rax
movq %rax, 0x2300(%rsp)
movq 0x2300(%rsp), %rax
movq %rax, 0x3488(%rsp)
movq 0x3488(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ee6d2
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3484(%rsp) # imm = 0xFFFFFFFF
movl 0x3484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3480(%rsp)
cmpl $0x1, 0x3480(%rsp)
jne 0x15ee6d2
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ee6a3
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ee6a1
jmp 0x15ee6d0
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa8(%rsp)
cmpq $0x0, 0x3aa8(%rsp)
je 0x15ee6ce
movq 0x3aa8(%rsp), %rdi
callq 0x5f480
jmp 0x15ee6d0
jmp 0x15ee6d2
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ee72d
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xb58(%rsp)
movl $0x0, 0xb0c(%rsp)
movl 0xb0c(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15ee88a
movq 0xbb0(%rsp), %rax
movq %rax, 0x3be8(%rsp)
movq 0x3be8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xaf0(%rsp)
movl $0x0, 0xaec(%rsp)
movl 0xaec(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15ee860
movq 0xba8(%rsp), %rax
movq %rax, 0x3be0(%rsp)
movq 0x3be0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xad0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xaf0(%rsp), %rsi
leaq 0xad0(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0xac0(%rsp)
movq 0xb58(%rsp), %rax
vmovaps 0xac0(%rsp), %xmm0
movq %rax, 0x3d68(%rsp)
vmovaps %xmm0, 0x3d50(%rsp)
vmovaps 0x3d50(%rsp), %xmm0
movq 0x3d68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xba8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xba8(%rsp)
movq 0xb58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xb58(%rsp)
movl 0xaec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaec(%rsp)
jmp 0x15ee78c
movq 0xbb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xbb0(%rsp)
movl 0xb0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb0c(%rsp)
jmp 0x15ee748
jmp 0x15ee88c
movl 0xbbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbbc(%rsp)
jmp 0x15ede46
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf8(%rsp)
movq 0x1cf8(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x15ee94a
movq 0x100(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x15ee957
jmp 0x15ee967
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15ee9a6
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162ade0
movl %eax, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15eec7c
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf0(%rsp)
movq 0x1cf0(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x15eea50
movq 0xf0(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x15eea5d
jmp 0x15eea6d
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15eeab6
cmpl $0x1, 0x1c64(%rsp)
jne 0x15eeab6
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162beb0
movl %eax, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2010(%rsp)
movq 0x2010(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab8(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2008(%rsp)
movq 0x2008(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab0(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xaa4(%rsp)
movl 0xaa4(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15eec6c
movq 0xab0(%rsp), %rax
movq %rax, 0x3bd8(%rsp)
movq 0x3bd8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa90(%rsp)
movl $0x0, 0xa8c(%rsp)
movl 0xa8c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15eec42
movq 0xab8(%rsp), %rax
movq %rax, 0x3bd0(%rsp)
movq 0x3bd0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa70(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa70(%rsp), %rsi
leaq 0xa90(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0xa60(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa60(%rsp), %xmm0
movq %rax, 0x3d48(%rsp)
vmovaps %xmm0, 0x3d30(%rsp)
vmovaps 0x3d30(%rsp), %xmm0
movq 0x3d48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa8c(%rsp)
jmp 0x15eeb6e
movq 0xab0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab0(%rsp)
movl 0xaa4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaa4(%rsp)
jmp 0x15eeb2a
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
jmp 0x15f05d3
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15f05d1
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15eecdc
cmpl $0x1, 0x1c84(%rsp)
jne 0x15eecdc
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162cc30
movl %eax, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15ef7c7
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce8(%rsp)
movq 0x1ce8(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x15eed9e
movq 0xe0(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x15eedab
jmp 0x15eedbb
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15ef7b7
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2000(%rsp)
movq 0x2000(%rsp), %rax
movq (%rax), %rax
movl 0xa5c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bc8(%rsp)
movq 0x3bc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa40(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9f0(%rsp), %rdx
movq %rdx, 0x1d90(%rsp)
movq %rcx, 0x1d88(%rsp)
movl %eax, 0x1d84(%rsp)
movq 0x1d88(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x1d83(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d84(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9f0(%rsp), %r10
movq %r10, 0x3020(%rsp)
movl %r9d, 0x301c(%rsp)
movl %r8d, 0x3018(%rsp)
movl %edi, 0x3014(%rsp)
movq %rsi, 0x3008(%rsp)
movq %rdx, 0x3000(%rsp)
movl %ecx, 0x2ffc(%rsp)
movq %rax, 0x2ff0(%rsp)
movq 0x3020(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3008(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3000(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ffc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ff0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x301c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3018(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3014(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3078(%rsp)
movl $0x10, 0x3074(%rsp)
movq 0x3078(%rsp), %rax
movslq 0x3074(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3074(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15eefe2
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xa30(%rsp)
movb $0x1, 0x1d83(%rsp)
testb $0x1, 0x1d83(%rsp)
jne 0x15ef11d
leaq 0x9f0(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rax
movq %rax, 0x3718(%rsp)
movq 0x3718(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ef0c0
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3714(%rsp) # imm = 0xFFFFFFFF
movl 0x3714(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3710(%rsp)
cmpl $0x1, 0x3710(%rsp)
jne 0x15ef0c0
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ef091
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ef08f
jmp 0x15ef0be
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3960(%rsp)
cmpq $0x0, 0x3960(%rsp)
je 0x15ef0bc
movq 0x3960(%rsp), %rdi
callq 0x5f480
jmp 0x15ef0be
jmp 0x15ef0c0
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ef11b
movq %rax, %rdi
callq 0x678a0
jmp 0x15ef11d
leaq 0x9f0(%rsp), %rax
movq %rax, 0x1ff8(%rsp)
movq 0x1ff8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0x9f0(%rsp), %rax
movq %rax, 0x2308(%rsp)
movq 0x2308(%rsp), %rax
movq %rax, 0x3478(%rsp)
movq 0x3478(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ef208
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3474(%rsp) # imm = 0xFFFFFFFF
movl 0x3474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3470(%rsp)
cmpl $0x1, 0x3470(%rsp)
jne 0x15ef208
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ef1d9
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ef1d7
jmp 0x15ef206
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab0(%rsp)
cmpq $0x0, 0x3ab0(%rsp)
je 0x15ef204
movq 0x3ab0(%rsp), %rdi
callq 0x5f480
jmp 0x15ef206
jmp 0x15ef208
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ef263
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xa38(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9a0(%rsp), %rdx
movq %rdx, 0x2358(%rsp)
movq %rcx, 0x2350(%rsp)
movl %eax, 0x234c(%rsp)
movq 0x2350(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x234b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x234c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9a0(%rsp), %r10
movq %r10, 0x2a70(%rsp)
movl %r9d, 0x2a6c(%rsp)
movl %r8d, 0x2a68(%rsp)
movl %edi, 0x2a64(%rsp)
movq %rsi, 0x2a58(%rsp)
movq %rdx, 0x2a50(%rsp)
movl %ecx, 0x2a4c(%rsp)
movq %rax, 0x2a40(%rsp)
movq 0x2a70(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x2a58(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a50(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a4c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a40(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a6c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a68(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a64(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3218(%rsp)
movl $0x10, 0x3214(%rsp)
movq 0x3218(%rsp), %rax
movslq 0x3214(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3214(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x9c8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ef42f
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9e0(%rsp)
movb $0x1, 0x234b(%rsp)
testb $0x1, 0x234b(%rsp)
jne 0x15ef56a
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2360(%rsp)
movq 0x2360(%rsp), %rax
movq %rax, 0x3428(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ef50d
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3424(%rsp) # imm = 0xFFFFFFFF
movl 0x3424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3420(%rsp)
cmpl $0x1, 0x3420(%rsp)
jne 0x15ef50d
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ef4de
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ef4dc
jmp 0x15ef50b
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad8(%rsp)
cmpq $0x0, 0x3ad8(%rsp)
je 0x15ef509
movq 0x3ad8(%rsp), %rdi
callq 0x5f480
jmp 0x15ef50b
jmp 0x15ef50d
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ef568
movq %rax, %rdi
callq 0x678a0
jmp 0x15ef56a
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2310(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x3468(%rsp)
movq 0x3468(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ef655
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3464(%rsp) # imm = 0xFFFFFFFF
movl 0x3464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3460(%rsp)
cmpl $0x1, 0x3460(%rsp)
jne 0x15ef655
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ef626
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ef624
jmp 0x15ef653
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab8(%rsp)
cmpq $0x0, 0x3ab8(%rsp)
je 0x15ef651
movq 0x3ab8(%rsp), %rdi
callq 0x5f480
jmp 0x15ef653
jmp 0x15ef655
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ef6b0
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0x9e8(%rsp)
movl $0x0, 0x99c(%rsp)
movl 0x99c(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15ef79f
movq 0xa38(%rsp), %rax
movq %rax, 0x3bc0(%rsp)
movq 0x3bc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x980(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa40(%rsp), %rsi
leaq 0x980(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x970(%rsp)
movq 0x9e8(%rsp), %rax
vmovaps 0x970(%rsp), %xmm0
movq %rax, 0x3d28(%rsp)
vmovaps %xmm0, 0x3d10(%rsp)
vmovaps 0x3d10(%rsp), %xmm0
movq 0x3d28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xa38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xa38(%rsp)
movq 0x9e8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x9e8(%rsp)
movl 0x99c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x99c(%rsp)
jmp 0x15ef6cb
jmp 0x15ef7a1
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x15eedc6
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15f0239
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1ce0(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x15ef87c
movq 0x80(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x15ef889
jmp 0x15ef899
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movl $0x0, 0x96c(%rsp)
movl 0x96c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15f0229
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1ff0(%rsp)
movq 0x1ff0(%rsp), %rax
movq (%rax), %rax
movl 0x96c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bb8(%rsp)
movq 0x3bb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x950(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x900(%rsp), %rdx
movq %rdx, 0x1d78(%rsp)
movq %rcx, 0x1d70(%rsp)
movl %eax, 0x1d6c(%rsp)
movq 0x1d70(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x1d6b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d6c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x900(%rsp), %r10
movq %r10, 0x3058(%rsp)
movl %r9d, 0x3054(%rsp)
movl %r8d, 0x3050(%rsp)
movl %edi, 0x304c(%rsp)
movq %rsi, 0x3040(%rsp)
movq %rdx, 0x3038(%rsp)
movl %ecx, 0x3034(%rsp)
movq %rax, 0x3028(%rsp)
movq 0x3058(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3040(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3038(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3034(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3028(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3054(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3050(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x304c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3068(%rsp)
movl $0x10, 0x3064(%rsp)
movq 0x3068(%rsp), %rax
movslq 0x3064(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3064(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x928(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15efab4
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x940(%rsp)
movb $0x1, 0x1d6b(%rsp)
testb $0x1, 0x1d6b(%rsp)
jne 0x15efbdd
leaq 0x900(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rax
movq %rax, 0x3708(%rsp)
movq 0x3708(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15efb83
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3704(%rsp) # imm = 0xFFFFFFFF
movl 0x3704(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3700(%rsp)
cmpl $0x1, 0x3700(%rsp)
jne 0x15efb83
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15efb57
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15efb55
jmp 0x15efb81
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3968(%rsp)
cmpq $0x0, 0x3968(%rsp)
je 0x15efb7f
movq 0x3968(%rsp), %rdi
callq 0x5f480
jmp 0x15efb81
jmp 0x15efb83
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15efbdb
movq %rax, %rdi
callq 0x678a0
jmp 0x15efbdd
leaq 0x900(%rsp), %rax
movq %rax, 0x1fe8(%rsp)
movq 0x1fe8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x900(%rsp), %rax
movq %rax, 0x2318(%rsp)
movq 0x2318(%rsp), %rax
movq %rax, 0x3458(%rsp)
movq 0x3458(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15efcb6
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3454(%rsp) # imm = 0xFFFFFFFF
movl 0x3454(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3450(%rsp)
cmpl $0x1, 0x3450(%rsp)
jne 0x15efcb6
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15efc8a
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15efc88
jmp 0x15efcb4
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac0(%rsp)
cmpq $0x0, 0x3ac0(%rsp)
je 0x15efcb2
movq 0x3ac0(%rsp), %rdi
callq 0x5f480
jmp 0x15efcb4
jmp 0x15efcb6
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15efd0e
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x948(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x8b0(%rsp), %rdx
movq %rdx, 0x2338(%rsp)
movq %rcx, 0x2330(%rsp)
movl %eax, 0x232c(%rsp)
movq 0x2330(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x232b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x232c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x8b0(%rsp), %r10
movq %r10, 0x2aa8(%rsp)
movl %r9d, 0x2aa4(%rsp)
movl %r8d, 0x2aa0(%rsp)
movl %edi, 0x2a9c(%rsp)
movq %rsi, 0x2a90(%rsp)
movq %rdx, 0x2a88(%rsp)
movl %ecx, 0x2a84(%rsp)
movq %rax, 0x2a78(%rsp)
movq 0x2aa8(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x2a90(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a88(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a84(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a78(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2aa4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2aa0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a9c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3208(%rsp)
movl $0x10, 0x3204(%rsp)
movq 0x3208(%rsp), %rax
movslq 0x3204(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3204(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x8d8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15efecb
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x8f0(%rsp)
movb $0x1, 0x232b(%rsp)
testb $0x1, 0x232b(%rsp)
jne 0x15efff4
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2340(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x3438(%rsp)
movq 0x3438(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15eff9a
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3434(%rsp) # imm = 0xFFFFFFFF
movl 0x3434(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3430(%rsp)
cmpl $0x1, 0x3430(%rsp)
jne 0x15eff9a
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15eff6e
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15eff6c
jmp 0x15eff98
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad0(%rsp)
cmpq $0x0, 0x3ad0(%rsp)
je 0x15eff96
movq 0x3ad0(%rsp), %rdi
callq 0x5f480
jmp 0x15eff98
jmp 0x15eff9a
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15efff2
movq %rax, %rdi
callq 0x678a0
jmp 0x15efff4
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2320(%rsp)
movq 0x2320(%rsp), %rax
movq %rax, 0x3448(%rsp)
movq 0x3448(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f00cd
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3444(%rsp) # imm = 0xFFFFFFFF
movl 0x3444(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3440(%rsp)
cmpl $0x1, 0x3440(%rsp)
jne 0x15f00cd
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f00a1
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f009f
jmp 0x15f00cb
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac8(%rsp)
cmpq $0x0, 0x3ac8(%rsp)
je 0x15f00c9
movq 0x3ac8(%rsp), %rdi
callq 0x5f480
jmp 0x15f00cb
jmp 0x15f00cd
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f0125
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x8f8(%rsp)
movl $0x0, 0x8ac(%rsp)
movl 0x8ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15f0211
movq 0x948(%rsp), %rax
movq %rax, 0x3bb0(%rsp)
movq 0x3bb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x890(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x950(%rsp), %rsi
leaq 0x890(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x880(%rsp)
movq 0x8f8(%rsp), %rax
vmovaps 0x880(%rsp), %xmm0
movq %rax, 0x3d08(%rsp)
vmovaps %xmm0, 0x3cf0(%rsp)
vmovaps 0x3cf0(%rsp), %xmm0
movq 0x3d08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x948(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x948(%rsp)
movq 0x8f8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x8f8(%rsp)
movl 0x8ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8ac(%rsp)
jmp 0x15f013d
jmp 0x15f0213
movl 0x96c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x96c(%rsp)
jmp 0x15ef8a4
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15f04b7
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movq 0x1c68(%rsp), %rcx
movl 0x1c64(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd8(%rsp)
movq 0x1cd8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x15f02d7
movq 0x20(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x15f02e1
jmp 0x15f02f1
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1fe0(%rsp)
movq 0x1fe0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x878(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x1fd8(%rsp)
movq 0x1fd8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x870(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x868(%rsp)
movl $0x0, 0x864(%rsp)
movl 0x864(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15f04a7
movq 0x878(%rsp), %rax
movq %rax, 0x3ba8(%rsp)
movq 0x3ba8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x850(%rsp)
movl $0x0, 0x84c(%rsp)
movl 0x84c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15f047d
movq 0x870(%rsp), %rax
movq %rax, 0x3ba0(%rsp)
movq 0x3ba0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x830(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x850(%rsp), %rsi
leaq 0x830(%rsp), %rdx
callq 0x1635fb0
vmovaps %xmm0, 0x820(%rsp)
movq 0x868(%rsp), %rax
vmovaps 0x820(%rsp), %xmm0
movq %rax, 0x3ce8(%rsp)
vmovaps %xmm0, 0x3cd0(%rsp)
vmovaps 0x3cd0(%rsp), %xmm0
movq 0x3ce8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x870(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x870(%rsp)
movq 0x868(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x868(%rsp)
movl 0x84c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x84c(%rsp)
jmp 0x15f03a9
movq 0x878(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x878(%rsp)
movl 0x864(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x864(%rsp)
jmp 0x15f0365
movl $0x0, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15f05cf
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movq 0x1c88(%rsp), %rdx
movl 0x1c84(%rsp), %ecx
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd0(%rsp)
movq 0x1cd0(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x15f054d
movq 0x10(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x15f0557
jmp 0x15f0564
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15f05e2
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15f05aa
cmpl $0x1, 0x1c64(%rsp)
jne 0x15f05aa
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162beb0
movl %eax, 0x1ccc(%rsp)
jmp 0x15f05e2
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162ade0
jmp 0x15f05d1
jmp 0x15f05d3
jmp 0x15f05d5
jmp 0x15f05d7
movl $0x0, 0x1ccc(%rsp)
movl 0x1ccc(%rsp), %eax
addq $0x3f68, %rsp # imm = 0x3F68
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,071
|
int ncnn::binary_op_pack4<ncnn::BinaryOp_x86_avx_functor::binary_op_max>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack4(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
float* outptr = c.channel(q);
const float* b0 = b.channel(q);
__m128 _b0 = _mm_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_set1_ps(*ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
ptr1 += 1;
outptr += 4;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
float* outptr = c.channel(q);
const float* ptr1 = b.channel(q);
__m128 _a0 = _mm_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p = _mm_set1_ps(*ptr);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _p1 = _mm_loadu_ps(ptr1 + y * 4);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_loadu_ps(ptr1 + x * 4);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _p = _mm_loadu_ps(ptr + y * 4);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr + x * 4);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row<const float>(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
ptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row<const float>(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
subq $0x3f68, %rsp # imm = 0x3F68
movq %rdi, 0x1cc0(%rsp)
movq %rsi, 0x1cb8(%rsp)
movq %rdx, 0x1cb0(%rsp)
movq %rcx, 0x1ca8(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1ca0(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c9c(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c98(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c94(%rsp)
movl 0x1ca0(%rsp), %eax
imull 0x1c9c(%rsp), %eax
imull 0x1c98(%rsp), %eax
movl %eax, 0x1c90(%rsp)
movq 0x1cc0(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c88(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c84(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1c80(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c7c(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c78(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c74(%rsp)
movl 0x1c80(%rsp), %eax
imull 0x1c7c(%rsp), %eax
imull 0x1c78(%rsp), %eax
movl %eax, 0x1c70(%rsp)
movq 0x1cb8(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c68(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c64(%rsp)
movq 0x1cc0(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15f2c4d
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15f0790
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162d9b0
movl %eax, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c98(%rsp), %ecx
movl 0x1c94(%rsp), %r8d
movq 0x1c88(%rsp), %r9
movl 0x1c84(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d60(%rsp)
movq 0x1d60(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x15f0840
movq 0x810(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x15f084d
jmp 0x15f085d
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15f1721
movl $0x0, 0x1c60(%rsp)
movl 0x1c60(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15f1711
movq 0x1cc0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1c10(%rsp), %rdx
movq %rdx, 0x1fd0(%rsp)
movq %rcx, 0x1fc8(%rsp)
movl %eax, 0x1fc4(%rsp)
movq 0x1fc8(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x1fc3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fc4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c10(%rsp), %r10
movq %r10, 0x2ae0(%rsp)
movl %r9d, 0x2adc(%rsp)
movl %r8d, 0x2ad8(%rsp)
movl %edi, 0x2ad4(%rsp)
movq %rsi, 0x2ac8(%rsp)
movq %rdx, 0x2ac0(%rsp)
movl %ecx, 0x2abc(%rsp)
movq %rax, 0x2ab0(%rsp)
movq 0x2ae0(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x2ac8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ac0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2abc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ab0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2adc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ad8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ad4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31f8(%rsp)
movl $0x10, 0x31f4(%rsp)
movq 0x31f8(%rsp), %rax
movslq 0x31f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f0a4a
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c50(%rsp)
movb $0x1, 0x1fc3(%rsp)
testb $0x1, 0x1fc3(%rsp)
jne 0x15f0b85
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f8(%rsp)
movq 0x20f8(%rsp), %rax
movq %rax, 0x3898(%rsp)
movq 0x3898(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f0b28
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3894(%rsp) # imm = 0xFFFFFFFF
movl 0x3894(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3890(%rsp)
cmpl $0x1, 0x3890(%rsp)
jne 0x15f0b28
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f0af9
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f0af7
jmp 0x15f0b26
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a0(%rsp)
cmpq $0x0, 0x38a0(%rsp)
je 0x15f0b24
movq 0x38a0(%rsp), %rdi
callq 0x5f480
jmp 0x15f0b26
jmp 0x15f0b28
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f0b83
movq %rax, %rdi
callq 0x678a0
jmp 0x15f0b85
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f0(%rsp)
movq 0x20f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x1c10(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rax
movq %rax, 0x36f8(%rsp)
movq 0x36f8(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f0c70
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36f4(%rsp) # imm = 0xFFFFFFFF
movl 0x36f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36f0(%rsp)
cmpl $0x1, 0x36f0(%rsp)
jne 0x15f0c70
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f0c41
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f0c3f
jmp 0x15f0c6e
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3970(%rsp)
cmpq $0x0, 0x3970(%rsp)
je 0x15f0c6c
movq 0x3970(%rsp), %rdi
callq 0x5f480
jmp 0x15f0c6e
jmp 0x15f0c70
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f0ccb
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x1c58(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1bc0(%rsp), %rdx
movq %rdx, 0x1fb8(%rsp)
movq %rcx, 0x1fb0(%rsp)
movl %eax, 0x1fac(%rsp)
movq 0x1fb0(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x1fab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1bc0(%rsp), %r10
movq %r10, 0x2b18(%rsp)
movl %r9d, 0x2b14(%rsp)
movl %r8d, 0x2b10(%rsp)
movl %edi, 0x2b0c(%rsp)
movq %rsi, 0x2b00(%rsp)
movq %rdx, 0x2af8(%rsp)
movl %ecx, 0x2af4(%rsp)
movq %rax, 0x2ae8(%rsp)
movq 0x2b18(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x2b00(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2af8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2af4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ae8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b14(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b10(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b0c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31e8(%rsp)
movl $0x10, 0x31e4(%rsp)
movq 0x31e8(%rsp), %rax
movslq 0x31e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1be8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f0e97
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c00(%rsp)
movb $0x1, 0x1fab(%rsp)
testb $0x1, 0x1fab(%rsp)
jne 0x15f0fd2
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x2100(%rsp)
movq 0x2100(%rsp), %rax
movq %rax, 0x3888(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f0f75
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3884(%rsp) # imm = 0xFFFFFFFF
movl 0x3884(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3880(%rsp)
cmpl $0x1, 0x3880(%rsp)
jne 0x15f0f75
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f0f46
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f0f44
jmp 0x15f0f73
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a8(%rsp)
cmpq $0x0, 0x38a8(%rsp)
je 0x15f0f71
movq 0x38a8(%rsp), %rdi
callq 0x5f480
jmp 0x15f0f73
jmp 0x15f0f75
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f0fd0
movq %rax, %rdi
callq 0x678a0
jmp 0x15f0fd2
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x20e8(%rsp)
movq 0x20e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rax
movq %rax, 0x36e8(%rsp)
movq 0x36e8(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f10bd
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36e4(%rsp) # imm = 0xFFFFFFFF
movl 0x36e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36e0(%rsp)
cmpl $0x1, 0x36e0(%rsp)
jne 0x15f10bd
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f108e
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f108c
jmp 0x15f10bb
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3978(%rsp)
cmpq $0x0, 0x3978(%rsp)
je 0x15f10b9
movq 0x3978(%rsp), %rdi
callq 0x5f480
jmp 0x15f10bb
jmp 0x15f10bd
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f1118
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x1c08(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1b70(%rsp), %rdx
movq %rdx, 0x2558(%rsp)
movq %rcx, 0x2550(%rsp)
movl %eax, 0x254c(%rsp)
movq 0x2550(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x254b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b70(%rsp), %r10
movq %r10, 0x26f0(%rsp)
movl %r9d, 0x26ec(%rsp)
movl %r8d, 0x26e8(%rsp)
movl %edi, 0x26e4(%rsp)
movq %rsi, 0x26d8(%rsp)
movq %rdx, 0x26d0(%rsp)
movl %ecx, 0x26cc(%rsp)
movq %rax, 0x26c0(%rsp)
movq 0x26f0(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x26d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x26cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x26ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x26e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x26e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3318(%rsp)
movl $0x10, 0x3314(%rsp)
movq 0x3318(%rsp), %rax
movslq 0x3314(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3314(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f12e4
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1bb0(%rsp)
movb $0x1, 0x254b(%rsp)
testb $0x1, 0x254b(%rsp)
jne 0x15f141f
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq %rax, 0x3328(%rsp)
movq 0x3328(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f13c2
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3324(%rsp) # imm = 0xFFFFFFFF
movl 0x3324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3320(%rsp)
cmpl $0x1, 0x3320(%rsp)
jne 0x15f13c2
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f1393
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f1391
jmp 0x15f13c0
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b58(%rsp)
cmpq $0x0, 0x3b58(%rsp)
je 0x15f13be
movq 0x3b58(%rsp), %rdi
callq 0x5f480
jmp 0x15f13c0
jmp 0x15f13c2
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f141d
movq %rax, %rdi
callq 0x678a0
jmp 0x15f141f
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x1b70(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rax
movq %rax, 0x36d8(%rsp)
movq 0x36d8(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f150a
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36d4(%rsp) # imm = 0xFFFFFFFF
movl 0x36d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36d0(%rsp)
cmpl $0x1, 0x36d0(%rsp)
jne 0x15f150a
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f14db
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f14d9
jmp 0x15f1508
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3980(%rsp)
cmpq $0x0, 0x3980(%rsp)
je 0x15f1506
movq 0x3980(%rsp), %rdi
callq 0x5f480
jmp 0x15f1508
jmp 0x15f150a
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f1565
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x1bb8(%rsp)
movl $0x0, 0x1b6c(%rsp)
movl 0x1b6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x15f16f9
movl $0x0, 0x1b68(%rsp)
movl 0x1b68(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15f16e1
movq 0x1c08(%rsp), %rax
movq %rax, 0x3cc8(%rsp)
movq 0x3cc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b50(%rsp)
movl $0x0, 0x1b4c(%rsp)
movl 0x1b4c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15f16b7
movq 0x1c58(%rsp), %rax
movq %rax, 0x3cc0(%rsp)
movq 0x3cc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1b30(%rsp), %rsi
leaq 0x1b50(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x1b20(%rsp)
movq 0x1bb8(%rsp), %rax
vmovaps 0x1b20(%rsp), %xmm0
movq %rax, 0x3f40(%rsp)
vmovaps %xmm0, 0x3f30(%rsp)
vmovaps 0x3f30(%rsp), %xmm0
movq 0x3f40(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1c58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c58(%rsp)
movq 0x1bb8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1bb8(%rsp)
movl 0x1b4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b4c(%rsp)
jmp 0x15f15e3
movq 0x1c08(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c08(%rsp)
movl 0x1b68(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b68(%rsp)
jmp 0x15f159f
jmp 0x15f16e3
movl 0x1b6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b6c(%rsp)
jmp 0x15f1580
jmp 0x15f16fb
movl 0x1c60(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c60(%rsp)
jmp 0x15f087a
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15f21e1
movl $0x0, 0x1b1c(%rsp)
movl 0x1b1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15f21d1
movq 0x1cc0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x1fa0(%rsp)
movq %rcx, 0x1f98(%rsp)
movl %eax, 0x1f94(%rsp)
movq 0x1f98(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x1f93(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f94(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x2b50(%rsp)
movl %r9d, 0x2b4c(%rsp)
movl %r8d, 0x2b48(%rsp)
movl %edi, 0x2b44(%rsp)
movq %rsi, 0x2b38(%rsp)
movq %rdx, 0x2b30(%rsp)
movl %ecx, 0x2b2c(%rsp)
movq %rax, 0x2b20(%rsp)
movq 0x2b50(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x2b38(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b30(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b2c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b20(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b4c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b48(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b44(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31d8(%rsp)
movl $0x10, 0x31d4(%rsp)
movq 0x31d8(%rsp), %rax
movslq 0x31d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f190e
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x1f93(%rsp)
testb $0x1, 0x1f93(%rsp)
jne 0x15f1a49
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2108(%rsp)
movq 0x2108(%rsp), %rax
movq %rax, 0x3878(%rsp)
movq 0x3878(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f19ec
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3874(%rsp) # imm = 0xFFFFFFFF
movl 0x3874(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3870(%rsp)
cmpl $0x1, 0x3870(%rsp)
jne 0x15f19ec
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f19bd
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f19bb
jmp 0x15f19ea
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b0(%rsp)
cmpq $0x0, 0x38b0(%rsp)
je 0x15f19e8
movq 0x38b0(%rsp), %rdi
callq 0x5f480
jmp 0x15f19ea
jmp 0x15f19ec
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f1a47
movq %rax, %rdi
callq 0x678a0
jmp 0x15f1a49
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x20e0(%rsp)
movq 0x20e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rax
movq %rax, 0x36c8(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f1b34
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c4(%rsp) # imm = 0xFFFFFFFF
movl 0x36c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36c0(%rsp)
cmpl $0x1, 0x36c0(%rsp)
jne 0x15f1b34
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f1b05
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f1b03
jmp 0x15f1b32
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3988(%rsp)
cmpq $0x0, 0x3988(%rsp)
je 0x15f1b30
movq 0x3988(%rsp), %rdi
callq 0x5f480
jmp 0x15f1b32
jmp 0x15f1b34
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f1b8f
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
movq %rcx, 0x2620(%rsp)
movl %eax, 0x261c(%rsp)
movq 0x2620(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x261c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1ac0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1a70(%rsp), %rdx
movq %rdx, 0x2538(%rsp)
movq %rcx, 0x2530(%rsp)
movl %eax, 0x252c(%rsp)
movq 0x2530(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x252b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x252c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1a70(%rsp), %r10
movq %r10, 0x2728(%rsp)
movl %r9d, 0x2724(%rsp)
movl %r8d, 0x2720(%rsp)
movl %edi, 0x271c(%rsp)
movq %rsi, 0x2710(%rsp)
movq %rdx, 0x2708(%rsp)
movl %ecx, 0x2704(%rsp)
movq %rax, 0x26f8(%rsp)
movq 0x2728(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2708(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2704(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2724(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2720(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x271c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3308(%rsp)
movl $0x10, 0x3304(%rsp)
movq 0x3308(%rsp), %rax
movslq 0x3304(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3304(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f1da4
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ab0(%rsp)
movb $0x1, 0x252b(%rsp)
testb $0x1, 0x252b(%rsp)
jne 0x15f1edf
leaq 0x1a70(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq %rax, 0x3338(%rsp)
movq 0x3338(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f1e82
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3334(%rsp) # imm = 0xFFFFFFFF
movl 0x3334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3330(%rsp)
cmpl $0x1, 0x3330(%rsp)
jne 0x15f1e82
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f1e53
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f1e51
jmp 0x15f1e80
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b50(%rsp)
cmpq $0x0, 0x3b50(%rsp)
je 0x15f1e7e
movq 0x3b50(%rsp), %rdi
callq 0x5f480
jmp 0x15f1e80
jmp 0x15f1e82
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f1edd
movq %rax, %rdi
callq 0x678a0
jmp 0x15f1edf
leaq 0x1a70(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1a70(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rax
movq %rax, 0x36b8(%rsp)
movq 0x36b8(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f1fca
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36b4(%rsp) # imm = 0xFFFFFFFF
movl 0x36b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36b0(%rsp)
cmpl $0x1, 0x36b0(%rsp)
jne 0x15f1fca
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f1f9b
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f1f99
jmp 0x15f1fc8
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3990(%rsp)
cmpq $0x0, 0x3990(%rsp)
je 0x15f1fc6
movq 0x3990(%rsp), %rdi
callq 0x5f480
jmp 0x15f1fc8
jmp 0x15f1fca
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f2025
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1ab8(%rsp)
movl $0x0, 0x1a6c(%rsp)
movl 0x1a6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x15f21b9
movq 0x1ac0(%rsp), %rax
movq %rax, 0x3cb8(%rsp)
movq 0x3cb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a50(%rsp)
movl $0x0, 0x1a4c(%rsp)
movl 0x1a4c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15f218f
movl $0x0, 0x1a48(%rsp)
movl 0x1a48(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15f2177
movq 0x1b10(%rsp), %rax
movq %rax, 0x3cb0(%rsp)
movq 0x3cb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1a30(%rsp), %rsi
leaq 0x1a50(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x1a20(%rsp)
movq 0x1ab8(%rsp), %rax
vmovaps 0x1a20(%rsp), %xmm0
movq %rax, 0x3f28(%rsp)
vmovaps %xmm0, 0x3f10(%rsp)
vmovaps 0x3f10(%rsp), %xmm0
movq 0x3f28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1b10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b10(%rsp)
movq 0x1ab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ab8(%rsp)
movl 0x1a48(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a48(%rsp)
jmp 0x15f20a3
jmp 0x15f2179
movl 0x1a4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a4c(%rsp)
jmp 0x15f2084
movq 0x1ac0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ac0(%rsp)
movl 0x1a6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a6c(%rsp)
jmp 0x15f2040
jmp 0x15f21bb
movl 0x1b1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b1c(%rsp)
jmp 0x15f173e
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15f2c48
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15f223c
cmpl $0x1, 0x1c64(%rsp)
jne 0x15f223c
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162ea80
movl %eax, 0x1ccc(%rsp)
jmp 0x15ff8b2
movl $0x0, 0x1a1c(%rsp)
movl 0x1a1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15f2c38
movq 0x1cc0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x19c8(%rsp), %rdx
movq %rdx, 0x1f88(%rsp)
movq %rcx, 0x1f80(%rsp)
movl %eax, 0x1f7c(%rsp)
movq 0x1f80(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x1f7b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f7c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19c8(%rsp), %r10
movq %r10, 0x2b88(%rsp)
movl %r9d, 0x2b84(%rsp)
movl %r8d, 0x2b80(%rsp)
movl %edi, 0x2b7c(%rsp)
movq %rsi, 0x2b70(%rsp)
movq %rdx, 0x2b68(%rsp)
movl %ecx, 0x2b64(%rsp)
movq %rax, 0x2b58(%rsp)
movq 0x2b88(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x2b70(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b68(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b64(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b58(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b84(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b80(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b7c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31c8(%rsp)
movl $0x10, 0x31c4(%rsp)
movq 0x31c8(%rsp), %rax
movslq 0x31c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f2417
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a08(%rsp)
movb $0x1, 0x1f7b(%rsp)
testb $0x1, 0x1f7b(%rsp)
jne 0x15f2552
leaq 0x19c8(%rsp), %rax
movq %rax, 0x2110(%rsp)
movq 0x2110(%rsp), %rax
movq %rax, 0x3868(%rsp)
movq 0x3868(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f24f5
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3864(%rsp) # imm = 0xFFFFFFFF
movl 0x3864(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3860(%rsp)
cmpl $0x1, 0x3860(%rsp)
jne 0x15f24f5
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f24c6
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f24c4
jmp 0x15f24f3
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b8(%rsp)
cmpq $0x0, 0x38b8(%rsp)
je 0x15f24f1
movq 0x38b8(%rsp), %rdi
callq 0x5f480
jmp 0x15f24f3
jmp 0x15f24f5
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f2550
movq %rax, %rdi
callq 0x678a0
jmp 0x15f2552
leaq 0x19c8(%rsp), %rax
movq %rax, 0x20d8(%rsp)
movq 0x20d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x19c8(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rax
movq %rax, 0x36a8(%rsp)
movq 0x36a8(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f263d
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36a4(%rsp) # imm = 0xFFFFFFFF
movl 0x36a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36a0(%rsp)
cmpl $0x1, 0x36a0(%rsp)
jne 0x15f263d
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f260e
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f260c
jmp 0x15f263b
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3998(%rsp)
cmpq $0x0, 0x3998(%rsp)
je 0x15f2639
movq 0x3998(%rsp), %rdi
callq 0x5f480
jmp 0x15f263b
jmp 0x15f263d
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f2698
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1a10(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x20d0(%rsp), %rax
movq (%rax), %rax
movl 0x1a1c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3ca8(%rsp)
movq 0x3ca8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x19b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x1960(%rsp), %rdx
movq %rdx, 0x2518(%rsp)
movq %rcx, 0x2510(%rsp)
movl %eax, 0x250c(%rsp)
movq 0x2510(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x250b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x250c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1960(%rsp), %r10
movq %r10, 0x2760(%rsp)
movl %r9d, 0x275c(%rsp)
movl %r8d, 0x2758(%rsp)
movl %edi, 0x2754(%rsp)
movq %rsi, 0x2748(%rsp)
movq %rdx, 0x2740(%rsp)
movl %ecx, 0x273c(%rsp)
movq %rax, 0x2730(%rsp)
movq 0x2760(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2740(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x273c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2730(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x275c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2758(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2754(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32f8(%rsp)
movl $0x10, 0x32f4(%rsp)
movq 0x32f8(%rsp), %rax
movslq 0x32f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1988(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f28b0
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19a0(%rsp)
movb $0x1, 0x250b(%rsp)
testb $0x1, 0x250b(%rsp)
jne 0x15f29eb
leaq 0x1960(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq %rax, 0x3348(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f298e
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3344(%rsp) # imm = 0xFFFFFFFF
movl 0x3344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3340(%rsp)
cmpl $0x1, 0x3340(%rsp)
jne 0x15f298e
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f295f
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f295d
jmp 0x15f298c
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b48(%rsp)
cmpq $0x0, 0x3b48(%rsp)
je 0x15f298a
movq 0x3b48(%rsp), %rdi
callq 0x5f480
jmp 0x15f298c
jmp 0x15f298e
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f29e9
movq %rax, %rdi
callq 0x678a0
jmp 0x15f29eb
leaq 0x1960(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1960(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rax
movq %rax, 0x3698(%rsp)
movq 0x3698(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f2ad6
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3694(%rsp) # imm = 0xFFFFFFFF
movl 0x3694(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3690(%rsp)
cmpl $0x1, 0x3690(%rsp)
jne 0x15f2ad6
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f2aa7
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f2aa5
jmp 0x15f2ad4
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a0(%rsp)
cmpq $0x0, 0x39a0(%rsp)
je 0x15f2ad2
movq 0x39a0(%rsp), %rdi
callq 0x5f480
jmp 0x15f2ad4
jmp 0x15f2ad6
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f2b31
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x19a8(%rsp)
movl $0x0, 0x195c(%rsp)
movl 0x195c(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15f2c20
movq 0x1a10(%rsp), %rax
movq %rax, 0x3ca0(%rsp)
movq 0x3ca0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1940(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1940(%rsp), %rsi
leaq 0x19b0(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x1930(%rsp)
movq 0x19a8(%rsp), %rax
vmovaps 0x1930(%rsp), %xmm0
movq %rax, 0x3f08(%rsp)
vmovaps %xmm0, 0x3ef0(%rsp)
vmovaps 0x3ef0(%rsp), %xmm0
movq 0x3f08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1a10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1a10(%rsp)
movq 0x19a8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x19a8(%rsp)
movl 0x195c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x195c(%rsp)
jmp 0x15f2b4c
jmp 0x15f2c22
movl 0x1a1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a1c(%rsp)
jmp 0x15f2247
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
jmp 0x15ff8a7
movq 0x1cc0(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15fc49a
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15f3bf0
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d58(%rsp)
movq 0x1d58(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x15f2d21
movq 0x6e8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x15f2d2e
jmp 0x15f2d3e
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0x192c(%rsp)
movl 0x192c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15f3be0
movq 0x1cc0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x18d8(%rsp), %rdx
movq %rdx, 0x1f70(%rsp)
movq %rcx, 0x1f68(%rsp)
movl %eax, 0x1f64(%rsp)
movq 0x1f68(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x1f63(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f64(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18d8(%rsp), %r10
movq %r10, 0x2bc0(%rsp)
movl %r9d, 0x2bbc(%rsp)
movl %r8d, 0x2bb8(%rsp)
movl %edi, 0x2bb4(%rsp)
movq %rsi, 0x2ba8(%rsp)
movq %rdx, 0x2ba0(%rsp)
movl %ecx, 0x2b9c(%rsp)
movq %rax, 0x2b90(%rsp)
movq 0x2bc0(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x2ba8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ba0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b9c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b90(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bbc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bb8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bb4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31b8(%rsp)
movl $0x10, 0x31b4(%rsp)
movq 0x31b8(%rsp), %rax
movslq 0x31b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1900(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f2f19
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1918(%rsp)
movb $0x1, 0x1f63(%rsp)
testb $0x1, 0x1f63(%rsp)
jne 0x15f3054
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2118(%rsp)
movq 0x2118(%rsp), %rax
movq %rax, 0x3858(%rsp)
movq 0x3858(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f2ff7
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3854(%rsp) # imm = 0xFFFFFFFF
movl 0x3854(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3850(%rsp)
cmpl $0x1, 0x3850(%rsp)
jne 0x15f2ff7
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f2fc8
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f2fc6
jmp 0x15f2ff5
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c0(%rsp)
cmpq $0x0, 0x38c0(%rsp)
je 0x15f2ff3
movq 0x38c0(%rsp), %rdi
callq 0x5f480
jmp 0x15f2ff5
jmp 0x15f2ff7
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f3052
movq %rax, %rdi
callq 0x678a0
jmp 0x15f3054
leaq 0x18d8(%rsp), %rax
movq %rax, 0x20c8(%rsp)
movq 0x20c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rax
movq %rax, 0x3688(%rsp)
movq 0x3688(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f313f
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3684(%rsp) # imm = 0xFFFFFFFF
movl 0x3684(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3680(%rsp)
cmpl $0x1, 0x3680(%rsp)
jne 0x15f313f
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f3110
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f310e
jmp 0x15f313d
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a8(%rsp)
cmpq $0x0, 0x39a8(%rsp)
je 0x15f313b
movq 0x39a8(%rsp), %rdi
callq 0x5f480
jmp 0x15f313d
jmp 0x15f313f
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f319a
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1920(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1888(%rsp), %rdx
movq %rdx, 0x1f58(%rsp)
movq %rcx, 0x1f50(%rsp)
movl %eax, 0x1f4c(%rsp)
movq 0x1f50(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x1f4b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f4c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1888(%rsp), %r10
movq %r10, 0x2bf8(%rsp)
movl %r9d, 0x2bf4(%rsp)
movl %r8d, 0x2bf0(%rsp)
movl %edi, 0x2bec(%rsp)
movq %rsi, 0x2be0(%rsp)
movq %rdx, 0x2bd8(%rsp)
movl %ecx, 0x2bd4(%rsp)
movq %rax, 0x2bc8(%rsp)
movq 0x2bf8(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x2be0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2bd8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2bd4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2bc8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bf4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bf0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31a8(%rsp)
movl $0x10, 0x31a4(%rsp)
movq 0x31a8(%rsp), %rax
movslq 0x31a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f3366
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18c8(%rsp)
movb $0x1, 0x1f4b(%rsp)
testb $0x1, 0x1f4b(%rsp)
jne 0x15f34a1
leaq 0x1888(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2120(%rsp), %rax
movq %rax, 0x3848(%rsp)
movq 0x3848(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f3444
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3844(%rsp) # imm = 0xFFFFFFFF
movl 0x3844(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3840(%rsp)
cmpl $0x1, 0x3840(%rsp)
jne 0x15f3444
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f3415
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f3413
jmp 0x15f3442
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c8(%rsp)
cmpq $0x0, 0x38c8(%rsp)
je 0x15f3440
movq 0x38c8(%rsp), %rdi
callq 0x5f480
jmp 0x15f3442
jmp 0x15f3444
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f349f
movq %rax, %rdi
callq 0x678a0
jmp 0x15f34a1
leaq 0x1888(%rsp), %rax
movq %rax, 0x20c0(%rsp)
movq 0x20c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1888(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rax
movq %rax, 0x3678(%rsp)
movq 0x3678(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f358c
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3674(%rsp) # imm = 0xFFFFFFFF
movl 0x3674(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3670(%rsp)
cmpl $0x1, 0x3670(%rsp)
jne 0x15f358c
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f355d
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f355b
jmp 0x15f358a
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b0(%rsp)
cmpq $0x0, 0x39b0(%rsp)
je 0x15f3588
movq 0x39b0(%rsp), %rdi
callq 0x5f480
jmp 0x15f358a
jmp 0x15f358c
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f35e7
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x18d0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1838(%rsp), %rdx
movq %rdx, 0x24f8(%rsp)
movq %rcx, 0x24f0(%rsp)
movl %eax, 0x24ec(%rsp)
movq 0x24f0(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x24eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1838(%rsp), %r10
movq %r10, 0x2798(%rsp)
movl %r9d, 0x2794(%rsp)
movl %r8d, 0x2790(%rsp)
movl %edi, 0x278c(%rsp)
movq %rsi, 0x2780(%rsp)
movq %rdx, 0x2778(%rsp)
movl %ecx, 0x2774(%rsp)
movq %rax, 0x2768(%rsp)
movq 0x2798(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2778(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2774(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2768(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2794(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2790(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x278c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32e8(%rsp)
movl $0x10, 0x32e4(%rsp)
movq 0x32e8(%rsp), %rax
movslq 0x32e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1860(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f37b3
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1878(%rsp)
movb $0x1, 0x24eb(%rsp)
testb $0x1, 0x24eb(%rsp)
jne 0x15f38ee
leaq 0x1838(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq %rax, 0x3358(%rsp)
movq 0x3358(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f3891
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3354(%rsp) # imm = 0xFFFFFFFF
movl 0x3354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3350(%rsp)
cmpl $0x1, 0x3350(%rsp)
jne 0x15f3891
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f3862
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f3860
jmp 0x15f388f
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b40(%rsp)
cmpq $0x0, 0x3b40(%rsp)
je 0x15f388d
movq 0x3b40(%rsp), %rdi
callq 0x5f480
jmp 0x15f388f
jmp 0x15f3891
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f38ec
movq %rax, %rdi
callq 0x678a0
jmp 0x15f38ee
leaq 0x1838(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1838(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rax
movq %rax, 0x3668(%rsp)
movq 0x3668(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f39d9
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3664(%rsp) # imm = 0xFFFFFFFF
movl 0x3664(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3660(%rsp)
cmpl $0x1, 0x3660(%rsp)
jne 0x15f39d9
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f39aa
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f39a8
jmp 0x15f39d7
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b8(%rsp)
cmpq $0x0, 0x39b8(%rsp)
je 0x15f39d5
movq 0x39b8(%rsp), %rdi
callq 0x5f480
jmp 0x15f39d7
jmp 0x15f39d9
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f3a34
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1880(%rsp)
movl $0x0, 0x1834(%rsp)
movl 0x1834(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x15f3bc8
movl $0x0, 0x1830(%rsp)
movl 0x1830(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15f3bb0
movq 0x1920(%rsp), %rax
movq %rax, 0x3c98(%rsp)
movq 0x3c98(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1820(%rsp)
movl $0x0, 0x181c(%rsp)
movl 0x181c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15f3b86
movq 0x18d0(%rsp), %rax
movq %rax, 0x3c90(%rsp)
movq 0x3c90(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1800(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1820(%rsp), %rsi
leaq 0x1800(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x17f0(%rsp)
movq 0x1880(%rsp), %rax
vmovaps 0x17f0(%rsp), %xmm0
movq %rax, 0x3ee8(%rsp)
vmovaps %xmm0, 0x3ed0(%rsp)
vmovaps 0x3ed0(%rsp), %xmm0
movq 0x3ee8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x18d0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x18d0(%rsp)
movq 0x1880(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1880(%rsp)
movl 0x181c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x181c(%rsp)
jmp 0x15f3ab2
movq 0x1920(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1920(%rsp)
movl 0x1830(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1830(%rsp)
jmp 0x15f3a6e
jmp 0x15f3bb2
movl 0x1834(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1834(%rsp)
jmp 0x15f3a4f
jmp 0x15f3bca
movl 0x192c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x192c(%rsp)
jmp 0x15f2d49
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15faee5
cmpl $0x1, 0x1c80(%rsp)
jne 0x15f4b24
cmpl $0x1, 0x1c7c(%rsp)
jne 0x15f4b24
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15f4b24
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d50(%rsp)
movq 0x1d50(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x15f3cd5
movq 0x660(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x15f3ce2
jmp 0x15f3cf2
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0x17ec(%rsp)
movl 0x17ec(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15f4b14
movq 0x1cc0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1798(%rsp), %rdx
movq %rdx, 0x1f40(%rsp)
movq %rcx, 0x1f38(%rsp)
movl %eax, 0x1f34(%rsp)
movq 0x1f38(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x1f33(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f34(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1798(%rsp), %r10
movq %r10, 0x2c30(%rsp)
movl %r9d, 0x2c2c(%rsp)
movl %r8d, 0x2c28(%rsp)
movl %edi, 0x2c24(%rsp)
movq %rsi, 0x2c18(%rsp)
movq %rdx, 0x2c10(%rsp)
movl %ecx, 0x2c0c(%rsp)
movq %rax, 0x2c00(%rsp)
movq 0x2c30(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x2c18(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c10(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c0c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c00(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c2c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c28(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c24(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3198(%rsp)
movl $0x10, 0x3194(%rsp)
movq 0x3198(%rsp), %rax
movslq 0x3194(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3194(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x17c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f3ecd
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x17d8(%rsp)
movb $0x1, 0x1f33(%rsp)
testb $0x1, 0x1f33(%rsp)
jne 0x15f4008
leaq 0x1798(%rsp), %rax
movq %rax, 0x2128(%rsp)
movq 0x2128(%rsp), %rax
movq %rax, 0x3838(%rsp)
movq 0x3838(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f3fab
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3834(%rsp) # imm = 0xFFFFFFFF
movl 0x3834(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3830(%rsp)
cmpl $0x1, 0x3830(%rsp)
jne 0x15f3fab
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f3f7c
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f3f7a
jmp 0x15f3fa9
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d0(%rsp)
cmpq $0x0, 0x38d0(%rsp)
je 0x15f3fa7
movq 0x38d0(%rsp), %rdi
callq 0x5f480
jmp 0x15f3fa9
jmp 0x15f3fab
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f4006
movq %rax, %rdi
callq 0x678a0
jmp 0x15f4008
leaq 0x1798(%rsp), %rax
movq %rax, 0x20b8(%rsp)
movq 0x20b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1798(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rax
movq %rax, 0x3658(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f40f3
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3654(%rsp) # imm = 0xFFFFFFFF
movl 0x3654(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3650(%rsp)
cmpl $0x1, 0x3650(%rsp)
jne 0x15f40f3
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f40c4
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f40c2
jmp 0x15f40f1
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c0(%rsp)
cmpq $0x0, 0x39c0(%rsp)
je 0x15f40ef
movq 0x39c0(%rsp), %rdi
callq 0x5f480
jmp 0x15f40f1
jmp 0x15f40f3
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f414e
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x17e0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1748(%rsp), %rdx
movq %rdx, 0x24d8(%rsp)
movq %rcx, 0x24d0(%rsp)
movl %eax, 0x24cc(%rsp)
movq 0x24d0(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x24cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1748(%rsp), %r10
movq %r10, 0x27d0(%rsp)
movl %r9d, 0x27cc(%rsp)
movl %r8d, 0x27c8(%rsp)
movl %edi, 0x27c4(%rsp)
movq %rsi, 0x27b8(%rsp)
movq %rdx, 0x27b0(%rsp)
movl %ecx, 0x27ac(%rsp)
movq %rax, 0x27a0(%rsp)
movq 0x27d0(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x27cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x27c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32d8(%rsp)
movl $0x10, 0x32d4(%rsp)
movq 0x32d8(%rsp), %rax
movslq 0x32d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1770(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f431a
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1788(%rsp)
movb $0x1, 0x24cb(%rsp)
testb $0x1, 0x24cb(%rsp)
jne 0x15f4455
leaq 0x1748(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq %rax, 0x3368(%rsp)
movq 0x3368(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f43f8
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3364(%rsp) # imm = 0xFFFFFFFF
movl 0x3364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3360(%rsp)
cmpl $0x1, 0x3360(%rsp)
jne 0x15f43f8
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f43c9
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f43c7
jmp 0x15f43f6
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b38(%rsp)
cmpq $0x0, 0x3b38(%rsp)
je 0x15f43f4
movq 0x3b38(%rsp), %rdi
callq 0x5f480
jmp 0x15f43f6
jmp 0x15f43f8
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f4453
movq %rax, %rdi
callq 0x678a0
jmp 0x15f4455
leaq 0x1748(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1748(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rax
movq %rax, 0x3648(%rsp)
movq 0x3648(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f4540
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3644(%rsp) # imm = 0xFFFFFFFF
movl 0x3644(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3640(%rsp)
cmpl $0x1, 0x3640(%rsp)
jne 0x15f4540
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f4511
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f450f
jmp 0x15f453e
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c8(%rsp)
cmpq $0x0, 0x39c8(%rsp)
je 0x15f453c
movq 0x39c8(%rsp), %rdi
callq 0x5f480
jmp 0x15f453e
jmp 0x15f4540
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f459b
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1790(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x16f8(%rsp), %rdx
movq %rdx, 0x1f28(%rsp)
movq %rcx, 0x1f20(%rsp)
movl %eax, 0x1f1c(%rsp)
movq 0x1f20(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x1f1b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f1c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f8(%rsp), %r10
movq %r10, 0x2c68(%rsp)
movl %r9d, 0x2c64(%rsp)
movl %r8d, 0x2c60(%rsp)
movl %edi, 0x2c5c(%rsp)
movq %rsi, 0x2c50(%rsp)
movq %rdx, 0x2c48(%rsp)
movl %ecx, 0x2c44(%rsp)
movq %rax, 0x2c38(%rsp)
movq 0x2c68(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x2c50(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c48(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c44(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c38(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c64(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c60(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c5c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3188(%rsp)
movl $0x10, 0x3184(%rsp)
movq 0x3188(%rsp), %rax
movslq 0x3184(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3184(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1720(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f4767
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1738(%rsp)
movb $0x1, 0x1f1b(%rsp)
testb $0x1, 0x1f1b(%rsp)
jne 0x15f48a2
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2130(%rsp)
movq 0x2130(%rsp), %rax
movq %rax, 0x3828(%rsp)
movq 0x3828(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f4845
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3824(%rsp) # imm = 0xFFFFFFFF
movl 0x3824(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3820(%rsp)
cmpl $0x1, 0x3820(%rsp)
jne 0x15f4845
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f4816
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f4814
jmp 0x15f4843
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d8(%rsp)
cmpq $0x0, 0x38d8(%rsp)
je 0x15f4841
movq 0x38d8(%rsp), %rdi
callq 0x5f480
jmp 0x15f4843
jmp 0x15f4845
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f48a0
movq %rax, %rdi
callq 0x678a0
jmp 0x15f48a2
leaq 0x16f8(%rsp), %rax
movq %rax, 0x20b0(%rsp)
movq 0x20b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rax
movq %rax, 0x3638(%rsp)
movq 0x3638(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f498d
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3634(%rsp) # imm = 0xFFFFFFFF
movl 0x3634(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3630(%rsp)
cmpl $0x1, 0x3630(%rsp)
jne 0x15f498d
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f495e
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f495c
jmp 0x15f498b
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d0(%rsp)
cmpq $0x0, 0x39d0(%rsp)
je 0x15f4989
movq 0x39d0(%rsp), %rdi
callq 0x5f480
jmp 0x15f498b
jmp 0x15f498d
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f49e8
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1740(%rsp)
movq 0x1740(%rsp), %rax
movq %rax, 0x3c88(%rsp)
movq 0x3c88(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16e0(%rsp)
movl $0x0, 0x16dc(%rsp)
movl 0x16dc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15f4afc
movq 0x17e0(%rsp), %rax
movq %rax, 0x3c80(%rsp)
movq 0x3c80(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16c0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16e0(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x16b0(%rsp)
movq 0x1790(%rsp), %rax
vmovaps 0x16b0(%rsp), %xmm0
movq %rax, 0x3ec8(%rsp)
vmovaps %xmm0, 0x3eb0(%rsp)
vmovaps 0x3eb0(%rsp), %xmm0
movq 0x3ec8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x17e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x17e0(%rsp)
movq 0x1790(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1790(%rsp)
movl 0x16dc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16dc(%rsp)
jmp 0x15f4a28
jmp 0x15f4afe
movl 0x17ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17ec(%rsp)
jmp 0x15f3cfd
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15f5659
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15f5659
cmpl $0x1, 0x1c74(%rsp)
jne 0x15f5659
cmpl $0x1, 0x1c64(%rsp)
jne 0x15f5659
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d48(%rsp)
movq 0x1d48(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x15f4c0b
movq 0x5d8(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x15f4c18
jmp 0x15f4c28
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0x16ac(%rsp)
movl 0x16ac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15f5649
movq 0x1cc0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1658(%rsp), %rdx
movq %rdx, 0x1f10(%rsp)
movq %rcx, 0x1f08(%rsp)
movl %eax, 0x1f04(%rsp)
movq 0x1f08(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x1f03(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f04(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1658(%rsp), %r10
movq %r10, 0x2ca0(%rsp)
movl %r9d, 0x2c9c(%rsp)
movl %r8d, 0x2c98(%rsp)
movl %edi, 0x2c94(%rsp)
movq %rsi, 0x2c88(%rsp)
movq %rdx, 0x2c80(%rsp)
movl %ecx, 0x2c7c(%rsp)
movq %rax, 0x2c70(%rsp)
movq 0x2ca0(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x2c88(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c80(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c7c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c70(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c9c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c98(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c94(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3178(%rsp)
movl $0x10, 0x3174(%rsp)
movq 0x3178(%rsp), %rax
movslq 0x3174(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3174(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1680(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f4e03
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1698(%rsp)
movb $0x1, 0x1f03(%rsp)
testb $0x1, 0x1f03(%rsp)
jne 0x15f4f3e
leaq 0x1658(%rsp), %rax
movq %rax, 0x2138(%rsp)
movq 0x2138(%rsp), %rax
movq %rax, 0x3818(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f4ee1
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3814(%rsp) # imm = 0xFFFFFFFF
movl 0x3814(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3810(%rsp)
cmpl $0x1, 0x3810(%rsp)
jne 0x15f4ee1
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f4eb2
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f4eb0
jmp 0x15f4edf
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e0(%rsp)
cmpq $0x0, 0x38e0(%rsp)
je 0x15f4edd
movq 0x38e0(%rsp), %rdi
callq 0x5f480
jmp 0x15f4edf
jmp 0x15f4ee1
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f4f3c
movq %rax, %rdi
callq 0x678a0
jmp 0x15f4f3e
leaq 0x1658(%rsp), %rax
movq %rax, 0x20a8(%rsp)
movq 0x20a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x1658(%rsp), %rax
movq %rax, 0x2230(%rsp)
movq 0x2230(%rsp), %rax
movq %rax, 0x3628(%rsp)
movq 0x3628(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f5029
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3624(%rsp) # imm = 0xFFFFFFFF
movl 0x3624(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3620(%rsp)
cmpl $0x1, 0x3620(%rsp)
jne 0x15f5029
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f4ffa
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f4ff8
jmp 0x15f5027
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d8(%rsp)
cmpq $0x0, 0x39d8(%rsp)
je 0x15f5025
movq 0x39d8(%rsp), %rdi
callq 0x5f480
jmp 0x15f5027
jmp 0x15f5029
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f5084
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x16a0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20a0(%rsp)
movq 0x20a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1650(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1600(%rsp), %rdx
movq %rdx, 0x24b8(%rsp)
movq %rcx, 0x24b0(%rsp)
movl %eax, 0x24ac(%rsp)
movq 0x24b0(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x24ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1600(%rsp), %r10
movq %r10, 0x2808(%rsp)
movl %r9d, 0x2804(%rsp)
movl %r8d, 0x2800(%rsp)
movl %edi, 0x27fc(%rsp)
movq %rsi, 0x27f0(%rsp)
movq %rdx, 0x27e8(%rsp)
movl %ecx, 0x27e4(%rsp)
movq %rax, 0x27d8(%rsp)
movq 0x2808(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x27f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2804(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2800(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32c8(%rsp)
movl $0x10, 0x32c4(%rsp)
movq 0x32c8(%rsp), %rax
movslq 0x32c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1628(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f5273
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1640(%rsp)
movb $0x1, 0x24ab(%rsp)
testb $0x1, 0x24ab(%rsp)
jne 0x15f53ae
leaq 0x1600(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq %rax, 0x3378(%rsp)
movq 0x3378(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f5351
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3374(%rsp) # imm = 0xFFFFFFFF
movl 0x3374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3370(%rsp)
cmpl $0x1, 0x3370(%rsp)
jne 0x15f5351
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f5322
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f5320
jmp 0x15f534f
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b30(%rsp)
cmpq $0x0, 0x3b30(%rsp)
je 0x15f534d
movq 0x3b30(%rsp), %rdi
callq 0x5f480
jmp 0x15f534f
jmp 0x15f5351
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f53ac
movq %rax, %rdi
callq 0x678a0
jmp 0x15f53ae
leaq 0x1600(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1600(%rsp), %rax
movq %rax, 0x2238(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x3618(%rsp)
movq 0x3618(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f5499
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3614(%rsp) # imm = 0xFFFFFFFF
movl 0x3614(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3610(%rsp)
cmpl $0x1, 0x3610(%rsp)
jne 0x15f5499
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f546a
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f5468
jmp 0x15f5497
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e0(%rsp)
cmpq $0x0, 0x39e0(%rsp)
je 0x15f5495
movq 0x39e0(%rsp), %rdi
callq 0x5f480
jmp 0x15f5497
jmp 0x15f5499
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f54f4
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x1648(%rsp)
movl $0x0, 0x15fc(%rsp)
movl 0x15fc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15f5631
movq 0x16a0(%rsp), %rax
movq %rax, 0x3c78(%rsp)
movq 0x3c78(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x15e0(%rsp)
movq 0x1650(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b9c(%rsp)
vbroadcastss 0x3b9c(%rsp), %xmm0
vmovaps %xmm0, 0x3b80(%rsp)
vmovaps 0x3b80(%rsp), %xmm0
vmovaps %xmm0, 0x15d0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x15e0(%rsp), %rsi
leaq 0x15d0(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x15c0(%rsp)
movq 0x1648(%rsp), %rax
vmovaps 0x15c0(%rsp), %xmm0
movq %rax, 0x3ea8(%rsp)
vmovaps %xmm0, 0x3e90(%rsp)
vmovaps 0x3e90(%rsp), %xmm0
movq 0x3ea8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x16a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x16a0(%rsp)
movq 0x1650(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1650(%rsp)
movq 0x1648(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1648(%rsp)
movl 0x15fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15fc(%rsp)
jmp 0x15f550f
jmp 0x15f5633
movl 0x16ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ac(%rsp)
jmp 0x15f4c33
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
cmpl $0x1, 0x1ca0(%rsp)
jne 0x15f657b
cmpl $0x1, 0x1c9c(%rsp)
jne 0x15f657b
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15f657b
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d40(%rsp)
movq 0x1d40(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x15f572c
movq 0x578(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x15f5739
jmp 0x15f5749
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0x15bc(%rsp)
movl 0x15bc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15f656b
movq 0x1cc0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1568(%rsp), %rdx
movq %rdx, 0x1ef8(%rsp)
movq %rcx, 0x1ef0(%rsp)
movl %eax, 0x1eec(%rsp)
movq 0x1ef0(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x1eeb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1eec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1568(%rsp), %r10
movq %r10, 0x2cd8(%rsp)
movl %r9d, 0x2cd4(%rsp)
movl %r8d, 0x2cd0(%rsp)
movl %edi, 0x2ccc(%rsp)
movq %rsi, 0x2cc0(%rsp)
movq %rdx, 0x2cb8(%rsp)
movl %ecx, 0x2cb4(%rsp)
movq %rax, 0x2ca8(%rsp)
movq 0x2cd8(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x2cc0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cb8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cb4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ca8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2cd4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2cd0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ccc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3168(%rsp)
movl $0x10, 0x3164(%rsp)
movq 0x3168(%rsp), %rax
movslq 0x3164(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3164(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1590(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f5924
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15a8(%rsp)
movb $0x1, 0x1eeb(%rsp)
testb $0x1, 0x1eeb(%rsp)
jne 0x15f5a5f
leaq 0x1568(%rsp), %rax
movq %rax, 0x2140(%rsp)
movq 0x2140(%rsp), %rax
movq %rax, 0x3808(%rsp)
movq 0x3808(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f5a02
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3804(%rsp) # imm = 0xFFFFFFFF
movl 0x3804(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3800(%rsp)
cmpl $0x1, 0x3800(%rsp)
jne 0x15f5a02
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f59d3
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f59d1
jmp 0x15f5a00
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e8(%rsp)
cmpq $0x0, 0x38e8(%rsp)
je 0x15f59fe
movq 0x38e8(%rsp), %rdi
callq 0x5f480
jmp 0x15f5a00
jmp 0x15f5a02
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f5a5d
movq %rax, %rdi
callq 0x678a0
jmp 0x15f5a5f
leaq 0x1568(%rsp), %rax
movq %rax, 0x2098(%rsp)
movq 0x2098(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x1568(%rsp), %rax
movq %rax, 0x2240(%rsp)
movq 0x2240(%rsp), %rax
movq %rax, 0x3608(%rsp)
movq 0x3608(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f5b4a
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3604(%rsp) # imm = 0xFFFFFFFF
movl 0x3604(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3600(%rsp)
cmpl $0x1, 0x3600(%rsp)
jne 0x15f5b4a
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f5b1b
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f5b19
jmp 0x15f5b48
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e8(%rsp)
cmpq $0x0, 0x39e8(%rsp)
je 0x15f5b46
movq 0x39e8(%rsp), %rdi
callq 0x5f480
jmp 0x15f5b48
jmp 0x15f5b4a
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f5ba5
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x15b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1518(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1518(%rsp), %r10
movq %r10, 0x2840(%rsp)
movl %r9d, 0x283c(%rsp)
movl %r8d, 0x2838(%rsp)
movl %edi, 0x2834(%rsp)
movq %rsi, 0x2828(%rsp)
movq %rdx, 0x2820(%rsp)
movl %ecx, 0x281c(%rsp)
movq %rax, 0x2810(%rsp)
movq 0x2840(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2820(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x281c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2810(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x283c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2838(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2834(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32b8(%rsp)
movl $0x10, 0x32b4(%rsp)
movq 0x32b8(%rsp), %rax
movslq 0x32b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1540(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f5d71
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1558(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x15f5eac
leaq 0x1518(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq %rax, 0x3388(%rsp)
movq 0x3388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f5e4f
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3384(%rsp) # imm = 0xFFFFFFFF
movl 0x3384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3380(%rsp)
cmpl $0x1, 0x3380(%rsp)
jne 0x15f5e4f
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f5e20
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f5e1e
jmp 0x15f5e4d
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b28(%rsp)
cmpq $0x0, 0x3b28(%rsp)
je 0x15f5e4b
movq 0x3b28(%rsp), %rdi
callq 0x5f480
jmp 0x15f5e4d
jmp 0x15f5e4f
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f5eaa
movq %rax, %rdi
callq 0x678a0
jmp 0x15f5eac
leaq 0x1518(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1518(%rsp), %rax
movq %rax, 0x2248(%rsp)
movq 0x2248(%rsp), %rax
movq %rax, 0x35f8(%rsp)
movq 0x35f8(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f5f97
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35f4(%rsp) # imm = 0xFFFFFFFF
movl 0x35f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35f0(%rsp)
cmpl $0x1, 0x35f0(%rsp)
jne 0x15f5f97
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f5f68
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f5f66
jmp 0x15f5f95
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f0(%rsp)
cmpq $0x0, 0x39f0(%rsp)
je 0x15f5f93
movq 0x39f0(%rsp), %rdi
callq 0x5f480
jmp 0x15f5f95
jmp 0x15f5f97
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f5ff2
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x1560(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x14c8(%rsp), %rdx
movq %rdx, 0x1ee0(%rsp)
movq %rcx, 0x1ed8(%rsp)
movl %eax, 0x1ed4(%rsp)
movq 0x1ed8(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x1ed3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ed4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14c8(%rsp), %r10
movq %r10, 0x2d10(%rsp)
movl %r9d, 0x2d0c(%rsp)
movl %r8d, 0x2d08(%rsp)
movl %edi, 0x2d04(%rsp)
movq %rsi, 0x2cf8(%rsp)
movq %rdx, 0x2cf0(%rsp)
movl %ecx, 0x2cec(%rsp)
movq %rax, 0x2ce0(%rsp)
movq 0x2d10(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x2cf8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cf0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ce0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d0c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d08(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d04(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3158(%rsp)
movl $0x10, 0x3154(%rsp)
movq 0x3158(%rsp), %rax
movslq 0x3154(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3154(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f61be
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1508(%rsp)
movb $0x1, 0x1ed3(%rsp)
testb $0x1, 0x1ed3(%rsp)
jne 0x15f62f9
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2148(%rsp)
movq 0x2148(%rsp), %rax
movq %rax, 0x37f8(%rsp)
movq 0x37f8(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f629c
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37f4(%rsp) # imm = 0xFFFFFFFF
movl 0x37f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37f0(%rsp)
cmpl $0x1, 0x37f0(%rsp)
jne 0x15f629c
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f626d
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f626b
jmp 0x15f629a
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f0(%rsp)
cmpq $0x0, 0x38f0(%rsp)
je 0x15f6298
movq 0x38f0(%rsp), %rdi
callq 0x5f480
jmp 0x15f629a
jmp 0x15f629c
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f62f7
movq %rax, %rdi
callq 0x678a0
jmp 0x15f62f9
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2090(%rsp)
movq 0x2090(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2250(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0x35e8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f63e4
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35e4(%rsp) # imm = 0xFFFFFFFF
movl 0x35e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35e0(%rsp)
cmpl $0x1, 0x35e0(%rsp)
jne 0x15f63e4
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f63b5
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f63b3
jmp 0x15f63e2
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f8(%rsp)
cmpq $0x0, 0x39f8(%rsp)
je 0x15f63e0
movq 0x39f8(%rsp), %rdi
callq 0x5f480
jmp 0x15f63e2
jmp 0x15f63e4
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f643f
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1510(%rsp)
movq 0x15b0(%rsp), %rax
movq %rax, 0x3c70(%rsp)
movq 0x3c70(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x14b0(%rsp)
movl $0x0, 0x14ac(%rsp)
movl 0x14ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15f6553
movq 0x1510(%rsp), %rax
movq %rax, 0x3c68(%rsp)
movq 0x3c68(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1490(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x14b0(%rsp), %rsi
leaq 0x1490(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x1480(%rsp)
movq 0x1560(%rsp), %rax
vmovaps 0x1480(%rsp), %xmm0
movq %rax, 0x3e88(%rsp)
vmovaps %xmm0, 0x3e70(%rsp)
vmovaps 0x3e70(%rsp), %xmm0
movq 0x3e88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1510(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1510(%rsp)
movq 0x1560(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1560(%rsp)
movl 0x14ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14ac(%rsp)
jmp 0x15f647f
jmp 0x15f6555
movl 0x15bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15bc(%rsp)
jmp 0x15f5754
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15f70b0
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15f70b0
cmpl $0x1, 0x1c94(%rsp)
jne 0x15f70b0
cmpl $0x1, 0x1c84(%rsp)
jne 0x15f70b0
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d38(%rsp)
movq 0x1d38(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x15f6662
movq 0x4f0(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x15f666f
jmp 0x15f667f
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0x147c(%rsp)
movl 0x147c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15f70a0
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2088(%rsp)
movq 0x2088(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1470(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x1420(%rsp), %rdx
movq %rdx, 0x1ec8(%rsp)
movq %rcx, 0x1ec0(%rsp)
movl %eax, 0x1ebc(%rsp)
movq 0x1ec0(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x1ebb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ebc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1420(%rsp), %r10
movq %r10, 0x2d48(%rsp)
movl %r9d, 0x2d44(%rsp)
movl %r8d, 0x2d40(%rsp)
movl %edi, 0x2d3c(%rsp)
movq %rsi, 0x2d30(%rsp)
movq %rdx, 0x2d28(%rsp)
movl %ecx, 0x2d24(%rsp)
movq %rax, 0x2d18(%rsp)
movq 0x2d48(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x2d30(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d28(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d24(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d18(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d44(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d40(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d3c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3148(%rsp)
movl $0x10, 0x3144(%rsp)
movq 0x3148(%rsp), %rax
movslq 0x3144(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3144(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1448(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f687d
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1460(%rsp)
movb $0x1, 0x1ebb(%rsp)
testb $0x1, 0x1ebb(%rsp)
jne 0x15f69b8
leaq 0x1420(%rsp), %rax
movq %rax, 0x2150(%rsp)
movq 0x2150(%rsp), %rax
movq %rax, 0x37e8(%rsp)
movq 0x37e8(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f695b
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37e4(%rsp) # imm = 0xFFFFFFFF
movl 0x37e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37e0(%rsp)
cmpl $0x1, 0x37e0(%rsp)
jne 0x15f695b
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f692c
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f692a
jmp 0x15f6959
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f8(%rsp)
cmpq $0x0, 0x38f8(%rsp)
je 0x15f6957
movq 0x38f8(%rsp), %rdi
callq 0x5f480
jmp 0x15f6959
jmp 0x15f695b
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f69b6
movq %rax, %rdi
callq 0x678a0
jmp 0x15f69b8
leaq 0x1420(%rsp), %rax
movq %rax, 0x2080(%rsp)
movq 0x2080(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1420(%rsp), %rax
movq %rax, 0x2258(%rsp)
movq 0x2258(%rsp), %rax
movq %rax, 0x35d8(%rsp)
movq 0x35d8(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f6aa3
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35d4(%rsp) # imm = 0xFFFFFFFF
movl 0x35d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35d0(%rsp)
cmpl $0x1, 0x35d0(%rsp)
jne 0x15f6aa3
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f6a74
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f6a72
jmp 0x15f6aa1
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a00(%rsp)
cmpq $0x0, 0x3a00(%rsp)
je 0x15f6a9f
movq 0x3a00(%rsp), %rdi
callq 0x5f480
jmp 0x15f6aa1
jmp 0x15f6aa3
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f6afe
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1468(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x13d0(%rsp), %rdx
movq %rdx, 0x2478(%rsp)
movq %rcx, 0x2470(%rsp)
movl %eax, 0x246c(%rsp)
movq 0x2470(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x246b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x246c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x13d0(%rsp), %r10
movq %r10, 0x2878(%rsp)
movl %r9d, 0x2874(%rsp)
movl %r8d, 0x2870(%rsp)
movl %edi, 0x286c(%rsp)
movq %rsi, 0x2860(%rsp)
movq %rdx, 0x2858(%rsp)
movl %ecx, 0x2854(%rsp)
movq %rax, 0x2848(%rsp)
movq 0x2878(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x2860(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2858(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2854(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2848(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2874(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2870(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x286c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32a8(%rsp)
movl $0x10, 0x32a4(%rsp)
movq 0x32a8(%rsp), %rax
movslq 0x32a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x13f8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f6cca
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1410(%rsp)
movb $0x1, 0x246b(%rsp)
testb $0x1, 0x246b(%rsp)
jne 0x15f6e05
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2480(%rsp)
movq 0x2480(%rsp), %rax
movq %rax, 0x3398(%rsp)
movq 0x3398(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f6da8
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3394(%rsp) # imm = 0xFFFFFFFF
movl 0x3394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3390(%rsp)
cmpl $0x1, 0x3390(%rsp)
jne 0x15f6da8
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f6d79
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f6d77
jmp 0x15f6da6
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b20(%rsp)
cmpq $0x0, 0x3b20(%rsp)
je 0x15f6da4
movq 0x3b20(%rsp), %rdi
callq 0x5f480
jmp 0x15f6da6
jmp 0x15f6da8
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f6e03
movq %rax, %rdi
callq 0x678a0
jmp 0x15f6e05
leaq 0x13d0(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2260(%rsp)
movq 0x2260(%rsp), %rax
movq %rax, 0x35c8(%rsp)
movq 0x35c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f6ef0
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35c4(%rsp) # imm = 0xFFFFFFFF
movl 0x35c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35c0(%rsp)
cmpl $0x1, 0x35c0(%rsp)
jne 0x15f6ef0
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f6ec1
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f6ebf
jmp 0x15f6eee
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a08(%rsp)
cmpq $0x0, 0x3a08(%rsp)
je 0x15f6eec
movq 0x3a08(%rsp), %rdi
callq 0x5f480
jmp 0x15f6eee
jmp 0x15f6ef0
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f6f4b
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1418(%rsp)
movl $0x0, 0x13cc(%rsp)
movl 0x13cc(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15f7088
movq 0x1470(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b7c(%rsp)
vbroadcastss 0x3b7c(%rsp), %xmm0
vmovaps %xmm0, 0x3b60(%rsp)
vmovaps 0x3b60(%rsp), %xmm0
vmovaps %xmm0, 0x13b0(%rsp)
movq 0x1468(%rsp), %rax
movq %rax, 0x3c60(%rsp)
movq 0x3c60(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x13a0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x13b0(%rsp), %rsi
leaq 0x13a0(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x1390(%rsp)
movq 0x1418(%rsp), %rax
vmovaps 0x1390(%rsp), %xmm0
movq %rax, 0x3e68(%rsp)
vmovaps %xmm0, 0x3e50(%rsp)
vmovaps 0x3e50(%rsp), %xmm0
movq 0x3e68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1470(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1470(%rsp)
movq 0x1468(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1468(%rsp)
movq 0x1418(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1418(%rsp)
movl 0x13cc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13cc(%rsp)
jmp 0x15f6f66
jmp 0x15f708a
movl 0x147c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x147c(%rsp)
jmp 0x15f668a
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
cmpl $0x1, 0x1ca0(%rsp)
je 0x15f8031
cmpl $0x1, 0x1c80(%rsp)
jne 0x15f8031
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15f8031
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15f8031
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x1d30(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x15f7197
movq 0x490(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x15f71a4
jmp 0x15f71b4
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0x138c(%rsp)
movl 0x138c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15f8021
movq 0x1cc0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1338(%rsp), %rdx
movq %rdx, 0x1eb0(%rsp)
movq %rcx, 0x1ea8(%rsp)
movl %eax, 0x1ea4(%rsp)
movq 0x1ea8(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x1ea3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ea4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1338(%rsp), %r10
movq %r10, 0x2d80(%rsp)
movl %r9d, 0x2d7c(%rsp)
movl %r8d, 0x2d78(%rsp)
movl %edi, 0x2d74(%rsp)
movq %rsi, 0x2d68(%rsp)
movq %rdx, 0x2d60(%rsp)
movl %ecx, 0x2d5c(%rsp)
movq %rax, 0x2d50(%rsp)
movq 0x2d80(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x2d68(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d60(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d5c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d50(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d7c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d78(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d74(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3138(%rsp)
movl $0x10, 0x3134(%rsp)
movq 0x3138(%rsp), %rax
movslq 0x3134(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3134(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1360(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f738f
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1378(%rsp)
movb $0x1, 0x1ea3(%rsp)
testb $0x1, 0x1ea3(%rsp)
jne 0x15f74ca
leaq 0x1338(%rsp), %rax
movq %rax, 0x2158(%rsp)
movq 0x2158(%rsp), %rax
movq %rax, 0x37d8(%rsp)
movq 0x37d8(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f746d
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37d4(%rsp) # imm = 0xFFFFFFFF
movl 0x37d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37d0(%rsp)
cmpl $0x1, 0x37d0(%rsp)
jne 0x15f746d
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f743e
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f743c
jmp 0x15f746b
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3900(%rsp)
cmpq $0x0, 0x3900(%rsp)
je 0x15f7469
movq 0x3900(%rsp), %rdi
callq 0x5f480
jmp 0x15f746b
jmp 0x15f746d
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f74c8
movq %rax, %rdi
callq 0x678a0
jmp 0x15f74ca
leaq 0x1338(%rsp), %rax
movq %rax, 0x2078(%rsp)
movq 0x2078(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1338(%rsp), %rax
movq %rax, 0x2268(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x35b8(%rsp)
movq 0x35b8(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f75b5
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35b4(%rsp) # imm = 0xFFFFFFFF
movl 0x35b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35b0(%rsp)
cmpl $0x1, 0x35b0(%rsp)
jne 0x15f75b5
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f7586
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f7584
jmp 0x15f75b3
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a10(%rsp)
cmpq $0x0, 0x3a10(%rsp)
je 0x15f75b1
movq 0x3a10(%rsp), %rdi
callq 0x5f480
jmp 0x15f75b3
jmp 0x15f75b5
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f7610
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1380(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x12e8(%rsp), %rdx
movq %rdx, 0x1e98(%rsp)
movq %rcx, 0x1e90(%rsp)
movl %eax, 0x1e8c(%rsp)
movq 0x1e90(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x1e8b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e8c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12e8(%rsp), %r10
movq %r10, 0x2db8(%rsp)
movl %r9d, 0x2db4(%rsp)
movl %r8d, 0x2db0(%rsp)
movl %edi, 0x2dac(%rsp)
movq %rsi, 0x2da0(%rsp)
movq %rdx, 0x2d98(%rsp)
movl %ecx, 0x2d94(%rsp)
movq %rax, 0x2d88(%rsp)
movq 0x2db8(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x2da0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d98(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d94(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d88(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2db4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2db0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2dac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3128(%rsp)
movl $0x10, 0x3124(%rsp)
movq 0x3128(%rsp), %rax
movslq 0x3124(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3124(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1310(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f77dc
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1328(%rsp)
movb $0x1, 0x1e8b(%rsp)
testb $0x1, 0x1e8b(%rsp)
jne 0x15f7917
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2160(%rsp)
movq 0x2160(%rsp), %rax
movq %rax, 0x37c8(%rsp)
movq 0x37c8(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f78ba
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c4(%rsp) # imm = 0xFFFFFFFF
movl 0x37c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37c0(%rsp)
cmpl $0x1, 0x37c0(%rsp)
jne 0x15f78ba
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f788b
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f7889
jmp 0x15f78b8
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3908(%rsp)
cmpq $0x0, 0x3908(%rsp)
je 0x15f78b6
movq 0x3908(%rsp), %rdi
callq 0x5f480
jmp 0x15f78b8
jmp 0x15f78ba
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f7915
movq %rax, %rdi
callq 0x678a0
jmp 0x15f7917
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2070(%rsp)
movq 0x2070(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2270(%rsp)
movq 0x2270(%rsp), %rax
movq %rax, 0x35a8(%rsp)
movq 0x35a8(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f7a02
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35a4(%rsp) # imm = 0xFFFFFFFF
movl 0x35a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35a0(%rsp)
cmpl $0x1, 0x35a0(%rsp)
jne 0x15f7a02
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f79d3
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f79d1
jmp 0x15f7a00
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a18(%rsp)
cmpq $0x0, 0x3a18(%rsp)
je 0x15f79fe
movq 0x3a18(%rsp), %rdi
callq 0x5f480
jmp 0x15f7a00
jmp 0x15f7a02
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f7a5d
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1330(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1298(%rsp), %rdx
movq %rdx, 0x2458(%rsp)
movq %rcx, 0x2450(%rsp)
movl %eax, 0x244c(%rsp)
movq 0x2450(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x244b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x244c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1298(%rsp), %r10
movq %r10, 0x28b0(%rsp)
movl %r9d, 0x28ac(%rsp)
movl %r8d, 0x28a8(%rsp)
movl %edi, 0x28a4(%rsp)
movq %rsi, 0x2898(%rsp)
movq %rdx, 0x2890(%rsp)
movl %ecx, 0x288c(%rsp)
movq %rax, 0x2880(%rsp)
movq 0x28b0(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2890(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x288c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2880(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3298(%rsp)
movl $0x10, 0x3294(%rsp)
movq 0x3298(%rsp), %rax
movslq 0x3294(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3294(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f7c29
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12d8(%rsp)
movb $0x1, 0x244b(%rsp)
testb $0x1, 0x244b(%rsp)
jne 0x15f7d64
leaq 0x1298(%rsp), %rax
movq %rax, 0x2460(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x33a8(%rsp)
movq 0x33a8(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f7d07
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33a4(%rsp) # imm = 0xFFFFFFFF
movl 0x33a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33a0(%rsp)
cmpl $0x1, 0x33a0(%rsp)
jne 0x15f7d07
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f7cd8
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f7cd6
jmp 0x15f7d05
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b18(%rsp)
cmpq $0x0, 0x3b18(%rsp)
je 0x15f7d03
movq 0x3b18(%rsp), %rdi
callq 0x5f480
jmp 0x15f7d05
jmp 0x15f7d07
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f7d62
movq %rax, %rdi
callq 0x678a0
jmp 0x15f7d64
leaq 0x1298(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1298(%rsp), %rax
movq %rax, 0x2278(%rsp)
movq 0x2278(%rsp), %rax
movq %rax, 0x3598(%rsp)
movq 0x3598(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f7e4f
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3594(%rsp) # imm = 0xFFFFFFFF
movl 0x3594(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3590(%rsp)
cmpl $0x1, 0x3590(%rsp)
jne 0x15f7e4f
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f7e20
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f7e1e
jmp 0x15f7e4d
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a20(%rsp)
cmpq $0x0, 0x3a20(%rsp)
je 0x15f7e4b
movq 0x3a20(%rsp), %rdi
callq 0x5f480
jmp 0x15f7e4d
jmp 0x15f7e4f
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f7eaa
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x12e0(%rsp)
movl $0x0, 0x1294(%rsp)
movl 0x1294(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15f8009
movq 0x1330(%rsp), %rax
movl 0x1294(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c58(%rsp)
movq 0x3c58(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15f7ff1
movq 0x1380(%rsp), %rax
movq %rax, 0x3c50(%rsp)
movq 0x3c50(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1260(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1260(%rsp), %rsi
leaq 0x1280(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x1250(%rsp)
movq 0x12e0(%rsp), %rax
vmovaps 0x1250(%rsp), %xmm0
movq %rax, 0x3e48(%rsp)
vmovaps %xmm0, 0x3e30(%rsp)
vmovaps 0x3e30(%rsp), %xmm0
movq 0x3e48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1380(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1380(%rsp)
movq 0x12e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x12e0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x15f7f1d
jmp 0x15f7ff3
movl 0x1294(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1294(%rsp)
jmp 0x15f7ec5
jmp 0x15f800b
movl 0x138c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x138c(%rsp)
jmp 0x15f71bf
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15f8fb2
cmpl $0x1, 0x1c9c(%rsp)
je 0x15f8fb2
cmpl $0x1, 0x1c7c(%rsp)
jne 0x15f8fb2
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15f8fb2
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d28(%rsp)
movq 0x1d28(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x15f8118
movq 0x408(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x15f8125
jmp 0x15f8135
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0x124c(%rsp)
movl 0x124c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15f8fa2
movq 0x1cc0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11f8(%rsp), %rdx
movq %rdx, 0x1e80(%rsp)
movq %rcx, 0x1e78(%rsp)
movl %eax, 0x1e74(%rsp)
movq 0x1e78(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x1e73(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e74(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11f8(%rsp), %r10
movq %r10, 0x2df0(%rsp)
movl %r9d, 0x2dec(%rsp)
movl %r8d, 0x2de8(%rsp)
movl %edi, 0x2de4(%rsp)
movq %rsi, 0x2dd8(%rsp)
movq %rdx, 0x2dd0(%rsp)
movl %ecx, 0x2dcc(%rsp)
movq %rax, 0x2dc0(%rsp)
movq 0x2df0(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x2dd8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2dd0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2dcc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2dc0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2dec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2de8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2de4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3118(%rsp)
movl $0x10, 0x3114(%rsp)
movq 0x3118(%rsp), %rax
movslq 0x3114(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3114(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1220(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f8310
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1238(%rsp)
movb $0x1, 0x1e73(%rsp)
testb $0x1, 0x1e73(%rsp)
jne 0x15f844b
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2168(%rsp)
movq 0x2168(%rsp), %rax
movq %rax, 0x37b8(%rsp)
movq 0x37b8(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f83ee
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37b4(%rsp) # imm = 0xFFFFFFFF
movl 0x37b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37b0(%rsp)
cmpl $0x1, 0x37b0(%rsp)
jne 0x15f83ee
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f83bf
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f83bd
jmp 0x15f83ec
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3910(%rsp)
cmpq $0x0, 0x3910(%rsp)
je 0x15f83ea
movq 0x3910(%rsp), %rdi
callq 0x5f480
jmp 0x15f83ec
jmp 0x15f83ee
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f8449
movq %rax, %rdi
callq 0x678a0
jmp 0x15f844b
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2068(%rsp)
movq 0x2068(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2280(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x3588(%rsp)
movq 0x3588(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f8536
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3584(%rsp) # imm = 0xFFFFFFFF
movl 0x3584(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3580(%rsp)
cmpl $0x1, 0x3580(%rsp)
jne 0x15f8536
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f8507
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f8505
jmp 0x15f8534
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a28(%rsp)
cmpq $0x0, 0x3a28(%rsp)
je 0x15f8532
movq 0x3a28(%rsp), %rdi
callq 0x5f480
jmp 0x15f8534
jmp 0x15f8536
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f8591
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x1240(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11a8(%rsp), %rdx
movq %rdx, 0x1e68(%rsp)
movq %rcx, 0x1e60(%rsp)
movl %eax, 0x1e5c(%rsp)
movq 0x1e60(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x1e5b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e5c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11a8(%rsp), %r10
movq %r10, 0x2e28(%rsp)
movl %r9d, 0x2e24(%rsp)
movl %r8d, 0x2e20(%rsp)
movl %edi, 0x2e1c(%rsp)
movq %rsi, 0x2e10(%rsp)
movq %rdx, 0x2e08(%rsp)
movl %ecx, 0x2e04(%rsp)
movq %rax, 0x2df8(%rsp)
movq 0x2e28(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x2e10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2df8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3108(%rsp)
movl $0x10, 0x3104(%rsp)
movq 0x3108(%rsp), %rax
movslq 0x3104(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3104(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f875d
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11e8(%rsp)
movb $0x1, 0x1e5b(%rsp)
testb $0x1, 0x1e5b(%rsp)
jne 0x15f8898
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2170(%rsp)
movq 0x2170(%rsp), %rax
movq %rax, 0x37a8(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f883b
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37a4(%rsp) # imm = 0xFFFFFFFF
movl 0x37a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37a0(%rsp)
cmpl $0x1, 0x37a0(%rsp)
jne 0x15f883b
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f880c
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f880a
jmp 0x15f8839
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3918(%rsp)
cmpq $0x0, 0x3918(%rsp)
je 0x15f8837
movq 0x3918(%rsp), %rdi
callq 0x5f480
jmp 0x15f8839
jmp 0x15f883b
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f8896
movq %rax, %rdi
callq 0x678a0
jmp 0x15f8898
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2060(%rsp)
movq 0x2060(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2288(%rsp)
movq 0x2288(%rsp), %rax
movq %rax, 0x3578(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f8983
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3574(%rsp) # imm = 0xFFFFFFFF
movl 0x3574(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3570(%rsp)
cmpl $0x1, 0x3570(%rsp)
jne 0x15f8983
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f8954
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f8952
jmp 0x15f8981
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a30(%rsp)
cmpq $0x0, 0x3a30(%rsp)
je 0x15f897f
movq 0x3a30(%rsp), %rdi
callq 0x5f480
jmp 0x15f8981
jmp 0x15f8983
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f89de
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x11f0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x1158(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1158(%rsp), %r10
movq %r10, 0x28e8(%rsp)
movl %r9d, 0x28e4(%rsp)
movl %r8d, 0x28e0(%rsp)
movl %edi, 0x28dc(%rsp)
movq %rsi, 0x28d0(%rsp)
movq %rdx, 0x28c8(%rsp)
movl %ecx, 0x28c4(%rsp)
movq %rax, 0x28b8(%rsp)
movq 0x28e8(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x28d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x28c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3288(%rsp)
movl $0x10, 0x3284(%rsp)
movq 0x3288(%rsp), %rax
movslq 0x3284(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3284(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1180(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f8baa
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1198(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x15f8ce5
leaq 0x1158(%rsp), %rax
movq %rax, 0x2440(%rsp)
movq 0x2440(%rsp), %rax
movq %rax, 0x33b8(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f8c88
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33b4(%rsp) # imm = 0xFFFFFFFF
movl 0x33b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33b0(%rsp)
cmpl $0x1, 0x33b0(%rsp)
jne 0x15f8c88
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f8c59
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f8c57
jmp 0x15f8c86
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b10(%rsp)
cmpq $0x0, 0x3b10(%rsp)
je 0x15f8c84
movq 0x3b10(%rsp), %rdi
callq 0x5f480
jmp 0x15f8c86
jmp 0x15f8c88
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f8ce3
movq %rax, %rdi
callq 0x678a0
jmp 0x15f8ce5
leaq 0x1158(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1158(%rsp), %rax
movq %rax, 0x2290(%rsp)
movq 0x2290(%rsp), %rax
movq %rax, 0x3568(%rsp)
movq 0x3568(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f8dd0
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3564(%rsp) # imm = 0xFFFFFFFF
movl 0x3564(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3560(%rsp)
cmpl $0x1, 0x3560(%rsp)
jne 0x15f8dd0
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f8da1
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f8d9f
jmp 0x15f8dce
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a38(%rsp)
cmpq $0x0, 0x3a38(%rsp)
je 0x15f8dcc
movq 0x3a38(%rsp), %rdi
callq 0x5f480
jmp 0x15f8dce
jmp 0x15f8dd0
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f8e2b
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x11a0(%rsp)
movl $0x0, 0x1154(%rsp)
movl 0x1154(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15f8f8a
movl $0x0, 0x1150(%rsp)
movl 0x1150(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15f8f72
movq 0x1240(%rsp), %rax
movq %rax, 0x3c48(%rsp)
movq 0x3c48(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1140(%rsp)
movq 0x11f0(%rsp), %rax
movl 0x1150(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c40(%rsp)
movq 0x3c40(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1130(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1140(%rsp), %rsi
leaq 0x1130(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x1120(%rsp)
movq 0x11a0(%rsp), %rax
vmovaps 0x1120(%rsp), %xmm0
movq %rax, 0x3e28(%rsp)
vmovaps %xmm0, 0x3e10(%rsp)
vmovaps 0x3e10(%rsp), %xmm0
movq 0x3e28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1240(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1240(%rsp)
movq 0x11a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x11a0(%rsp)
movl 0x1150(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1150(%rsp)
jmp 0x15f8e65
jmp 0x15f8f74
movl 0x1154(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1154(%rsp)
jmp 0x15f8e46
jmp 0x15f8f8c
movl 0x124c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x124c(%rsp)
jmp 0x15f8140
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
cmpl $0x1, 0x1c80(%rsp)
je 0x15f9f33
cmpl $0x1, 0x1ca0(%rsp)
jne 0x15f9f33
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x15f9f33
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15f9f33
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d20(%rsp)
movq 0x1d20(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x15f9099
movq 0x380(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x15f90a6
jmp 0x15f90b6
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0x111c(%rsp)
movl 0x111c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15f9f23
movq 0x1cc0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x10c8(%rsp), %rdx
movq %rdx, 0x1e50(%rsp)
movq %rcx, 0x1e48(%rsp)
movl %eax, 0x1e44(%rsp)
movq 0x1e48(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x1e43(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e44(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x10c8(%rsp), %r10
movq %r10, 0x2e60(%rsp)
movl %r9d, 0x2e5c(%rsp)
movl %r8d, 0x2e58(%rsp)
movl %edi, 0x2e54(%rsp)
movq %rsi, 0x2e48(%rsp)
movq %rdx, 0x2e40(%rsp)
movl %ecx, 0x2e3c(%rsp)
movq %rax, 0x2e30(%rsp)
movq 0x2e60(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x2e48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30f8(%rsp)
movl $0x10, 0x30f4(%rsp)
movq 0x30f8(%rsp), %rax
movslq 0x30f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f9291
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1108(%rsp)
movb $0x1, 0x1e43(%rsp)
testb $0x1, 0x1e43(%rsp)
jne 0x15f93cc
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2178(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x3798(%rsp)
movq 0x3798(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f936f
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3794(%rsp) # imm = 0xFFFFFFFF
movl 0x3794(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3790(%rsp)
cmpl $0x1, 0x3790(%rsp)
jne 0x15f936f
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f9340
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f933e
jmp 0x15f936d
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3920(%rsp)
cmpq $0x0, 0x3920(%rsp)
je 0x15f936b
movq 0x3920(%rsp), %rdi
callq 0x5f480
jmp 0x15f936d
jmp 0x15f936f
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f93ca
movq %rax, %rdi
callq 0x678a0
jmp 0x15f93cc
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2058(%rsp)
movq 0x2058(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2298(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x3558(%rsp)
movq 0x3558(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f94b7
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3554(%rsp) # imm = 0xFFFFFFFF
movl 0x3554(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3550(%rsp)
cmpl $0x1, 0x3550(%rsp)
jne 0x15f94b7
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f9488
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f9486
jmp 0x15f94b5
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a40(%rsp)
cmpq $0x0, 0x3a40(%rsp)
je 0x15f94b3
movq 0x3a40(%rsp), %rdi
callq 0x5f480
jmp 0x15f94b5
jmp 0x15f94b7
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f9512
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1110(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1078(%rsp), %rdx
movq %rdx, 0x1e38(%rsp)
movq %rcx, 0x1e30(%rsp)
movl %eax, 0x1e2c(%rsp)
movq 0x1e30(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x1e2b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e2c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1078(%rsp), %r10
movq %r10, 0x2e98(%rsp)
movl %r9d, 0x2e94(%rsp)
movl %r8d, 0x2e90(%rsp)
movl %edi, 0x2e8c(%rsp)
movq %rsi, 0x2e80(%rsp)
movq %rdx, 0x2e78(%rsp)
movl %ecx, 0x2e74(%rsp)
movq %rax, 0x2e68(%rsp)
movq 0x2e98(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x2e80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30e8(%rsp)
movl $0x10, 0x30e4(%rsp)
movq 0x30e8(%rsp), %rax
movslq 0x30e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f96de
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10b8(%rsp)
movb $0x1, 0x1e2b(%rsp)
testb $0x1, 0x1e2b(%rsp)
jne 0x15f9819
leaq 0x1078(%rsp), %rax
movq %rax, 0x2180(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x3788(%rsp)
movq 0x3788(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f97bc
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3784(%rsp) # imm = 0xFFFFFFFF
movl 0x3784(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3780(%rsp)
cmpl $0x1, 0x3780(%rsp)
jne 0x15f97bc
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f978d
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f978b
jmp 0x15f97ba
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3928(%rsp)
cmpq $0x0, 0x3928(%rsp)
je 0x15f97b8
movq 0x3928(%rsp), %rdi
callq 0x5f480
jmp 0x15f97ba
jmp 0x15f97bc
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f9817
movq %rax, %rdi
callq 0x678a0
jmp 0x15f9819
leaq 0x1078(%rsp), %rax
movq %rax, 0x2050(%rsp)
movq 0x2050(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x1078(%rsp), %rax
movq %rax, 0x22a0(%rsp)
movq 0x22a0(%rsp), %rax
movq %rax, 0x3548(%rsp)
movq 0x3548(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f9904
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3544(%rsp) # imm = 0xFFFFFFFF
movl 0x3544(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3540(%rsp)
cmpl $0x1, 0x3540(%rsp)
jne 0x15f9904
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f98d5
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f98d3
jmp 0x15f9902
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a48(%rsp)
cmpq $0x0, 0x3a48(%rsp)
je 0x15f9900
movq 0x3a48(%rsp), %rdi
callq 0x5f480
jmp 0x15f9902
jmp 0x15f9904
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f995f
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x10c0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1028(%rsp), %rdx
movq %rdx, 0x2418(%rsp)
movq %rcx, 0x2410(%rsp)
movl %eax, 0x240c(%rsp)
movq 0x2410(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x240b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x240c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1028(%rsp), %r10
movq %r10, 0x2920(%rsp)
movl %r9d, 0x291c(%rsp)
movl %r8d, 0x2918(%rsp)
movl %edi, 0x2914(%rsp)
movq %rsi, 0x2908(%rsp)
movq %rdx, 0x2900(%rsp)
movl %ecx, 0x28fc(%rsp)
movq %rax, 0x28f0(%rsp)
movq 0x2920(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2900(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x291c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2918(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2914(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3278(%rsp)
movl $0x10, 0x3274(%rsp)
movq 0x3278(%rsp), %rax
movslq 0x3274(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3274(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1050(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15f9b2b
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1068(%rsp)
movb $0x1, 0x240b(%rsp)
testb $0x1, 0x240b(%rsp)
jne 0x15f9c66
leaq 0x1028(%rsp), %rax
movq %rax, 0x2420(%rsp)
movq 0x2420(%rsp), %rax
movq %rax, 0x33c8(%rsp)
movq 0x33c8(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f9c09
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33c4(%rsp) # imm = 0xFFFFFFFF
movl 0x33c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33c0(%rsp)
cmpl $0x1, 0x33c0(%rsp)
jne 0x15f9c09
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f9bda
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f9bd8
jmp 0x15f9c07
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b08(%rsp)
cmpq $0x0, 0x3b08(%rsp)
je 0x15f9c05
movq 0x3b08(%rsp), %rdi
callq 0x5f480
jmp 0x15f9c07
jmp 0x15f9c09
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f9c64
movq %rax, %rdi
callq 0x678a0
jmp 0x15f9c66
leaq 0x1028(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x1028(%rsp), %rax
movq %rax, 0x22a8(%rsp)
movq 0x22a8(%rsp), %rax
movq %rax, 0x3538(%rsp)
movq 0x3538(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15f9d51
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3534(%rsp) # imm = 0xFFFFFFFF
movl 0x3534(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3530(%rsp)
cmpl $0x1, 0x3530(%rsp)
jne 0x15f9d51
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15f9d22
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15f9d20
jmp 0x15f9d4f
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a50(%rsp)
cmpq $0x0, 0x3a50(%rsp)
je 0x15f9d4d
movq 0x3a50(%rsp), %rdi
callq 0x5f480
jmp 0x15f9d4f
jmp 0x15f9d51
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15f9dac
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x1070(%rsp)
movl $0x0, 0x1024(%rsp)
movl 0x1024(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15f9f0b
movq 0x1110(%rsp), %rax
movl 0x1024(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c38(%rsp)
movq 0x3c38(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1010(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15f9ef3
movq 0x10c0(%rsp), %rax
movq %rax, 0x3c30(%rsp)
movq 0x3c30(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xff0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1010(%rsp), %rsi
leaq 0xff0(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0xfe0(%rsp)
movq 0x1070(%rsp), %rax
vmovaps 0xfe0(%rsp), %xmm0
movq %rax, 0x3e08(%rsp)
vmovaps %xmm0, 0x3df0(%rsp)
vmovaps 0x3df0(%rsp), %xmm0
movq 0x3e08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x10c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x10c0(%rsp)
movq 0x1070(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1070(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x15f9e1f
jmp 0x15f9ef5
movl 0x1024(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1024(%rsp)
jmp 0x15f9dc7
jmp 0x15f9f0d
movl 0x111c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x111c(%rsp)
jmp 0x15f90c1
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x15faeb4
cmpl $0x1, 0x1c7c(%rsp)
je 0x15faeb4
cmpl $0x1, 0x1c9c(%rsp)
jne 0x15faeb4
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x15faeb4
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d18(%rsp)
movq 0x1d18(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x15fa01a
movq 0x2f8(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x15fa027
jmp 0x15fa037
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15faea4
movq 0x1cc0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf88(%rsp), %rdx
movq %rdx, 0x1e20(%rsp)
movq %rcx, 0x1e18(%rsp)
movl %eax, 0x1e14(%rsp)
movq 0x1e18(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x1e13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf88(%rsp), %r10
movq %r10, 0x2ed0(%rsp)
movl %r9d, 0x2ecc(%rsp)
movl %r8d, 0x2ec8(%rsp)
movl %edi, 0x2ec4(%rsp)
movq %rsi, 0x2eb8(%rsp)
movq %rdx, 0x2eb0(%rsp)
movl %ecx, 0x2eac(%rsp)
movq %rax, 0x2ea0(%rsp)
movq 0x2ed0(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x2eb8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2eb0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2eac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ea0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2ecc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ec8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ec4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30d8(%rsp)
movl $0x10, 0x30d4(%rsp)
movq 0x30d8(%rsp), %rax
movslq 0x30d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xfb0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fa212
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xfc8(%rsp)
movb $0x1, 0x1e13(%rsp)
testb $0x1, 0x1e13(%rsp)
jne 0x15fa34d
leaq 0xf88(%rsp), %rax
movq %rax, 0x2188(%rsp)
movq 0x2188(%rsp), %rax
movq %rax, 0x3778(%rsp)
movq 0x3778(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fa2f0
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3774(%rsp) # imm = 0xFFFFFFFF
movl 0x3774(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3770(%rsp)
cmpl $0x1, 0x3770(%rsp)
jne 0x15fa2f0
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fa2c1
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fa2bf
jmp 0x15fa2ee
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3930(%rsp)
cmpq $0x0, 0x3930(%rsp)
je 0x15fa2ec
movq 0x3930(%rsp), %rdi
callq 0x5f480
jmp 0x15fa2ee
jmp 0x15fa2f0
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fa34b
movq %rax, %rdi
callq 0x678a0
jmp 0x15fa34d
leaq 0xf88(%rsp), %rax
movq %rax, 0x2048(%rsp)
movq 0x2048(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0xf88(%rsp), %rax
movq %rax, 0x22b0(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x3528(%rsp)
movq 0x3528(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fa438
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3524(%rsp) # imm = 0xFFFFFFFF
movl 0x3524(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3520(%rsp)
cmpl $0x1, 0x3520(%rsp)
jne 0x15fa438
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fa409
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fa407
jmp 0x15fa436
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a58(%rsp)
cmpq $0x0, 0x3a58(%rsp)
je 0x15fa434
movq 0x3a58(%rsp), %rdi
callq 0x5f480
jmp 0x15fa436
jmp 0x15fa438
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fa493
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0xfd0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf38(%rsp), %rdx
movq %rdx, 0x1e08(%rsp)
movq %rcx, 0x1e00(%rsp)
movl %eax, 0x1dfc(%rsp)
movq 0x1e00(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x1dfb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dfc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf38(%rsp), %r10
movq %r10, 0x2f08(%rsp)
movl %r9d, 0x2f04(%rsp)
movl %r8d, 0x2f00(%rsp)
movl %edi, 0x2efc(%rsp)
movq %rsi, 0x2ef0(%rsp)
movq %rdx, 0x2ee8(%rsp)
movl %ecx, 0x2ee4(%rsp)
movq %rax, 0x2ed8(%rsp)
movq 0x2f08(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x2ef0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ee8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ee4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ed8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2efc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30c8(%rsp)
movl $0x10, 0x30c4(%rsp)
movq 0x30c8(%rsp), %rax
movslq 0x30c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf60(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fa65f
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf78(%rsp)
movb $0x1, 0x1dfb(%rsp)
testb $0x1, 0x1dfb(%rsp)
jne 0x15fa79a
leaq 0xf38(%rsp), %rax
movq %rax, 0x2190(%rsp)
movq 0x2190(%rsp), %rax
movq %rax, 0x3768(%rsp)
movq 0x3768(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fa73d
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3764(%rsp) # imm = 0xFFFFFFFF
movl 0x3764(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3760(%rsp)
cmpl $0x1, 0x3760(%rsp)
jne 0x15fa73d
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fa70e
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fa70c
jmp 0x15fa73b
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3938(%rsp)
cmpq $0x0, 0x3938(%rsp)
je 0x15fa739
movq 0x3938(%rsp), %rdi
callq 0x5f480
jmp 0x15fa73b
jmp 0x15fa73d
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fa798
movq %rax, %rdi
callq 0x678a0
jmp 0x15fa79a
leaq 0xf38(%rsp), %rax
movq %rax, 0x2040(%rsp)
movq 0x2040(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0xf38(%rsp), %rax
movq %rax, 0x22b8(%rsp)
movq 0x22b8(%rsp), %rax
movq %rax, 0x3518(%rsp)
movq 0x3518(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fa885
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3514(%rsp) # imm = 0xFFFFFFFF
movl 0x3514(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3510(%rsp)
cmpl $0x1, 0x3510(%rsp)
jne 0x15fa885
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fa856
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fa854
jmp 0x15fa883
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a60(%rsp)
cmpq $0x0, 0x3a60(%rsp)
je 0x15fa881
movq 0x3a60(%rsp), %rdi
callq 0x5f480
jmp 0x15fa883
jmp 0x15fa885
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fa8e0
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0xf80(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xee8(%rsp), %rdx
movq %rdx, 0x23f8(%rsp)
movq %rcx, 0x23f0(%rsp)
movl %eax, 0x23ec(%rsp)
movq 0x23f0(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x23eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xee8(%rsp), %r10
movq %r10, 0x2958(%rsp)
movl %r9d, 0x2954(%rsp)
movl %r8d, 0x2950(%rsp)
movl %edi, 0x294c(%rsp)
movq %rsi, 0x2940(%rsp)
movq %rdx, 0x2938(%rsp)
movl %ecx, 0x2934(%rsp)
movq %rax, 0x2928(%rsp)
movq 0x2958(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x2940(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2938(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2934(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2928(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2954(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2950(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x294c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3268(%rsp)
movl $0x10, 0x3264(%rsp)
movq 0x3268(%rsp), %rax
movslq 0x3264(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3264(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15faaac
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf28(%rsp)
movb $0x1, 0x23eb(%rsp)
testb $0x1, 0x23eb(%rsp)
jne 0x15fabe7
leaq 0xee8(%rsp), %rax
movq %rax, 0x2400(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x33d8(%rsp)
movq 0x33d8(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fab8a
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33d4(%rsp) # imm = 0xFFFFFFFF
movl 0x33d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33d0(%rsp)
cmpl $0x1, 0x33d0(%rsp)
jne 0x15fab8a
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fab5b
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fab59
jmp 0x15fab88
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b00(%rsp)
cmpq $0x0, 0x3b00(%rsp)
je 0x15fab86
movq 0x3b00(%rsp), %rdi
callq 0x5f480
jmp 0x15fab88
jmp 0x15fab8a
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fabe5
movq %rax, %rdi
callq 0x678a0
jmp 0x15fabe7
leaq 0xee8(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0xee8(%rsp), %rax
movq %rax, 0x22c0(%rsp)
movq 0x22c0(%rsp), %rax
movq %rax, 0x3508(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15facd2
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3504(%rsp) # imm = 0xFFFFFFFF
movl 0x3504(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3500(%rsp)
cmpl $0x1, 0x3500(%rsp)
jne 0x15facd2
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15faca3
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15faca1
jmp 0x15facd0
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a68(%rsp)
cmpq $0x0, 0x3a68(%rsp)
je 0x15facce
movq 0x3a68(%rsp), %rdi
callq 0x5f480
jmp 0x15facd0
jmp 0x15facd2
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fad2d
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0xf30(%rsp)
movl $0x0, 0xee4(%rsp)
movl 0xee4(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15fae8c
movl $0x0, 0xee0(%rsp)
movl 0xee0(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15fae74
movq 0xfd0(%rsp), %rax
movl 0xee0(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c28(%rsp)
movq 0x3c28(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xed0(%rsp)
movq 0xf80(%rsp), %rax
movq %rax, 0x3c20(%rsp)
movq 0x3c20(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xec0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xed0(%rsp), %rsi
leaq 0xec0(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0xeb0(%rsp)
movq 0xf30(%rsp), %rax
vmovaps 0xeb0(%rsp), %xmm0
movq %rax, 0x3de8(%rsp)
vmovaps %xmm0, 0x3dd0(%rsp)
vmovaps 0x3dd0(%rsp), %xmm0
movq 0x3de8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xf80(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf80(%rsp)
movq 0xf30(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf30(%rsp)
movl 0xee0(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee0(%rsp)
jmp 0x15fad67
jmp 0x15fae76
movl 0xee4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee4(%rsp)
jmp 0x15fad48
jmp 0x15fae8e
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x15fa042
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162d9b0
movl %eax, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d10(%rsp)
movq 0x1d10(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x15faf88
movq 0x270(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x15faf95
jmp 0x15fafa5
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15fba2e
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15fba1e
movq 0x1cc0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe58(%rsp), %rdx
movq %rdx, 0x1df0(%rsp)
movq %rcx, 0x1de8(%rsp)
movl %eax, 0x1de4(%rsp)
movq 0x1de8(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x1de3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1de4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe58(%rsp), %r10
movq %r10, 0x2f40(%rsp)
movl %r9d, 0x2f3c(%rsp)
movl %r8d, 0x2f38(%rsp)
movl %edi, 0x2f34(%rsp)
movq %rsi, 0x2f28(%rsp)
movq %rdx, 0x2f20(%rsp)
movl %ecx, 0x2f1c(%rsp)
movq %rax, 0x2f10(%rsp)
movq 0x2f40(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x2f28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30b8(%rsp)
movl $0x10, 0x30b4(%rsp)
movq 0x30b8(%rsp), %rax
movslq 0x30b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fb192
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe98(%rsp)
movb $0x1, 0x1de3(%rsp)
testb $0x1, 0x1de3(%rsp)
jne 0x15fb2cd
leaq 0xe58(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rax
movq %rax, 0x3758(%rsp)
movq 0x3758(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fb270
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3754(%rsp) # imm = 0xFFFFFFFF
movl 0x3754(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3750(%rsp)
cmpl $0x1, 0x3750(%rsp)
jne 0x15fb270
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fb241
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fb23f
jmp 0x15fb26e
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3940(%rsp)
cmpq $0x0, 0x3940(%rsp)
je 0x15fb26c
movq 0x3940(%rsp), %rdi
callq 0x5f480
jmp 0x15fb26e
jmp 0x15fb270
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fb2cb
movq %rax, %rdi
callq 0x678a0
jmp 0x15fb2cd
leaq 0xe58(%rsp), %rax
movq %rax, 0x2038(%rsp)
movq 0x2038(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0xe58(%rsp), %rax
movq %rax, 0x22c8(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x34f8(%rsp)
movq 0x34f8(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fb3b8
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34f4(%rsp) # imm = 0xFFFFFFFF
movl 0x34f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34f0(%rsp)
cmpl $0x1, 0x34f0(%rsp)
jne 0x15fb3b8
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fb389
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fb387
jmp 0x15fb3b6
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a70(%rsp)
cmpq $0x0, 0x3a70(%rsp)
je 0x15fb3b4
movq 0x3a70(%rsp), %rdi
callq 0x5f480
jmp 0x15fb3b6
jmp 0x15fb3b8
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fb413
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0xea0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xeac(%rsp), %eax
movq %rcx, 0x3f60(%rsp)
movl %eax, 0x3f5c(%rsp)
movq 0x3f60(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f5c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x2990(%rsp)
movl %r9d, 0x298c(%rsp)
movl %r8d, 0x2988(%rsp)
movl %edi, 0x2984(%rsp)
movq %rsi, 0x2978(%rsp)
movq %rdx, 0x2970(%rsp)
movl %ecx, 0x296c(%rsp)
movq %rax, 0x2960(%rsp)
movq 0x2990(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2970(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x296c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2960(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x298c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2988(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2984(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3258(%rsp)
movl $0x10, 0x3254(%rsp)
movq 0x3258(%rsp), %rax
movslq 0x3254(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3254(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fb628
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x15fb763
leaq 0xe00(%rsp), %rax
movq %rax, 0x23e0(%rsp)
movq 0x23e0(%rsp), %rax
movq %rax, 0x33e8(%rsp)
movq 0x33e8(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fb706
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33e4(%rsp) # imm = 0xFFFFFFFF
movl 0x33e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33e0(%rsp)
cmpl $0x1, 0x33e0(%rsp)
jne 0x15fb706
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fb6d7
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fb6d5
jmp 0x15fb704
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af8(%rsp)
cmpq $0x0, 0x3af8(%rsp)
je 0x15fb702
movq 0x3af8(%rsp), %rdi
callq 0x5f480
jmp 0x15fb704
jmp 0x15fb706
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fb761
movq %rax, %rdi
callq 0x678a0
jmp 0x15fb763
leaq 0xe00(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x22d0(%rsp)
movq 0x22d0(%rsp), %rax
movq %rax, 0x34e8(%rsp)
movq 0x34e8(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fb84e
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34e4(%rsp) # imm = 0xFFFFFFFF
movl 0x34e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34e0(%rsp)
cmpl $0x1, 0x34e0(%rsp)
jne 0x15fb84e
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fb81f
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fb81d
jmp 0x15fb84c
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a78(%rsp)
cmpq $0x0, 0x3a78(%rsp)
je 0x15fb84a
movq 0x3a78(%rsp), %rdi
callq 0x5f480
jmp 0x15fb84c
jmp 0x15fb84e
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fb8a9
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0xe48(%rsp)
movl $0x0, 0xdfc(%rsp)
movl 0xdfc(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15fba06
movq 0xe50(%rsp), %rax
movq %rax, 0x3c18(%rsp)
movq 0x3c18(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xde0(%rsp)
movl $0x0, 0xddc(%rsp)
movl 0xddc(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15fb9dc
movq 0xea0(%rsp), %rax
movq %rax, 0x3c10(%rsp)
movq 0x3c10(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xdc0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xdc0(%rsp), %rsi
leaq 0xde0(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0xdb0(%rsp)
movq 0xe48(%rsp), %rax
vmovaps 0xdb0(%rsp), %xmm0
movq %rax, 0x3dc8(%rsp)
vmovaps %xmm0, 0x3db0(%rsp)
vmovaps 0x3db0(%rsp), %xmm0
movq 0x3dc8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xea0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xea0(%rsp)
movq 0xe48(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe48(%rsp)
movl 0xddc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xddc(%rsp)
jmp 0x15fb908
movq 0xe50(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe50(%rsp)
movl 0xdfc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdfc(%rsp)
jmp 0x15fb8c4
jmp 0x15fba08
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x15fafc2
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15fc495
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15fba89
cmpl $0x1, 0x1c64(%rsp)
jne 0x15fba89
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162ea80
movl %eax, 0x1ccc(%rsp)
jmp 0x15ff8b2
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x15fc485
movq 0x1cc0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xd58(%rsp), %rdx
movq %rdx, 0x1dd8(%rsp)
movq %rcx, 0x1dd0(%rsp)
movl %eax, 0x1dcc(%rsp)
movq 0x1dd0(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x1dcb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dcc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xd58(%rsp), %r10
movq %r10, 0x2f78(%rsp)
movl %r9d, 0x2f74(%rsp)
movl %r8d, 0x2f70(%rsp)
movl %edi, 0x2f6c(%rsp)
movq %rsi, 0x2f60(%rsp)
movq %rdx, 0x2f58(%rsp)
movl %ecx, 0x2f54(%rsp)
movq %rax, 0x2f48(%rsp)
movq 0x2f78(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x2f60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30a8(%rsp)
movl $0x10, 0x30a4(%rsp)
movq 0x30a8(%rsp), %rax
movslq 0x30a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fbc64
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd98(%rsp)
movb $0x1, 0x1dcb(%rsp)
testb $0x1, 0x1dcb(%rsp)
jne 0x15fbd9f
leaq 0xd58(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rax
movq %rax, 0x3748(%rsp)
movq 0x3748(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fbd42
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3744(%rsp) # imm = 0xFFFFFFFF
movl 0x3744(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3740(%rsp)
cmpl $0x1, 0x3740(%rsp)
jne 0x15fbd42
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fbd13
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fbd11
jmp 0x15fbd40
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3948(%rsp)
cmpq $0x0, 0x3948(%rsp)
je 0x15fbd3e
movq 0x3948(%rsp), %rdi
callq 0x5f480
jmp 0x15fbd40
jmp 0x15fbd42
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fbd9d
movq %rax, %rdi
callq 0x678a0
jmp 0x15fbd9f
leaq 0xd58(%rsp), %rax
movq %rax, 0x2030(%rsp)
movq 0x2030(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xd58(%rsp), %rax
movq %rax, 0x22d8(%rsp)
movq 0x22d8(%rsp), %rax
movq %rax, 0x34d8(%rsp)
movq 0x34d8(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fbe8a
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34d4(%rsp) # imm = 0xFFFFFFFF
movl 0x34d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34d0(%rsp)
cmpl $0x1, 0x34d0(%rsp)
jne 0x15fbe8a
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fbe5b
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fbe59
jmp 0x15fbe88
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a80(%rsp)
cmpq $0x0, 0x3a80(%rsp)
je 0x15fbe86
movq 0x3a80(%rsp), %rdi
callq 0x5f480
jmp 0x15fbe88
jmp 0x15fbe8a
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fbee5
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xda0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2028(%rsp)
movq 0x2028(%rsp), %rax
movq (%rax), %rax
movl 0xdac(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c08(%rsp)
movq 0x3c08(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xd40(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xcf0(%rsp), %rdx
movq %rdx, 0x23b8(%rsp)
movq %rcx, 0x23b0(%rsp)
movl %eax, 0x23ac(%rsp)
movq 0x23b0(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x23ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcf0(%rsp), %r10
movq %r10, 0x29c8(%rsp)
movl %r9d, 0x29c4(%rsp)
movl %r8d, 0x29c0(%rsp)
movl %edi, 0x29bc(%rsp)
movq %rsi, 0x29b0(%rsp)
movq %rdx, 0x29a8(%rsp)
movl %ecx, 0x29a4(%rsp)
movq %rax, 0x2998(%rsp)
movq 0x29c8(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x29b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2998(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3248(%rsp)
movl $0x10, 0x3244(%rsp)
movq 0x3248(%rsp), %rax
movslq 0x3244(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3244(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fc0fd
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd30(%rsp)
movb $0x1, 0x23ab(%rsp)
testb $0x1, 0x23ab(%rsp)
jne 0x15fc238
leaq 0xcf0(%rsp), %rax
movq %rax, 0x23c0(%rsp)
movq 0x23c0(%rsp), %rax
movq %rax, 0x33f8(%rsp)
movq 0x33f8(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fc1db
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33f4(%rsp) # imm = 0xFFFFFFFF
movl 0x33f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33f0(%rsp)
cmpl $0x1, 0x33f0(%rsp)
jne 0x15fc1db
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fc1ac
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fc1aa
jmp 0x15fc1d9
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af0(%rsp)
cmpq $0x0, 0x3af0(%rsp)
je 0x15fc1d7
movq 0x3af0(%rsp), %rdi
callq 0x5f480
jmp 0x15fc1d9
jmp 0x15fc1db
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fc236
movq %rax, %rdi
callq 0x678a0
jmp 0x15fc238
leaq 0xcf0(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xcf0(%rsp), %rax
movq %rax, 0x22e0(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x34c8(%rsp)
movq 0x34c8(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fc323
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34c4(%rsp) # imm = 0xFFFFFFFF
movl 0x34c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34c0(%rsp)
cmpl $0x1, 0x34c0(%rsp)
jne 0x15fc323
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fc2f4
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fc2f2
jmp 0x15fc321
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a88(%rsp)
cmpq $0x0, 0x3a88(%rsp)
je 0x15fc31f
movq 0x3a88(%rsp), %rdi
callq 0x5f480
jmp 0x15fc321
jmp 0x15fc323
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fc37e
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xd38(%rsp)
movl $0x0, 0xcec(%rsp)
movl 0xcec(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x15fc46d
movq 0xda0(%rsp), %rax
movq %rax, 0x3c00(%rsp)
movq 0x3c00(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xcd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xcd0(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0xcc0(%rsp)
movq 0xd38(%rsp), %rax
vmovaps 0xcc0(%rsp), %xmm0
movq %rax, 0x3da8(%rsp)
vmovaps %xmm0, 0x3d90(%rsp)
vmovaps 0x3d90(%rsp), %xmm0
movq 0x3da8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xda0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xda0(%rsp)
movq 0xd38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xd38(%rsp)
movl 0xcec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcec(%rsp)
jmp 0x15fc399
jmp 0x15fc46f
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x15fba94
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
jmp 0x15ff8a5
movq 0x1cc0(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15fdf51
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15fd039
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d08(%rsp)
movq 0x1d08(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x15fc56e
movq 0x1c0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x15fc57b
jmp 0x15fc58b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0xcbc(%rsp)
movl 0xcbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15fd029
movq 0x1cc0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
movq %rcx, 0x2610(%rsp)
movl %eax, 0x260c(%rsp)
movq 0x2610(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x260c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc60(%rsp), %rdx
movq %rdx, 0x1dc0(%rsp)
movq %rcx, 0x1db8(%rsp)
movl %eax, 0x1db4(%rsp)
movq 0x1db8(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x1db3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1db4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc60(%rsp), %r10
movq %r10, 0x2fb0(%rsp)
movl %r9d, 0x2fac(%rsp)
movl %r8d, 0x2fa8(%rsp)
movl %edi, 0x2fa4(%rsp)
movq %rsi, 0x2f98(%rsp)
movq %rdx, 0x2f90(%rsp)
movl %ecx, 0x2f8c(%rsp)
movq %rax, 0x2f80(%rsp)
movq 0x2fb0(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x2f98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fa8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fa4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3098(%rsp)
movl $0x10, 0x3094(%rsp)
movq 0x3098(%rsp), %rax
movslq 0x3094(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3094(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fc7af
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xca0(%rsp)
movb $0x1, 0x1db3(%rsp)
testb $0x1, 0x1db3(%rsp)
jne 0x15fc8ea
leaq 0xc60(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rax
movq %rax, 0x3738(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fc88d
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3734(%rsp) # imm = 0xFFFFFFFF
movl 0x3734(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3730(%rsp)
cmpl $0x1, 0x3730(%rsp)
jne 0x15fc88d
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fc85e
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fc85c
jmp 0x15fc88b
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3950(%rsp)
cmpq $0x0, 0x3950(%rsp)
je 0x15fc889
movq 0x3950(%rsp), %rdi
callq 0x5f480
jmp 0x15fc88b
jmp 0x15fc88d
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fc8e8
movq %rax, %rdi
callq 0x678a0
jmp 0x15fc8ea
leaq 0xc60(%rsp), %rax
movq %rax, 0x2020(%rsp)
movq 0x2020(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xc60(%rsp), %rax
movq %rax, 0x22e8(%rsp)
movq 0x22e8(%rsp), %rax
movq %rax, 0x34b8(%rsp)
movq 0x34b8(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fc9d5
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34b4(%rsp) # imm = 0xFFFFFFFF
movl 0x34b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34b0(%rsp)
cmpl $0x1, 0x34b0(%rsp)
jne 0x15fc9d5
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fc9a6
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fc9a4
jmp 0x15fc9d3
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a90(%rsp)
cmpq $0x0, 0x3a90(%rsp)
je 0x15fc9d1
movq 0x3a90(%rsp), %rdi
callq 0x5f480
jmp 0x15fc9d3
jmp 0x15fc9d5
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fca30
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xca8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc10(%rsp), %rdx
movq %rdx, 0x2398(%rsp)
movq %rcx, 0x2390(%rsp)
movl %eax, 0x238c(%rsp)
movq 0x2390(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x238b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x238c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc10(%rsp), %r10
movq %r10, 0x2a00(%rsp)
movl %r9d, 0x29fc(%rsp)
movl %r8d, 0x29f8(%rsp)
movl %edi, 0x29f4(%rsp)
movq %rsi, 0x29e8(%rsp)
movq %rdx, 0x29e0(%rsp)
movl %ecx, 0x29dc(%rsp)
movq %rax, 0x29d0(%rsp)
movq 0x2a00(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x29d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3238(%rsp)
movl $0x10, 0x3234(%rsp)
movq 0x3238(%rsp), %rax
movslq 0x3234(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3234(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fcbfc
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xc50(%rsp)
movb $0x1, 0x238b(%rsp)
testb $0x1, 0x238b(%rsp)
jne 0x15fcd37
leaq 0xc10(%rsp), %rax
movq %rax, 0x23a0(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x3408(%rsp)
movq 0x3408(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fccda
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3404(%rsp) # imm = 0xFFFFFFFF
movl 0x3404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3400(%rsp)
cmpl $0x1, 0x3400(%rsp)
jne 0x15fccda
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fccab
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fcca9
jmp 0x15fccd8
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae8(%rsp)
cmpq $0x0, 0x3ae8(%rsp)
je 0x15fccd6
movq 0x3ae8(%rsp), %rdi
callq 0x5f480
jmp 0x15fccd8
jmp 0x15fccda
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fcd35
movq %rax, %rdi
callq 0x678a0
jmp 0x15fcd37
leaq 0xc10(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xc10(%rsp), %rax
movq %rax, 0x22f0(%rsp)
movq 0x22f0(%rsp), %rax
movq %rax, 0x34a8(%rsp)
movq 0x34a8(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fce22
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34a4(%rsp) # imm = 0xFFFFFFFF
movl 0x34a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34a0(%rsp)
cmpl $0x1, 0x34a0(%rsp)
jne 0x15fce22
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fcdf3
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fcdf1
jmp 0x15fce20
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a98(%rsp)
cmpq $0x0, 0x3a98(%rsp)
je 0x15fce1e
movq 0x3a98(%rsp), %rdi
callq 0x5f480
jmp 0x15fce20
jmp 0x15fce22
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fce7d
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xc58(%rsp)
movl $0x0, 0xc0c(%rsp)
movl 0xc0c(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x15fd011
movq 0xcb0(%rsp), %rax
movq %rax, 0x3bf8(%rsp)
movq 0x3bf8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbf0(%rsp)
movl $0x0, 0xbec(%rsp)
movl 0xbec(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15fcfe7
movl $0x0, 0xbe8(%rsp)
movl 0xbe8(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15fcfcf
movq 0xca8(%rsp), %rax
movq %rax, 0x3bf0(%rsp)
movq 0x3bf0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xbf0(%rsp), %rsi
leaq 0xbd0(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0xbc0(%rsp)
movq 0xc58(%rsp), %rax
vmovaps 0xbc0(%rsp), %xmm0
movq %rax, 0x3d88(%rsp)
vmovaps %xmm0, 0x3d70(%rsp)
vmovaps 0x3d70(%rsp), %xmm0
movq 0x3d88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xca8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xca8(%rsp)
movq 0xc58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xc58(%rsp)
movl 0xbe8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbe8(%rsp)
jmp 0x15fcefb
jmp 0x15fcfd1
movl 0xbec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbec(%rsp)
jmp 0x15fcedc
movq 0xcb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xcb0(%rsp)
movl 0xc0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc0c(%rsp)
jmp 0x15fce98
jmp 0x15fd013
movl 0xcbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcbc(%rsp)
jmp 0x15fc596
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15fdb82
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d00(%rsp)
movq 0x1d00(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x15fd0ee
movq 0x160(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x15fd0fb
jmp 0x15fd10b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0xbbc(%rsp)
movl 0xbbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15fdb72
movq 0x1cc0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
movq %rcx, 0x3f50(%rsp)
movl %eax, 0x3f4c(%rsp)
movq 0x3f50(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f4c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xbb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb60(%rsp), %rdx
movq %rdx, 0x1da8(%rsp)
movq %rcx, 0x1da0(%rsp)
movl %eax, 0x1d9c(%rsp)
movq 0x1da0(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x1d9b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d9c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb60(%rsp), %r10
movq %r10, 0x2fe8(%rsp)
movl %r9d, 0x2fe4(%rsp)
movl %r8d, 0x2fe0(%rsp)
movl %edi, 0x2fdc(%rsp)
movq %rsi, 0x2fd0(%rsp)
movq %rdx, 0x2fc8(%rsp)
movl %ecx, 0x2fc4(%rsp)
movq %rax, 0x2fb8(%rsp)
movq 0x2fe8(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x2fd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2fc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2fc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2fb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fe4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fe0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3088(%rsp)
movl $0x10, 0x3084(%rsp)
movq 0x3088(%rsp), %rax
movslq 0x3084(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3084(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fd32f
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xba0(%rsp)
movb $0x1, 0x1d9b(%rsp)
testb $0x1, 0x1d9b(%rsp)
jne 0x15fd46a
leaq 0xb60(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rax
movq %rax, 0x3728(%rsp)
movq 0x3728(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fd40d
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3724(%rsp) # imm = 0xFFFFFFFF
movl 0x3724(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3720(%rsp)
cmpl $0x1, 0x3720(%rsp)
jne 0x15fd40d
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fd3de
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fd3dc
jmp 0x15fd40b
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3958(%rsp)
cmpq $0x0, 0x3958(%rsp)
je 0x15fd409
movq 0x3958(%rsp), %rdi
callq 0x5f480
jmp 0x15fd40b
jmp 0x15fd40d
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fd468
movq %rax, %rdi
callq 0x678a0
jmp 0x15fd46a
leaq 0xb60(%rsp), %rax
movq %rax, 0x2018(%rsp)
movq 0x2018(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xb60(%rsp), %rax
movq %rax, 0x22f8(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x3498(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fd555
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3494(%rsp) # imm = 0xFFFFFFFF
movl 0x3494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3490(%rsp)
cmpl $0x1, 0x3490(%rsp)
jne 0x15fd555
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fd526
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fd524
jmp 0x15fd553
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa0(%rsp)
cmpq $0x0, 0x3aa0(%rsp)
je 0x15fd551
movq 0x3aa0(%rsp), %rdi
callq 0x5f480
jmp 0x15fd553
jmp 0x15fd555
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fd5b0
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xba8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb10(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb10(%rsp), %r10
movq %r10, 0x2a38(%rsp)
movl %r9d, 0x2a34(%rsp)
movl %r8d, 0x2a30(%rsp)
movl %edi, 0x2a2c(%rsp)
movq %rsi, 0x2a20(%rsp)
movq %rdx, 0x2a18(%rsp)
movl %ecx, 0x2a14(%rsp)
movq %rax, 0x2a08(%rsp)
movq 0x2a38(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x2a20(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a18(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a14(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a08(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a34(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a30(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a2c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3228(%rsp)
movl $0x10, 0x3224(%rsp)
movq 0x3228(%rsp), %rax
movslq 0x3224(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3224(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fd77c
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xb50(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x15fd8b7
leaq 0xb10(%rsp), %rax
movq %rax, 0x2380(%rsp)
movq 0x2380(%rsp), %rax
movq %rax, 0x3418(%rsp)
movq 0x3418(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fd85a
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3414(%rsp) # imm = 0xFFFFFFFF
movl 0x3414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3410(%rsp)
cmpl $0x1, 0x3410(%rsp)
jne 0x15fd85a
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fd82b
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fd829
jmp 0x15fd858
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae0(%rsp)
cmpq $0x0, 0x3ae0(%rsp)
je 0x15fd856
movq 0x3ae0(%rsp), %rdi
callq 0x5f480
jmp 0x15fd858
jmp 0x15fd85a
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fd8b5
movq %rax, %rdi
callq 0x678a0
jmp 0x15fd8b7
leaq 0xb10(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xb10(%rsp), %rax
movq %rax, 0x2300(%rsp)
movq 0x2300(%rsp), %rax
movq %rax, 0x3488(%rsp)
movq 0x3488(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fd9a2
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3484(%rsp) # imm = 0xFFFFFFFF
movl 0x3484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3480(%rsp)
cmpl $0x1, 0x3480(%rsp)
jne 0x15fd9a2
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fd973
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fd971
jmp 0x15fd9a0
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa8(%rsp)
cmpq $0x0, 0x3aa8(%rsp)
je 0x15fd99e
movq 0x3aa8(%rsp), %rdi
callq 0x5f480
jmp 0x15fd9a0
jmp 0x15fd9a2
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fd9fd
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xb58(%rsp)
movl $0x0, 0xb0c(%rsp)
movl 0xb0c(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15fdb5a
movq 0xbb0(%rsp), %rax
movq %rax, 0x3be8(%rsp)
movq 0x3be8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xaf0(%rsp)
movl $0x0, 0xaec(%rsp)
movl 0xaec(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15fdb30
movq 0xba8(%rsp), %rax
movq %rax, 0x3be0(%rsp)
movq 0x3be0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xad0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xaf0(%rsp), %rsi
leaq 0xad0(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0xac0(%rsp)
movq 0xb58(%rsp), %rax
vmovaps 0xac0(%rsp), %xmm0
movq %rax, 0x3d68(%rsp)
vmovaps %xmm0, 0x3d50(%rsp)
vmovaps 0x3d50(%rsp), %xmm0
movq 0x3d68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xba8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xba8(%rsp)
movq 0xb58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xb58(%rsp)
movl 0xaec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaec(%rsp)
jmp 0x15fda5c
movq 0xbb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xbb0(%rsp)
movl 0xb0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb0c(%rsp)
jmp 0x15fda18
jmp 0x15fdb5c
movl 0xbbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbbc(%rsp)
jmp 0x15fd116
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf8(%rsp)
movq 0x1cf8(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x15fdc1a
movq 0x100(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x15fdc27
jmp 0x15fdc37
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15fdc76
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162d9b0
movl %eax, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15fdf4c
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf0(%rsp)
movq 0x1cf0(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x15fdd20
movq 0xf0(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x15fdd2d
jmp 0x15fdd3d
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15fdd86
cmpl $0x1, 0x1c64(%rsp)
jne 0x15fdd86
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162ea80
movl %eax, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2010(%rsp)
movq 0x2010(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab8(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2008(%rsp)
movq 0x2008(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab0(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xaa4(%rsp)
movl 0xaa4(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x15fdf3c
movq 0xab0(%rsp), %rax
movq %rax, 0x3bd8(%rsp)
movq 0x3bd8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa90(%rsp)
movl $0x0, 0xa8c(%rsp)
movl 0xa8c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x15fdf12
movq 0xab8(%rsp), %rax
movq %rax, 0x3bd0(%rsp)
movq 0x3bd0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa70(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa70(%rsp), %rsi
leaq 0xa90(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0xa60(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa60(%rsp), %xmm0
movq %rax, 0x3d48(%rsp)
vmovaps %xmm0, 0x3d30(%rsp)
vmovaps 0x3d30(%rsp), %xmm0
movq 0x3d48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa8c(%rsp)
jmp 0x15fde3e
movq 0xab0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab0(%rsp)
movl 0xaa4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaa4(%rsp)
jmp 0x15fddfa
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
jmp 0x15ff8a3
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15ff8a1
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15fdfac
cmpl $0x1, 0x1c84(%rsp)
jne 0x15fdfac
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162f800
movl %eax, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15fea97
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce8(%rsp)
movq 0x1ce8(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x15fe06e
movq 0xe0(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x15fe07b
jmp 0x15fe08b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15fea87
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2000(%rsp)
movq 0x2000(%rsp), %rax
movq (%rax), %rax
movl 0xa5c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bc8(%rsp)
movq 0x3bc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa40(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9f0(%rsp), %rdx
movq %rdx, 0x1d90(%rsp)
movq %rcx, 0x1d88(%rsp)
movl %eax, 0x1d84(%rsp)
movq 0x1d88(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x1d83(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d84(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9f0(%rsp), %r10
movq %r10, 0x3020(%rsp)
movl %r9d, 0x301c(%rsp)
movl %r8d, 0x3018(%rsp)
movl %edi, 0x3014(%rsp)
movq %rsi, 0x3008(%rsp)
movq %rdx, 0x3000(%rsp)
movl %ecx, 0x2ffc(%rsp)
movq %rax, 0x2ff0(%rsp)
movq 0x3020(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3008(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3000(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ffc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ff0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x301c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3018(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3014(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3078(%rsp)
movl $0x10, 0x3074(%rsp)
movq 0x3078(%rsp), %rax
movslq 0x3074(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3074(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fe2b2
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xa30(%rsp)
movb $0x1, 0x1d83(%rsp)
testb $0x1, 0x1d83(%rsp)
jne 0x15fe3ed
leaq 0x9f0(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rax
movq %rax, 0x3718(%rsp)
movq 0x3718(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fe390
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3714(%rsp) # imm = 0xFFFFFFFF
movl 0x3714(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3710(%rsp)
cmpl $0x1, 0x3710(%rsp)
jne 0x15fe390
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fe361
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fe35f
jmp 0x15fe38e
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3960(%rsp)
cmpq $0x0, 0x3960(%rsp)
je 0x15fe38c
movq 0x3960(%rsp), %rdi
callq 0x5f480
jmp 0x15fe38e
jmp 0x15fe390
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fe3eb
movq %rax, %rdi
callq 0x678a0
jmp 0x15fe3ed
leaq 0x9f0(%rsp), %rax
movq %rax, 0x1ff8(%rsp)
movq 0x1ff8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0x9f0(%rsp), %rax
movq %rax, 0x2308(%rsp)
movq 0x2308(%rsp), %rax
movq %rax, 0x3478(%rsp)
movq 0x3478(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fe4d8
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3474(%rsp) # imm = 0xFFFFFFFF
movl 0x3474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3470(%rsp)
cmpl $0x1, 0x3470(%rsp)
jne 0x15fe4d8
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fe4a9
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fe4a7
jmp 0x15fe4d6
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab0(%rsp)
cmpq $0x0, 0x3ab0(%rsp)
je 0x15fe4d4
movq 0x3ab0(%rsp), %rdi
callq 0x5f480
jmp 0x15fe4d6
jmp 0x15fe4d8
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fe533
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xa38(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9a0(%rsp), %rdx
movq %rdx, 0x2358(%rsp)
movq %rcx, 0x2350(%rsp)
movl %eax, 0x234c(%rsp)
movq 0x2350(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x234b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x234c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9a0(%rsp), %r10
movq %r10, 0x2a70(%rsp)
movl %r9d, 0x2a6c(%rsp)
movl %r8d, 0x2a68(%rsp)
movl %edi, 0x2a64(%rsp)
movq %rsi, 0x2a58(%rsp)
movq %rdx, 0x2a50(%rsp)
movl %ecx, 0x2a4c(%rsp)
movq %rax, 0x2a40(%rsp)
movq 0x2a70(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x2a58(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a50(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a4c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a40(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a6c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a68(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a64(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3218(%rsp)
movl $0x10, 0x3214(%rsp)
movq 0x3218(%rsp), %rax
movslq 0x3214(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3214(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x9c8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fe6ff
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9e0(%rsp)
movb $0x1, 0x234b(%rsp)
testb $0x1, 0x234b(%rsp)
jne 0x15fe83a
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2360(%rsp)
movq 0x2360(%rsp), %rax
movq %rax, 0x3428(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fe7dd
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3424(%rsp) # imm = 0xFFFFFFFF
movl 0x3424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3420(%rsp)
cmpl $0x1, 0x3420(%rsp)
jne 0x15fe7dd
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fe7ae
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fe7ac
jmp 0x15fe7db
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad8(%rsp)
cmpq $0x0, 0x3ad8(%rsp)
je 0x15fe7d9
movq 0x3ad8(%rsp), %rdi
callq 0x5f480
jmp 0x15fe7db
jmp 0x15fe7dd
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fe838
movq %rax, %rdi
callq 0x678a0
jmp 0x15fe83a
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2310(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x3468(%rsp)
movq 0x3468(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fe925
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3464(%rsp) # imm = 0xFFFFFFFF
movl 0x3464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3460(%rsp)
cmpl $0x1, 0x3460(%rsp)
jne 0x15fe925
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fe8f6
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fe8f4
jmp 0x15fe923
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab8(%rsp)
cmpq $0x0, 0x3ab8(%rsp)
je 0x15fe921
movq 0x3ab8(%rsp), %rdi
callq 0x5f480
jmp 0x15fe923
jmp 0x15fe925
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fe980
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0x9e8(%rsp)
movl $0x0, 0x99c(%rsp)
movl 0x99c(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15fea6f
movq 0xa38(%rsp), %rax
movq %rax, 0x3bc0(%rsp)
movq 0x3bc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x980(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa40(%rsp), %rsi
leaq 0x980(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x970(%rsp)
movq 0x9e8(%rsp), %rax
vmovaps 0x970(%rsp), %xmm0
movq %rax, 0x3d28(%rsp)
vmovaps %xmm0, 0x3d10(%rsp)
vmovaps 0x3d10(%rsp), %xmm0
movq 0x3d28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xa38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xa38(%rsp)
movq 0x9e8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x9e8(%rsp)
movl 0x99c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x99c(%rsp)
jmp 0x15fe99b
jmp 0x15fea71
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x15fe096
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x15ff509
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1ce0(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x15feb4c
movq 0x80(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x15feb59
jmp 0x15feb69
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movl $0x0, 0x96c(%rsp)
movl 0x96c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x15ff4f9
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1ff0(%rsp)
movq 0x1ff0(%rsp), %rax
movq (%rax), %rax
movl 0x96c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bb8(%rsp)
movq 0x3bb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x950(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x900(%rsp), %rdx
movq %rdx, 0x1d78(%rsp)
movq %rcx, 0x1d70(%rsp)
movl %eax, 0x1d6c(%rsp)
movq 0x1d70(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x1d6b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d6c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x900(%rsp), %r10
movq %r10, 0x3058(%rsp)
movl %r9d, 0x3054(%rsp)
movl %r8d, 0x3050(%rsp)
movl %edi, 0x304c(%rsp)
movq %rsi, 0x3040(%rsp)
movq %rdx, 0x3038(%rsp)
movl %ecx, 0x3034(%rsp)
movq %rax, 0x3028(%rsp)
movq 0x3058(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3040(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3038(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3034(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3028(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3054(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3050(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x304c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3068(%rsp)
movl $0x10, 0x3064(%rsp)
movq 0x3068(%rsp), %rax
movslq 0x3064(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3064(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x928(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15fed84
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x940(%rsp)
movb $0x1, 0x1d6b(%rsp)
testb $0x1, 0x1d6b(%rsp)
jne 0x15feead
leaq 0x900(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rax
movq %rax, 0x3708(%rsp)
movq 0x3708(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fee53
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3704(%rsp) # imm = 0xFFFFFFFF
movl 0x3704(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3700(%rsp)
cmpl $0x1, 0x3700(%rsp)
jne 0x15fee53
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fee27
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fee25
jmp 0x15fee51
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3968(%rsp)
cmpq $0x0, 0x3968(%rsp)
je 0x15fee4f
movq 0x3968(%rsp), %rdi
callq 0x5f480
jmp 0x15fee51
jmp 0x15fee53
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15feeab
movq %rax, %rdi
callq 0x678a0
jmp 0x15feead
leaq 0x900(%rsp), %rax
movq %rax, 0x1fe8(%rsp)
movq 0x1fe8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x900(%rsp), %rax
movq %rax, 0x2318(%rsp)
movq 0x2318(%rsp), %rax
movq %rax, 0x3458(%rsp)
movq 0x3458(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fef86
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3454(%rsp) # imm = 0xFFFFFFFF
movl 0x3454(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3450(%rsp)
cmpl $0x1, 0x3450(%rsp)
jne 0x15fef86
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fef5a
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fef58
jmp 0x15fef84
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac0(%rsp)
cmpq $0x0, 0x3ac0(%rsp)
je 0x15fef82
movq 0x3ac0(%rsp), %rdi
callq 0x5f480
jmp 0x15fef84
jmp 0x15fef86
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fefde
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x948(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x8b0(%rsp), %rdx
movq %rdx, 0x2338(%rsp)
movq %rcx, 0x2330(%rsp)
movl %eax, 0x232c(%rsp)
movq 0x2330(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x232b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x232c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x8b0(%rsp), %r10
movq %r10, 0x2aa8(%rsp)
movl %r9d, 0x2aa4(%rsp)
movl %r8d, 0x2aa0(%rsp)
movl %edi, 0x2a9c(%rsp)
movq %rsi, 0x2a90(%rsp)
movq %rdx, 0x2a88(%rsp)
movl %ecx, 0x2a84(%rsp)
movq %rax, 0x2a78(%rsp)
movq 0x2aa8(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x2a90(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a88(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a84(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a78(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2aa4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2aa0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a9c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3208(%rsp)
movl $0x10, 0x3204(%rsp)
movq 0x3208(%rsp), %rax
movslq 0x3204(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3204(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x8d8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ff19b
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x8f0(%rsp)
movb $0x1, 0x232b(%rsp)
testb $0x1, 0x232b(%rsp)
jne 0x15ff2c4
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2340(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x3438(%rsp)
movq 0x3438(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ff26a
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3434(%rsp) # imm = 0xFFFFFFFF
movl 0x3434(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3430(%rsp)
cmpl $0x1, 0x3430(%rsp)
jne 0x15ff26a
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ff23e
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ff23c
jmp 0x15ff268
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad0(%rsp)
cmpq $0x0, 0x3ad0(%rsp)
je 0x15ff266
movq 0x3ad0(%rsp), %rdi
callq 0x5f480
jmp 0x15ff268
jmp 0x15ff26a
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ff2c2
movq %rax, %rdi
callq 0x678a0
jmp 0x15ff2c4
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2320(%rsp)
movq 0x2320(%rsp), %rax
movq %rax, 0x3448(%rsp)
movq 0x3448(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ff39d
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3444(%rsp) # imm = 0xFFFFFFFF
movl 0x3444(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3440(%rsp)
cmpl $0x1, 0x3440(%rsp)
jne 0x15ff39d
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ff371
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ff36f
jmp 0x15ff39b
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac8(%rsp)
cmpq $0x0, 0x3ac8(%rsp)
je 0x15ff399
movq 0x3ac8(%rsp), %rdi
callq 0x5f480
jmp 0x15ff39b
jmp 0x15ff39d
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ff3f5
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x8f8(%rsp)
movl $0x0, 0x8ac(%rsp)
movl 0x8ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x15ff4e1
movq 0x948(%rsp), %rax
movq %rax, 0x3bb0(%rsp)
movq 0x3bb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x890(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x950(%rsp), %rsi
leaq 0x890(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x880(%rsp)
movq 0x8f8(%rsp), %rax
vmovaps 0x880(%rsp), %xmm0
movq %rax, 0x3d08(%rsp)
vmovaps %xmm0, 0x3cf0(%rsp)
vmovaps 0x3cf0(%rsp), %xmm0
movq 0x3d08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x948(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x948(%rsp)
movq 0x8f8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x8f8(%rsp)
movl 0x8ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8ac(%rsp)
jmp 0x15ff40d
jmp 0x15ff4e3
movl 0x96c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x96c(%rsp)
jmp 0x15feb74
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x15ff787
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movq 0x1c68(%rsp), %rcx
movl 0x1c64(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd8(%rsp)
movq 0x1cd8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x15ff5a7
movq 0x20(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x15ff5b1
jmp 0x15ff5c1
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1fe0(%rsp)
movq 0x1fe0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x878(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x1fd8(%rsp)
movq 0x1fd8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x870(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x868(%rsp)
movl $0x0, 0x864(%rsp)
movl 0x864(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x15ff777
movq 0x878(%rsp), %rax
movq %rax, 0x3ba8(%rsp)
movq 0x3ba8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x850(%rsp)
movl $0x0, 0x84c(%rsp)
movl 0x84c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x15ff74d
movq 0x870(%rsp), %rax
movq %rax, 0x3ba0(%rsp)
movq 0x3ba0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x830(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x850(%rsp), %rsi
leaq 0x830(%rsp), %rdx
callq 0x1636080
vmovaps %xmm0, 0x820(%rsp)
movq 0x868(%rsp), %rax
vmovaps 0x820(%rsp), %xmm0
movq %rax, 0x3ce8(%rsp)
vmovaps %xmm0, 0x3cd0(%rsp)
vmovaps 0x3cd0(%rsp), %xmm0
movq 0x3ce8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x870(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x870(%rsp)
movq 0x868(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x868(%rsp)
movl 0x84c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x84c(%rsp)
jmp 0x15ff679
movq 0x878(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x878(%rsp)
movl 0x864(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x864(%rsp)
jmp 0x15ff635
movl $0x0, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x15ff89f
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movq 0x1c88(%rsp), %rdx
movl 0x1c84(%rsp), %ecx
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd0(%rsp)
movq 0x1cd0(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x15ff81d
movq 0x10(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x15ff827
jmp 0x15ff834
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x15ff8b2
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x15ff87a
cmpl $0x1, 0x1c64(%rsp)
jne 0x15ff87a
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162ea80
movl %eax, 0x1ccc(%rsp)
jmp 0x15ff8b2
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x162d9b0
jmp 0x15ff8a1
jmp 0x15ff8a3
jmp 0x15ff8a5
jmp 0x15ff8a7
movl $0x0, 0x1ccc(%rsp)
movl 0x1ccc(%rsp), %eax
addq $0x3f68, %rsp # imm = 0x3F68
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,072
|
int ncnn::binary_op_pack4<ncnn::BinaryOp_x86_avx_functor::binary_op_min>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack4(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
float* outptr = c.channel(q);
const float* b0 = b.channel(q);
__m128 _b0 = _mm_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_set1_ps(*ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
ptr1 += 1;
outptr += 4;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
float* outptr = c.channel(q);
const float* ptr1 = b.channel(q);
__m128 _a0 = _mm_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p = _mm_set1_ps(*ptr);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _p1 = _mm_loadu_ps(ptr1 + y * 4);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_loadu_ps(ptr1 + x * 4);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _p = _mm_loadu_ps(ptr + y * 4);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr + x * 4);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row<const float>(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
ptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row<const float>(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
subq $0x3f68, %rsp # imm = 0x3F68
movq %rdi, 0x1cc0(%rsp)
movq %rsi, 0x1cb8(%rsp)
movq %rdx, 0x1cb0(%rsp)
movq %rcx, 0x1ca8(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1ca0(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c9c(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c98(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c94(%rsp)
movl 0x1ca0(%rsp), %eax
imull 0x1c9c(%rsp), %eax
imull 0x1c98(%rsp), %eax
movl %eax, 0x1c90(%rsp)
movq 0x1cc0(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c88(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c84(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1c80(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c7c(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c78(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c74(%rsp)
movl 0x1c80(%rsp), %eax
imull 0x1c7c(%rsp), %eax
imull 0x1c78(%rsp), %eax
movl %eax, 0x1c70(%rsp)
movq 0x1cb8(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c68(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c64(%rsp)
movq 0x1cc0(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1601f1d
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x15ffa60
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1630580
movl %eax, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c98(%rsp), %ecx
movl 0x1c94(%rsp), %r8d
movq 0x1c88(%rsp), %r9
movl 0x1c84(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d60(%rsp)
movq 0x1d60(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x15ffb10
movq 0x810(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x15ffb1d
jmp 0x15ffb2d
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x16009f1
movl $0x0, 0x1c60(%rsp)
movl 0x1c60(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x16009e1
movq 0x1cc0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1c10(%rsp), %rdx
movq %rdx, 0x1fd0(%rsp)
movq %rcx, 0x1fc8(%rsp)
movl %eax, 0x1fc4(%rsp)
movq 0x1fc8(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x1fc3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fc4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c10(%rsp), %r10
movq %r10, 0x2ae0(%rsp)
movl %r9d, 0x2adc(%rsp)
movl %r8d, 0x2ad8(%rsp)
movl %edi, 0x2ad4(%rsp)
movq %rsi, 0x2ac8(%rsp)
movq %rdx, 0x2ac0(%rsp)
movl %ecx, 0x2abc(%rsp)
movq %rax, 0x2ab0(%rsp)
movq 0x2ae0(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x2ac8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ac0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2abc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ab0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2adc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ad8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ad4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31f8(%rsp)
movl $0x10, 0x31f4(%rsp)
movq 0x31f8(%rsp), %rax
movslq 0x31f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x15ffd1a
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c50(%rsp)
movb $0x1, 0x1fc3(%rsp)
testb $0x1, 0x1fc3(%rsp)
jne 0x15ffe55
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f8(%rsp)
movq 0x20f8(%rsp), %rax
movq %rax, 0x3898(%rsp)
movq 0x3898(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15ffdf8
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3894(%rsp) # imm = 0xFFFFFFFF
movl 0x3894(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3890(%rsp)
cmpl $0x1, 0x3890(%rsp)
jne 0x15ffdf8
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15ffdc9
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15ffdc7
jmp 0x15ffdf6
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a0(%rsp)
cmpq $0x0, 0x38a0(%rsp)
je 0x15ffdf4
movq 0x38a0(%rsp), %rdi
callq 0x5f480
jmp 0x15ffdf6
jmp 0x15ffdf8
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15ffe53
movq %rax, %rdi
callq 0x678a0
jmp 0x15ffe55
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f0(%rsp)
movq 0x20f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x1c10(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rax
movq %rax, 0x36f8(%rsp)
movq 0x36f8(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x15fff40
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36f4(%rsp) # imm = 0xFFFFFFFF
movl 0x36f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36f0(%rsp)
cmpl $0x1, 0x36f0(%rsp)
jne 0x15fff40
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x15fff11
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x15fff0f
jmp 0x15fff3e
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3970(%rsp)
cmpq $0x0, 0x3970(%rsp)
je 0x15fff3c
movq 0x3970(%rsp), %rdi
callq 0x5f480
jmp 0x15fff3e
jmp 0x15fff40
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x15fff9b
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x1c58(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1bc0(%rsp), %rdx
movq %rdx, 0x1fb8(%rsp)
movq %rcx, 0x1fb0(%rsp)
movl %eax, 0x1fac(%rsp)
movq 0x1fb0(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x1fab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1bc0(%rsp), %r10
movq %r10, 0x2b18(%rsp)
movl %r9d, 0x2b14(%rsp)
movl %r8d, 0x2b10(%rsp)
movl %edi, 0x2b0c(%rsp)
movq %rsi, 0x2b00(%rsp)
movq %rdx, 0x2af8(%rsp)
movl %ecx, 0x2af4(%rsp)
movq %rax, 0x2ae8(%rsp)
movq 0x2b18(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x2b00(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2af8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2af4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ae8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b14(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b10(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b0c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31e8(%rsp)
movl $0x10, 0x31e4(%rsp)
movq 0x31e8(%rsp), %rax
movslq 0x31e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1be8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1600167
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c00(%rsp)
movb $0x1, 0x1fab(%rsp)
testb $0x1, 0x1fab(%rsp)
jne 0x16002a2
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x2100(%rsp)
movq 0x2100(%rsp), %rax
movq %rax, 0x3888(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1600245
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3884(%rsp) # imm = 0xFFFFFFFF
movl 0x3884(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3880(%rsp)
cmpl $0x1, 0x3880(%rsp)
jne 0x1600245
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1600216
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1600214
jmp 0x1600243
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a8(%rsp)
cmpq $0x0, 0x38a8(%rsp)
je 0x1600241
movq 0x38a8(%rsp), %rdi
callq 0x5f480
jmp 0x1600243
jmp 0x1600245
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16002a0
movq %rax, %rdi
callq 0x678a0
jmp 0x16002a2
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x20e8(%rsp)
movq 0x20e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rax
movq %rax, 0x36e8(%rsp)
movq 0x36e8(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160038d
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36e4(%rsp) # imm = 0xFFFFFFFF
movl 0x36e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36e0(%rsp)
cmpl $0x1, 0x36e0(%rsp)
jne 0x160038d
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160035e
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160035c
jmp 0x160038b
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3978(%rsp)
cmpq $0x0, 0x3978(%rsp)
je 0x1600389
movq 0x3978(%rsp), %rdi
callq 0x5f480
jmp 0x160038b
jmp 0x160038d
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16003e8
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x1c08(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1b70(%rsp), %rdx
movq %rdx, 0x2558(%rsp)
movq %rcx, 0x2550(%rsp)
movl %eax, 0x254c(%rsp)
movq 0x2550(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x254b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b70(%rsp), %r10
movq %r10, 0x26f0(%rsp)
movl %r9d, 0x26ec(%rsp)
movl %r8d, 0x26e8(%rsp)
movl %edi, 0x26e4(%rsp)
movq %rsi, 0x26d8(%rsp)
movq %rdx, 0x26d0(%rsp)
movl %ecx, 0x26cc(%rsp)
movq %rax, 0x26c0(%rsp)
movq 0x26f0(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x26d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x26cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x26ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x26e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x26e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3318(%rsp)
movl $0x10, 0x3314(%rsp)
movq 0x3318(%rsp), %rax
movslq 0x3314(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3314(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16005b4
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1bb0(%rsp)
movb $0x1, 0x254b(%rsp)
testb $0x1, 0x254b(%rsp)
jne 0x16006ef
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq %rax, 0x3328(%rsp)
movq 0x3328(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1600692
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3324(%rsp) # imm = 0xFFFFFFFF
movl 0x3324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3320(%rsp)
cmpl $0x1, 0x3320(%rsp)
jne 0x1600692
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1600663
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1600661
jmp 0x1600690
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b58(%rsp)
cmpq $0x0, 0x3b58(%rsp)
je 0x160068e
movq 0x3b58(%rsp), %rdi
callq 0x5f480
jmp 0x1600690
jmp 0x1600692
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16006ed
movq %rax, %rdi
callq 0x678a0
jmp 0x16006ef
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x1b70(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rax
movq %rax, 0x36d8(%rsp)
movq 0x36d8(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16007da
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36d4(%rsp) # imm = 0xFFFFFFFF
movl 0x36d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36d0(%rsp)
cmpl $0x1, 0x36d0(%rsp)
jne 0x16007da
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16007ab
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16007a9
jmp 0x16007d8
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3980(%rsp)
cmpq $0x0, 0x3980(%rsp)
je 0x16007d6
movq 0x3980(%rsp), %rdi
callq 0x5f480
jmp 0x16007d8
jmp 0x16007da
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1600835
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x1bb8(%rsp)
movl $0x0, 0x1b6c(%rsp)
movl 0x1b6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x16009c9
movl $0x0, 0x1b68(%rsp)
movl 0x1b68(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x16009b1
movq 0x1c08(%rsp), %rax
movq %rax, 0x3cc8(%rsp)
movq 0x3cc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b50(%rsp)
movl $0x0, 0x1b4c(%rsp)
movl 0x1b4c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x1600987
movq 0x1c58(%rsp), %rax
movq %rax, 0x3cc0(%rsp)
movq 0x3cc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1b30(%rsp), %rsi
leaq 0x1b50(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x1b20(%rsp)
movq 0x1bb8(%rsp), %rax
vmovaps 0x1b20(%rsp), %xmm0
movq %rax, 0x3f40(%rsp)
vmovaps %xmm0, 0x3f30(%rsp)
vmovaps 0x3f30(%rsp), %xmm0
movq 0x3f40(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1c58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c58(%rsp)
movq 0x1bb8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1bb8(%rsp)
movl 0x1b4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b4c(%rsp)
jmp 0x16008b3
movq 0x1c08(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c08(%rsp)
movl 0x1b68(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b68(%rsp)
jmp 0x160086f
jmp 0x16009b3
movl 0x1b6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b6c(%rsp)
jmp 0x1600850
jmp 0x16009cb
movl 0x1c60(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c60(%rsp)
jmp 0x15ffb4a
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x16014b1
movl $0x0, 0x1b1c(%rsp)
movl 0x1b1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x16014a1
movq 0x1cc0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x1fa0(%rsp)
movq %rcx, 0x1f98(%rsp)
movl %eax, 0x1f94(%rsp)
movq 0x1f98(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x1f93(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f94(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x2b50(%rsp)
movl %r9d, 0x2b4c(%rsp)
movl %r8d, 0x2b48(%rsp)
movl %edi, 0x2b44(%rsp)
movq %rsi, 0x2b38(%rsp)
movq %rdx, 0x2b30(%rsp)
movl %ecx, 0x2b2c(%rsp)
movq %rax, 0x2b20(%rsp)
movq 0x2b50(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x2b38(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b30(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b2c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b20(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b4c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b48(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b44(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31d8(%rsp)
movl $0x10, 0x31d4(%rsp)
movq 0x31d8(%rsp), %rax
movslq 0x31d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1600bde
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x1f93(%rsp)
testb $0x1, 0x1f93(%rsp)
jne 0x1600d19
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2108(%rsp)
movq 0x2108(%rsp), %rax
movq %rax, 0x3878(%rsp)
movq 0x3878(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1600cbc
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3874(%rsp) # imm = 0xFFFFFFFF
movl 0x3874(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3870(%rsp)
cmpl $0x1, 0x3870(%rsp)
jne 0x1600cbc
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1600c8d
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1600c8b
jmp 0x1600cba
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b0(%rsp)
cmpq $0x0, 0x38b0(%rsp)
je 0x1600cb8
movq 0x38b0(%rsp), %rdi
callq 0x5f480
jmp 0x1600cba
jmp 0x1600cbc
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1600d17
movq %rax, %rdi
callq 0x678a0
jmp 0x1600d19
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x20e0(%rsp)
movq 0x20e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rax
movq %rax, 0x36c8(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1600e04
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c4(%rsp) # imm = 0xFFFFFFFF
movl 0x36c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36c0(%rsp)
cmpl $0x1, 0x36c0(%rsp)
jne 0x1600e04
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1600dd5
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1600dd3
jmp 0x1600e02
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3988(%rsp)
cmpq $0x0, 0x3988(%rsp)
je 0x1600e00
movq 0x3988(%rsp), %rdi
callq 0x5f480
jmp 0x1600e02
jmp 0x1600e04
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1600e5f
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
movq %rcx, 0x2620(%rsp)
movl %eax, 0x261c(%rsp)
movq 0x2620(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x261c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1ac0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1a70(%rsp), %rdx
movq %rdx, 0x2538(%rsp)
movq %rcx, 0x2530(%rsp)
movl %eax, 0x252c(%rsp)
movq 0x2530(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x252b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x252c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1a70(%rsp), %r10
movq %r10, 0x2728(%rsp)
movl %r9d, 0x2724(%rsp)
movl %r8d, 0x2720(%rsp)
movl %edi, 0x271c(%rsp)
movq %rsi, 0x2710(%rsp)
movq %rdx, 0x2708(%rsp)
movl %ecx, 0x2704(%rsp)
movq %rax, 0x26f8(%rsp)
movq 0x2728(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2708(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2704(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2724(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2720(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x271c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3308(%rsp)
movl $0x10, 0x3304(%rsp)
movq 0x3308(%rsp), %rax
movslq 0x3304(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3304(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1601074
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ab0(%rsp)
movb $0x1, 0x252b(%rsp)
testb $0x1, 0x252b(%rsp)
jne 0x16011af
leaq 0x1a70(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq %rax, 0x3338(%rsp)
movq 0x3338(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1601152
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3334(%rsp) # imm = 0xFFFFFFFF
movl 0x3334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3330(%rsp)
cmpl $0x1, 0x3330(%rsp)
jne 0x1601152
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1601123
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1601121
jmp 0x1601150
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b50(%rsp)
cmpq $0x0, 0x3b50(%rsp)
je 0x160114e
movq 0x3b50(%rsp), %rdi
callq 0x5f480
jmp 0x1601150
jmp 0x1601152
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16011ad
movq %rax, %rdi
callq 0x678a0
jmp 0x16011af
leaq 0x1a70(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1a70(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rax
movq %rax, 0x36b8(%rsp)
movq 0x36b8(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160129a
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36b4(%rsp) # imm = 0xFFFFFFFF
movl 0x36b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36b0(%rsp)
cmpl $0x1, 0x36b0(%rsp)
jne 0x160129a
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160126b
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1601269
jmp 0x1601298
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3990(%rsp)
cmpq $0x0, 0x3990(%rsp)
je 0x1601296
movq 0x3990(%rsp), %rdi
callq 0x5f480
jmp 0x1601298
jmp 0x160129a
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16012f5
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1ab8(%rsp)
movl $0x0, 0x1a6c(%rsp)
movl 0x1a6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x1601489
movq 0x1ac0(%rsp), %rax
movq %rax, 0x3cb8(%rsp)
movq 0x3cb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a50(%rsp)
movl $0x0, 0x1a4c(%rsp)
movl 0x1a4c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x160145f
movl $0x0, 0x1a48(%rsp)
movl 0x1a48(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x1601447
movq 0x1b10(%rsp), %rax
movq %rax, 0x3cb0(%rsp)
movq 0x3cb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1a30(%rsp), %rsi
leaq 0x1a50(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x1a20(%rsp)
movq 0x1ab8(%rsp), %rax
vmovaps 0x1a20(%rsp), %xmm0
movq %rax, 0x3f28(%rsp)
vmovaps %xmm0, 0x3f10(%rsp)
vmovaps 0x3f10(%rsp), %xmm0
movq 0x3f28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1b10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b10(%rsp)
movq 0x1ab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ab8(%rsp)
movl 0x1a48(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a48(%rsp)
jmp 0x1601373
jmp 0x1601449
movl 0x1a4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a4c(%rsp)
jmp 0x1601354
movq 0x1ac0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ac0(%rsp)
movl 0x1a6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a6c(%rsp)
jmp 0x1601310
jmp 0x160148b
movl 0x1b1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b1c(%rsp)
jmp 0x1600a0e
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x1601f18
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x160150c
cmpl $0x1, 0x1c64(%rsp)
jne 0x160150c
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1631650
movl %eax, 0x1ccc(%rsp)
jmp 0x160eb82
movl $0x0, 0x1a1c(%rsp)
movl 0x1a1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x1601f08
movq 0x1cc0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x19c8(%rsp), %rdx
movq %rdx, 0x1f88(%rsp)
movq %rcx, 0x1f80(%rsp)
movl %eax, 0x1f7c(%rsp)
movq 0x1f80(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x1f7b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f7c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19c8(%rsp), %r10
movq %r10, 0x2b88(%rsp)
movl %r9d, 0x2b84(%rsp)
movl %r8d, 0x2b80(%rsp)
movl %edi, 0x2b7c(%rsp)
movq %rsi, 0x2b70(%rsp)
movq %rdx, 0x2b68(%rsp)
movl %ecx, 0x2b64(%rsp)
movq %rax, 0x2b58(%rsp)
movq 0x2b88(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x2b70(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b68(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b64(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b58(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b84(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b80(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b7c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31c8(%rsp)
movl $0x10, 0x31c4(%rsp)
movq 0x31c8(%rsp), %rax
movslq 0x31c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16016e7
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a08(%rsp)
movb $0x1, 0x1f7b(%rsp)
testb $0x1, 0x1f7b(%rsp)
jne 0x1601822
leaq 0x19c8(%rsp), %rax
movq %rax, 0x2110(%rsp)
movq 0x2110(%rsp), %rax
movq %rax, 0x3868(%rsp)
movq 0x3868(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16017c5
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3864(%rsp) # imm = 0xFFFFFFFF
movl 0x3864(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3860(%rsp)
cmpl $0x1, 0x3860(%rsp)
jne 0x16017c5
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1601796
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1601794
jmp 0x16017c3
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b8(%rsp)
cmpq $0x0, 0x38b8(%rsp)
je 0x16017c1
movq 0x38b8(%rsp), %rdi
callq 0x5f480
jmp 0x16017c3
jmp 0x16017c5
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1601820
movq %rax, %rdi
callq 0x678a0
jmp 0x1601822
leaq 0x19c8(%rsp), %rax
movq %rax, 0x20d8(%rsp)
movq 0x20d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x19c8(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rax
movq %rax, 0x36a8(%rsp)
movq 0x36a8(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160190d
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36a4(%rsp) # imm = 0xFFFFFFFF
movl 0x36a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36a0(%rsp)
cmpl $0x1, 0x36a0(%rsp)
jne 0x160190d
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16018de
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16018dc
jmp 0x160190b
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3998(%rsp)
cmpq $0x0, 0x3998(%rsp)
je 0x1601909
movq 0x3998(%rsp), %rdi
callq 0x5f480
jmp 0x160190b
jmp 0x160190d
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1601968
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1a10(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x20d0(%rsp), %rax
movq (%rax), %rax
movl 0x1a1c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3ca8(%rsp)
movq 0x3ca8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x19b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x1960(%rsp), %rdx
movq %rdx, 0x2518(%rsp)
movq %rcx, 0x2510(%rsp)
movl %eax, 0x250c(%rsp)
movq 0x2510(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x250b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x250c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1960(%rsp), %r10
movq %r10, 0x2760(%rsp)
movl %r9d, 0x275c(%rsp)
movl %r8d, 0x2758(%rsp)
movl %edi, 0x2754(%rsp)
movq %rsi, 0x2748(%rsp)
movq %rdx, 0x2740(%rsp)
movl %ecx, 0x273c(%rsp)
movq %rax, 0x2730(%rsp)
movq 0x2760(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2740(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x273c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2730(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x275c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2758(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2754(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32f8(%rsp)
movl $0x10, 0x32f4(%rsp)
movq 0x32f8(%rsp), %rax
movslq 0x32f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1988(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1601b80
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19a0(%rsp)
movb $0x1, 0x250b(%rsp)
testb $0x1, 0x250b(%rsp)
jne 0x1601cbb
leaq 0x1960(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq %rax, 0x3348(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1601c5e
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3344(%rsp) # imm = 0xFFFFFFFF
movl 0x3344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3340(%rsp)
cmpl $0x1, 0x3340(%rsp)
jne 0x1601c5e
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1601c2f
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1601c2d
jmp 0x1601c5c
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b48(%rsp)
cmpq $0x0, 0x3b48(%rsp)
je 0x1601c5a
movq 0x3b48(%rsp), %rdi
callq 0x5f480
jmp 0x1601c5c
jmp 0x1601c5e
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1601cb9
movq %rax, %rdi
callq 0x678a0
jmp 0x1601cbb
leaq 0x1960(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1960(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rax
movq %rax, 0x3698(%rsp)
movq 0x3698(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1601da6
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3694(%rsp) # imm = 0xFFFFFFFF
movl 0x3694(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3690(%rsp)
cmpl $0x1, 0x3690(%rsp)
jne 0x1601da6
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1601d77
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1601d75
jmp 0x1601da4
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a0(%rsp)
cmpq $0x0, 0x39a0(%rsp)
je 0x1601da2
movq 0x39a0(%rsp), %rdi
callq 0x5f480
jmp 0x1601da4
jmp 0x1601da6
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1601e01
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x19a8(%rsp)
movl $0x0, 0x195c(%rsp)
movl 0x195c(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x1601ef0
movq 0x1a10(%rsp), %rax
movq %rax, 0x3ca0(%rsp)
movq 0x3ca0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1940(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1940(%rsp), %rsi
leaq 0x19b0(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x1930(%rsp)
movq 0x19a8(%rsp), %rax
vmovaps 0x1930(%rsp), %xmm0
movq %rax, 0x3f08(%rsp)
vmovaps %xmm0, 0x3ef0(%rsp)
vmovaps 0x3ef0(%rsp), %xmm0
movq 0x3f08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1a10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1a10(%rsp)
movq 0x19a8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x19a8(%rsp)
movl 0x195c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x195c(%rsp)
jmp 0x1601e1c
jmp 0x1601ef2
movl 0x1a1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a1c(%rsp)
jmp 0x1601517
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
jmp 0x160eb77
movq 0x1cc0(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x160b76a
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1602ec0
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d58(%rsp)
movq 0x1d58(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x1601ff1
movq 0x6e8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x1601ffe
jmp 0x160200e
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0x192c(%rsp)
movl 0x192c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x1602eb0
movq 0x1cc0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x18d8(%rsp), %rdx
movq %rdx, 0x1f70(%rsp)
movq %rcx, 0x1f68(%rsp)
movl %eax, 0x1f64(%rsp)
movq 0x1f68(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x1f63(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f64(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18d8(%rsp), %r10
movq %r10, 0x2bc0(%rsp)
movl %r9d, 0x2bbc(%rsp)
movl %r8d, 0x2bb8(%rsp)
movl %edi, 0x2bb4(%rsp)
movq %rsi, 0x2ba8(%rsp)
movq %rdx, 0x2ba0(%rsp)
movl %ecx, 0x2b9c(%rsp)
movq %rax, 0x2b90(%rsp)
movq 0x2bc0(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x2ba8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ba0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b9c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b90(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bbc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bb8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bb4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31b8(%rsp)
movl $0x10, 0x31b4(%rsp)
movq 0x31b8(%rsp), %rax
movslq 0x31b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1900(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16021e9
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1918(%rsp)
movb $0x1, 0x1f63(%rsp)
testb $0x1, 0x1f63(%rsp)
jne 0x1602324
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2118(%rsp)
movq 0x2118(%rsp), %rax
movq %rax, 0x3858(%rsp)
movq 0x3858(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16022c7
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3854(%rsp) # imm = 0xFFFFFFFF
movl 0x3854(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3850(%rsp)
cmpl $0x1, 0x3850(%rsp)
jne 0x16022c7
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1602298
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1602296
jmp 0x16022c5
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c0(%rsp)
cmpq $0x0, 0x38c0(%rsp)
je 0x16022c3
movq 0x38c0(%rsp), %rdi
callq 0x5f480
jmp 0x16022c5
jmp 0x16022c7
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1602322
movq %rax, %rdi
callq 0x678a0
jmp 0x1602324
leaq 0x18d8(%rsp), %rax
movq %rax, 0x20c8(%rsp)
movq 0x20c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rax
movq %rax, 0x3688(%rsp)
movq 0x3688(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160240f
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3684(%rsp) # imm = 0xFFFFFFFF
movl 0x3684(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3680(%rsp)
cmpl $0x1, 0x3680(%rsp)
jne 0x160240f
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16023e0
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16023de
jmp 0x160240d
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a8(%rsp)
cmpq $0x0, 0x39a8(%rsp)
je 0x160240b
movq 0x39a8(%rsp), %rdi
callq 0x5f480
jmp 0x160240d
jmp 0x160240f
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160246a
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1920(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1888(%rsp), %rdx
movq %rdx, 0x1f58(%rsp)
movq %rcx, 0x1f50(%rsp)
movl %eax, 0x1f4c(%rsp)
movq 0x1f50(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x1f4b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f4c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1888(%rsp), %r10
movq %r10, 0x2bf8(%rsp)
movl %r9d, 0x2bf4(%rsp)
movl %r8d, 0x2bf0(%rsp)
movl %edi, 0x2bec(%rsp)
movq %rsi, 0x2be0(%rsp)
movq %rdx, 0x2bd8(%rsp)
movl %ecx, 0x2bd4(%rsp)
movq %rax, 0x2bc8(%rsp)
movq 0x2bf8(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x2be0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2bd8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2bd4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2bc8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bf4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bf0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31a8(%rsp)
movl $0x10, 0x31a4(%rsp)
movq 0x31a8(%rsp), %rax
movslq 0x31a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1602636
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18c8(%rsp)
movb $0x1, 0x1f4b(%rsp)
testb $0x1, 0x1f4b(%rsp)
jne 0x1602771
leaq 0x1888(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2120(%rsp), %rax
movq %rax, 0x3848(%rsp)
movq 0x3848(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1602714
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3844(%rsp) # imm = 0xFFFFFFFF
movl 0x3844(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3840(%rsp)
cmpl $0x1, 0x3840(%rsp)
jne 0x1602714
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16026e5
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16026e3
jmp 0x1602712
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c8(%rsp)
cmpq $0x0, 0x38c8(%rsp)
je 0x1602710
movq 0x38c8(%rsp), %rdi
callq 0x5f480
jmp 0x1602712
jmp 0x1602714
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160276f
movq %rax, %rdi
callq 0x678a0
jmp 0x1602771
leaq 0x1888(%rsp), %rax
movq %rax, 0x20c0(%rsp)
movq 0x20c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1888(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rax
movq %rax, 0x3678(%rsp)
movq 0x3678(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160285c
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3674(%rsp) # imm = 0xFFFFFFFF
movl 0x3674(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3670(%rsp)
cmpl $0x1, 0x3670(%rsp)
jne 0x160285c
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160282d
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160282b
jmp 0x160285a
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b0(%rsp)
cmpq $0x0, 0x39b0(%rsp)
je 0x1602858
movq 0x39b0(%rsp), %rdi
callq 0x5f480
jmp 0x160285a
jmp 0x160285c
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16028b7
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x18d0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1838(%rsp), %rdx
movq %rdx, 0x24f8(%rsp)
movq %rcx, 0x24f0(%rsp)
movl %eax, 0x24ec(%rsp)
movq 0x24f0(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x24eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1838(%rsp), %r10
movq %r10, 0x2798(%rsp)
movl %r9d, 0x2794(%rsp)
movl %r8d, 0x2790(%rsp)
movl %edi, 0x278c(%rsp)
movq %rsi, 0x2780(%rsp)
movq %rdx, 0x2778(%rsp)
movl %ecx, 0x2774(%rsp)
movq %rax, 0x2768(%rsp)
movq 0x2798(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2778(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2774(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2768(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2794(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2790(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x278c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32e8(%rsp)
movl $0x10, 0x32e4(%rsp)
movq 0x32e8(%rsp), %rax
movslq 0x32e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1860(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1602a83
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1878(%rsp)
movb $0x1, 0x24eb(%rsp)
testb $0x1, 0x24eb(%rsp)
jne 0x1602bbe
leaq 0x1838(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq %rax, 0x3358(%rsp)
movq 0x3358(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1602b61
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3354(%rsp) # imm = 0xFFFFFFFF
movl 0x3354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3350(%rsp)
cmpl $0x1, 0x3350(%rsp)
jne 0x1602b61
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1602b32
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1602b30
jmp 0x1602b5f
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b40(%rsp)
cmpq $0x0, 0x3b40(%rsp)
je 0x1602b5d
movq 0x3b40(%rsp), %rdi
callq 0x5f480
jmp 0x1602b5f
jmp 0x1602b61
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1602bbc
movq %rax, %rdi
callq 0x678a0
jmp 0x1602bbe
leaq 0x1838(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1838(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rax
movq %rax, 0x3668(%rsp)
movq 0x3668(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1602ca9
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3664(%rsp) # imm = 0xFFFFFFFF
movl 0x3664(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3660(%rsp)
cmpl $0x1, 0x3660(%rsp)
jne 0x1602ca9
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1602c7a
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1602c78
jmp 0x1602ca7
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b8(%rsp)
cmpq $0x0, 0x39b8(%rsp)
je 0x1602ca5
movq 0x39b8(%rsp), %rdi
callq 0x5f480
jmp 0x1602ca7
jmp 0x1602ca9
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1602d04
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1880(%rsp)
movl $0x0, 0x1834(%rsp)
movl 0x1834(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x1602e98
movl $0x0, 0x1830(%rsp)
movl 0x1830(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x1602e80
movq 0x1920(%rsp), %rax
movq %rax, 0x3c98(%rsp)
movq 0x3c98(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1820(%rsp)
movl $0x0, 0x181c(%rsp)
movl 0x181c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x1602e56
movq 0x18d0(%rsp), %rax
movq %rax, 0x3c90(%rsp)
movq 0x3c90(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1800(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1820(%rsp), %rsi
leaq 0x1800(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x17f0(%rsp)
movq 0x1880(%rsp), %rax
vmovaps 0x17f0(%rsp), %xmm0
movq %rax, 0x3ee8(%rsp)
vmovaps %xmm0, 0x3ed0(%rsp)
vmovaps 0x3ed0(%rsp), %xmm0
movq 0x3ee8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x18d0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x18d0(%rsp)
movq 0x1880(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1880(%rsp)
movl 0x181c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x181c(%rsp)
jmp 0x1602d82
movq 0x1920(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1920(%rsp)
movl 0x1830(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1830(%rsp)
jmp 0x1602d3e
jmp 0x1602e82
movl 0x1834(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1834(%rsp)
jmp 0x1602d1f
jmp 0x1602e9a
movl 0x192c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x192c(%rsp)
jmp 0x1602019
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x160a1b5
cmpl $0x1, 0x1c80(%rsp)
jne 0x1603df4
cmpl $0x1, 0x1c7c(%rsp)
jne 0x1603df4
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x1603df4
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d50(%rsp)
movq 0x1d50(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x1602fa5
movq 0x660(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x1602fb2
jmp 0x1602fc2
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0x17ec(%rsp)
movl 0x17ec(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x1603de4
movq 0x1cc0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1798(%rsp), %rdx
movq %rdx, 0x1f40(%rsp)
movq %rcx, 0x1f38(%rsp)
movl %eax, 0x1f34(%rsp)
movq 0x1f38(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x1f33(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f34(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1798(%rsp), %r10
movq %r10, 0x2c30(%rsp)
movl %r9d, 0x2c2c(%rsp)
movl %r8d, 0x2c28(%rsp)
movl %edi, 0x2c24(%rsp)
movq %rsi, 0x2c18(%rsp)
movq %rdx, 0x2c10(%rsp)
movl %ecx, 0x2c0c(%rsp)
movq %rax, 0x2c00(%rsp)
movq 0x2c30(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x2c18(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c10(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c0c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c00(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c2c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c28(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c24(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3198(%rsp)
movl $0x10, 0x3194(%rsp)
movq 0x3198(%rsp), %rax
movslq 0x3194(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3194(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x17c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160319d
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x17d8(%rsp)
movb $0x1, 0x1f33(%rsp)
testb $0x1, 0x1f33(%rsp)
jne 0x16032d8
leaq 0x1798(%rsp), %rax
movq %rax, 0x2128(%rsp)
movq 0x2128(%rsp), %rax
movq %rax, 0x3838(%rsp)
movq 0x3838(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160327b
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3834(%rsp) # imm = 0xFFFFFFFF
movl 0x3834(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3830(%rsp)
cmpl $0x1, 0x3830(%rsp)
jne 0x160327b
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160324c
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160324a
jmp 0x1603279
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d0(%rsp)
cmpq $0x0, 0x38d0(%rsp)
je 0x1603277
movq 0x38d0(%rsp), %rdi
callq 0x5f480
jmp 0x1603279
jmp 0x160327b
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16032d6
movq %rax, %rdi
callq 0x678a0
jmp 0x16032d8
leaq 0x1798(%rsp), %rax
movq %rax, 0x20b8(%rsp)
movq 0x20b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1798(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rax
movq %rax, 0x3658(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16033c3
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3654(%rsp) # imm = 0xFFFFFFFF
movl 0x3654(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3650(%rsp)
cmpl $0x1, 0x3650(%rsp)
jne 0x16033c3
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1603394
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1603392
jmp 0x16033c1
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c0(%rsp)
cmpq $0x0, 0x39c0(%rsp)
je 0x16033bf
movq 0x39c0(%rsp), %rdi
callq 0x5f480
jmp 0x16033c1
jmp 0x16033c3
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160341e
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x17e0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1748(%rsp), %rdx
movq %rdx, 0x24d8(%rsp)
movq %rcx, 0x24d0(%rsp)
movl %eax, 0x24cc(%rsp)
movq 0x24d0(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x24cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1748(%rsp), %r10
movq %r10, 0x27d0(%rsp)
movl %r9d, 0x27cc(%rsp)
movl %r8d, 0x27c8(%rsp)
movl %edi, 0x27c4(%rsp)
movq %rsi, 0x27b8(%rsp)
movq %rdx, 0x27b0(%rsp)
movl %ecx, 0x27ac(%rsp)
movq %rax, 0x27a0(%rsp)
movq 0x27d0(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x27cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x27c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32d8(%rsp)
movl $0x10, 0x32d4(%rsp)
movq 0x32d8(%rsp), %rax
movslq 0x32d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1770(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16035ea
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1788(%rsp)
movb $0x1, 0x24cb(%rsp)
testb $0x1, 0x24cb(%rsp)
jne 0x1603725
leaq 0x1748(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq %rax, 0x3368(%rsp)
movq 0x3368(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16036c8
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3364(%rsp) # imm = 0xFFFFFFFF
movl 0x3364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3360(%rsp)
cmpl $0x1, 0x3360(%rsp)
jne 0x16036c8
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1603699
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1603697
jmp 0x16036c6
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b38(%rsp)
cmpq $0x0, 0x3b38(%rsp)
je 0x16036c4
movq 0x3b38(%rsp), %rdi
callq 0x5f480
jmp 0x16036c6
jmp 0x16036c8
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1603723
movq %rax, %rdi
callq 0x678a0
jmp 0x1603725
leaq 0x1748(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1748(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rax
movq %rax, 0x3648(%rsp)
movq 0x3648(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1603810
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3644(%rsp) # imm = 0xFFFFFFFF
movl 0x3644(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3640(%rsp)
cmpl $0x1, 0x3640(%rsp)
jne 0x1603810
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16037e1
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16037df
jmp 0x160380e
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c8(%rsp)
cmpq $0x0, 0x39c8(%rsp)
je 0x160380c
movq 0x39c8(%rsp), %rdi
callq 0x5f480
jmp 0x160380e
jmp 0x1603810
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160386b
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1790(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x16f8(%rsp), %rdx
movq %rdx, 0x1f28(%rsp)
movq %rcx, 0x1f20(%rsp)
movl %eax, 0x1f1c(%rsp)
movq 0x1f20(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x1f1b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f1c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f8(%rsp), %r10
movq %r10, 0x2c68(%rsp)
movl %r9d, 0x2c64(%rsp)
movl %r8d, 0x2c60(%rsp)
movl %edi, 0x2c5c(%rsp)
movq %rsi, 0x2c50(%rsp)
movq %rdx, 0x2c48(%rsp)
movl %ecx, 0x2c44(%rsp)
movq %rax, 0x2c38(%rsp)
movq 0x2c68(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x2c50(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c48(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c44(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c38(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c64(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c60(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c5c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3188(%rsp)
movl $0x10, 0x3184(%rsp)
movq 0x3188(%rsp), %rax
movslq 0x3184(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3184(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1720(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1603a37
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1738(%rsp)
movb $0x1, 0x1f1b(%rsp)
testb $0x1, 0x1f1b(%rsp)
jne 0x1603b72
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2130(%rsp)
movq 0x2130(%rsp), %rax
movq %rax, 0x3828(%rsp)
movq 0x3828(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1603b15
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3824(%rsp) # imm = 0xFFFFFFFF
movl 0x3824(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3820(%rsp)
cmpl $0x1, 0x3820(%rsp)
jne 0x1603b15
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1603ae6
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1603ae4
jmp 0x1603b13
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d8(%rsp)
cmpq $0x0, 0x38d8(%rsp)
je 0x1603b11
movq 0x38d8(%rsp), %rdi
callq 0x5f480
jmp 0x1603b13
jmp 0x1603b15
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1603b70
movq %rax, %rdi
callq 0x678a0
jmp 0x1603b72
leaq 0x16f8(%rsp), %rax
movq %rax, 0x20b0(%rsp)
movq 0x20b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rax
movq %rax, 0x3638(%rsp)
movq 0x3638(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1603c5d
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3634(%rsp) # imm = 0xFFFFFFFF
movl 0x3634(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3630(%rsp)
cmpl $0x1, 0x3630(%rsp)
jne 0x1603c5d
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1603c2e
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1603c2c
jmp 0x1603c5b
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d0(%rsp)
cmpq $0x0, 0x39d0(%rsp)
je 0x1603c59
movq 0x39d0(%rsp), %rdi
callq 0x5f480
jmp 0x1603c5b
jmp 0x1603c5d
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1603cb8
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1740(%rsp)
movq 0x1740(%rsp), %rax
movq %rax, 0x3c88(%rsp)
movq 0x3c88(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16e0(%rsp)
movl $0x0, 0x16dc(%rsp)
movl 0x16dc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x1603dcc
movq 0x17e0(%rsp), %rax
movq %rax, 0x3c80(%rsp)
movq 0x3c80(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16c0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16e0(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x16b0(%rsp)
movq 0x1790(%rsp), %rax
vmovaps 0x16b0(%rsp), %xmm0
movq %rax, 0x3ec8(%rsp)
vmovaps %xmm0, 0x3eb0(%rsp)
vmovaps 0x3eb0(%rsp), %xmm0
movq 0x3ec8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x17e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x17e0(%rsp)
movq 0x1790(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1790(%rsp)
movl 0x16dc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16dc(%rsp)
jmp 0x1603cf8
jmp 0x1603dce
movl 0x17ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17ec(%rsp)
jmp 0x1602fcd
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x1604929
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x1604929
cmpl $0x1, 0x1c74(%rsp)
jne 0x1604929
cmpl $0x1, 0x1c64(%rsp)
jne 0x1604929
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d48(%rsp)
movq 0x1d48(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x1603edb
movq 0x5d8(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x1603ee8
jmp 0x1603ef8
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0x16ac(%rsp)
movl 0x16ac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x1604919
movq 0x1cc0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1658(%rsp), %rdx
movq %rdx, 0x1f10(%rsp)
movq %rcx, 0x1f08(%rsp)
movl %eax, 0x1f04(%rsp)
movq 0x1f08(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x1f03(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f04(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1658(%rsp), %r10
movq %r10, 0x2ca0(%rsp)
movl %r9d, 0x2c9c(%rsp)
movl %r8d, 0x2c98(%rsp)
movl %edi, 0x2c94(%rsp)
movq %rsi, 0x2c88(%rsp)
movq %rdx, 0x2c80(%rsp)
movl %ecx, 0x2c7c(%rsp)
movq %rax, 0x2c70(%rsp)
movq 0x2ca0(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x2c88(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c80(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c7c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c70(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c9c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c98(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c94(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3178(%rsp)
movl $0x10, 0x3174(%rsp)
movq 0x3178(%rsp), %rax
movslq 0x3174(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3174(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1680(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16040d3
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1698(%rsp)
movb $0x1, 0x1f03(%rsp)
testb $0x1, 0x1f03(%rsp)
jne 0x160420e
leaq 0x1658(%rsp), %rax
movq %rax, 0x2138(%rsp)
movq 0x2138(%rsp), %rax
movq %rax, 0x3818(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16041b1
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3814(%rsp) # imm = 0xFFFFFFFF
movl 0x3814(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3810(%rsp)
cmpl $0x1, 0x3810(%rsp)
jne 0x16041b1
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1604182
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1604180
jmp 0x16041af
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e0(%rsp)
cmpq $0x0, 0x38e0(%rsp)
je 0x16041ad
movq 0x38e0(%rsp), %rdi
callq 0x5f480
jmp 0x16041af
jmp 0x16041b1
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160420c
movq %rax, %rdi
callq 0x678a0
jmp 0x160420e
leaq 0x1658(%rsp), %rax
movq %rax, 0x20a8(%rsp)
movq 0x20a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x1658(%rsp), %rax
movq %rax, 0x2230(%rsp)
movq 0x2230(%rsp), %rax
movq %rax, 0x3628(%rsp)
movq 0x3628(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16042f9
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3624(%rsp) # imm = 0xFFFFFFFF
movl 0x3624(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3620(%rsp)
cmpl $0x1, 0x3620(%rsp)
jne 0x16042f9
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16042ca
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16042c8
jmp 0x16042f7
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d8(%rsp)
cmpq $0x0, 0x39d8(%rsp)
je 0x16042f5
movq 0x39d8(%rsp), %rdi
callq 0x5f480
jmp 0x16042f7
jmp 0x16042f9
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1604354
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x16a0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20a0(%rsp)
movq 0x20a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1650(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1600(%rsp), %rdx
movq %rdx, 0x24b8(%rsp)
movq %rcx, 0x24b0(%rsp)
movl %eax, 0x24ac(%rsp)
movq 0x24b0(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x24ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1600(%rsp), %r10
movq %r10, 0x2808(%rsp)
movl %r9d, 0x2804(%rsp)
movl %r8d, 0x2800(%rsp)
movl %edi, 0x27fc(%rsp)
movq %rsi, 0x27f0(%rsp)
movq %rdx, 0x27e8(%rsp)
movl %ecx, 0x27e4(%rsp)
movq %rax, 0x27d8(%rsp)
movq 0x2808(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x27f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2804(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2800(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32c8(%rsp)
movl $0x10, 0x32c4(%rsp)
movq 0x32c8(%rsp), %rax
movslq 0x32c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1628(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1604543
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1640(%rsp)
movb $0x1, 0x24ab(%rsp)
testb $0x1, 0x24ab(%rsp)
jne 0x160467e
leaq 0x1600(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq %rax, 0x3378(%rsp)
movq 0x3378(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1604621
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3374(%rsp) # imm = 0xFFFFFFFF
movl 0x3374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3370(%rsp)
cmpl $0x1, 0x3370(%rsp)
jne 0x1604621
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16045f2
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16045f0
jmp 0x160461f
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b30(%rsp)
cmpq $0x0, 0x3b30(%rsp)
je 0x160461d
movq 0x3b30(%rsp), %rdi
callq 0x5f480
jmp 0x160461f
jmp 0x1604621
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160467c
movq %rax, %rdi
callq 0x678a0
jmp 0x160467e
leaq 0x1600(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1600(%rsp), %rax
movq %rax, 0x2238(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x3618(%rsp)
movq 0x3618(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1604769
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3614(%rsp) # imm = 0xFFFFFFFF
movl 0x3614(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3610(%rsp)
cmpl $0x1, 0x3610(%rsp)
jne 0x1604769
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160473a
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1604738
jmp 0x1604767
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e0(%rsp)
cmpq $0x0, 0x39e0(%rsp)
je 0x1604765
movq 0x39e0(%rsp), %rdi
callq 0x5f480
jmp 0x1604767
jmp 0x1604769
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16047c4
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x1648(%rsp)
movl $0x0, 0x15fc(%rsp)
movl 0x15fc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x1604901
movq 0x16a0(%rsp), %rax
movq %rax, 0x3c78(%rsp)
movq 0x3c78(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x15e0(%rsp)
movq 0x1650(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b9c(%rsp)
vbroadcastss 0x3b9c(%rsp), %xmm0
vmovaps %xmm0, 0x3b80(%rsp)
vmovaps 0x3b80(%rsp), %xmm0
vmovaps %xmm0, 0x15d0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x15e0(%rsp), %rsi
leaq 0x15d0(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x15c0(%rsp)
movq 0x1648(%rsp), %rax
vmovaps 0x15c0(%rsp), %xmm0
movq %rax, 0x3ea8(%rsp)
vmovaps %xmm0, 0x3e90(%rsp)
vmovaps 0x3e90(%rsp), %xmm0
movq 0x3ea8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x16a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x16a0(%rsp)
movq 0x1650(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1650(%rsp)
movq 0x1648(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1648(%rsp)
movl 0x15fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15fc(%rsp)
jmp 0x16047df
jmp 0x1604903
movl 0x16ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ac(%rsp)
jmp 0x1603f03
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
cmpl $0x1, 0x1ca0(%rsp)
jne 0x160584b
cmpl $0x1, 0x1c9c(%rsp)
jne 0x160584b
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x160584b
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d40(%rsp)
movq 0x1d40(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x16049fc
movq 0x578(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x1604a09
jmp 0x1604a19
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0x15bc(%rsp)
movl 0x15bc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x160583b
movq 0x1cc0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1568(%rsp), %rdx
movq %rdx, 0x1ef8(%rsp)
movq %rcx, 0x1ef0(%rsp)
movl %eax, 0x1eec(%rsp)
movq 0x1ef0(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x1eeb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1eec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1568(%rsp), %r10
movq %r10, 0x2cd8(%rsp)
movl %r9d, 0x2cd4(%rsp)
movl %r8d, 0x2cd0(%rsp)
movl %edi, 0x2ccc(%rsp)
movq %rsi, 0x2cc0(%rsp)
movq %rdx, 0x2cb8(%rsp)
movl %ecx, 0x2cb4(%rsp)
movq %rax, 0x2ca8(%rsp)
movq 0x2cd8(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x2cc0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cb8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cb4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ca8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2cd4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2cd0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ccc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3168(%rsp)
movl $0x10, 0x3164(%rsp)
movq 0x3168(%rsp), %rax
movslq 0x3164(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3164(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1590(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1604bf4
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15a8(%rsp)
movb $0x1, 0x1eeb(%rsp)
testb $0x1, 0x1eeb(%rsp)
jne 0x1604d2f
leaq 0x1568(%rsp), %rax
movq %rax, 0x2140(%rsp)
movq 0x2140(%rsp), %rax
movq %rax, 0x3808(%rsp)
movq 0x3808(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1604cd2
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3804(%rsp) # imm = 0xFFFFFFFF
movl 0x3804(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3800(%rsp)
cmpl $0x1, 0x3800(%rsp)
jne 0x1604cd2
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1604ca3
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1604ca1
jmp 0x1604cd0
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e8(%rsp)
cmpq $0x0, 0x38e8(%rsp)
je 0x1604cce
movq 0x38e8(%rsp), %rdi
callq 0x5f480
jmp 0x1604cd0
jmp 0x1604cd2
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1604d2d
movq %rax, %rdi
callq 0x678a0
jmp 0x1604d2f
leaq 0x1568(%rsp), %rax
movq %rax, 0x2098(%rsp)
movq 0x2098(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x1568(%rsp), %rax
movq %rax, 0x2240(%rsp)
movq 0x2240(%rsp), %rax
movq %rax, 0x3608(%rsp)
movq 0x3608(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1604e1a
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3604(%rsp) # imm = 0xFFFFFFFF
movl 0x3604(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3600(%rsp)
cmpl $0x1, 0x3600(%rsp)
jne 0x1604e1a
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1604deb
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1604de9
jmp 0x1604e18
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e8(%rsp)
cmpq $0x0, 0x39e8(%rsp)
je 0x1604e16
movq 0x39e8(%rsp), %rdi
callq 0x5f480
jmp 0x1604e18
jmp 0x1604e1a
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1604e75
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x15b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1518(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1518(%rsp), %r10
movq %r10, 0x2840(%rsp)
movl %r9d, 0x283c(%rsp)
movl %r8d, 0x2838(%rsp)
movl %edi, 0x2834(%rsp)
movq %rsi, 0x2828(%rsp)
movq %rdx, 0x2820(%rsp)
movl %ecx, 0x281c(%rsp)
movq %rax, 0x2810(%rsp)
movq 0x2840(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2820(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x281c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2810(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x283c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2838(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2834(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32b8(%rsp)
movl $0x10, 0x32b4(%rsp)
movq 0x32b8(%rsp), %rax
movslq 0x32b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1540(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1605041
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1558(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x160517c
leaq 0x1518(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq %rax, 0x3388(%rsp)
movq 0x3388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160511f
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3384(%rsp) # imm = 0xFFFFFFFF
movl 0x3384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3380(%rsp)
cmpl $0x1, 0x3380(%rsp)
jne 0x160511f
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16050f0
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16050ee
jmp 0x160511d
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b28(%rsp)
cmpq $0x0, 0x3b28(%rsp)
je 0x160511b
movq 0x3b28(%rsp), %rdi
callq 0x5f480
jmp 0x160511d
jmp 0x160511f
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160517a
movq %rax, %rdi
callq 0x678a0
jmp 0x160517c
leaq 0x1518(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1518(%rsp), %rax
movq %rax, 0x2248(%rsp)
movq 0x2248(%rsp), %rax
movq %rax, 0x35f8(%rsp)
movq 0x35f8(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1605267
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35f4(%rsp) # imm = 0xFFFFFFFF
movl 0x35f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35f0(%rsp)
cmpl $0x1, 0x35f0(%rsp)
jne 0x1605267
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1605238
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1605236
jmp 0x1605265
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f0(%rsp)
cmpq $0x0, 0x39f0(%rsp)
je 0x1605263
movq 0x39f0(%rsp), %rdi
callq 0x5f480
jmp 0x1605265
jmp 0x1605267
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16052c2
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x1560(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x14c8(%rsp), %rdx
movq %rdx, 0x1ee0(%rsp)
movq %rcx, 0x1ed8(%rsp)
movl %eax, 0x1ed4(%rsp)
movq 0x1ed8(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x1ed3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ed4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14c8(%rsp), %r10
movq %r10, 0x2d10(%rsp)
movl %r9d, 0x2d0c(%rsp)
movl %r8d, 0x2d08(%rsp)
movl %edi, 0x2d04(%rsp)
movq %rsi, 0x2cf8(%rsp)
movq %rdx, 0x2cf0(%rsp)
movl %ecx, 0x2cec(%rsp)
movq %rax, 0x2ce0(%rsp)
movq 0x2d10(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x2cf8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cf0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ce0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d0c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d08(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d04(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3158(%rsp)
movl $0x10, 0x3154(%rsp)
movq 0x3158(%rsp), %rax
movslq 0x3154(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3154(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160548e
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1508(%rsp)
movb $0x1, 0x1ed3(%rsp)
testb $0x1, 0x1ed3(%rsp)
jne 0x16055c9
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2148(%rsp)
movq 0x2148(%rsp), %rax
movq %rax, 0x37f8(%rsp)
movq 0x37f8(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160556c
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37f4(%rsp) # imm = 0xFFFFFFFF
movl 0x37f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37f0(%rsp)
cmpl $0x1, 0x37f0(%rsp)
jne 0x160556c
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160553d
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160553b
jmp 0x160556a
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f0(%rsp)
cmpq $0x0, 0x38f0(%rsp)
je 0x1605568
movq 0x38f0(%rsp), %rdi
callq 0x5f480
jmp 0x160556a
jmp 0x160556c
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16055c7
movq %rax, %rdi
callq 0x678a0
jmp 0x16055c9
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2090(%rsp)
movq 0x2090(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2250(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0x35e8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16056b4
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35e4(%rsp) # imm = 0xFFFFFFFF
movl 0x35e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35e0(%rsp)
cmpl $0x1, 0x35e0(%rsp)
jne 0x16056b4
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1605685
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1605683
jmp 0x16056b2
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f8(%rsp)
cmpq $0x0, 0x39f8(%rsp)
je 0x16056b0
movq 0x39f8(%rsp), %rdi
callq 0x5f480
jmp 0x16056b2
jmp 0x16056b4
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160570f
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1510(%rsp)
movq 0x15b0(%rsp), %rax
movq %rax, 0x3c70(%rsp)
movq 0x3c70(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x14b0(%rsp)
movl $0x0, 0x14ac(%rsp)
movl 0x14ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x1605823
movq 0x1510(%rsp), %rax
movq %rax, 0x3c68(%rsp)
movq 0x3c68(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1490(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x14b0(%rsp), %rsi
leaq 0x1490(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x1480(%rsp)
movq 0x1560(%rsp), %rax
vmovaps 0x1480(%rsp), %xmm0
movq %rax, 0x3e88(%rsp)
vmovaps %xmm0, 0x3e70(%rsp)
vmovaps 0x3e70(%rsp), %xmm0
movq 0x3e88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1510(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1510(%rsp)
movq 0x1560(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1560(%rsp)
movl 0x14ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14ac(%rsp)
jmp 0x160574f
jmp 0x1605825
movl 0x15bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15bc(%rsp)
jmp 0x1604a24
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x1606380
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x1606380
cmpl $0x1, 0x1c94(%rsp)
jne 0x1606380
cmpl $0x1, 0x1c84(%rsp)
jne 0x1606380
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d38(%rsp)
movq 0x1d38(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x1605932
movq 0x4f0(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x160593f
jmp 0x160594f
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0x147c(%rsp)
movl 0x147c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x1606370
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2088(%rsp)
movq 0x2088(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1470(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x1420(%rsp), %rdx
movq %rdx, 0x1ec8(%rsp)
movq %rcx, 0x1ec0(%rsp)
movl %eax, 0x1ebc(%rsp)
movq 0x1ec0(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x1ebb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ebc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1420(%rsp), %r10
movq %r10, 0x2d48(%rsp)
movl %r9d, 0x2d44(%rsp)
movl %r8d, 0x2d40(%rsp)
movl %edi, 0x2d3c(%rsp)
movq %rsi, 0x2d30(%rsp)
movq %rdx, 0x2d28(%rsp)
movl %ecx, 0x2d24(%rsp)
movq %rax, 0x2d18(%rsp)
movq 0x2d48(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x2d30(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d28(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d24(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d18(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d44(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d40(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d3c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3148(%rsp)
movl $0x10, 0x3144(%rsp)
movq 0x3148(%rsp), %rax
movslq 0x3144(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3144(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1448(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1605b4d
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1460(%rsp)
movb $0x1, 0x1ebb(%rsp)
testb $0x1, 0x1ebb(%rsp)
jne 0x1605c88
leaq 0x1420(%rsp), %rax
movq %rax, 0x2150(%rsp)
movq 0x2150(%rsp), %rax
movq %rax, 0x37e8(%rsp)
movq 0x37e8(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1605c2b
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37e4(%rsp) # imm = 0xFFFFFFFF
movl 0x37e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37e0(%rsp)
cmpl $0x1, 0x37e0(%rsp)
jne 0x1605c2b
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1605bfc
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1605bfa
jmp 0x1605c29
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f8(%rsp)
cmpq $0x0, 0x38f8(%rsp)
je 0x1605c27
movq 0x38f8(%rsp), %rdi
callq 0x5f480
jmp 0x1605c29
jmp 0x1605c2b
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1605c86
movq %rax, %rdi
callq 0x678a0
jmp 0x1605c88
leaq 0x1420(%rsp), %rax
movq %rax, 0x2080(%rsp)
movq 0x2080(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1420(%rsp), %rax
movq %rax, 0x2258(%rsp)
movq 0x2258(%rsp), %rax
movq %rax, 0x35d8(%rsp)
movq 0x35d8(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1605d73
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35d4(%rsp) # imm = 0xFFFFFFFF
movl 0x35d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35d0(%rsp)
cmpl $0x1, 0x35d0(%rsp)
jne 0x1605d73
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1605d44
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1605d42
jmp 0x1605d71
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a00(%rsp)
cmpq $0x0, 0x3a00(%rsp)
je 0x1605d6f
movq 0x3a00(%rsp), %rdi
callq 0x5f480
jmp 0x1605d71
jmp 0x1605d73
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1605dce
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1468(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x13d0(%rsp), %rdx
movq %rdx, 0x2478(%rsp)
movq %rcx, 0x2470(%rsp)
movl %eax, 0x246c(%rsp)
movq 0x2470(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x246b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x246c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x13d0(%rsp), %r10
movq %r10, 0x2878(%rsp)
movl %r9d, 0x2874(%rsp)
movl %r8d, 0x2870(%rsp)
movl %edi, 0x286c(%rsp)
movq %rsi, 0x2860(%rsp)
movq %rdx, 0x2858(%rsp)
movl %ecx, 0x2854(%rsp)
movq %rax, 0x2848(%rsp)
movq 0x2878(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x2860(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2858(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2854(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2848(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2874(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2870(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x286c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32a8(%rsp)
movl $0x10, 0x32a4(%rsp)
movq 0x32a8(%rsp), %rax
movslq 0x32a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x13f8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1605f9a
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1410(%rsp)
movb $0x1, 0x246b(%rsp)
testb $0x1, 0x246b(%rsp)
jne 0x16060d5
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2480(%rsp)
movq 0x2480(%rsp), %rax
movq %rax, 0x3398(%rsp)
movq 0x3398(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1606078
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3394(%rsp) # imm = 0xFFFFFFFF
movl 0x3394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3390(%rsp)
cmpl $0x1, 0x3390(%rsp)
jne 0x1606078
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1606049
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1606047
jmp 0x1606076
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b20(%rsp)
cmpq $0x0, 0x3b20(%rsp)
je 0x1606074
movq 0x3b20(%rsp), %rdi
callq 0x5f480
jmp 0x1606076
jmp 0x1606078
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16060d3
movq %rax, %rdi
callq 0x678a0
jmp 0x16060d5
leaq 0x13d0(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2260(%rsp)
movq 0x2260(%rsp), %rax
movq %rax, 0x35c8(%rsp)
movq 0x35c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16061c0
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35c4(%rsp) # imm = 0xFFFFFFFF
movl 0x35c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35c0(%rsp)
cmpl $0x1, 0x35c0(%rsp)
jne 0x16061c0
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1606191
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160618f
jmp 0x16061be
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a08(%rsp)
cmpq $0x0, 0x3a08(%rsp)
je 0x16061bc
movq 0x3a08(%rsp), %rdi
callq 0x5f480
jmp 0x16061be
jmp 0x16061c0
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160621b
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1418(%rsp)
movl $0x0, 0x13cc(%rsp)
movl 0x13cc(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x1606358
movq 0x1470(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b7c(%rsp)
vbroadcastss 0x3b7c(%rsp), %xmm0
vmovaps %xmm0, 0x3b60(%rsp)
vmovaps 0x3b60(%rsp), %xmm0
vmovaps %xmm0, 0x13b0(%rsp)
movq 0x1468(%rsp), %rax
movq %rax, 0x3c60(%rsp)
movq 0x3c60(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x13a0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x13b0(%rsp), %rsi
leaq 0x13a0(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x1390(%rsp)
movq 0x1418(%rsp), %rax
vmovaps 0x1390(%rsp), %xmm0
movq %rax, 0x3e68(%rsp)
vmovaps %xmm0, 0x3e50(%rsp)
vmovaps 0x3e50(%rsp), %xmm0
movq 0x3e68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1470(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1470(%rsp)
movq 0x1468(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1468(%rsp)
movq 0x1418(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1418(%rsp)
movl 0x13cc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13cc(%rsp)
jmp 0x1606236
jmp 0x160635a
movl 0x147c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x147c(%rsp)
jmp 0x160595a
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
cmpl $0x1, 0x1ca0(%rsp)
je 0x1607301
cmpl $0x1, 0x1c80(%rsp)
jne 0x1607301
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x1607301
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x1607301
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x1d30(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x1606467
movq 0x490(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x1606474
jmp 0x1606484
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0x138c(%rsp)
movl 0x138c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x16072f1
movq 0x1cc0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1338(%rsp), %rdx
movq %rdx, 0x1eb0(%rsp)
movq %rcx, 0x1ea8(%rsp)
movl %eax, 0x1ea4(%rsp)
movq 0x1ea8(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x1ea3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ea4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1338(%rsp), %r10
movq %r10, 0x2d80(%rsp)
movl %r9d, 0x2d7c(%rsp)
movl %r8d, 0x2d78(%rsp)
movl %edi, 0x2d74(%rsp)
movq %rsi, 0x2d68(%rsp)
movq %rdx, 0x2d60(%rsp)
movl %ecx, 0x2d5c(%rsp)
movq %rax, 0x2d50(%rsp)
movq 0x2d80(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x2d68(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d60(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d5c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d50(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d7c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d78(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d74(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3138(%rsp)
movl $0x10, 0x3134(%rsp)
movq 0x3138(%rsp), %rax
movslq 0x3134(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3134(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1360(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160665f
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1378(%rsp)
movb $0x1, 0x1ea3(%rsp)
testb $0x1, 0x1ea3(%rsp)
jne 0x160679a
leaq 0x1338(%rsp), %rax
movq %rax, 0x2158(%rsp)
movq 0x2158(%rsp), %rax
movq %rax, 0x37d8(%rsp)
movq 0x37d8(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160673d
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37d4(%rsp) # imm = 0xFFFFFFFF
movl 0x37d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37d0(%rsp)
cmpl $0x1, 0x37d0(%rsp)
jne 0x160673d
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160670e
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160670c
jmp 0x160673b
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3900(%rsp)
cmpq $0x0, 0x3900(%rsp)
je 0x1606739
movq 0x3900(%rsp), %rdi
callq 0x5f480
jmp 0x160673b
jmp 0x160673d
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1606798
movq %rax, %rdi
callq 0x678a0
jmp 0x160679a
leaq 0x1338(%rsp), %rax
movq %rax, 0x2078(%rsp)
movq 0x2078(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1338(%rsp), %rax
movq %rax, 0x2268(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x35b8(%rsp)
movq 0x35b8(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1606885
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35b4(%rsp) # imm = 0xFFFFFFFF
movl 0x35b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35b0(%rsp)
cmpl $0x1, 0x35b0(%rsp)
jne 0x1606885
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1606856
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1606854
jmp 0x1606883
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a10(%rsp)
cmpq $0x0, 0x3a10(%rsp)
je 0x1606881
movq 0x3a10(%rsp), %rdi
callq 0x5f480
jmp 0x1606883
jmp 0x1606885
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16068e0
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1380(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x12e8(%rsp), %rdx
movq %rdx, 0x1e98(%rsp)
movq %rcx, 0x1e90(%rsp)
movl %eax, 0x1e8c(%rsp)
movq 0x1e90(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x1e8b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e8c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12e8(%rsp), %r10
movq %r10, 0x2db8(%rsp)
movl %r9d, 0x2db4(%rsp)
movl %r8d, 0x2db0(%rsp)
movl %edi, 0x2dac(%rsp)
movq %rsi, 0x2da0(%rsp)
movq %rdx, 0x2d98(%rsp)
movl %ecx, 0x2d94(%rsp)
movq %rax, 0x2d88(%rsp)
movq 0x2db8(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x2da0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d98(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d94(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d88(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2db4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2db0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2dac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3128(%rsp)
movl $0x10, 0x3124(%rsp)
movq 0x3128(%rsp), %rax
movslq 0x3124(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3124(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1310(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1606aac
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1328(%rsp)
movb $0x1, 0x1e8b(%rsp)
testb $0x1, 0x1e8b(%rsp)
jne 0x1606be7
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2160(%rsp)
movq 0x2160(%rsp), %rax
movq %rax, 0x37c8(%rsp)
movq 0x37c8(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1606b8a
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c4(%rsp) # imm = 0xFFFFFFFF
movl 0x37c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37c0(%rsp)
cmpl $0x1, 0x37c0(%rsp)
jne 0x1606b8a
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1606b5b
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1606b59
jmp 0x1606b88
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3908(%rsp)
cmpq $0x0, 0x3908(%rsp)
je 0x1606b86
movq 0x3908(%rsp), %rdi
callq 0x5f480
jmp 0x1606b88
jmp 0x1606b8a
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1606be5
movq %rax, %rdi
callq 0x678a0
jmp 0x1606be7
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2070(%rsp)
movq 0x2070(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2270(%rsp)
movq 0x2270(%rsp), %rax
movq %rax, 0x35a8(%rsp)
movq 0x35a8(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1606cd2
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35a4(%rsp) # imm = 0xFFFFFFFF
movl 0x35a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35a0(%rsp)
cmpl $0x1, 0x35a0(%rsp)
jne 0x1606cd2
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1606ca3
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1606ca1
jmp 0x1606cd0
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a18(%rsp)
cmpq $0x0, 0x3a18(%rsp)
je 0x1606cce
movq 0x3a18(%rsp), %rdi
callq 0x5f480
jmp 0x1606cd0
jmp 0x1606cd2
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1606d2d
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1330(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1298(%rsp), %rdx
movq %rdx, 0x2458(%rsp)
movq %rcx, 0x2450(%rsp)
movl %eax, 0x244c(%rsp)
movq 0x2450(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x244b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x244c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1298(%rsp), %r10
movq %r10, 0x28b0(%rsp)
movl %r9d, 0x28ac(%rsp)
movl %r8d, 0x28a8(%rsp)
movl %edi, 0x28a4(%rsp)
movq %rsi, 0x2898(%rsp)
movq %rdx, 0x2890(%rsp)
movl %ecx, 0x288c(%rsp)
movq %rax, 0x2880(%rsp)
movq 0x28b0(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2890(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x288c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2880(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3298(%rsp)
movl $0x10, 0x3294(%rsp)
movq 0x3298(%rsp), %rax
movslq 0x3294(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3294(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1606ef9
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12d8(%rsp)
movb $0x1, 0x244b(%rsp)
testb $0x1, 0x244b(%rsp)
jne 0x1607034
leaq 0x1298(%rsp), %rax
movq %rax, 0x2460(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x33a8(%rsp)
movq 0x33a8(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1606fd7
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33a4(%rsp) # imm = 0xFFFFFFFF
movl 0x33a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33a0(%rsp)
cmpl $0x1, 0x33a0(%rsp)
jne 0x1606fd7
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1606fa8
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1606fa6
jmp 0x1606fd5
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b18(%rsp)
cmpq $0x0, 0x3b18(%rsp)
je 0x1606fd3
movq 0x3b18(%rsp), %rdi
callq 0x5f480
jmp 0x1606fd5
jmp 0x1606fd7
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1607032
movq %rax, %rdi
callq 0x678a0
jmp 0x1607034
leaq 0x1298(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1298(%rsp), %rax
movq %rax, 0x2278(%rsp)
movq 0x2278(%rsp), %rax
movq %rax, 0x3598(%rsp)
movq 0x3598(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160711f
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3594(%rsp) # imm = 0xFFFFFFFF
movl 0x3594(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3590(%rsp)
cmpl $0x1, 0x3590(%rsp)
jne 0x160711f
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16070f0
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16070ee
jmp 0x160711d
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a20(%rsp)
cmpq $0x0, 0x3a20(%rsp)
je 0x160711b
movq 0x3a20(%rsp), %rdi
callq 0x5f480
jmp 0x160711d
jmp 0x160711f
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160717a
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x12e0(%rsp)
movl $0x0, 0x1294(%rsp)
movl 0x1294(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x16072d9
movq 0x1330(%rsp), %rax
movl 0x1294(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c58(%rsp)
movq 0x3c58(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x16072c1
movq 0x1380(%rsp), %rax
movq %rax, 0x3c50(%rsp)
movq 0x3c50(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1260(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1260(%rsp), %rsi
leaq 0x1280(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x1250(%rsp)
movq 0x12e0(%rsp), %rax
vmovaps 0x1250(%rsp), %xmm0
movq %rax, 0x3e48(%rsp)
vmovaps %xmm0, 0x3e30(%rsp)
vmovaps 0x3e30(%rsp), %xmm0
movq 0x3e48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1380(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1380(%rsp)
movq 0x12e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x12e0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x16071ed
jmp 0x16072c3
movl 0x1294(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1294(%rsp)
jmp 0x1607195
jmp 0x16072db
movl 0x138c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x138c(%rsp)
jmp 0x160648f
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x1608282
cmpl $0x1, 0x1c9c(%rsp)
je 0x1608282
cmpl $0x1, 0x1c7c(%rsp)
jne 0x1608282
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x1608282
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d28(%rsp)
movq 0x1d28(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x16073e8
movq 0x408(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x16073f5
jmp 0x1607405
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0x124c(%rsp)
movl 0x124c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x1608272
movq 0x1cc0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11f8(%rsp), %rdx
movq %rdx, 0x1e80(%rsp)
movq %rcx, 0x1e78(%rsp)
movl %eax, 0x1e74(%rsp)
movq 0x1e78(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x1e73(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e74(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11f8(%rsp), %r10
movq %r10, 0x2df0(%rsp)
movl %r9d, 0x2dec(%rsp)
movl %r8d, 0x2de8(%rsp)
movl %edi, 0x2de4(%rsp)
movq %rsi, 0x2dd8(%rsp)
movq %rdx, 0x2dd0(%rsp)
movl %ecx, 0x2dcc(%rsp)
movq %rax, 0x2dc0(%rsp)
movq 0x2df0(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x2dd8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2dd0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2dcc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2dc0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2dec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2de8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2de4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3118(%rsp)
movl $0x10, 0x3114(%rsp)
movq 0x3118(%rsp), %rax
movslq 0x3114(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3114(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1220(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16075e0
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1238(%rsp)
movb $0x1, 0x1e73(%rsp)
testb $0x1, 0x1e73(%rsp)
jne 0x160771b
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2168(%rsp)
movq 0x2168(%rsp), %rax
movq %rax, 0x37b8(%rsp)
movq 0x37b8(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16076be
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37b4(%rsp) # imm = 0xFFFFFFFF
movl 0x37b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37b0(%rsp)
cmpl $0x1, 0x37b0(%rsp)
jne 0x16076be
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160768f
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160768d
jmp 0x16076bc
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3910(%rsp)
cmpq $0x0, 0x3910(%rsp)
je 0x16076ba
movq 0x3910(%rsp), %rdi
callq 0x5f480
jmp 0x16076bc
jmp 0x16076be
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1607719
movq %rax, %rdi
callq 0x678a0
jmp 0x160771b
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2068(%rsp)
movq 0x2068(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2280(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x3588(%rsp)
movq 0x3588(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1607806
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3584(%rsp) # imm = 0xFFFFFFFF
movl 0x3584(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3580(%rsp)
cmpl $0x1, 0x3580(%rsp)
jne 0x1607806
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16077d7
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16077d5
jmp 0x1607804
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a28(%rsp)
cmpq $0x0, 0x3a28(%rsp)
je 0x1607802
movq 0x3a28(%rsp), %rdi
callq 0x5f480
jmp 0x1607804
jmp 0x1607806
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1607861
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x1240(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11a8(%rsp), %rdx
movq %rdx, 0x1e68(%rsp)
movq %rcx, 0x1e60(%rsp)
movl %eax, 0x1e5c(%rsp)
movq 0x1e60(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x1e5b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e5c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11a8(%rsp), %r10
movq %r10, 0x2e28(%rsp)
movl %r9d, 0x2e24(%rsp)
movl %r8d, 0x2e20(%rsp)
movl %edi, 0x2e1c(%rsp)
movq %rsi, 0x2e10(%rsp)
movq %rdx, 0x2e08(%rsp)
movl %ecx, 0x2e04(%rsp)
movq %rax, 0x2df8(%rsp)
movq 0x2e28(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x2e10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2df8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3108(%rsp)
movl $0x10, 0x3104(%rsp)
movq 0x3108(%rsp), %rax
movslq 0x3104(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3104(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1607a2d
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11e8(%rsp)
movb $0x1, 0x1e5b(%rsp)
testb $0x1, 0x1e5b(%rsp)
jne 0x1607b68
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2170(%rsp)
movq 0x2170(%rsp), %rax
movq %rax, 0x37a8(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1607b0b
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37a4(%rsp) # imm = 0xFFFFFFFF
movl 0x37a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37a0(%rsp)
cmpl $0x1, 0x37a0(%rsp)
jne 0x1607b0b
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1607adc
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1607ada
jmp 0x1607b09
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3918(%rsp)
cmpq $0x0, 0x3918(%rsp)
je 0x1607b07
movq 0x3918(%rsp), %rdi
callq 0x5f480
jmp 0x1607b09
jmp 0x1607b0b
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1607b66
movq %rax, %rdi
callq 0x678a0
jmp 0x1607b68
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2060(%rsp)
movq 0x2060(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2288(%rsp)
movq 0x2288(%rsp), %rax
movq %rax, 0x3578(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1607c53
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3574(%rsp) # imm = 0xFFFFFFFF
movl 0x3574(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3570(%rsp)
cmpl $0x1, 0x3570(%rsp)
jne 0x1607c53
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1607c24
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1607c22
jmp 0x1607c51
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a30(%rsp)
cmpq $0x0, 0x3a30(%rsp)
je 0x1607c4f
movq 0x3a30(%rsp), %rdi
callq 0x5f480
jmp 0x1607c51
jmp 0x1607c53
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1607cae
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x11f0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x1158(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1158(%rsp), %r10
movq %r10, 0x28e8(%rsp)
movl %r9d, 0x28e4(%rsp)
movl %r8d, 0x28e0(%rsp)
movl %edi, 0x28dc(%rsp)
movq %rsi, 0x28d0(%rsp)
movq %rdx, 0x28c8(%rsp)
movl %ecx, 0x28c4(%rsp)
movq %rax, 0x28b8(%rsp)
movq 0x28e8(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x28d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x28c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3288(%rsp)
movl $0x10, 0x3284(%rsp)
movq 0x3288(%rsp), %rax
movslq 0x3284(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3284(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1180(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1607e7a
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1198(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x1607fb5
leaq 0x1158(%rsp), %rax
movq %rax, 0x2440(%rsp)
movq 0x2440(%rsp), %rax
movq %rax, 0x33b8(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1607f58
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33b4(%rsp) # imm = 0xFFFFFFFF
movl 0x33b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33b0(%rsp)
cmpl $0x1, 0x33b0(%rsp)
jne 0x1607f58
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1607f29
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1607f27
jmp 0x1607f56
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b10(%rsp)
cmpq $0x0, 0x3b10(%rsp)
je 0x1607f54
movq 0x3b10(%rsp), %rdi
callq 0x5f480
jmp 0x1607f56
jmp 0x1607f58
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1607fb3
movq %rax, %rdi
callq 0x678a0
jmp 0x1607fb5
leaq 0x1158(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1158(%rsp), %rax
movq %rax, 0x2290(%rsp)
movq 0x2290(%rsp), %rax
movq %rax, 0x3568(%rsp)
movq 0x3568(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16080a0
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3564(%rsp) # imm = 0xFFFFFFFF
movl 0x3564(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3560(%rsp)
cmpl $0x1, 0x3560(%rsp)
jne 0x16080a0
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1608071
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160806f
jmp 0x160809e
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a38(%rsp)
cmpq $0x0, 0x3a38(%rsp)
je 0x160809c
movq 0x3a38(%rsp), %rdi
callq 0x5f480
jmp 0x160809e
jmp 0x16080a0
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16080fb
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x11a0(%rsp)
movl $0x0, 0x1154(%rsp)
movl 0x1154(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x160825a
movl $0x0, 0x1150(%rsp)
movl 0x1150(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x1608242
movq 0x1240(%rsp), %rax
movq %rax, 0x3c48(%rsp)
movq 0x3c48(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1140(%rsp)
movq 0x11f0(%rsp), %rax
movl 0x1150(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c40(%rsp)
movq 0x3c40(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1130(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1140(%rsp), %rsi
leaq 0x1130(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x1120(%rsp)
movq 0x11a0(%rsp), %rax
vmovaps 0x1120(%rsp), %xmm0
movq %rax, 0x3e28(%rsp)
vmovaps %xmm0, 0x3e10(%rsp)
vmovaps 0x3e10(%rsp), %xmm0
movq 0x3e28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1240(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1240(%rsp)
movq 0x11a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x11a0(%rsp)
movl 0x1150(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1150(%rsp)
jmp 0x1608135
jmp 0x1608244
movl 0x1154(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1154(%rsp)
jmp 0x1608116
jmp 0x160825c
movl 0x124c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x124c(%rsp)
jmp 0x1607410
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
cmpl $0x1, 0x1c80(%rsp)
je 0x1609203
cmpl $0x1, 0x1ca0(%rsp)
jne 0x1609203
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x1609203
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x1609203
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d20(%rsp)
movq 0x1d20(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x1608369
movq 0x380(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x1608376
jmp 0x1608386
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0x111c(%rsp)
movl 0x111c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x16091f3
movq 0x1cc0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x10c8(%rsp), %rdx
movq %rdx, 0x1e50(%rsp)
movq %rcx, 0x1e48(%rsp)
movl %eax, 0x1e44(%rsp)
movq 0x1e48(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x1e43(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e44(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x10c8(%rsp), %r10
movq %r10, 0x2e60(%rsp)
movl %r9d, 0x2e5c(%rsp)
movl %r8d, 0x2e58(%rsp)
movl %edi, 0x2e54(%rsp)
movq %rsi, 0x2e48(%rsp)
movq %rdx, 0x2e40(%rsp)
movl %ecx, 0x2e3c(%rsp)
movq %rax, 0x2e30(%rsp)
movq 0x2e60(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x2e48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30f8(%rsp)
movl $0x10, 0x30f4(%rsp)
movq 0x30f8(%rsp), %rax
movslq 0x30f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1608561
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1108(%rsp)
movb $0x1, 0x1e43(%rsp)
testb $0x1, 0x1e43(%rsp)
jne 0x160869c
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2178(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x3798(%rsp)
movq 0x3798(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160863f
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3794(%rsp) # imm = 0xFFFFFFFF
movl 0x3794(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3790(%rsp)
cmpl $0x1, 0x3790(%rsp)
jne 0x160863f
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1608610
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160860e
jmp 0x160863d
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3920(%rsp)
cmpq $0x0, 0x3920(%rsp)
je 0x160863b
movq 0x3920(%rsp), %rdi
callq 0x5f480
jmp 0x160863d
jmp 0x160863f
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160869a
movq %rax, %rdi
callq 0x678a0
jmp 0x160869c
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2058(%rsp)
movq 0x2058(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2298(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x3558(%rsp)
movq 0x3558(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1608787
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3554(%rsp) # imm = 0xFFFFFFFF
movl 0x3554(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3550(%rsp)
cmpl $0x1, 0x3550(%rsp)
jne 0x1608787
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1608758
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1608756
jmp 0x1608785
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a40(%rsp)
cmpq $0x0, 0x3a40(%rsp)
je 0x1608783
movq 0x3a40(%rsp), %rdi
callq 0x5f480
jmp 0x1608785
jmp 0x1608787
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16087e2
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1110(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1078(%rsp), %rdx
movq %rdx, 0x1e38(%rsp)
movq %rcx, 0x1e30(%rsp)
movl %eax, 0x1e2c(%rsp)
movq 0x1e30(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x1e2b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e2c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1078(%rsp), %r10
movq %r10, 0x2e98(%rsp)
movl %r9d, 0x2e94(%rsp)
movl %r8d, 0x2e90(%rsp)
movl %edi, 0x2e8c(%rsp)
movq %rsi, 0x2e80(%rsp)
movq %rdx, 0x2e78(%rsp)
movl %ecx, 0x2e74(%rsp)
movq %rax, 0x2e68(%rsp)
movq 0x2e98(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x2e80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30e8(%rsp)
movl $0x10, 0x30e4(%rsp)
movq 0x30e8(%rsp), %rax
movslq 0x30e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16089ae
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10b8(%rsp)
movb $0x1, 0x1e2b(%rsp)
testb $0x1, 0x1e2b(%rsp)
jne 0x1608ae9
leaq 0x1078(%rsp), %rax
movq %rax, 0x2180(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x3788(%rsp)
movq 0x3788(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1608a8c
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3784(%rsp) # imm = 0xFFFFFFFF
movl 0x3784(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3780(%rsp)
cmpl $0x1, 0x3780(%rsp)
jne 0x1608a8c
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1608a5d
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1608a5b
jmp 0x1608a8a
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3928(%rsp)
cmpq $0x0, 0x3928(%rsp)
je 0x1608a88
movq 0x3928(%rsp), %rdi
callq 0x5f480
jmp 0x1608a8a
jmp 0x1608a8c
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1608ae7
movq %rax, %rdi
callq 0x678a0
jmp 0x1608ae9
leaq 0x1078(%rsp), %rax
movq %rax, 0x2050(%rsp)
movq 0x2050(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x1078(%rsp), %rax
movq %rax, 0x22a0(%rsp)
movq 0x22a0(%rsp), %rax
movq %rax, 0x3548(%rsp)
movq 0x3548(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1608bd4
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3544(%rsp) # imm = 0xFFFFFFFF
movl 0x3544(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3540(%rsp)
cmpl $0x1, 0x3540(%rsp)
jne 0x1608bd4
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1608ba5
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1608ba3
jmp 0x1608bd2
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a48(%rsp)
cmpq $0x0, 0x3a48(%rsp)
je 0x1608bd0
movq 0x3a48(%rsp), %rdi
callq 0x5f480
jmp 0x1608bd2
jmp 0x1608bd4
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1608c2f
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x10c0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1028(%rsp), %rdx
movq %rdx, 0x2418(%rsp)
movq %rcx, 0x2410(%rsp)
movl %eax, 0x240c(%rsp)
movq 0x2410(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x240b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x240c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1028(%rsp), %r10
movq %r10, 0x2920(%rsp)
movl %r9d, 0x291c(%rsp)
movl %r8d, 0x2918(%rsp)
movl %edi, 0x2914(%rsp)
movq %rsi, 0x2908(%rsp)
movq %rdx, 0x2900(%rsp)
movl %ecx, 0x28fc(%rsp)
movq %rax, 0x28f0(%rsp)
movq 0x2920(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2900(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x291c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2918(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2914(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3278(%rsp)
movl $0x10, 0x3274(%rsp)
movq 0x3278(%rsp), %rax
movslq 0x3274(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3274(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1050(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1608dfb
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1068(%rsp)
movb $0x1, 0x240b(%rsp)
testb $0x1, 0x240b(%rsp)
jne 0x1608f36
leaq 0x1028(%rsp), %rax
movq %rax, 0x2420(%rsp)
movq 0x2420(%rsp), %rax
movq %rax, 0x33c8(%rsp)
movq 0x33c8(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1608ed9
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33c4(%rsp) # imm = 0xFFFFFFFF
movl 0x33c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33c0(%rsp)
cmpl $0x1, 0x33c0(%rsp)
jne 0x1608ed9
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1608eaa
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1608ea8
jmp 0x1608ed7
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b08(%rsp)
cmpq $0x0, 0x3b08(%rsp)
je 0x1608ed5
movq 0x3b08(%rsp), %rdi
callq 0x5f480
jmp 0x1608ed7
jmp 0x1608ed9
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1608f34
movq %rax, %rdi
callq 0x678a0
jmp 0x1608f36
leaq 0x1028(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x1028(%rsp), %rax
movq %rax, 0x22a8(%rsp)
movq 0x22a8(%rsp), %rax
movq %rax, 0x3538(%rsp)
movq 0x3538(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1609021
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3534(%rsp) # imm = 0xFFFFFFFF
movl 0x3534(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3530(%rsp)
cmpl $0x1, 0x3530(%rsp)
jne 0x1609021
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1608ff2
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1608ff0
jmp 0x160901f
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a50(%rsp)
cmpq $0x0, 0x3a50(%rsp)
je 0x160901d
movq 0x3a50(%rsp), %rdi
callq 0x5f480
jmp 0x160901f
jmp 0x1609021
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160907c
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x1070(%rsp)
movl $0x0, 0x1024(%rsp)
movl 0x1024(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x16091db
movq 0x1110(%rsp), %rax
movl 0x1024(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c38(%rsp)
movq 0x3c38(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1010(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x16091c3
movq 0x10c0(%rsp), %rax
movq %rax, 0x3c30(%rsp)
movq 0x3c30(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xff0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1010(%rsp), %rsi
leaq 0xff0(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0xfe0(%rsp)
movq 0x1070(%rsp), %rax
vmovaps 0xfe0(%rsp), %xmm0
movq %rax, 0x3e08(%rsp)
vmovaps %xmm0, 0x3df0(%rsp)
vmovaps 0x3df0(%rsp), %xmm0
movq 0x3e08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x10c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x10c0(%rsp)
movq 0x1070(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1070(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x16090ef
jmp 0x16091c5
movl 0x1024(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1024(%rsp)
jmp 0x1609097
jmp 0x16091dd
movl 0x111c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x111c(%rsp)
jmp 0x1608391
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x160a184
cmpl $0x1, 0x1c7c(%rsp)
je 0x160a184
cmpl $0x1, 0x1c9c(%rsp)
jne 0x160a184
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x160a184
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d18(%rsp)
movq 0x1d18(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x16092ea
movq 0x2f8(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x16092f7
jmp 0x1609307
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x160a174
movq 0x1cc0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf88(%rsp), %rdx
movq %rdx, 0x1e20(%rsp)
movq %rcx, 0x1e18(%rsp)
movl %eax, 0x1e14(%rsp)
movq 0x1e18(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x1e13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf88(%rsp), %r10
movq %r10, 0x2ed0(%rsp)
movl %r9d, 0x2ecc(%rsp)
movl %r8d, 0x2ec8(%rsp)
movl %edi, 0x2ec4(%rsp)
movq %rsi, 0x2eb8(%rsp)
movq %rdx, 0x2eb0(%rsp)
movl %ecx, 0x2eac(%rsp)
movq %rax, 0x2ea0(%rsp)
movq 0x2ed0(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x2eb8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2eb0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2eac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ea0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2ecc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ec8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ec4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30d8(%rsp)
movl $0x10, 0x30d4(%rsp)
movq 0x30d8(%rsp), %rax
movslq 0x30d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xfb0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16094e2
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xfc8(%rsp)
movb $0x1, 0x1e13(%rsp)
testb $0x1, 0x1e13(%rsp)
jne 0x160961d
leaq 0xf88(%rsp), %rax
movq %rax, 0x2188(%rsp)
movq 0x2188(%rsp), %rax
movq %rax, 0x3778(%rsp)
movq 0x3778(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16095c0
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3774(%rsp) # imm = 0xFFFFFFFF
movl 0x3774(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3770(%rsp)
cmpl $0x1, 0x3770(%rsp)
jne 0x16095c0
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1609591
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160958f
jmp 0x16095be
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3930(%rsp)
cmpq $0x0, 0x3930(%rsp)
je 0x16095bc
movq 0x3930(%rsp), %rdi
callq 0x5f480
jmp 0x16095be
jmp 0x16095c0
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160961b
movq %rax, %rdi
callq 0x678a0
jmp 0x160961d
leaq 0xf88(%rsp), %rax
movq %rax, 0x2048(%rsp)
movq 0x2048(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0xf88(%rsp), %rax
movq %rax, 0x22b0(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x3528(%rsp)
movq 0x3528(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1609708
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3524(%rsp) # imm = 0xFFFFFFFF
movl 0x3524(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3520(%rsp)
cmpl $0x1, 0x3520(%rsp)
jne 0x1609708
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16096d9
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16096d7
jmp 0x1609706
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a58(%rsp)
cmpq $0x0, 0x3a58(%rsp)
je 0x1609704
movq 0x3a58(%rsp), %rdi
callq 0x5f480
jmp 0x1609706
jmp 0x1609708
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1609763
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0xfd0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf38(%rsp), %rdx
movq %rdx, 0x1e08(%rsp)
movq %rcx, 0x1e00(%rsp)
movl %eax, 0x1dfc(%rsp)
movq 0x1e00(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x1dfb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dfc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf38(%rsp), %r10
movq %r10, 0x2f08(%rsp)
movl %r9d, 0x2f04(%rsp)
movl %r8d, 0x2f00(%rsp)
movl %edi, 0x2efc(%rsp)
movq %rsi, 0x2ef0(%rsp)
movq %rdx, 0x2ee8(%rsp)
movl %ecx, 0x2ee4(%rsp)
movq %rax, 0x2ed8(%rsp)
movq 0x2f08(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x2ef0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ee8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ee4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ed8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2efc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30c8(%rsp)
movl $0x10, 0x30c4(%rsp)
movq 0x30c8(%rsp), %rax
movslq 0x30c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf60(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160992f
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf78(%rsp)
movb $0x1, 0x1dfb(%rsp)
testb $0x1, 0x1dfb(%rsp)
jne 0x1609a6a
leaq 0xf38(%rsp), %rax
movq %rax, 0x2190(%rsp)
movq 0x2190(%rsp), %rax
movq %rax, 0x3768(%rsp)
movq 0x3768(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1609a0d
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3764(%rsp) # imm = 0xFFFFFFFF
movl 0x3764(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3760(%rsp)
cmpl $0x1, 0x3760(%rsp)
jne 0x1609a0d
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16099de
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16099dc
jmp 0x1609a0b
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3938(%rsp)
cmpq $0x0, 0x3938(%rsp)
je 0x1609a09
movq 0x3938(%rsp), %rdi
callq 0x5f480
jmp 0x1609a0b
jmp 0x1609a0d
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1609a68
movq %rax, %rdi
callq 0x678a0
jmp 0x1609a6a
leaq 0xf38(%rsp), %rax
movq %rax, 0x2040(%rsp)
movq 0x2040(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0xf38(%rsp), %rax
movq %rax, 0x22b8(%rsp)
movq 0x22b8(%rsp), %rax
movq %rax, 0x3518(%rsp)
movq 0x3518(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1609b55
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3514(%rsp) # imm = 0xFFFFFFFF
movl 0x3514(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3510(%rsp)
cmpl $0x1, 0x3510(%rsp)
jne 0x1609b55
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1609b26
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1609b24
jmp 0x1609b53
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a60(%rsp)
cmpq $0x0, 0x3a60(%rsp)
je 0x1609b51
movq 0x3a60(%rsp), %rdi
callq 0x5f480
jmp 0x1609b53
jmp 0x1609b55
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1609bb0
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0xf80(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xee8(%rsp), %rdx
movq %rdx, 0x23f8(%rsp)
movq %rcx, 0x23f0(%rsp)
movl %eax, 0x23ec(%rsp)
movq 0x23f0(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x23eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xee8(%rsp), %r10
movq %r10, 0x2958(%rsp)
movl %r9d, 0x2954(%rsp)
movl %r8d, 0x2950(%rsp)
movl %edi, 0x294c(%rsp)
movq %rsi, 0x2940(%rsp)
movq %rdx, 0x2938(%rsp)
movl %ecx, 0x2934(%rsp)
movq %rax, 0x2928(%rsp)
movq 0x2958(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x2940(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2938(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2934(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2928(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2954(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2950(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x294c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3268(%rsp)
movl $0x10, 0x3264(%rsp)
movq 0x3268(%rsp), %rax
movslq 0x3264(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3264(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1609d7c
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf28(%rsp)
movb $0x1, 0x23eb(%rsp)
testb $0x1, 0x23eb(%rsp)
jne 0x1609eb7
leaq 0xee8(%rsp), %rax
movq %rax, 0x2400(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x33d8(%rsp)
movq 0x33d8(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1609e5a
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33d4(%rsp) # imm = 0xFFFFFFFF
movl 0x33d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33d0(%rsp)
cmpl $0x1, 0x33d0(%rsp)
jne 0x1609e5a
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1609e2b
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1609e29
jmp 0x1609e58
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b00(%rsp)
cmpq $0x0, 0x3b00(%rsp)
je 0x1609e56
movq 0x3b00(%rsp), %rdi
callq 0x5f480
jmp 0x1609e58
jmp 0x1609e5a
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1609eb5
movq %rax, %rdi
callq 0x678a0
jmp 0x1609eb7
leaq 0xee8(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0xee8(%rsp), %rax
movq %rax, 0x22c0(%rsp)
movq 0x22c0(%rsp), %rax
movq %rax, 0x3508(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1609fa2
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3504(%rsp) # imm = 0xFFFFFFFF
movl 0x3504(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3500(%rsp)
cmpl $0x1, 0x3500(%rsp)
jne 0x1609fa2
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1609f73
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1609f71
jmp 0x1609fa0
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a68(%rsp)
cmpq $0x0, 0x3a68(%rsp)
je 0x1609f9e
movq 0x3a68(%rsp), %rdi
callq 0x5f480
jmp 0x1609fa0
jmp 0x1609fa2
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1609ffd
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0xf30(%rsp)
movl $0x0, 0xee4(%rsp)
movl 0xee4(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x160a15c
movl $0x0, 0xee0(%rsp)
movl 0xee0(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x160a144
movq 0xfd0(%rsp), %rax
movl 0xee0(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c28(%rsp)
movq 0x3c28(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xed0(%rsp)
movq 0xf80(%rsp), %rax
movq %rax, 0x3c20(%rsp)
movq 0x3c20(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xec0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xed0(%rsp), %rsi
leaq 0xec0(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0xeb0(%rsp)
movq 0xf30(%rsp), %rax
vmovaps 0xeb0(%rsp), %xmm0
movq %rax, 0x3de8(%rsp)
vmovaps %xmm0, 0x3dd0(%rsp)
vmovaps 0x3dd0(%rsp), %xmm0
movq 0x3de8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xf80(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf80(%rsp)
movq 0xf30(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf30(%rsp)
movl 0xee0(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee0(%rsp)
jmp 0x160a037
jmp 0x160a146
movl 0xee4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee4(%rsp)
jmp 0x160a018
jmp 0x160a15e
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x1609312
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1630580
movl %eax, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d10(%rsp)
movq 0x1d10(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x160a258
movq 0x270(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x160a265
jmp 0x160a275
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x160acfe
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x160acee
movq 0x1cc0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe58(%rsp), %rdx
movq %rdx, 0x1df0(%rsp)
movq %rcx, 0x1de8(%rsp)
movl %eax, 0x1de4(%rsp)
movq 0x1de8(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x1de3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1de4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe58(%rsp), %r10
movq %r10, 0x2f40(%rsp)
movl %r9d, 0x2f3c(%rsp)
movl %r8d, 0x2f38(%rsp)
movl %edi, 0x2f34(%rsp)
movq %rsi, 0x2f28(%rsp)
movq %rdx, 0x2f20(%rsp)
movl %ecx, 0x2f1c(%rsp)
movq %rax, 0x2f10(%rsp)
movq 0x2f40(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x2f28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30b8(%rsp)
movl $0x10, 0x30b4(%rsp)
movq 0x30b8(%rsp), %rax
movslq 0x30b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160a462
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe98(%rsp)
movb $0x1, 0x1de3(%rsp)
testb $0x1, 0x1de3(%rsp)
jne 0x160a59d
leaq 0xe58(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rax
movq %rax, 0x3758(%rsp)
movq 0x3758(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160a540
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3754(%rsp) # imm = 0xFFFFFFFF
movl 0x3754(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3750(%rsp)
cmpl $0x1, 0x3750(%rsp)
jne 0x160a540
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160a511
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160a50f
jmp 0x160a53e
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3940(%rsp)
cmpq $0x0, 0x3940(%rsp)
je 0x160a53c
movq 0x3940(%rsp), %rdi
callq 0x5f480
jmp 0x160a53e
jmp 0x160a540
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160a59b
movq %rax, %rdi
callq 0x678a0
jmp 0x160a59d
leaq 0xe58(%rsp), %rax
movq %rax, 0x2038(%rsp)
movq 0x2038(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0xe58(%rsp), %rax
movq %rax, 0x22c8(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x34f8(%rsp)
movq 0x34f8(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160a688
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34f4(%rsp) # imm = 0xFFFFFFFF
movl 0x34f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34f0(%rsp)
cmpl $0x1, 0x34f0(%rsp)
jne 0x160a688
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160a659
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160a657
jmp 0x160a686
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a70(%rsp)
cmpq $0x0, 0x3a70(%rsp)
je 0x160a684
movq 0x3a70(%rsp), %rdi
callq 0x5f480
jmp 0x160a686
jmp 0x160a688
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160a6e3
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0xea0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xeac(%rsp), %eax
movq %rcx, 0x3f60(%rsp)
movl %eax, 0x3f5c(%rsp)
movq 0x3f60(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f5c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x2990(%rsp)
movl %r9d, 0x298c(%rsp)
movl %r8d, 0x2988(%rsp)
movl %edi, 0x2984(%rsp)
movq %rsi, 0x2978(%rsp)
movq %rdx, 0x2970(%rsp)
movl %ecx, 0x296c(%rsp)
movq %rax, 0x2960(%rsp)
movq 0x2990(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2970(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x296c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2960(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x298c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2988(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2984(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3258(%rsp)
movl $0x10, 0x3254(%rsp)
movq 0x3258(%rsp), %rax
movslq 0x3254(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3254(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160a8f8
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x160aa33
leaq 0xe00(%rsp), %rax
movq %rax, 0x23e0(%rsp)
movq 0x23e0(%rsp), %rax
movq %rax, 0x33e8(%rsp)
movq 0x33e8(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160a9d6
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33e4(%rsp) # imm = 0xFFFFFFFF
movl 0x33e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33e0(%rsp)
cmpl $0x1, 0x33e0(%rsp)
jne 0x160a9d6
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160a9a7
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160a9a5
jmp 0x160a9d4
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af8(%rsp)
cmpq $0x0, 0x3af8(%rsp)
je 0x160a9d2
movq 0x3af8(%rsp), %rdi
callq 0x5f480
jmp 0x160a9d4
jmp 0x160a9d6
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160aa31
movq %rax, %rdi
callq 0x678a0
jmp 0x160aa33
leaq 0xe00(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x22d0(%rsp)
movq 0x22d0(%rsp), %rax
movq %rax, 0x34e8(%rsp)
movq 0x34e8(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160ab1e
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34e4(%rsp) # imm = 0xFFFFFFFF
movl 0x34e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34e0(%rsp)
cmpl $0x1, 0x34e0(%rsp)
jne 0x160ab1e
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160aaef
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160aaed
jmp 0x160ab1c
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a78(%rsp)
cmpq $0x0, 0x3a78(%rsp)
je 0x160ab1a
movq 0x3a78(%rsp), %rdi
callq 0x5f480
jmp 0x160ab1c
jmp 0x160ab1e
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160ab79
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0xe48(%rsp)
movl $0x0, 0xdfc(%rsp)
movl 0xdfc(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x160acd6
movq 0xe50(%rsp), %rax
movq %rax, 0x3c18(%rsp)
movq 0x3c18(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xde0(%rsp)
movl $0x0, 0xddc(%rsp)
movl 0xddc(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x160acac
movq 0xea0(%rsp), %rax
movq %rax, 0x3c10(%rsp)
movq 0x3c10(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xdc0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xdc0(%rsp), %rsi
leaq 0xde0(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0xdb0(%rsp)
movq 0xe48(%rsp), %rax
vmovaps 0xdb0(%rsp), %xmm0
movq %rax, 0x3dc8(%rsp)
vmovaps %xmm0, 0x3db0(%rsp)
vmovaps 0x3db0(%rsp), %xmm0
movq 0x3dc8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xea0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xea0(%rsp)
movq 0xe48(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe48(%rsp)
movl 0xddc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xddc(%rsp)
jmp 0x160abd8
movq 0xe50(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe50(%rsp)
movl 0xdfc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdfc(%rsp)
jmp 0x160ab94
jmp 0x160acd8
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x160a292
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x160b765
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x160ad59
cmpl $0x1, 0x1c64(%rsp)
jne 0x160ad59
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1631650
movl %eax, 0x1ccc(%rsp)
jmp 0x160eb82
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x160b755
movq 0x1cc0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xd58(%rsp), %rdx
movq %rdx, 0x1dd8(%rsp)
movq %rcx, 0x1dd0(%rsp)
movl %eax, 0x1dcc(%rsp)
movq 0x1dd0(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x1dcb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dcc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xd58(%rsp), %r10
movq %r10, 0x2f78(%rsp)
movl %r9d, 0x2f74(%rsp)
movl %r8d, 0x2f70(%rsp)
movl %edi, 0x2f6c(%rsp)
movq %rsi, 0x2f60(%rsp)
movq %rdx, 0x2f58(%rsp)
movl %ecx, 0x2f54(%rsp)
movq %rax, 0x2f48(%rsp)
movq 0x2f78(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x2f60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30a8(%rsp)
movl $0x10, 0x30a4(%rsp)
movq 0x30a8(%rsp), %rax
movslq 0x30a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160af34
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd98(%rsp)
movb $0x1, 0x1dcb(%rsp)
testb $0x1, 0x1dcb(%rsp)
jne 0x160b06f
leaq 0xd58(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rax
movq %rax, 0x3748(%rsp)
movq 0x3748(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160b012
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3744(%rsp) # imm = 0xFFFFFFFF
movl 0x3744(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3740(%rsp)
cmpl $0x1, 0x3740(%rsp)
jne 0x160b012
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160afe3
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160afe1
jmp 0x160b010
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3948(%rsp)
cmpq $0x0, 0x3948(%rsp)
je 0x160b00e
movq 0x3948(%rsp), %rdi
callq 0x5f480
jmp 0x160b010
jmp 0x160b012
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160b06d
movq %rax, %rdi
callq 0x678a0
jmp 0x160b06f
leaq 0xd58(%rsp), %rax
movq %rax, 0x2030(%rsp)
movq 0x2030(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xd58(%rsp), %rax
movq %rax, 0x22d8(%rsp)
movq 0x22d8(%rsp), %rax
movq %rax, 0x34d8(%rsp)
movq 0x34d8(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160b15a
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34d4(%rsp) # imm = 0xFFFFFFFF
movl 0x34d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34d0(%rsp)
cmpl $0x1, 0x34d0(%rsp)
jne 0x160b15a
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160b12b
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160b129
jmp 0x160b158
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a80(%rsp)
cmpq $0x0, 0x3a80(%rsp)
je 0x160b156
movq 0x3a80(%rsp), %rdi
callq 0x5f480
jmp 0x160b158
jmp 0x160b15a
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160b1b5
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xda0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2028(%rsp)
movq 0x2028(%rsp), %rax
movq (%rax), %rax
movl 0xdac(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c08(%rsp)
movq 0x3c08(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xd40(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xcf0(%rsp), %rdx
movq %rdx, 0x23b8(%rsp)
movq %rcx, 0x23b0(%rsp)
movl %eax, 0x23ac(%rsp)
movq 0x23b0(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x23ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcf0(%rsp), %r10
movq %r10, 0x29c8(%rsp)
movl %r9d, 0x29c4(%rsp)
movl %r8d, 0x29c0(%rsp)
movl %edi, 0x29bc(%rsp)
movq %rsi, 0x29b0(%rsp)
movq %rdx, 0x29a8(%rsp)
movl %ecx, 0x29a4(%rsp)
movq %rax, 0x2998(%rsp)
movq 0x29c8(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x29b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2998(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3248(%rsp)
movl $0x10, 0x3244(%rsp)
movq 0x3248(%rsp), %rax
movslq 0x3244(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3244(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160b3cd
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd30(%rsp)
movb $0x1, 0x23ab(%rsp)
testb $0x1, 0x23ab(%rsp)
jne 0x160b508
leaq 0xcf0(%rsp), %rax
movq %rax, 0x23c0(%rsp)
movq 0x23c0(%rsp), %rax
movq %rax, 0x33f8(%rsp)
movq 0x33f8(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160b4ab
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33f4(%rsp) # imm = 0xFFFFFFFF
movl 0x33f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33f0(%rsp)
cmpl $0x1, 0x33f0(%rsp)
jne 0x160b4ab
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160b47c
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160b47a
jmp 0x160b4a9
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af0(%rsp)
cmpq $0x0, 0x3af0(%rsp)
je 0x160b4a7
movq 0x3af0(%rsp), %rdi
callq 0x5f480
jmp 0x160b4a9
jmp 0x160b4ab
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160b506
movq %rax, %rdi
callq 0x678a0
jmp 0x160b508
leaq 0xcf0(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xcf0(%rsp), %rax
movq %rax, 0x22e0(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x34c8(%rsp)
movq 0x34c8(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160b5f3
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34c4(%rsp) # imm = 0xFFFFFFFF
movl 0x34c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34c0(%rsp)
cmpl $0x1, 0x34c0(%rsp)
jne 0x160b5f3
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160b5c4
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160b5c2
jmp 0x160b5f1
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a88(%rsp)
cmpq $0x0, 0x3a88(%rsp)
je 0x160b5ef
movq 0x3a88(%rsp), %rdi
callq 0x5f480
jmp 0x160b5f1
jmp 0x160b5f3
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160b64e
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xd38(%rsp)
movl $0x0, 0xcec(%rsp)
movl 0xcec(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x160b73d
movq 0xda0(%rsp), %rax
movq %rax, 0x3c00(%rsp)
movq 0x3c00(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xcd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xcd0(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0xcc0(%rsp)
movq 0xd38(%rsp), %rax
vmovaps 0xcc0(%rsp), %xmm0
movq %rax, 0x3da8(%rsp)
vmovaps %xmm0, 0x3d90(%rsp)
vmovaps 0x3d90(%rsp), %xmm0
movq 0x3da8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xda0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xda0(%rsp)
movq 0xd38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xd38(%rsp)
movl 0xcec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcec(%rsp)
jmp 0x160b669
jmp 0x160b73f
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x160ad64
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
jmp 0x160eb75
movq 0x1cc0(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x160d221
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x160c309
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d08(%rsp)
movq 0x1d08(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x160b83e
movq 0x1c0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x160b84b
jmp 0x160b85b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0xcbc(%rsp)
movl 0xcbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x160c2f9
movq 0x1cc0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
movq %rcx, 0x2610(%rsp)
movl %eax, 0x260c(%rsp)
movq 0x2610(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x260c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc60(%rsp), %rdx
movq %rdx, 0x1dc0(%rsp)
movq %rcx, 0x1db8(%rsp)
movl %eax, 0x1db4(%rsp)
movq 0x1db8(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x1db3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1db4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc60(%rsp), %r10
movq %r10, 0x2fb0(%rsp)
movl %r9d, 0x2fac(%rsp)
movl %r8d, 0x2fa8(%rsp)
movl %edi, 0x2fa4(%rsp)
movq %rsi, 0x2f98(%rsp)
movq %rdx, 0x2f90(%rsp)
movl %ecx, 0x2f8c(%rsp)
movq %rax, 0x2f80(%rsp)
movq 0x2fb0(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x2f98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fa8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fa4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3098(%rsp)
movl $0x10, 0x3094(%rsp)
movq 0x3098(%rsp), %rax
movslq 0x3094(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3094(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160ba7f
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xca0(%rsp)
movb $0x1, 0x1db3(%rsp)
testb $0x1, 0x1db3(%rsp)
jne 0x160bbba
leaq 0xc60(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rax
movq %rax, 0x3738(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160bb5d
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3734(%rsp) # imm = 0xFFFFFFFF
movl 0x3734(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3730(%rsp)
cmpl $0x1, 0x3730(%rsp)
jne 0x160bb5d
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160bb2e
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160bb2c
jmp 0x160bb5b
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3950(%rsp)
cmpq $0x0, 0x3950(%rsp)
je 0x160bb59
movq 0x3950(%rsp), %rdi
callq 0x5f480
jmp 0x160bb5b
jmp 0x160bb5d
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160bbb8
movq %rax, %rdi
callq 0x678a0
jmp 0x160bbba
leaq 0xc60(%rsp), %rax
movq %rax, 0x2020(%rsp)
movq 0x2020(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xc60(%rsp), %rax
movq %rax, 0x22e8(%rsp)
movq 0x22e8(%rsp), %rax
movq %rax, 0x34b8(%rsp)
movq 0x34b8(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160bca5
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34b4(%rsp) # imm = 0xFFFFFFFF
movl 0x34b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34b0(%rsp)
cmpl $0x1, 0x34b0(%rsp)
jne 0x160bca5
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160bc76
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160bc74
jmp 0x160bca3
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a90(%rsp)
cmpq $0x0, 0x3a90(%rsp)
je 0x160bca1
movq 0x3a90(%rsp), %rdi
callq 0x5f480
jmp 0x160bca3
jmp 0x160bca5
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160bd00
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xca8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc10(%rsp), %rdx
movq %rdx, 0x2398(%rsp)
movq %rcx, 0x2390(%rsp)
movl %eax, 0x238c(%rsp)
movq 0x2390(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x238b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x238c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc10(%rsp), %r10
movq %r10, 0x2a00(%rsp)
movl %r9d, 0x29fc(%rsp)
movl %r8d, 0x29f8(%rsp)
movl %edi, 0x29f4(%rsp)
movq %rsi, 0x29e8(%rsp)
movq %rdx, 0x29e0(%rsp)
movl %ecx, 0x29dc(%rsp)
movq %rax, 0x29d0(%rsp)
movq 0x2a00(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x29d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3238(%rsp)
movl $0x10, 0x3234(%rsp)
movq 0x3238(%rsp), %rax
movslq 0x3234(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3234(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160becc
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xc50(%rsp)
movb $0x1, 0x238b(%rsp)
testb $0x1, 0x238b(%rsp)
jne 0x160c007
leaq 0xc10(%rsp), %rax
movq %rax, 0x23a0(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x3408(%rsp)
movq 0x3408(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160bfaa
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3404(%rsp) # imm = 0xFFFFFFFF
movl 0x3404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3400(%rsp)
cmpl $0x1, 0x3400(%rsp)
jne 0x160bfaa
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160bf7b
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160bf79
jmp 0x160bfa8
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae8(%rsp)
cmpq $0x0, 0x3ae8(%rsp)
je 0x160bfa6
movq 0x3ae8(%rsp), %rdi
callq 0x5f480
jmp 0x160bfa8
jmp 0x160bfaa
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160c005
movq %rax, %rdi
callq 0x678a0
jmp 0x160c007
leaq 0xc10(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xc10(%rsp), %rax
movq %rax, 0x22f0(%rsp)
movq 0x22f0(%rsp), %rax
movq %rax, 0x34a8(%rsp)
movq 0x34a8(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160c0f2
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34a4(%rsp) # imm = 0xFFFFFFFF
movl 0x34a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34a0(%rsp)
cmpl $0x1, 0x34a0(%rsp)
jne 0x160c0f2
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160c0c3
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160c0c1
jmp 0x160c0f0
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a98(%rsp)
cmpq $0x0, 0x3a98(%rsp)
je 0x160c0ee
movq 0x3a98(%rsp), %rdi
callq 0x5f480
jmp 0x160c0f0
jmp 0x160c0f2
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160c14d
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xc58(%rsp)
movl $0x0, 0xc0c(%rsp)
movl 0xc0c(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x160c2e1
movq 0xcb0(%rsp), %rax
movq %rax, 0x3bf8(%rsp)
movq 0x3bf8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbf0(%rsp)
movl $0x0, 0xbec(%rsp)
movl 0xbec(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x160c2b7
movl $0x0, 0xbe8(%rsp)
movl 0xbe8(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x160c29f
movq 0xca8(%rsp), %rax
movq %rax, 0x3bf0(%rsp)
movq 0x3bf0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xbf0(%rsp), %rsi
leaq 0xbd0(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0xbc0(%rsp)
movq 0xc58(%rsp), %rax
vmovaps 0xbc0(%rsp), %xmm0
movq %rax, 0x3d88(%rsp)
vmovaps %xmm0, 0x3d70(%rsp)
vmovaps 0x3d70(%rsp), %xmm0
movq 0x3d88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xca8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xca8(%rsp)
movq 0xc58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xc58(%rsp)
movl 0xbe8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbe8(%rsp)
jmp 0x160c1cb
jmp 0x160c2a1
movl 0xbec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbec(%rsp)
jmp 0x160c1ac
movq 0xcb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xcb0(%rsp)
movl 0xc0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc0c(%rsp)
jmp 0x160c168
jmp 0x160c2e3
movl 0xcbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcbc(%rsp)
jmp 0x160b866
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x160ce52
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d00(%rsp)
movq 0x1d00(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x160c3be
movq 0x160(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x160c3cb
jmp 0x160c3db
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0xbbc(%rsp)
movl 0xbbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x160ce42
movq 0x1cc0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
movq %rcx, 0x3f50(%rsp)
movl %eax, 0x3f4c(%rsp)
movq 0x3f50(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f4c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xbb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb60(%rsp), %rdx
movq %rdx, 0x1da8(%rsp)
movq %rcx, 0x1da0(%rsp)
movl %eax, 0x1d9c(%rsp)
movq 0x1da0(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x1d9b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d9c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb60(%rsp), %r10
movq %r10, 0x2fe8(%rsp)
movl %r9d, 0x2fe4(%rsp)
movl %r8d, 0x2fe0(%rsp)
movl %edi, 0x2fdc(%rsp)
movq %rsi, 0x2fd0(%rsp)
movq %rdx, 0x2fc8(%rsp)
movl %ecx, 0x2fc4(%rsp)
movq %rax, 0x2fb8(%rsp)
movq 0x2fe8(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x2fd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2fc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2fc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2fb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fe4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fe0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3088(%rsp)
movl $0x10, 0x3084(%rsp)
movq 0x3088(%rsp), %rax
movslq 0x3084(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3084(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160c5ff
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xba0(%rsp)
movb $0x1, 0x1d9b(%rsp)
testb $0x1, 0x1d9b(%rsp)
jne 0x160c73a
leaq 0xb60(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rax
movq %rax, 0x3728(%rsp)
movq 0x3728(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160c6dd
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3724(%rsp) # imm = 0xFFFFFFFF
movl 0x3724(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3720(%rsp)
cmpl $0x1, 0x3720(%rsp)
jne 0x160c6dd
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160c6ae
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160c6ac
jmp 0x160c6db
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3958(%rsp)
cmpq $0x0, 0x3958(%rsp)
je 0x160c6d9
movq 0x3958(%rsp), %rdi
callq 0x5f480
jmp 0x160c6db
jmp 0x160c6dd
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160c738
movq %rax, %rdi
callq 0x678a0
jmp 0x160c73a
leaq 0xb60(%rsp), %rax
movq %rax, 0x2018(%rsp)
movq 0x2018(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xb60(%rsp), %rax
movq %rax, 0x22f8(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x3498(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160c825
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3494(%rsp) # imm = 0xFFFFFFFF
movl 0x3494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3490(%rsp)
cmpl $0x1, 0x3490(%rsp)
jne 0x160c825
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160c7f6
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160c7f4
jmp 0x160c823
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa0(%rsp)
cmpq $0x0, 0x3aa0(%rsp)
je 0x160c821
movq 0x3aa0(%rsp), %rdi
callq 0x5f480
jmp 0x160c823
jmp 0x160c825
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160c880
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xba8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb10(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb10(%rsp), %r10
movq %r10, 0x2a38(%rsp)
movl %r9d, 0x2a34(%rsp)
movl %r8d, 0x2a30(%rsp)
movl %edi, 0x2a2c(%rsp)
movq %rsi, 0x2a20(%rsp)
movq %rdx, 0x2a18(%rsp)
movl %ecx, 0x2a14(%rsp)
movq %rax, 0x2a08(%rsp)
movq 0x2a38(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x2a20(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a18(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a14(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a08(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a34(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a30(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a2c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3228(%rsp)
movl $0x10, 0x3224(%rsp)
movq 0x3228(%rsp), %rax
movslq 0x3224(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3224(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160ca4c
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xb50(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x160cb87
leaq 0xb10(%rsp), %rax
movq %rax, 0x2380(%rsp)
movq 0x2380(%rsp), %rax
movq %rax, 0x3418(%rsp)
movq 0x3418(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160cb2a
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3414(%rsp) # imm = 0xFFFFFFFF
movl 0x3414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3410(%rsp)
cmpl $0x1, 0x3410(%rsp)
jne 0x160cb2a
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160cafb
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160caf9
jmp 0x160cb28
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae0(%rsp)
cmpq $0x0, 0x3ae0(%rsp)
je 0x160cb26
movq 0x3ae0(%rsp), %rdi
callq 0x5f480
jmp 0x160cb28
jmp 0x160cb2a
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160cb85
movq %rax, %rdi
callq 0x678a0
jmp 0x160cb87
leaq 0xb10(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xb10(%rsp), %rax
movq %rax, 0x2300(%rsp)
movq 0x2300(%rsp), %rax
movq %rax, 0x3488(%rsp)
movq 0x3488(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160cc72
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3484(%rsp) # imm = 0xFFFFFFFF
movl 0x3484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3480(%rsp)
cmpl $0x1, 0x3480(%rsp)
jne 0x160cc72
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160cc43
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160cc41
jmp 0x160cc70
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa8(%rsp)
cmpq $0x0, 0x3aa8(%rsp)
je 0x160cc6e
movq 0x3aa8(%rsp), %rdi
callq 0x5f480
jmp 0x160cc70
jmp 0x160cc72
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160cccd
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xb58(%rsp)
movl $0x0, 0xb0c(%rsp)
movl 0xb0c(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x160ce2a
movq 0xbb0(%rsp), %rax
movq %rax, 0x3be8(%rsp)
movq 0x3be8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xaf0(%rsp)
movl $0x0, 0xaec(%rsp)
movl 0xaec(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x160ce00
movq 0xba8(%rsp), %rax
movq %rax, 0x3be0(%rsp)
movq 0x3be0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xad0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xaf0(%rsp), %rsi
leaq 0xad0(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0xac0(%rsp)
movq 0xb58(%rsp), %rax
vmovaps 0xac0(%rsp), %xmm0
movq %rax, 0x3d68(%rsp)
vmovaps %xmm0, 0x3d50(%rsp)
vmovaps 0x3d50(%rsp), %xmm0
movq 0x3d68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xba8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xba8(%rsp)
movq 0xb58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xb58(%rsp)
movl 0xaec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaec(%rsp)
jmp 0x160cd2c
movq 0xbb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xbb0(%rsp)
movl 0xb0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb0c(%rsp)
jmp 0x160cce8
jmp 0x160ce2c
movl 0xbbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbbc(%rsp)
jmp 0x160c3e6
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf8(%rsp)
movq 0x1cf8(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x160ceea
movq 0x100(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x160cef7
jmp 0x160cf07
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x160cf46
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1630580
movl %eax, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x160d21c
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf0(%rsp)
movq 0x1cf0(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x160cff0
movq 0xf0(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x160cffd
jmp 0x160d00d
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x160d056
cmpl $0x1, 0x1c64(%rsp)
jne 0x160d056
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1631650
movl %eax, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2010(%rsp)
movq 0x2010(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab8(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2008(%rsp)
movq 0x2008(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab0(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xaa4(%rsp)
movl 0xaa4(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x160d20c
movq 0xab0(%rsp), %rax
movq %rax, 0x3bd8(%rsp)
movq 0x3bd8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa90(%rsp)
movl $0x0, 0xa8c(%rsp)
movl 0xa8c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x160d1e2
movq 0xab8(%rsp), %rax
movq %rax, 0x3bd0(%rsp)
movq 0x3bd0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa70(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa70(%rsp), %rsi
leaq 0xa90(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0xa60(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa60(%rsp), %xmm0
movq %rax, 0x3d48(%rsp)
vmovaps %xmm0, 0x3d30(%rsp)
vmovaps 0x3d30(%rsp), %xmm0
movq 0x3d48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa8c(%rsp)
jmp 0x160d10e
movq 0xab0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab0(%rsp)
movl 0xaa4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaa4(%rsp)
jmp 0x160d0ca
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
jmp 0x160eb73
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x160eb71
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x160d27c
cmpl $0x1, 0x1c84(%rsp)
jne 0x160d27c
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x16323d0
movl %eax, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x160dd67
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce8(%rsp)
movq 0x1ce8(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x160d33e
movq 0xe0(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x160d34b
jmp 0x160d35b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x160dd57
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2000(%rsp)
movq 0x2000(%rsp), %rax
movq (%rax), %rax
movl 0xa5c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bc8(%rsp)
movq 0x3bc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa40(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9f0(%rsp), %rdx
movq %rdx, 0x1d90(%rsp)
movq %rcx, 0x1d88(%rsp)
movl %eax, 0x1d84(%rsp)
movq 0x1d88(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x1d83(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d84(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9f0(%rsp), %r10
movq %r10, 0x3020(%rsp)
movl %r9d, 0x301c(%rsp)
movl %r8d, 0x3018(%rsp)
movl %edi, 0x3014(%rsp)
movq %rsi, 0x3008(%rsp)
movq %rdx, 0x3000(%rsp)
movl %ecx, 0x2ffc(%rsp)
movq %rax, 0x2ff0(%rsp)
movq 0x3020(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3008(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3000(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ffc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ff0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x301c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3018(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3014(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3078(%rsp)
movl $0x10, 0x3074(%rsp)
movq 0x3078(%rsp), %rax
movslq 0x3074(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3074(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160d582
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xa30(%rsp)
movb $0x1, 0x1d83(%rsp)
testb $0x1, 0x1d83(%rsp)
jne 0x160d6bd
leaq 0x9f0(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rax
movq %rax, 0x3718(%rsp)
movq 0x3718(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160d660
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3714(%rsp) # imm = 0xFFFFFFFF
movl 0x3714(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3710(%rsp)
cmpl $0x1, 0x3710(%rsp)
jne 0x160d660
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160d631
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160d62f
jmp 0x160d65e
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3960(%rsp)
cmpq $0x0, 0x3960(%rsp)
je 0x160d65c
movq 0x3960(%rsp), %rdi
callq 0x5f480
jmp 0x160d65e
jmp 0x160d660
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160d6bb
movq %rax, %rdi
callq 0x678a0
jmp 0x160d6bd
leaq 0x9f0(%rsp), %rax
movq %rax, 0x1ff8(%rsp)
movq 0x1ff8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0x9f0(%rsp), %rax
movq %rax, 0x2308(%rsp)
movq 0x2308(%rsp), %rax
movq %rax, 0x3478(%rsp)
movq 0x3478(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160d7a8
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3474(%rsp) # imm = 0xFFFFFFFF
movl 0x3474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3470(%rsp)
cmpl $0x1, 0x3470(%rsp)
jne 0x160d7a8
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160d779
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160d777
jmp 0x160d7a6
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab0(%rsp)
cmpq $0x0, 0x3ab0(%rsp)
je 0x160d7a4
movq 0x3ab0(%rsp), %rdi
callq 0x5f480
jmp 0x160d7a6
jmp 0x160d7a8
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160d803
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xa38(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9a0(%rsp), %rdx
movq %rdx, 0x2358(%rsp)
movq %rcx, 0x2350(%rsp)
movl %eax, 0x234c(%rsp)
movq 0x2350(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x234b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x234c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9a0(%rsp), %r10
movq %r10, 0x2a70(%rsp)
movl %r9d, 0x2a6c(%rsp)
movl %r8d, 0x2a68(%rsp)
movl %edi, 0x2a64(%rsp)
movq %rsi, 0x2a58(%rsp)
movq %rdx, 0x2a50(%rsp)
movl %ecx, 0x2a4c(%rsp)
movq %rax, 0x2a40(%rsp)
movq 0x2a70(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x2a58(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a50(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a4c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a40(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a6c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a68(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a64(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3218(%rsp)
movl $0x10, 0x3214(%rsp)
movq 0x3218(%rsp), %rax
movslq 0x3214(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3214(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x9c8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160d9cf
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9e0(%rsp)
movb $0x1, 0x234b(%rsp)
testb $0x1, 0x234b(%rsp)
jne 0x160db0a
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2360(%rsp)
movq 0x2360(%rsp), %rax
movq %rax, 0x3428(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160daad
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3424(%rsp) # imm = 0xFFFFFFFF
movl 0x3424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3420(%rsp)
cmpl $0x1, 0x3420(%rsp)
jne 0x160daad
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160da7e
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160da7c
jmp 0x160daab
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad8(%rsp)
cmpq $0x0, 0x3ad8(%rsp)
je 0x160daa9
movq 0x3ad8(%rsp), %rdi
callq 0x5f480
jmp 0x160daab
jmp 0x160daad
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160db08
movq %rax, %rdi
callq 0x678a0
jmp 0x160db0a
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2310(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x3468(%rsp)
movq 0x3468(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160dbf5
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3464(%rsp) # imm = 0xFFFFFFFF
movl 0x3464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3460(%rsp)
cmpl $0x1, 0x3460(%rsp)
jne 0x160dbf5
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160dbc6
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160dbc4
jmp 0x160dbf3
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab8(%rsp)
cmpq $0x0, 0x3ab8(%rsp)
je 0x160dbf1
movq 0x3ab8(%rsp), %rdi
callq 0x5f480
jmp 0x160dbf3
jmp 0x160dbf5
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160dc50
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0x9e8(%rsp)
movl $0x0, 0x99c(%rsp)
movl 0x99c(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x160dd3f
movq 0xa38(%rsp), %rax
movq %rax, 0x3bc0(%rsp)
movq 0x3bc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x980(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa40(%rsp), %rsi
leaq 0x980(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x970(%rsp)
movq 0x9e8(%rsp), %rax
vmovaps 0x970(%rsp), %xmm0
movq %rax, 0x3d28(%rsp)
vmovaps %xmm0, 0x3d10(%rsp)
vmovaps 0x3d10(%rsp), %xmm0
movq 0x3d28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xa38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xa38(%rsp)
movq 0x9e8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x9e8(%rsp)
movl 0x99c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x99c(%rsp)
jmp 0x160dc6b
jmp 0x160dd41
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x160d366
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x160e7d9
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1ce0(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x160de1c
movq 0x80(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x160de29
jmp 0x160de39
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movl $0x0, 0x96c(%rsp)
movl 0x96c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x160e7c9
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1ff0(%rsp)
movq 0x1ff0(%rsp), %rax
movq (%rax), %rax
movl 0x96c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bb8(%rsp)
movq 0x3bb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x950(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x900(%rsp), %rdx
movq %rdx, 0x1d78(%rsp)
movq %rcx, 0x1d70(%rsp)
movl %eax, 0x1d6c(%rsp)
movq 0x1d70(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x1d6b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d6c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x900(%rsp), %r10
movq %r10, 0x3058(%rsp)
movl %r9d, 0x3054(%rsp)
movl %r8d, 0x3050(%rsp)
movl %edi, 0x304c(%rsp)
movq %rsi, 0x3040(%rsp)
movq %rdx, 0x3038(%rsp)
movl %ecx, 0x3034(%rsp)
movq %rax, 0x3028(%rsp)
movq 0x3058(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3040(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3038(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3034(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3028(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3054(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3050(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x304c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3068(%rsp)
movl $0x10, 0x3064(%rsp)
movq 0x3068(%rsp), %rax
movslq 0x3064(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3064(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x928(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160e054
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x940(%rsp)
movb $0x1, 0x1d6b(%rsp)
testb $0x1, 0x1d6b(%rsp)
jne 0x160e17d
leaq 0x900(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rax
movq %rax, 0x3708(%rsp)
movq 0x3708(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160e123
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3704(%rsp) # imm = 0xFFFFFFFF
movl 0x3704(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3700(%rsp)
cmpl $0x1, 0x3700(%rsp)
jne 0x160e123
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160e0f7
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160e0f5
jmp 0x160e121
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3968(%rsp)
cmpq $0x0, 0x3968(%rsp)
je 0x160e11f
movq 0x3968(%rsp), %rdi
callq 0x5f480
jmp 0x160e121
jmp 0x160e123
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160e17b
movq %rax, %rdi
callq 0x678a0
jmp 0x160e17d
leaq 0x900(%rsp), %rax
movq %rax, 0x1fe8(%rsp)
movq 0x1fe8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x900(%rsp), %rax
movq %rax, 0x2318(%rsp)
movq 0x2318(%rsp), %rax
movq %rax, 0x3458(%rsp)
movq 0x3458(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160e256
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3454(%rsp) # imm = 0xFFFFFFFF
movl 0x3454(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3450(%rsp)
cmpl $0x1, 0x3450(%rsp)
jne 0x160e256
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160e22a
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160e228
jmp 0x160e254
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac0(%rsp)
cmpq $0x0, 0x3ac0(%rsp)
je 0x160e252
movq 0x3ac0(%rsp), %rdi
callq 0x5f480
jmp 0x160e254
jmp 0x160e256
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160e2ae
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x948(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x8b0(%rsp), %rdx
movq %rdx, 0x2338(%rsp)
movq %rcx, 0x2330(%rsp)
movl %eax, 0x232c(%rsp)
movq 0x2330(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x232b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x232c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x8b0(%rsp), %r10
movq %r10, 0x2aa8(%rsp)
movl %r9d, 0x2aa4(%rsp)
movl %r8d, 0x2aa0(%rsp)
movl %edi, 0x2a9c(%rsp)
movq %rsi, 0x2a90(%rsp)
movq %rdx, 0x2a88(%rsp)
movl %ecx, 0x2a84(%rsp)
movq %rax, 0x2a78(%rsp)
movq 0x2aa8(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x2a90(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a88(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a84(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a78(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2aa4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2aa0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a9c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3208(%rsp)
movl $0x10, 0x3204(%rsp)
movq 0x3208(%rsp), %rax
movslq 0x3204(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3204(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x8d8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160e46b
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x8f0(%rsp)
movb $0x1, 0x232b(%rsp)
testb $0x1, 0x232b(%rsp)
jne 0x160e594
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2340(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x3438(%rsp)
movq 0x3438(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160e53a
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3434(%rsp) # imm = 0xFFFFFFFF
movl 0x3434(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3430(%rsp)
cmpl $0x1, 0x3430(%rsp)
jne 0x160e53a
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160e50e
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160e50c
jmp 0x160e538
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad0(%rsp)
cmpq $0x0, 0x3ad0(%rsp)
je 0x160e536
movq 0x3ad0(%rsp), %rdi
callq 0x5f480
jmp 0x160e538
jmp 0x160e53a
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160e592
movq %rax, %rdi
callq 0x678a0
jmp 0x160e594
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2320(%rsp)
movq 0x2320(%rsp), %rax
movq %rax, 0x3448(%rsp)
movq 0x3448(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160e66d
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3444(%rsp) # imm = 0xFFFFFFFF
movl 0x3444(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3440(%rsp)
cmpl $0x1, 0x3440(%rsp)
jne 0x160e66d
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160e641
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160e63f
jmp 0x160e66b
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac8(%rsp)
cmpq $0x0, 0x3ac8(%rsp)
je 0x160e669
movq 0x3ac8(%rsp), %rdi
callq 0x5f480
jmp 0x160e66b
jmp 0x160e66d
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160e6c5
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x8f8(%rsp)
movl $0x0, 0x8ac(%rsp)
movl 0x8ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x160e7b1
movq 0x948(%rsp), %rax
movq %rax, 0x3bb0(%rsp)
movq 0x3bb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x890(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x950(%rsp), %rsi
leaq 0x890(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x880(%rsp)
movq 0x8f8(%rsp), %rax
vmovaps 0x880(%rsp), %xmm0
movq %rax, 0x3d08(%rsp)
vmovaps %xmm0, 0x3cf0(%rsp)
vmovaps 0x3cf0(%rsp), %xmm0
movq 0x3d08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x948(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x948(%rsp)
movq 0x8f8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x8f8(%rsp)
movl 0x8ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8ac(%rsp)
jmp 0x160e6dd
jmp 0x160e7b3
movl 0x96c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x96c(%rsp)
jmp 0x160de44
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x160ea57
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movq 0x1c68(%rsp), %rcx
movl 0x1c64(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd8(%rsp)
movq 0x1cd8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x160e877
movq 0x20(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x160e881
jmp 0x160e891
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1fe0(%rsp)
movq 0x1fe0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x878(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x1fd8(%rsp)
movq 0x1fd8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x870(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x868(%rsp)
movl $0x0, 0x864(%rsp)
movl 0x864(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x160ea47
movq 0x878(%rsp), %rax
movq %rax, 0x3ba8(%rsp)
movq 0x3ba8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x850(%rsp)
movl $0x0, 0x84c(%rsp)
movl 0x84c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x160ea1d
movq 0x870(%rsp), %rax
movq %rax, 0x3ba0(%rsp)
movq 0x3ba0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x830(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x850(%rsp), %rsi
leaq 0x830(%rsp), %rdx
callq 0x1636150
vmovaps %xmm0, 0x820(%rsp)
movq 0x868(%rsp), %rax
vmovaps 0x820(%rsp), %xmm0
movq %rax, 0x3ce8(%rsp)
vmovaps %xmm0, 0x3cd0(%rsp)
vmovaps 0x3cd0(%rsp), %xmm0
movq 0x3ce8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x870(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x870(%rsp)
movq 0x868(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x868(%rsp)
movl 0x84c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x84c(%rsp)
jmp 0x160e949
movq 0x878(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x878(%rsp)
movl 0x864(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x864(%rsp)
jmp 0x160e905
movl $0x0, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x160eb6f
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movq 0x1c88(%rsp), %rdx
movl 0x1c84(%rsp), %ecx
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd0(%rsp)
movq 0x1cd0(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x160eaed
movq 0x10(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x160eaf7
jmp 0x160eb04
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x160eb82
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x160eb4a
cmpl $0x1, 0x1c64(%rsp)
jne 0x160eb4a
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1631650
movl %eax, 0x1ccc(%rsp)
jmp 0x160eb82
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1630580
jmp 0x160eb71
jmp 0x160eb73
jmp 0x160eb75
jmp 0x160eb77
movl $0x0, 0x1ccc(%rsp)
movl 0x1ccc(%rsp), %eax
addq $0x3f68, %rsp # imm = 0x3F68
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,073
|
int ncnn::binary_op_pack4<ncnn::BinaryOp_x86_avx_functor::binary_op_pow>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_pack4(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int size = w * h * d;
size_t elemsize = a.elemsize;
int elempack = a.elempack;
int w1 = b.w;
int h1 = b.h;
int d1 = b.d;
int channels1 = b.c;
int size1 = w1 * h1 * d1;
size_t elemsize1 = b.elemsize;
int elempack1 = b.elempack;
if (a.dims == 4)
{
if (b.dims == 4)
{
// type 29
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, d, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 3)
{
// type 28
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
}
return 0;
}
if (b.dims == 2)
{
// type 27
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row(q);
float* outptr = c.channel(q);
for (int z = 0; z < d; z++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 25
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 26
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 3)
{
if (b.dims == 4)
{
// type 23
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
}
return 0;
}
if (b.dims == 3)
{
if (w1 == 1 && h1 == 1 && channels1 == channels)
{
// special type 1
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
float* outptr = c.channel(q);
const float* b0 = b.channel(q);
__m128 _b0 = _mm_loadu_ps(b0);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels1 == 1 && elempack1 == 1)
{
// special type 2
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b;
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_set1_ps(*ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
ptr1 += 1;
outptr += 4;
}
}
return 0;
}
if (w == 1 && h == 1 && channels1 == channels)
{
// special type 3
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* a0 = a.channel(q);
float* outptr = c.channel(q);
const float* ptr1 = b.channel(q);
__m128 _a0 = _mm_loadu_ps(a0);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w1 == w && h1 == h && channels == 1 && elempack == 1)
{
// special type 4
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a;
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p = _mm_set1_ps(*ptr);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 1;
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (w != 1 && w1 == 1 && h1 == h && channels1 == channels)
{
// special type 5
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _p1 = _mm_loadu_ps(ptr1 + y * 4);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h != 1 && h1 == 1 && channels1 == channels)
{
// special type 6
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _p1 = _mm_loadu_ps(ptr1 + x * 4);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 != 1 && w == 1 && h1 == h && channels1 == channels)
{
// special type 7
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _p = _mm_loadu_ps(ptr + y * 4);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
if (w1 == w && h1 != 1 && h == 1 && channels1 == channels)
{
// special type 8
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr + x * 4);
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
}
return 0;
}
// type 19
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
c.create(w, h, channels, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 18
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.row<const float>(q);
float* outptr = c.channel(q);
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
}
return 0;
}
if (b.dims == 1)
{
if (b.w == 1 && elempack1 == 1)
{
// type 16
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 17
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
__m128 _b0 = _mm_loadu_ps((const float*)b + q * 4);
float* outptr = c.channel(q);
for (int i = 0; i < size; i++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
}
return 0;
}
}
else if (a.dims == 2)
{
if (b.dims == 4)
{
// type 22
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int z = 0; z < d1; z++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int y = 0; y < h1; y++)
{
for (int x = 0; x < w1; x++)
{
__m128 _p = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
ptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 14
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
const float* ptr = a.row<const float>(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
}
return 0;
}
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.dims == 2)
{
// type 13
return binary_op_7_13_19_29<Op>(a, b, c, opt);
}
if (b.dims == 1)
{
c.create(w, h, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 11
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 12
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h; y++)
{
__m128 _b0 = _mm_loadu_ps(ptr1);
for (int x = 0; x < w; x++)
{
__m128 _p = _mm_loadu_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_storeu_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
ptr1 += 4;
}
return 0;
}
}
else if (a.dims == 1)
{
if (a.w == 1 && elempack == 1)
{
// type 2 3 4 20
return binary_op_2_3_4_20<Op>(a, b, c, opt);
}
if (b.dims == 4)
{
// type 21
c.create(w1, h1, d1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 3)
{
// type 9
c.create(w1, h1, channels1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels1; q++)
{
__m128 _a0 = _mm_loadu_ps((const float*)a + q * 4);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
for (int i = 0; i < size1; i++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
}
return 0;
}
if (b.dims == 2)
{
// type 8
c.create(w1, h1, elemsize1, elempack1, opt.blob_allocator);
if (c.empty())
return -100;
const float* ptr = a;
const float* ptr1 = b;
float* outptr = c;
for (int y = 0; y < h1; y++)
{
__m128 _a0 = _mm_loadu_ps(ptr);
for (int x = 0; x < w1; x++)
{
__m128 _p1 = _mm_loadu_ps(ptr1);
__m128 _outp = op.func_pack4(_a0, _p1);
_mm_storeu_ps(outptr, _outp);
ptr1 += 4;
outptr += 4;
}
ptr += 4;
}
return 0;
}
if (b.dims == 1)
{
c.create(w, elemsize, elempack, opt.blob_allocator);
if (c.empty())
return -100;
if (b.w == 1 && elempack1 == 1)
{
// type 6
return binary_op_6_11_16_25<Op>(a, b, c, opt);
}
// type 7
binary_op_7_13_19_29<Op>(a, b, c, opt);
}
}
return 0;
}
|
subq $0x3f68, %rsp # imm = 0x3F68
movq %rdi, 0x1cc0(%rsp)
movq %rsi, 0x1cb8(%rsp)
movq %rdx, 0x1cb0(%rsp)
movq %rcx, 0x1ca8(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1ca0(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c9c(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c98(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c94(%rsp)
movl 0x1ca0(%rsp), %eax
imull 0x1c9c(%rsp), %eax
imull 0x1c98(%rsp), %eax
movl %eax, 0x1c90(%rsp)
movq 0x1cc0(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c88(%rsp)
movq 0x1cc0(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c84(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1c80(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1c7c(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1c78(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1c74(%rsp)
movl 0x1c80(%rsp), %eax
imull 0x1c7c(%rsp), %eax
imull 0x1c78(%rsp), %eax
movl %eax, 0x1c70(%rsp)
movq 0x1cb8(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x1c68(%rsp)
movq 0x1cb8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1c64(%rsp)
movq 0x1cc0(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x16111ed
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x160ed30
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1633150
movl %eax, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c98(%rsp), %ecx
movl 0x1c94(%rsp), %r8d
movq 0x1c88(%rsp), %r9
movl 0x1c84(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d60(%rsp)
movq 0x1d60(%rsp), %rcx
movq %rcx, 0x810(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x81f(%rsp)
je 0x160ede0
movq 0x810(%rsp), %rax
movq %rax, 0x2628(%rsp)
movq 0x2628(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x81f(%rsp)
movb 0x81f(%rsp), %al
testb $0x1, %al
jne 0x160eded
jmp 0x160edfd
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x160fcc1
movl $0x0, 0x1c60(%rsp)
movl 0x1c60(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x160fcb1
movq 0x1cc0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1c10(%rsp), %rdx
movq %rdx, 0x1fd0(%rsp)
movq %rcx, 0x1fc8(%rsp)
movl %eax, 0x1fc4(%rsp)
movq 0x1fc8(%rsp), %rax
movq %rax, 0x808(%rsp)
movb $0x0, 0x1fc3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fc4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1c10(%rsp), %r10
movq %r10, 0x2ae0(%rsp)
movl %r9d, 0x2adc(%rsp)
movl %r8d, 0x2ad8(%rsp)
movl %edi, 0x2ad4(%rsp)
movq %rsi, 0x2ac8(%rsp)
movq %rdx, 0x2ac0(%rsp)
movl %ecx, 0x2abc(%rsp)
movq %rax, 0x2ab0(%rsp)
movq 0x2ae0(%rsp), %rcx
movq %rcx, 0x800(%rsp)
movq 0x2ac8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ac0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2abc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ab0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2adc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ad8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ad4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31f8(%rsp)
movl $0x10, 0x31f4(%rsp)
movq 0x31f8(%rsp), %rax
movslq 0x31f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x808(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1c38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160efea
movq 0x808(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c50(%rsp)
movb $0x1, 0x1fc3(%rsp)
testb $0x1, 0x1fc3(%rsp)
jne 0x160f125
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f8(%rsp)
movq 0x20f8(%rsp), %rax
movq %rax, 0x3898(%rsp)
movq 0x3898(%rsp), %rax
movq %rax, 0x7f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160f0c8
movq 0x7f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3894(%rsp) # imm = 0xFFFFFFFF
movl 0x3894(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3890(%rsp)
cmpl $0x1, 0x3890(%rsp)
jne 0x160f0c8
movq 0x7f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160f099
movq 0x7f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160f097
jmp 0x160f0c6
movq 0x7f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a0(%rsp)
cmpq $0x0, 0x38a0(%rsp)
je 0x160f0c4
movq 0x38a0(%rsp), %rdi
callq 0x5f480
jmp 0x160f0c6
jmp 0x160f0c8
movq 0x7f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160f123
movq %rax, %rdi
callq 0x678a0
jmp 0x160f125
leaq 0x1c10(%rsp), %rax
movq %rax, 0x20f0(%rsp)
movq 0x20f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7e8(%rsp)
leaq 0x1c10(%rsp), %rax
movq %rax, 0x21c8(%rsp)
movq 0x21c8(%rsp), %rax
movq %rax, 0x36f8(%rsp)
movq 0x36f8(%rsp), %rax
movq %rax, 0x7f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160f210
movq 0x7f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36f4(%rsp) # imm = 0xFFFFFFFF
movl 0x36f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36f0(%rsp)
cmpl $0x1, 0x36f0(%rsp)
jne 0x160f210
movq 0x7f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160f1e1
movq 0x7f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160f1df
jmp 0x160f20e
movq 0x7f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3970(%rsp)
cmpq $0x0, 0x3970(%rsp)
je 0x160f20c
movq 0x3970(%rsp), %rdi
callq 0x5f480
jmp 0x160f20e
jmp 0x160f210
movq 0x7f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160f26b
movq %rax, %rdi
callq 0x678a0
movq 0x7e8(%rsp), %rax
movq %rax, 0x1c58(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1bc0(%rsp), %rdx
movq %rdx, 0x1fb8(%rsp)
movq %rcx, 0x1fb0(%rsp)
movl %eax, 0x1fac(%rsp)
movq 0x1fb0(%rsp), %rax
movq %rax, 0x7e0(%rsp)
movb $0x0, 0x1fab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1fac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1bc0(%rsp), %r10
movq %r10, 0x2b18(%rsp)
movl %r9d, 0x2b14(%rsp)
movl %r8d, 0x2b10(%rsp)
movl %edi, 0x2b0c(%rsp)
movq %rsi, 0x2b00(%rsp)
movq %rdx, 0x2af8(%rsp)
movl %ecx, 0x2af4(%rsp)
movq %rax, 0x2ae8(%rsp)
movq 0x2b18(%rsp), %rcx
movq %rcx, 0x7d8(%rsp)
movq 0x2b00(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2af8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2af4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ae8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b14(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b10(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b0c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31e8(%rsp)
movl $0x10, 0x31e4(%rsp)
movq 0x31e8(%rsp), %rax
movslq 0x31e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1be8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160f437
movq 0x7e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c00(%rsp)
movb $0x1, 0x1fab(%rsp)
testb $0x1, 0x1fab(%rsp)
jne 0x160f572
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x2100(%rsp)
movq 0x2100(%rsp), %rax
movq %rax, 0x3888(%rsp)
movq 0x3888(%rsp), %rax
movq %rax, 0x7d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160f515
movq 0x7d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3884(%rsp) # imm = 0xFFFFFFFF
movl 0x3884(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3880(%rsp)
cmpl $0x1, 0x3880(%rsp)
jne 0x160f515
movq 0x7d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160f4e6
movq 0x7d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160f4e4
jmp 0x160f513
movq 0x7d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38a8(%rsp)
cmpq $0x0, 0x38a8(%rsp)
je 0x160f511
movq 0x38a8(%rsp), %rdi
callq 0x5f480
jmp 0x160f513
jmp 0x160f515
movq 0x7d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160f570
movq %rax, %rdi
callq 0x678a0
jmp 0x160f572
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x20e8(%rsp)
movq 0x20e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x7c0(%rsp)
leaq 0x1bc0(%rsp), %rax
movq %rax, 0x21d0(%rsp)
movq 0x21d0(%rsp), %rax
movq %rax, 0x36e8(%rsp)
movq 0x36e8(%rsp), %rax
movq %rax, 0x7c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160f65d
movq 0x7c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36e4(%rsp) # imm = 0xFFFFFFFF
movl 0x36e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36e0(%rsp)
cmpl $0x1, 0x36e0(%rsp)
jne 0x160f65d
movq 0x7c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160f62e
movq 0x7c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160f62c
jmp 0x160f65b
movq 0x7c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3978(%rsp)
cmpq $0x0, 0x3978(%rsp)
je 0x160f659
movq 0x3978(%rsp), %rdi
callq 0x5f480
jmp 0x160f65b
jmp 0x160f65d
movq 0x7c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160f6b8
movq %rax, %rdi
callq 0x678a0
movq 0x7c0(%rsp), %rax
movq %rax, 0x1c08(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1c60(%rsp), %eax
leaq 0x1b70(%rsp), %rdx
movq %rdx, 0x2558(%rsp)
movq %rcx, 0x2550(%rsp)
movl %eax, 0x254c(%rsp)
movq 0x2550(%rsp), %rax
movq %rax, 0x7b8(%rsp)
movb $0x0, 0x254b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1b70(%rsp), %r10
movq %r10, 0x26f0(%rsp)
movl %r9d, 0x26ec(%rsp)
movl %r8d, 0x26e8(%rsp)
movl %edi, 0x26e4(%rsp)
movq %rsi, 0x26d8(%rsp)
movq %rdx, 0x26d0(%rsp)
movl %ecx, 0x26cc(%rsp)
movq %rax, 0x26c0(%rsp)
movq 0x26f0(%rsp), %rcx
movq %rcx, 0x7b0(%rsp)
movq 0x26d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x26d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x26cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x26ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x26e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x26e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3318(%rsp)
movl $0x10, 0x3314(%rsp)
movq 0x3318(%rsp), %rax
movslq 0x3314(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3314(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x7b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160f884
movq 0x7b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1bb0(%rsp)
movb $0x1, 0x254b(%rsp)
testb $0x1, 0x254b(%rsp)
jne 0x160f9bf
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2560(%rsp)
movq 0x2560(%rsp), %rax
movq %rax, 0x3328(%rsp)
movq 0x3328(%rsp), %rax
movq %rax, 0x7a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160f962
movq 0x7a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3324(%rsp) # imm = 0xFFFFFFFF
movl 0x3324(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3320(%rsp)
cmpl $0x1, 0x3320(%rsp)
jne 0x160f962
movq 0x7a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160f933
movq 0x7a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160f931
jmp 0x160f960
movq 0x7a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b58(%rsp)
cmpq $0x0, 0x3b58(%rsp)
je 0x160f95e
movq 0x3b58(%rsp), %rdi
callq 0x5f480
jmp 0x160f960
jmp 0x160f962
movq 0x7a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160f9bd
movq %rax, %rdi
callq 0x678a0
jmp 0x160f9bf
leaq 0x1b70(%rsp), %rax
movq %rax, 0x2600(%rsp)
movq 0x2600(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x798(%rsp)
leaq 0x1b70(%rsp), %rax
movq %rax, 0x21d8(%rsp)
movq 0x21d8(%rsp), %rax
movq %rax, 0x36d8(%rsp)
movq 0x36d8(%rsp), %rax
movq %rax, 0x7a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160faaa
movq 0x7a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36d4(%rsp) # imm = 0xFFFFFFFF
movl 0x36d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36d0(%rsp)
cmpl $0x1, 0x36d0(%rsp)
jne 0x160faaa
movq 0x7a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160fa7b
movq 0x7a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160fa79
jmp 0x160faa8
movq 0x7a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3980(%rsp)
cmpq $0x0, 0x3980(%rsp)
je 0x160faa6
movq 0x3980(%rsp), %rdi
callq 0x5f480
jmp 0x160faa8
jmp 0x160faaa
movq 0x7a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160fb05
movq %rax, %rdi
callq 0x678a0
movq 0x798(%rsp), %rax
movq %rax, 0x1bb8(%rsp)
movl $0x0, 0x1b6c(%rsp)
movl 0x1b6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x160fc99
movl $0x0, 0x1b68(%rsp)
movl 0x1b68(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x160fc81
movq 0x1c08(%rsp), %rax
movq %rax, 0x3cc8(%rsp)
movq 0x3cc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b50(%rsp)
movl $0x0, 0x1b4c(%rsp)
movl 0x1b4c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x160fc57
movq 0x1c58(%rsp), %rax
movq %rax, 0x3cc0(%rsp)
movq 0x3cc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1b30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1b30(%rsp), %rsi
leaq 0x1b50(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x1b20(%rsp)
movq 0x1bb8(%rsp), %rax
vmovaps 0x1b20(%rsp), %xmm0
movq %rax, 0x3f40(%rsp)
vmovaps %xmm0, 0x3f30(%rsp)
vmovaps 0x3f30(%rsp), %xmm0
movq 0x3f40(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1c58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c58(%rsp)
movq 0x1bb8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1bb8(%rsp)
movl 0x1b4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b4c(%rsp)
jmp 0x160fb83
movq 0x1c08(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c08(%rsp)
movl 0x1b68(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b68(%rsp)
jmp 0x160fb3f
jmp 0x160fc83
movl 0x1b6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b6c(%rsp)
jmp 0x160fb20
jmp 0x160fc9b
movl 0x1c60(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c60(%rsp)
jmp 0x160ee1a
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1610781
movl $0x0, 0x1b1c(%rsp)
movl 0x1b1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x1610771
movq 0x1cc0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1ac8(%rsp), %rdx
movq %rdx, 0x1fa0(%rsp)
movq %rcx, 0x1f98(%rsp)
movl %eax, 0x1f94(%rsp)
movq 0x1f98(%rsp), %rax
movq %rax, 0x790(%rsp)
movb $0x0, 0x1f93(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f94(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1ac8(%rsp), %r10
movq %r10, 0x2b50(%rsp)
movl %r9d, 0x2b4c(%rsp)
movl %r8d, 0x2b48(%rsp)
movl %edi, 0x2b44(%rsp)
movq %rsi, 0x2b38(%rsp)
movq %rdx, 0x2b30(%rsp)
movl %ecx, 0x2b2c(%rsp)
movq %rax, 0x2b20(%rsp)
movq 0x2b50(%rsp), %rcx
movq %rcx, 0x788(%rsp)
movq 0x2b38(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b30(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b2c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b20(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b4c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b48(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b44(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31d8(%rsp)
movl $0x10, 0x31d4(%rsp)
movq 0x31d8(%rsp), %rax
movslq 0x31d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x790(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1af0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x160feae
movq 0x790(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b08(%rsp)
movb $0x1, 0x1f93(%rsp)
testb $0x1, 0x1f93(%rsp)
jne 0x160ffe9
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x2108(%rsp)
movq 0x2108(%rsp), %rax
movq %rax, 0x3878(%rsp)
movq 0x3878(%rsp), %rax
movq %rax, 0x780(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x160ff8c
movq 0x780(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3874(%rsp) # imm = 0xFFFFFFFF
movl 0x3874(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3870(%rsp)
cmpl $0x1, 0x3870(%rsp)
jne 0x160ff8c
movq 0x780(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x160ff5d
movq 0x780(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x160ff5b
jmp 0x160ff8a
movq 0x780(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b0(%rsp)
cmpq $0x0, 0x38b0(%rsp)
je 0x160ff88
movq 0x38b0(%rsp), %rdi
callq 0x5f480
jmp 0x160ff8a
jmp 0x160ff8c
movq 0x780(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x160ffe7
movq %rax, %rdi
callq 0x678a0
jmp 0x160ffe9
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x20e0(%rsp)
movq 0x20e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x770(%rsp)
leaq 0x1ac8(%rsp), %rax
movq %rax, 0x21e0(%rsp)
movq 0x21e0(%rsp), %rax
movq %rax, 0x36c8(%rsp)
movq 0x36c8(%rsp), %rax
movq %rax, 0x778(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16100d4
movq 0x778(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c4(%rsp) # imm = 0xFFFFFFFF
movl 0x36c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36c0(%rsp)
cmpl $0x1, 0x36c0(%rsp)
jne 0x16100d4
movq 0x778(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16100a5
movq 0x778(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16100a3
jmp 0x16100d2
movq 0x778(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3988(%rsp)
cmpq $0x0, 0x3988(%rsp)
je 0x16100d0
movq 0x3988(%rsp), %rdi
callq 0x5f480
jmp 0x16100d2
jmp 0x16100d4
movq 0x778(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161012f
movq %rax, %rdi
callq 0x678a0
movq 0x770(%rsp), %rax
movq %rax, 0x1b10(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
movq %rcx, 0x2620(%rsp)
movl %eax, 0x261c(%rsp)
movq 0x2620(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x261c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0x1ac0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1b1c(%rsp), %eax
leaq 0x1a70(%rsp), %rdx
movq %rdx, 0x2538(%rsp)
movq %rcx, 0x2530(%rsp)
movl %eax, 0x252c(%rsp)
movq 0x2530(%rsp), %rax
movq %rax, 0x768(%rsp)
movb $0x0, 0x252b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x252c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1a70(%rsp), %r10
movq %r10, 0x2728(%rsp)
movl %r9d, 0x2724(%rsp)
movl %r8d, 0x2720(%rsp)
movl %edi, 0x271c(%rsp)
movq %rsi, 0x2710(%rsp)
movq %rdx, 0x2708(%rsp)
movl %ecx, 0x2704(%rsp)
movq %rax, 0x26f8(%rsp)
movq 0x2728(%rsp), %rcx
movq %rcx, 0x760(%rsp)
movq 0x2710(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2708(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2704(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x26f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2724(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2720(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x271c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3308(%rsp)
movl $0x10, 0x3304(%rsp)
movq 0x3308(%rsp), %rax
movslq 0x3304(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3304(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x768(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a98(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1610344
movq 0x768(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1ab0(%rsp)
movb $0x1, 0x252b(%rsp)
testb $0x1, 0x252b(%rsp)
jne 0x161047f
leaq 0x1a70(%rsp), %rax
movq %rax, 0x2540(%rsp)
movq 0x2540(%rsp), %rax
movq %rax, 0x3338(%rsp)
movq 0x3338(%rsp), %rax
movq %rax, 0x758(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1610422
movq 0x758(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3334(%rsp) # imm = 0xFFFFFFFF
movl 0x3334(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3330(%rsp)
cmpl $0x1, 0x3330(%rsp)
jne 0x1610422
movq 0x758(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16103f3
movq 0x758(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16103f1
jmp 0x1610420
movq 0x758(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b50(%rsp)
cmpq $0x0, 0x3b50(%rsp)
je 0x161041e
movq 0x3b50(%rsp), %rdi
callq 0x5f480
jmp 0x1610420
jmp 0x1610422
movq 0x758(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161047d
movq %rax, %rdi
callq 0x678a0
jmp 0x161047f
leaq 0x1a70(%rsp), %rax
movq %rax, 0x25f8(%rsp)
movq 0x25f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x748(%rsp)
leaq 0x1a70(%rsp), %rax
movq %rax, 0x21e8(%rsp)
movq 0x21e8(%rsp), %rax
movq %rax, 0x36b8(%rsp)
movq 0x36b8(%rsp), %rax
movq %rax, 0x750(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161056a
movq 0x750(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36b4(%rsp) # imm = 0xFFFFFFFF
movl 0x36b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36b0(%rsp)
cmpl $0x1, 0x36b0(%rsp)
jne 0x161056a
movq 0x750(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161053b
movq 0x750(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1610539
jmp 0x1610568
movq 0x750(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3990(%rsp)
cmpq $0x0, 0x3990(%rsp)
je 0x1610566
movq 0x3990(%rsp), %rdi
callq 0x5f480
jmp 0x1610568
jmp 0x161056a
movq 0x750(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16105c5
movq %rax, %rdi
callq 0x678a0
movq 0x748(%rsp), %rax
movq %rax, 0x1ab8(%rsp)
movl $0x0, 0x1a6c(%rsp)
movl 0x1a6c(%rsp), %eax
cmpl 0x1c98(%rsp), %eax
jge 0x1610759
movq 0x1ac0(%rsp), %rax
movq %rax, 0x3cb8(%rsp)
movq 0x3cb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a50(%rsp)
movl $0x0, 0x1a4c(%rsp)
movl 0x1a4c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x161072f
movl $0x0, 0x1a48(%rsp)
movl 0x1a48(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x1610717
movq 0x1b10(%rsp), %rax
movq %rax, 0x3cb0(%rsp)
movq 0x3cb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1a30(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1a30(%rsp), %rsi
leaq 0x1a50(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x1a20(%rsp)
movq 0x1ab8(%rsp), %rax
vmovaps 0x1a20(%rsp), %xmm0
movq %rax, 0x3f28(%rsp)
vmovaps %xmm0, 0x3f10(%rsp)
vmovaps 0x3f10(%rsp), %xmm0
movq 0x3f28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1b10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b10(%rsp)
movq 0x1ab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ab8(%rsp)
movl 0x1a48(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a48(%rsp)
jmp 0x1610643
jmp 0x1610719
movl 0x1a4c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a4c(%rsp)
jmp 0x1610624
movq 0x1ac0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1ac0(%rsp)
movl 0x1a6c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a6c(%rsp)
jmp 0x16105e0
jmp 0x161075b
movl 0x1b1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1b1c(%rsp)
jmp 0x160fcde
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x16111e8
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x16107dc
cmpl $0x1, 0x1c64(%rsp)
jne 0x16107dc
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1634220
movl %eax, 0x1ccc(%rsp)
jmp 0x161de52
movl $0x0, 0x1a1c(%rsp)
movl 0x1a1c(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x16111d8
movq 0x1cc0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x19c8(%rsp), %rdx
movq %rdx, 0x1f88(%rsp)
movq %rcx, 0x1f80(%rsp)
movl %eax, 0x1f7c(%rsp)
movq 0x1f80(%rsp), %rax
movq %rax, 0x740(%rsp)
movb $0x0, 0x1f7b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f7c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x19c8(%rsp), %r10
movq %r10, 0x2b88(%rsp)
movl %r9d, 0x2b84(%rsp)
movl %r8d, 0x2b80(%rsp)
movl %edi, 0x2b7c(%rsp)
movq %rsi, 0x2b70(%rsp)
movq %rdx, 0x2b68(%rsp)
movl %ecx, 0x2b64(%rsp)
movq %rax, 0x2b58(%rsp)
movq 0x2b88(%rsp), %rcx
movq %rcx, 0x738(%rsp)
movq 0x2b70(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2b68(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b64(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b58(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2b84(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2b80(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2b7c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31c8(%rsp)
movl $0x10, 0x31c4(%rsp)
movq 0x31c8(%rsp), %rax
movslq 0x31c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x740(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x19f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16109b7
movq 0x740(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1a08(%rsp)
movb $0x1, 0x1f7b(%rsp)
testb $0x1, 0x1f7b(%rsp)
jne 0x1610af2
leaq 0x19c8(%rsp), %rax
movq %rax, 0x2110(%rsp)
movq 0x2110(%rsp), %rax
movq %rax, 0x3868(%rsp)
movq 0x3868(%rsp), %rax
movq %rax, 0x730(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1610a95
movq 0x730(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3864(%rsp) # imm = 0xFFFFFFFF
movl 0x3864(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3860(%rsp)
cmpl $0x1, 0x3860(%rsp)
jne 0x1610a95
movq 0x730(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1610a66
movq 0x730(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1610a64
jmp 0x1610a93
movq 0x730(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38b8(%rsp)
cmpq $0x0, 0x38b8(%rsp)
je 0x1610a91
movq 0x38b8(%rsp), %rdi
callq 0x5f480
jmp 0x1610a93
jmp 0x1610a95
movq 0x730(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1610af0
movq %rax, %rdi
callq 0x678a0
jmp 0x1610af2
leaq 0x19c8(%rsp), %rax
movq %rax, 0x20d8(%rsp)
movq 0x20d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x720(%rsp)
leaq 0x19c8(%rsp), %rax
movq %rax, 0x21f0(%rsp)
movq 0x21f0(%rsp), %rax
movq %rax, 0x36a8(%rsp)
movq 0x36a8(%rsp), %rax
movq %rax, 0x728(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1610bdd
movq 0x728(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36a4(%rsp) # imm = 0xFFFFFFFF
movl 0x36a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x36a0(%rsp)
cmpl $0x1, 0x36a0(%rsp)
jne 0x1610bdd
movq 0x728(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1610bae
movq 0x728(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1610bac
jmp 0x1610bdb
movq 0x728(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3998(%rsp)
cmpq $0x0, 0x3998(%rsp)
je 0x1610bd9
movq 0x3998(%rsp), %rdi
callq 0x5f480
jmp 0x1610bdb
jmp 0x1610bdd
movq 0x728(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1610c38
movq %rax, %rdi
callq 0x678a0
movq 0x720(%rsp), %rax
movq %rax, 0x1a10(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20d0(%rsp)
movq 0x20d0(%rsp), %rax
movq (%rax), %rax
movl 0x1a1c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3ca8(%rsp)
movq 0x3ca8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x19b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x1a1c(%rsp), %eax
leaq 0x1960(%rsp), %rdx
movq %rdx, 0x2518(%rsp)
movq %rcx, 0x2510(%rsp)
movl %eax, 0x250c(%rsp)
movq 0x2510(%rsp), %rax
movq %rax, 0x718(%rsp)
movb $0x0, 0x250b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x250c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1960(%rsp), %r10
movq %r10, 0x2760(%rsp)
movl %r9d, 0x275c(%rsp)
movl %r8d, 0x2758(%rsp)
movl %edi, 0x2754(%rsp)
movq %rsi, 0x2748(%rsp)
movq %rdx, 0x2740(%rsp)
movl %ecx, 0x273c(%rsp)
movq %rax, 0x2730(%rsp)
movq 0x2760(%rsp), %rcx
movq %rcx, 0x710(%rsp)
movq 0x2748(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2740(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x273c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2730(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x275c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2758(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2754(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32f8(%rsp)
movl $0x10, 0x32f4(%rsp)
movq 0x32f8(%rsp), %rax
movslq 0x32f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x718(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1988(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1610e50
movq 0x718(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x19a0(%rsp)
movb $0x1, 0x250b(%rsp)
testb $0x1, 0x250b(%rsp)
jne 0x1610f8b
leaq 0x1960(%rsp), %rax
movq %rax, 0x2520(%rsp)
movq 0x2520(%rsp), %rax
movq %rax, 0x3348(%rsp)
movq 0x3348(%rsp), %rax
movq %rax, 0x708(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1610f2e
movq 0x708(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3344(%rsp) # imm = 0xFFFFFFFF
movl 0x3344(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3340(%rsp)
cmpl $0x1, 0x3340(%rsp)
jne 0x1610f2e
movq 0x708(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1610eff
movq 0x708(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1610efd
jmp 0x1610f2c
movq 0x708(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b48(%rsp)
cmpq $0x0, 0x3b48(%rsp)
je 0x1610f2a
movq 0x3b48(%rsp), %rdi
callq 0x5f480
jmp 0x1610f2c
jmp 0x1610f2e
movq 0x708(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1610f89
movq %rax, %rdi
callq 0x678a0
jmp 0x1610f8b
leaq 0x1960(%rsp), %rax
movq %rax, 0x25f0(%rsp)
movq 0x25f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6f8(%rsp)
leaq 0x1960(%rsp), %rax
movq %rax, 0x21f8(%rsp)
movq 0x21f8(%rsp), %rax
movq %rax, 0x3698(%rsp)
movq 0x3698(%rsp), %rax
movq %rax, 0x700(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1611076
movq 0x700(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3694(%rsp) # imm = 0xFFFFFFFF
movl 0x3694(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3690(%rsp)
cmpl $0x1, 0x3690(%rsp)
jne 0x1611076
movq 0x700(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1611047
movq 0x700(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1611045
jmp 0x1611074
movq 0x700(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a0(%rsp)
cmpq $0x0, 0x39a0(%rsp)
je 0x1611072
movq 0x39a0(%rsp), %rdi
callq 0x5f480
jmp 0x1611074
jmp 0x1611076
movq 0x700(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16110d1
movq %rax, %rdi
callq 0x678a0
movq 0x6f8(%rsp), %rax
movq %rax, 0x19a8(%rsp)
movl $0x0, 0x195c(%rsp)
movl 0x195c(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x16111c0
movq 0x1a10(%rsp), %rax
movq %rax, 0x3ca0(%rsp)
movq 0x3ca0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1940(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1940(%rsp), %rsi
leaq 0x19b0(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x1930(%rsp)
movq 0x19a8(%rsp), %rax
vmovaps 0x1930(%rsp), %xmm0
movq %rax, 0x3f08(%rsp)
vmovaps %xmm0, 0x3ef0(%rsp)
vmovaps 0x3ef0(%rsp), %xmm0
movq 0x3f08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1a10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1a10(%rsp)
movq 0x19a8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x19a8(%rsp)
movl 0x195c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x195c(%rsp)
jmp 0x16110ec
jmp 0x16111c2
movl 0x1a1c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1a1c(%rsp)
jmp 0x16107e7
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
jmp 0x161de47
movq 0x1cc0(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x161aa3a
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x1612190
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d58(%rsp)
movq 0x1d58(%rsp), %rcx
movq %rcx, 0x6e8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f7(%rsp)
je 0x16112c1
movq 0x6e8(%rsp), %rax
movq %rax, 0x2630(%rsp)
movq 0x2630(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f7(%rsp)
movb 0x6f7(%rsp), %al
testb $0x1, %al
jne 0x16112ce
jmp 0x16112de
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0x192c(%rsp)
movl 0x192c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x1612180
movq 0x1cc0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x18d8(%rsp), %rdx
movq %rdx, 0x1f70(%rsp)
movq %rcx, 0x1f68(%rsp)
movl %eax, 0x1f64(%rsp)
movq 0x1f68(%rsp), %rax
movq %rax, 0x6e0(%rsp)
movb $0x0, 0x1f63(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f64(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x18d8(%rsp), %r10
movq %r10, 0x2bc0(%rsp)
movl %r9d, 0x2bbc(%rsp)
movl %r8d, 0x2bb8(%rsp)
movl %edi, 0x2bb4(%rsp)
movq %rsi, 0x2ba8(%rsp)
movq %rdx, 0x2ba0(%rsp)
movl %ecx, 0x2b9c(%rsp)
movq %rax, 0x2b90(%rsp)
movq 0x2bc0(%rsp), %rcx
movq %rcx, 0x6d8(%rsp)
movq 0x2ba8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ba0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2b9c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2b90(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bbc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bb8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bb4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31b8(%rsp)
movl $0x10, 0x31b4(%rsp)
movq 0x31b8(%rsp), %rax
movslq 0x31b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6e0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1900(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16114b9
movq 0x6e0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1918(%rsp)
movb $0x1, 0x1f63(%rsp)
testb $0x1, 0x1f63(%rsp)
jne 0x16115f4
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2118(%rsp)
movq 0x2118(%rsp), %rax
movq %rax, 0x3858(%rsp)
movq 0x3858(%rsp), %rax
movq %rax, 0x6d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1611597
movq 0x6d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3854(%rsp) # imm = 0xFFFFFFFF
movl 0x3854(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3850(%rsp)
cmpl $0x1, 0x3850(%rsp)
jne 0x1611597
movq 0x6d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1611568
movq 0x6d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1611566
jmp 0x1611595
movq 0x6d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c0(%rsp)
cmpq $0x0, 0x38c0(%rsp)
je 0x1611593
movq 0x38c0(%rsp), %rdi
callq 0x5f480
jmp 0x1611595
jmp 0x1611597
movq 0x6d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16115f2
movq %rax, %rdi
callq 0x678a0
jmp 0x16115f4
leaq 0x18d8(%rsp), %rax
movq %rax, 0x20c8(%rsp)
movq 0x20c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x6c0(%rsp)
leaq 0x18d8(%rsp), %rax
movq %rax, 0x2200(%rsp)
movq 0x2200(%rsp), %rax
movq %rax, 0x3688(%rsp)
movq 0x3688(%rsp), %rax
movq %rax, 0x6c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16116df
movq 0x6c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3684(%rsp) # imm = 0xFFFFFFFF
movl 0x3684(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3680(%rsp)
cmpl $0x1, 0x3680(%rsp)
jne 0x16116df
movq 0x6c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16116b0
movq 0x6c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16116ae
jmp 0x16116dd
movq 0x6c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39a8(%rsp)
cmpq $0x0, 0x39a8(%rsp)
je 0x16116db
movq 0x39a8(%rsp), %rdi
callq 0x5f480
jmp 0x16116dd
jmp 0x16116df
movq 0x6c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161173a
movq %rax, %rdi
callq 0x678a0
movq 0x6c0(%rsp), %rax
movq %rax, 0x1920(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1888(%rsp), %rdx
movq %rdx, 0x1f58(%rsp)
movq %rcx, 0x1f50(%rsp)
movl %eax, 0x1f4c(%rsp)
movq 0x1f50(%rsp), %rax
movq %rax, 0x6b8(%rsp)
movb $0x0, 0x1f4b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f4c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1888(%rsp), %r10
movq %r10, 0x2bf8(%rsp)
movl %r9d, 0x2bf4(%rsp)
movl %r8d, 0x2bf0(%rsp)
movl %edi, 0x2bec(%rsp)
movq %rsi, 0x2be0(%rsp)
movq %rdx, 0x2bd8(%rsp)
movl %ecx, 0x2bd4(%rsp)
movq %rax, 0x2bc8(%rsp)
movq 0x2bf8(%rsp), %rcx
movq %rcx, 0x6b0(%rsp)
movq 0x2be0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2bd8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2bd4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2bc8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2bf4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2bf0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2bec(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x31a8(%rsp)
movl $0x10, 0x31a4(%rsp)
movq 0x31a8(%rsp), %rax
movslq 0x31a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x31a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x6b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x18b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1611906
movq 0x6b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x18c8(%rsp)
movb $0x1, 0x1f4b(%rsp)
testb $0x1, 0x1f4b(%rsp)
jne 0x1611a41
leaq 0x1888(%rsp), %rax
movq %rax, 0x2120(%rsp)
movq 0x2120(%rsp), %rax
movq %rax, 0x3848(%rsp)
movq 0x3848(%rsp), %rax
movq %rax, 0x6a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16119e4
movq 0x6a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3844(%rsp) # imm = 0xFFFFFFFF
movl 0x3844(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3840(%rsp)
cmpl $0x1, 0x3840(%rsp)
jne 0x16119e4
movq 0x6a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16119b5
movq 0x6a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16119b3
jmp 0x16119e2
movq 0x6a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38c8(%rsp)
cmpq $0x0, 0x38c8(%rsp)
je 0x16119e0
movq 0x38c8(%rsp), %rdi
callq 0x5f480
jmp 0x16119e2
jmp 0x16119e4
movq 0x6a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1611a3f
movq %rax, %rdi
callq 0x678a0
jmp 0x1611a41
leaq 0x1888(%rsp), %rax
movq %rax, 0x20c0(%rsp)
movq 0x20c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x698(%rsp)
leaq 0x1888(%rsp), %rax
movq %rax, 0x2208(%rsp)
movq 0x2208(%rsp), %rax
movq %rax, 0x3678(%rsp)
movq 0x3678(%rsp), %rax
movq %rax, 0x6a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1611b2c
movq 0x6a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3674(%rsp) # imm = 0xFFFFFFFF
movl 0x3674(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3670(%rsp)
cmpl $0x1, 0x3670(%rsp)
jne 0x1611b2c
movq 0x6a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1611afd
movq 0x6a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1611afb
jmp 0x1611b2a
movq 0x6a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b0(%rsp)
cmpq $0x0, 0x39b0(%rsp)
je 0x1611b28
movq 0x39b0(%rsp), %rdi
callq 0x5f480
jmp 0x1611b2a
jmp 0x1611b2c
movq 0x6a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1611b87
movq %rax, %rdi
callq 0x678a0
movq 0x698(%rsp), %rax
movq %rax, 0x18d0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x192c(%rsp), %eax
leaq 0x1838(%rsp), %rdx
movq %rdx, 0x24f8(%rsp)
movq %rcx, 0x24f0(%rsp)
movl %eax, 0x24ec(%rsp)
movq 0x24f0(%rsp), %rax
movq %rax, 0x690(%rsp)
movb $0x0, 0x24eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1838(%rsp), %r10
movq %r10, 0x2798(%rsp)
movl %r9d, 0x2794(%rsp)
movl %r8d, 0x2790(%rsp)
movl %edi, 0x278c(%rsp)
movq %rsi, 0x2780(%rsp)
movq %rdx, 0x2778(%rsp)
movl %ecx, 0x2774(%rsp)
movq %rax, 0x2768(%rsp)
movq 0x2798(%rsp), %rcx
movq %rcx, 0x688(%rsp)
movq 0x2780(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2778(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2774(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2768(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2794(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2790(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x278c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32e8(%rsp)
movl $0x10, 0x32e4(%rsp)
movq 0x32e8(%rsp), %rax
movslq 0x32e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x690(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1860(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1611d53
movq 0x690(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1878(%rsp)
movb $0x1, 0x24eb(%rsp)
testb $0x1, 0x24eb(%rsp)
jne 0x1611e8e
leaq 0x1838(%rsp), %rax
movq %rax, 0x2500(%rsp)
movq 0x2500(%rsp), %rax
movq %rax, 0x3358(%rsp)
movq 0x3358(%rsp), %rax
movq %rax, 0x680(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1611e31
movq 0x680(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3354(%rsp) # imm = 0xFFFFFFFF
movl 0x3354(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3350(%rsp)
cmpl $0x1, 0x3350(%rsp)
jne 0x1611e31
movq 0x680(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1611e02
movq 0x680(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1611e00
jmp 0x1611e2f
movq 0x680(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b40(%rsp)
cmpq $0x0, 0x3b40(%rsp)
je 0x1611e2d
movq 0x3b40(%rsp), %rdi
callq 0x5f480
jmp 0x1611e2f
jmp 0x1611e31
movq 0x680(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1611e8c
movq %rax, %rdi
callq 0x678a0
jmp 0x1611e8e
leaq 0x1838(%rsp), %rax
movq %rax, 0x25e8(%rsp)
movq 0x25e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x670(%rsp)
leaq 0x1838(%rsp), %rax
movq %rax, 0x2210(%rsp)
movq 0x2210(%rsp), %rax
movq %rax, 0x3668(%rsp)
movq 0x3668(%rsp), %rax
movq %rax, 0x678(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1611f79
movq 0x678(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3664(%rsp) # imm = 0xFFFFFFFF
movl 0x3664(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3660(%rsp)
cmpl $0x1, 0x3660(%rsp)
jne 0x1611f79
movq 0x678(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1611f4a
movq 0x678(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1611f48
jmp 0x1611f77
movq 0x678(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39b8(%rsp)
cmpq $0x0, 0x39b8(%rsp)
je 0x1611f75
movq 0x39b8(%rsp), %rdi
callq 0x5f480
jmp 0x1611f77
jmp 0x1611f79
movq 0x678(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1611fd4
movq %rax, %rdi
callq 0x678a0
movq 0x670(%rsp), %rax
movq %rax, 0x1880(%rsp)
movl $0x0, 0x1834(%rsp)
movl 0x1834(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x1612168
movl $0x0, 0x1830(%rsp)
movl 0x1830(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x1612150
movq 0x1920(%rsp), %rax
movq %rax, 0x3c98(%rsp)
movq 0x3c98(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1820(%rsp)
movl $0x0, 0x181c(%rsp)
movl 0x181c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x1612126
movq 0x18d0(%rsp), %rax
movq %rax, 0x3c90(%rsp)
movq 0x3c90(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1800(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1820(%rsp), %rsi
leaq 0x1800(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x17f0(%rsp)
movq 0x1880(%rsp), %rax
vmovaps 0x17f0(%rsp), %xmm0
movq %rax, 0x3ee8(%rsp)
vmovaps %xmm0, 0x3ed0(%rsp)
vmovaps 0x3ed0(%rsp), %xmm0
movq 0x3ee8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x18d0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x18d0(%rsp)
movq 0x1880(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1880(%rsp)
movl 0x181c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x181c(%rsp)
jmp 0x1612052
movq 0x1920(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1920(%rsp)
movl 0x1830(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1830(%rsp)
jmp 0x161200e
jmp 0x1612152
movl 0x1834(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1834(%rsp)
jmp 0x1611fef
jmp 0x161216a
movl 0x192c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x192c(%rsp)
jmp 0x16112e9
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x1619485
cmpl $0x1, 0x1c80(%rsp)
jne 0x16130c4
cmpl $0x1, 0x1c7c(%rsp)
jne 0x16130c4
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x16130c4
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d50(%rsp)
movq 0x1d50(%rsp), %rcx
movq %rcx, 0x660(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x66f(%rsp)
je 0x1612275
movq 0x660(%rsp), %rax
movq %rax, 0x2638(%rsp)
movq 0x2638(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x66f(%rsp)
movb 0x66f(%rsp), %al
testb $0x1, %al
jne 0x1612282
jmp 0x1612292
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0x17ec(%rsp)
movl 0x17ec(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x16130b4
movq 0x1cc0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1798(%rsp), %rdx
movq %rdx, 0x1f40(%rsp)
movq %rcx, 0x1f38(%rsp)
movl %eax, 0x1f34(%rsp)
movq 0x1f38(%rsp), %rax
movq %rax, 0x658(%rsp)
movb $0x0, 0x1f33(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f34(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1798(%rsp), %r10
movq %r10, 0x2c30(%rsp)
movl %r9d, 0x2c2c(%rsp)
movl %r8d, 0x2c28(%rsp)
movl %edi, 0x2c24(%rsp)
movq %rsi, 0x2c18(%rsp)
movq %rdx, 0x2c10(%rsp)
movl %ecx, 0x2c0c(%rsp)
movq %rax, 0x2c00(%rsp)
movq 0x2c30(%rsp), %rcx
movq %rcx, 0x650(%rsp)
movq 0x2c18(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c10(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c0c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c00(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c2c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c28(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c24(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3198(%rsp)
movl $0x10, 0x3194(%rsp)
movq 0x3198(%rsp), %rax
movslq 0x3194(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3194(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x658(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x17c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161246d
movq 0x658(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x17d8(%rsp)
movb $0x1, 0x1f33(%rsp)
testb $0x1, 0x1f33(%rsp)
jne 0x16125a8
leaq 0x1798(%rsp), %rax
movq %rax, 0x2128(%rsp)
movq 0x2128(%rsp), %rax
movq %rax, 0x3838(%rsp)
movq 0x3838(%rsp), %rax
movq %rax, 0x648(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161254b
movq 0x648(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3834(%rsp) # imm = 0xFFFFFFFF
movl 0x3834(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3830(%rsp)
cmpl $0x1, 0x3830(%rsp)
jne 0x161254b
movq 0x648(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161251c
movq 0x648(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161251a
jmp 0x1612549
movq 0x648(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d0(%rsp)
cmpq $0x0, 0x38d0(%rsp)
je 0x1612547
movq 0x38d0(%rsp), %rdi
callq 0x5f480
jmp 0x1612549
jmp 0x161254b
movq 0x648(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16125a6
movq %rax, %rdi
callq 0x678a0
jmp 0x16125a8
leaq 0x1798(%rsp), %rax
movq %rax, 0x20b8(%rsp)
movq 0x20b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x638(%rsp)
leaq 0x1798(%rsp), %rax
movq %rax, 0x2218(%rsp)
movq 0x2218(%rsp), %rax
movq %rax, 0x3658(%rsp)
movq 0x3658(%rsp), %rax
movq %rax, 0x640(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1612693
movq 0x640(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3654(%rsp) # imm = 0xFFFFFFFF
movl 0x3654(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3650(%rsp)
cmpl $0x1, 0x3650(%rsp)
jne 0x1612693
movq 0x640(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1612664
movq 0x640(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1612662
jmp 0x1612691
movq 0x640(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c0(%rsp)
cmpq $0x0, 0x39c0(%rsp)
je 0x161268f
movq 0x39c0(%rsp), %rdi
callq 0x5f480
jmp 0x1612691
jmp 0x1612693
movq 0x640(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16126ee
movq %rax, %rdi
callq 0x678a0
movq 0x638(%rsp), %rax
movq %rax, 0x17e0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x1748(%rsp), %rdx
movq %rdx, 0x24d8(%rsp)
movq %rcx, 0x24d0(%rsp)
movl %eax, 0x24cc(%rsp)
movq 0x24d0(%rsp), %rax
movq %rax, 0x630(%rsp)
movb $0x0, 0x24cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1748(%rsp), %r10
movq %r10, 0x27d0(%rsp)
movl %r9d, 0x27cc(%rsp)
movl %r8d, 0x27c8(%rsp)
movl %edi, 0x27c4(%rsp)
movq %rsi, 0x27b8(%rsp)
movq %rdx, 0x27b0(%rsp)
movl %ecx, 0x27ac(%rsp)
movq %rax, 0x27a0(%rsp)
movq 0x27d0(%rsp), %rcx
movq %rcx, 0x628(%rsp)
movq 0x27b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x27cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x27c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32d8(%rsp)
movl $0x10, 0x32d4(%rsp)
movq 0x32d8(%rsp), %rax
movslq 0x32d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x630(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1770(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16128ba
movq 0x630(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1788(%rsp)
movb $0x1, 0x24cb(%rsp)
testb $0x1, 0x24cb(%rsp)
jne 0x16129f5
leaq 0x1748(%rsp), %rax
movq %rax, 0x24e0(%rsp)
movq 0x24e0(%rsp), %rax
movq %rax, 0x3368(%rsp)
movq 0x3368(%rsp), %rax
movq %rax, 0x620(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1612998
movq 0x620(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3364(%rsp) # imm = 0xFFFFFFFF
movl 0x3364(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3360(%rsp)
cmpl $0x1, 0x3360(%rsp)
jne 0x1612998
movq 0x620(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1612969
movq 0x620(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1612967
jmp 0x1612996
movq 0x620(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b38(%rsp)
cmpq $0x0, 0x3b38(%rsp)
je 0x1612994
movq 0x3b38(%rsp), %rdi
callq 0x5f480
jmp 0x1612996
jmp 0x1612998
movq 0x620(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16129f3
movq %rax, %rdi
callq 0x678a0
jmp 0x16129f5
leaq 0x1748(%rsp), %rax
movq %rax, 0x25e0(%rsp)
movq 0x25e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x610(%rsp)
leaq 0x1748(%rsp), %rax
movq %rax, 0x2220(%rsp)
movq 0x2220(%rsp), %rax
movq %rax, 0x3648(%rsp)
movq 0x3648(%rsp), %rax
movq %rax, 0x618(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1612ae0
movq 0x618(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3644(%rsp) # imm = 0xFFFFFFFF
movl 0x3644(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3640(%rsp)
cmpl $0x1, 0x3640(%rsp)
jne 0x1612ae0
movq 0x618(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1612ab1
movq 0x618(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1612aaf
jmp 0x1612ade
movq 0x618(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39c8(%rsp)
cmpq $0x0, 0x39c8(%rsp)
je 0x1612adc
movq 0x39c8(%rsp), %rdi
callq 0x5f480
jmp 0x1612ade
jmp 0x1612ae0
movq 0x618(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1612b3b
movq %rax, %rdi
callq 0x678a0
movq 0x610(%rsp), %rax
movq %rax, 0x1790(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x17ec(%rsp), %eax
leaq 0x16f8(%rsp), %rdx
movq %rdx, 0x1f28(%rsp)
movq %rcx, 0x1f20(%rsp)
movl %eax, 0x1f1c(%rsp)
movq 0x1f20(%rsp), %rax
movq %rax, 0x608(%rsp)
movb $0x0, 0x1f1b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f1c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x16f8(%rsp), %r10
movq %r10, 0x2c68(%rsp)
movl %r9d, 0x2c64(%rsp)
movl %r8d, 0x2c60(%rsp)
movl %edi, 0x2c5c(%rsp)
movq %rsi, 0x2c50(%rsp)
movq %rdx, 0x2c48(%rsp)
movl %ecx, 0x2c44(%rsp)
movq %rax, 0x2c38(%rsp)
movq 0x2c68(%rsp), %rcx
movq %rcx, 0x600(%rsp)
movq 0x2c50(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c48(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c44(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c38(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c64(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c60(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c5c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3188(%rsp)
movl $0x10, 0x3184(%rsp)
movq 0x3188(%rsp), %rax
movslq 0x3184(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3184(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x608(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1720(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1612d07
movq 0x608(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1738(%rsp)
movb $0x1, 0x1f1b(%rsp)
testb $0x1, 0x1f1b(%rsp)
jne 0x1612e42
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2130(%rsp)
movq 0x2130(%rsp), %rax
movq %rax, 0x3828(%rsp)
movq 0x3828(%rsp), %rax
movq %rax, 0x5f8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1612de5
movq 0x5f8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3824(%rsp) # imm = 0xFFFFFFFF
movl 0x3824(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3820(%rsp)
cmpl $0x1, 0x3820(%rsp)
jne 0x1612de5
movq 0x5f8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1612db6
movq 0x5f8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1612db4
jmp 0x1612de3
movq 0x5f8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38d8(%rsp)
cmpq $0x0, 0x38d8(%rsp)
je 0x1612de1
movq 0x38d8(%rsp), %rdi
callq 0x5f480
jmp 0x1612de3
jmp 0x1612de5
movq 0x5f8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1612e40
movq %rax, %rdi
callq 0x678a0
jmp 0x1612e42
leaq 0x16f8(%rsp), %rax
movq %rax, 0x20b0(%rsp)
movq 0x20b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5e8(%rsp)
leaq 0x16f8(%rsp), %rax
movq %rax, 0x2228(%rsp)
movq 0x2228(%rsp), %rax
movq %rax, 0x3638(%rsp)
movq 0x3638(%rsp), %rax
movq %rax, 0x5f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1612f2d
movq 0x5f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3634(%rsp) # imm = 0xFFFFFFFF
movl 0x3634(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3630(%rsp)
cmpl $0x1, 0x3630(%rsp)
jne 0x1612f2d
movq 0x5f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1612efe
movq 0x5f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1612efc
jmp 0x1612f2b
movq 0x5f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d0(%rsp)
cmpq $0x0, 0x39d0(%rsp)
je 0x1612f29
movq 0x39d0(%rsp), %rdi
callq 0x5f480
jmp 0x1612f2b
jmp 0x1612f2d
movq 0x5f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1612f88
movq %rax, %rdi
callq 0x678a0
movq 0x5e8(%rsp), %rax
movq %rax, 0x1740(%rsp)
movq 0x1740(%rsp), %rax
movq %rax, 0x3c88(%rsp)
movq 0x3c88(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16e0(%rsp)
movl $0x0, 0x16dc(%rsp)
movl 0x16dc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x161309c
movq 0x17e0(%rsp), %rax
movq %rax, 0x3c80(%rsp)
movq 0x3c80(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x16c0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x16c0(%rsp), %rsi
leaq 0x16e0(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x16b0(%rsp)
movq 0x1790(%rsp), %rax
vmovaps 0x16b0(%rsp), %xmm0
movq %rax, 0x3ec8(%rsp)
vmovaps %xmm0, 0x3eb0(%rsp)
vmovaps 0x3eb0(%rsp), %xmm0
movq 0x3ec8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x17e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x17e0(%rsp)
movq 0x1790(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1790(%rsp)
movl 0x16dc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16dc(%rsp)
jmp 0x1612fc8
jmp 0x161309e
movl 0x17ec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x17ec(%rsp)
jmp 0x161229d
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x1613bf9
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x1613bf9
cmpl $0x1, 0x1c74(%rsp)
jne 0x1613bf9
cmpl $0x1, 0x1c64(%rsp)
jne 0x1613bf9
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d48(%rsp)
movq 0x1d48(%rsp), %rcx
movq %rcx, 0x5d8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x5e7(%rsp)
je 0x16131ab
movq 0x5d8(%rsp), %rax
movq %rax, 0x2640(%rsp)
movq 0x2640(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x5e7(%rsp)
movb 0x5e7(%rsp), %al
testb $0x1, %al
jne 0x16131b8
jmp 0x16131c8
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0x16ac(%rsp)
movl 0x16ac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x1613be9
movq 0x1cc0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1658(%rsp), %rdx
movq %rdx, 0x1f10(%rsp)
movq %rcx, 0x1f08(%rsp)
movl %eax, 0x1f04(%rsp)
movq 0x1f08(%rsp), %rax
movq %rax, 0x5d0(%rsp)
movb $0x0, 0x1f03(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1f04(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1658(%rsp), %r10
movq %r10, 0x2ca0(%rsp)
movl %r9d, 0x2c9c(%rsp)
movl %r8d, 0x2c98(%rsp)
movl %edi, 0x2c94(%rsp)
movq %rsi, 0x2c88(%rsp)
movq %rdx, 0x2c80(%rsp)
movl %ecx, 0x2c7c(%rsp)
movq %rax, 0x2c70(%rsp)
movq 0x2ca0(%rsp), %rcx
movq %rcx, 0x5c8(%rsp)
movq 0x2c88(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2c80(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2c7c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2c70(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2c9c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2c98(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2c94(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3178(%rsp)
movl $0x10, 0x3174(%rsp)
movq 0x3178(%rsp), %rax
movslq 0x3174(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3174(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5d0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1680(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16133a3
movq 0x5d0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1698(%rsp)
movb $0x1, 0x1f03(%rsp)
testb $0x1, 0x1f03(%rsp)
jne 0x16134de
leaq 0x1658(%rsp), %rax
movq %rax, 0x2138(%rsp)
movq 0x2138(%rsp), %rax
movq %rax, 0x3818(%rsp)
movq 0x3818(%rsp), %rax
movq %rax, 0x5c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1613481
movq 0x5c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3814(%rsp) # imm = 0xFFFFFFFF
movl 0x3814(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3810(%rsp)
cmpl $0x1, 0x3810(%rsp)
jne 0x1613481
movq 0x5c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1613452
movq 0x5c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1613450
jmp 0x161347f
movq 0x5c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e0(%rsp)
cmpq $0x0, 0x38e0(%rsp)
je 0x161347d
movq 0x38e0(%rsp), %rdi
callq 0x5f480
jmp 0x161347f
jmp 0x1613481
movq 0x5c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16134dc
movq %rax, %rdi
callq 0x678a0
jmp 0x16134de
leaq 0x1658(%rsp), %rax
movq %rax, 0x20a8(%rsp)
movq 0x20a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x5b0(%rsp)
leaq 0x1658(%rsp), %rax
movq %rax, 0x2230(%rsp)
movq 0x2230(%rsp), %rax
movq %rax, 0x3628(%rsp)
movq 0x3628(%rsp), %rax
movq %rax, 0x5b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16135c9
movq 0x5b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3624(%rsp) # imm = 0xFFFFFFFF
movl 0x3624(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3620(%rsp)
cmpl $0x1, 0x3620(%rsp)
jne 0x16135c9
movq 0x5b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161359a
movq 0x5b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1613598
jmp 0x16135c7
movq 0x5b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39d8(%rsp)
cmpq $0x0, 0x39d8(%rsp)
je 0x16135c5
movq 0x39d8(%rsp), %rdi
callq 0x5f480
jmp 0x16135c7
jmp 0x16135c9
movq 0x5b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1613624
movq %rax, %rdi
callq 0x678a0
movq 0x5b0(%rsp), %rax
movq %rax, 0x16a0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x20a0(%rsp)
movq 0x20a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1650(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x16ac(%rsp), %eax
leaq 0x1600(%rsp), %rdx
movq %rdx, 0x24b8(%rsp)
movq %rcx, 0x24b0(%rsp)
movl %eax, 0x24ac(%rsp)
movq 0x24b0(%rsp), %rax
movq %rax, 0x5a8(%rsp)
movb $0x0, 0x24ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x24ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1600(%rsp), %r10
movq %r10, 0x2808(%rsp)
movl %r9d, 0x2804(%rsp)
movl %r8d, 0x2800(%rsp)
movl %edi, 0x27fc(%rsp)
movq %rsi, 0x27f0(%rsp)
movq %rdx, 0x27e8(%rsp)
movl %ecx, 0x27e4(%rsp)
movq %rax, 0x27d8(%rsp)
movq 0x2808(%rsp), %rcx
movq %rcx, 0x5a0(%rsp)
movq 0x27f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x27e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x27e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x27d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2804(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2800(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x27fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32c8(%rsp)
movl $0x10, 0x32c4(%rsp)
movq 0x32c8(%rsp), %rax
movslq 0x32c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x5a8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1628(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1613813
movq 0x5a8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1640(%rsp)
movb $0x1, 0x24ab(%rsp)
testb $0x1, 0x24ab(%rsp)
jne 0x161394e
leaq 0x1600(%rsp), %rax
movq %rax, 0x24c0(%rsp)
movq 0x24c0(%rsp), %rax
movq %rax, 0x3378(%rsp)
movq 0x3378(%rsp), %rax
movq %rax, 0x598(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16138f1
movq 0x598(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3374(%rsp) # imm = 0xFFFFFFFF
movl 0x3374(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3370(%rsp)
cmpl $0x1, 0x3370(%rsp)
jne 0x16138f1
movq 0x598(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16138c2
movq 0x598(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16138c0
jmp 0x16138ef
movq 0x598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b30(%rsp)
cmpq $0x0, 0x3b30(%rsp)
je 0x16138ed
movq 0x3b30(%rsp), %rdi
callq 0x5f480
jmp 0x16138ef
jmp 0x16138f1
movq 0x598(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161394c
movq %rax, %rdi
callq 0x678a0
jmp 0x161394e
leaq 0x1600(%rsp), %rax
movq %rax, 0x25d8(%rsp)
movq 0x25d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x588(%rsp)
leaq 0x1600(%rsp), %rax
movq %rax, 0x2238(%rsp)
movq 0x2238(%rsp), %rax
movq %rax, 0x3618(%rsp)
movq 0x3618(%rsp), %rax
movq %rax, 0x590(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1613a39
movq 0x590(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3614(%rsp) # imm = 0xFFFFFFFF
movl 0x3614(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3610(%rsp)
cmpl $0x1, 0x3610(%rsp)
jne 0x1613a39
movq 0x590(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1613a0a
movq 0x590(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1613a08
jmp 0x1613a37
movq 0x590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e0(%rsp)
cmpq $0x0, 0x39e0(%rsp)
je 0x1613a35
movq 0x39e0(%rsp), %rdi
callq 0x5f480
jmp 0x1613a37
jmp 0x1613a39
movq 0x590(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1613a94
movq %rax, %rdi
callq 0x678a0
movq 0x588(%rsp), %rax
movq %rax, 0x1648(%rsp)
movl $0x0, 0x15fc(%rsp)
movl 0x15fc(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x1613bd1
movq 0x16a0(%rsp), %rax
movq %rax, 0x3c78(%rsp)
movq 0x3c78(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x15e0(%rsp)
movq 0x1650(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b9c(%rsp)
vbroadcastss 0x3b9c(%rsp), %xmm0
vmovaps %xmm0, 0x3b80(%rsp)
vmovaps 0x3b80(%rsp), %xmm0
vmovaps %xmm0, 0x15d0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x15e0(%rsp), %rsi
leaq 0x15d0(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x15c0(%rsp)
movq 0x1648(%rsp), %rax
vmovaps 0x15c0(%rsp), %xmm0
movq %rax, 0x3ea8(%rsp)
vmovaps %xmm0, 0x3e90(%rsp)
vmovaps 0x3e90(%rsp), %xmm0
movq 0x3ea8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x16a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x16a0(%rsp)
movq 0x1650(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1650(%rsp)
movq 0x1648(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1648(%rsp)
movl 0x15fc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15fc(%rsp)
jmp 0x1613aaf
jmp 0x1613bd3
movl 0x16ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x16ac(%rsp)
jmp 0x16131d3
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
cmpl $0x1, 0x1ca0(%rsp)
jne 0x1614b1b
cmpl $0x1, 0x1c9c(%rsp)
jne 0x1614b1b
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x1614b1b
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d40(%rsp)
movq 0x1d40(%rsp), %rcx
movq %rcx, 0x578(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x587(%rsp)
je 0x1613ccc
movq 0x578(%rsp), %rax
movq %rax, 0x2648(%rsp)
movq 0x2648(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x587(%rsp)
movb 0x587(%rsp), %al
testb $0x1, %al
jne 0x1613cd9
jmp 0x1613ce9
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0x15bc(%rsp)
movl 0x15bc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x1614b0b
movq 0x1cc0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1568(%rsp), %rdx
movq %rdx, 0x1ef8(%rsp)
movq %rcx, 0x1ef0(%rsp)
movl %eax, 0x1eec(%rsp)
movq 0x1ef0(%rsp), %rax
movq %rax, 0x570(%rsp)
movb $0x0, 0x1eeb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1eec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1568(%rsp), %r10
movq %r10, 0x2cd8(%rsp)
movl %r9d, 0x2cd4(%rsp)
movl %r8d, 0x2cd0(%rsp)
movl %edi, 0x2ccc(%rsp)
movq %rsi, 0x2cc0(%rsp)
movq %rdx, 0x2cb8(%rsp)
movl %ecx, 0x2cb4(%rsp)
movq %rax, 0x2ca8(%rsp)
movq 0x2cd8(%rsp), %rcx
movq %rcx, 0x568(%rsp)
movq 0x2cc0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cb8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cb4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ca8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2cd4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2cd0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ccc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3168(%rsp)
movl $0x10, 0x3164(%rsp)
movq 0x3168(%rsp), %rax
movslq 0x3164(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3164(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x570(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1590(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1613ec4
movq 0x570(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x15a8(%rsp)
movb $0x1, 0x1eeb(%rsp)
testb $0x1, 0x1eeb(%rsp)
jne 0x1613fff
leaq 0x1568(%rsp), %rax
movq %rax, 0x2140(%rsp)
movq 0x2140(%rsp), %rax
movq %rax, 0x3808(%rsp)
movq 0x3808(%rsp), %rax
movq %rax, 0x560(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1613fa2
movq 0x560(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3804(%rsp) # imm = 0xFFFFFFFF
movl 0x3804(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3800(%rsp)
cmpl $0x1, 0x3800(%rsp)
jne 0x1613fa2
movq 0x560(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1613f73
movq 0x560(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1613f71
jmp 0x1613fa0
movq 0x560(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38e8(%rsp)
cmpq $0x0, 0x38e8(%rsp)
je 0x1613f9e
movq 0x38e8(%rsp), %rdi
callq 0x5f480
jmp 0x1613fa0
jmp 0x1613fa2
movq 0x560(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1613ffd
movq %rax, %rdi
callq 0x678a0
jmp 0x1613fff
leaq 0x1568(%rsp), %rax
movq %rax, 0x2098(%rsp)
movq 0x2098(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x550(%rsp)
leaq 0x1568(%rsp), %rax
movq %rax, 0x2240(%rsp)
movq 0x2240(%rsp), %rax
movq %rax, 0x3608(%rsp)
movq 0x3608(%rsp), %rax
movq %rax, 0x558(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16140ea
movq 0x558(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3604(%rsp) # imm = 0xFFFFFFFF
movl 0x3604(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3600(%rsp)
cmpl $0x1, 0x3600(%rsp)
jne 0x16140ea
movq 0x558(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16140bb
movq 0x558(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16140b9
jmp 0x16140e8
movq 0x558(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39e8(%rsp)
cmpq $0x0, 0x39e8(%rsp)
je 0x16140e6
movq 0x39e8(%rsp), %rdi
callq 0x5f480
jmp 0x16140e8
jmp 0x16140ea
movq 0x558(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1614145
movq %rax, %rdi
callq 0x678a0
movq 0x550(%rsp), %rax
movq %rax, 0x15b0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x1518(%rsp), %rdx
movq %rdx, 0x2498(%rsp)
movq %rcx, 0x2490(%rsp)
movl %eax, 0x248c(%rsp)
movq 0x2490(%rsp), %rax
movq %rax, 0x548(%rsp)
movb $0x0, 0x248b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x248c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1518(%rsp), %r10
movq %r10, 0x2840(%rsp)
movl %r9d, 0x283c(%rsp)
movl %r8d, 0x2838(%rsp)
movl %edi, 0x2834(%rsp)
movq %rsi, 0x2828(%rsp)
movq %rdx, 0x2820(%rsp)
movl %ecx, 0x281c(%rsp)
movq %rax, 0x2810(%rsp)
movq 0x2840(%rsp), %rcx
movq %rcx, 0x540(%rsp)
movq 0x2828(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2820(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x281c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2810(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x283c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2838(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2834(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32b8(%rsp)
movl $0x10, 0x32b4(%rsp)
movq 0x32b8(%rsp), %rax
movslq 0x32b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x548(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1540(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1614311
movq 0x548(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1558(%rsp)
movb $0x1, 0x248b(%rsp)
testb $0x1, 0x248b(%rsp)
jne 0x161444c
leaq 0x1518(%rsp), %rax
movq %rax, 0x24a0(%rsp)
movq 0x24a0(%rsp), %rax
movq %rax, 0x3388(%rsp)
movq 0x3388(%rsp), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16143ef
movq 0x538(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3384(%rsp) # imm = 0xFFFFFFFF
movl 0x3384(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3380(%rsp)
cmpl $0x1, 0x3380(%rsp)
jne 0x16143ef
movq 0x538(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16143c0
movq 0x538(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16143be
jmp 0x16143ed
movq 0x538(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b28(%rsp)
cmpq $0x0, 0x3b28(%rsp)
je 0x16143eb
movq 0x3b28(%rsp), %rdi
callq 0x5f480
jmp 0x16143ed
jmp 0x16143ef
movq 0x538(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161444a
movq %rax, %rdi
callq 0x678a0
jmp 0x161444c
leaq 0x1518(%rsp), %rax
movq %rax, 0x25d0(%rsp)
movq 0x25d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
leaq 0x1518(%rsp), %rax
movq %rax, 0x2248(%rsp)
movq 0x2248(%rsp), %rax
movq %rax, 0x35f8(%rsp)
movq 0x35f8(%rsp), %rax
movq %rax, 0x530(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1614537
movq 0x530(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35f4(%rsp) # imm = 0xFFFFFFFF
movl 0x35f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35f0(%rsp)
cmpl $0x1, 0x35f0(%rsp)
jne 0x1614537
movq 0x530(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1614508
movq 0x530(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1614506
jmp 0x1614535
movq 0x530(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f0(%rsp)
cmpq $0x0, 0x39f0(%rsp)
je 0x1614533
movq 0x39f0(%rsp), %rdi
callq 0x5f480
jmp 0x1614535
jmp 0x1614537
movq 0x530(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1614592
movq %rax, %rdi
callq 0x678a0
movq 0x528(%rsp), %rax
movq %rax, 0x1560(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x15bc(%rsp), %eax
leaq 0x14c8(%rsp), %rdx
movq %rdx, 0x1ee0(%rsp)
movq %rcx, 0x1ed8(%rsp)
movl %eax, 0x1ed4(%rsp)
movq 0x1ed8(%rsp), %rax
movq %rax, 0x520(%rsp)
movb $0x0, 0x1ed3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ed4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x14c8(%rsp), %r10
movq %r10, 0x2d10(%rsp)
movl %r9d, 0x2d0c(%rsp)
movl %r8d, 0x2d08(%rsp)
movl %edi, 0x2d04(%rsp)
movq %rsi, 0x2cf8(%rsp)
movq %rdx, 0x2cf0(%rsp)
movl %ecx, 0x2cec(%rsp)
movq %rax, 0x2ce0(%rsp)
movq 0x2d10(%rsp), %rcx
movq %rcx, 0x518(%rsp)
movq 0x2cf8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2cf0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2cec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ce0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d0c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d08(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d04(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3158(%rsp)
movl $0x10, 0x3154(%rsp)
movq 0x3158(%rsp), %rax
movslq 0x3154(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3154(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x520(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x14f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161475e
movq 0x520(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1508(%rsp)
movb $0x1, 0x1ed3(%rsp)
testb $0x1, 0x1ed3(%rsp)
jne 0x1614899
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2148(%rsp)
movq 0x2148(%rsp), %rax
movq %rax, 0x37f8(%rsp)
movq 0x37f8(%rsp), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161483c
movq 0x510(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37f4(%rsp) # imm = 0xFFFFFFFF
movl 0x37f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37f0(%rsp)
cmpl $0x1, 0x37f0(%rsp)
jne 0x161483c
movq 0x510(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161480d
movq 0x510(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161480b
jmp 0x161483a
movq 0x510(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f0(%rsp)
cmpq $0x0, 0x38f0(%rsp)
je 0x1614838
movq 0x38f0(%rsp), %rdi
callq 0x5f480
jmp 0x161483a
jmp 0x161483c
movq 0x510(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1614897
movq %rax, %rdi
callq 0x678a0
jmp 0x1614899
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2090(%rsp)
movq 0x2090(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x500(%rsp)
leaq 0x14c8(%rsp), %rax
movq %rax, 0x2250(%rsp)
movq 0x2250(%rsp), %rax
movq %rax, 0x35e8(%rsp)
movq 0x35e8(%rsp), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1614984
movq 0x508(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35e4(%rsp) # imm = 0xFFFFFFFF
movl 0x35e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35e0(%rsp)
cmpl $0x1, 0x35e0(%rsp)
jne 0x1614984
movq 0x508(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1614955
movq 0x508(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1614953
jmp 0x1614982
movq 0x508(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x39f8(%rsp)
cmpq $0x0, 0x39f8(%rsp)
je 0x1614980
movq 0x39f8(%rsp), %rdi
callq 0x5f480
jmp 0x1614982
jmp 0x1614984
movq 0x508(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16149df
movq %rax, %rdi
callq 0x678a0
movq 0x500(%rsp), %rax
movq %rax, 0x1510(%rsp)
movq 0x15b0(%rsp), %rax
movq %rax, 0x3c70(%rsp)
movq 0x3c70(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x14b0(%rsp)
movl $0x0, 0x14ac(%rsp)
movl 0x14ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x1614af3
movq 0x1510(%rsp), %rax
movq %rax, 0x3c68(%rsp)
movq 0x3c68(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1490(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x14b0(%rsp), %rsi
leaq 0x1490(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x1480(%rsp)
movq 0x1560(%rsp), %rax
vmovaps 0x1480(%rsp), %xmm0
movq %rax, 0x3e88(%rsp)
vmovaps %xmm0, 0x3e70(%rsp)
vmovaps 0x3e70(%rsp), %xmm0
movq 0x3e88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1510(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1510(%rsp)
movq 0x1560(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1560(%rsp)
movl 0x14ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x14ac(%rsp)
jmp 0x1614a1f
jmp 0x1614af5
movl 0x15bc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x15bc(%rsp)
jmp 0x1613cf4
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x1615650
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x1615650
cmpl $0x1, 0x1c94(%rsp)
jne 0x1615650
cmpl $0x1, 0x1c84(%rsp)
jne 0x1615650
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d38(%rsp)
movq 0x1d38(%rsp), %rcx
movq %rcx, 0x4f0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x4ff(%rsp)
je 0x1614c02
movq 0x4f0(%rsp), %rax
movq %rax, 0x2650(%rsp)
movq 0x2650(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x4ff(%rsp)
movb 0x4ff(%rsp), %al
testb $0x1, %al
jne 0x1614c0f
jmp 0x1614c1f
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0x147c(%rsp)
movl 0x147c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x1615640
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2088(%rsp)
movq 0x2088(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1470(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x1420(%rsp), %rdx
movq %rdx, 0x1ec8(%rsp)
movq %rcx, 0x1ec0(%rsp)
movl %eax, 0x1ebc(%rsp)
movq 0x1ec0(%rsp), %rax
movq %rax, 0x4e8(%rsp)
movb $0x0, 0x1ebb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ebc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1420(%rsp), %r10
movq %r10, 0x2d48(%rsp)
movl %r9d, 0x2d44(%rsp)
movl %r8d, 0x2d40(%rsp)
movl %edi, 0x2d3c(%rsp)
movq %rsi, 0x2d30(%rsp)
movq %rdx, 0x2d28(%rsp)
movl %ecx, 0x2d24(%rsp)
movq %rax, 0x2d18(%rsp)
movq 0x2d48(%rsp), %rcx
movq %rcx, 0x4e0(%rsp)
movq 0x2d30(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d28(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d24(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d18(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d44(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d40(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d3c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3148(%rsp)
movl $0x10, 0x3144(%rsp)
movq 0x3148(%rsp), %rax
movslq 0x3144(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3144(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4e8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1448(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1614e1d
movq 0x4e8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1460(%rsp)
movb $0x1, 0x1ebb(%rsp)
testb $0x1, 0x1ebb(%rsp)
jne 0x1614f58
leaq 0x1420(%rsp), %rax
movq %rax, 0x2150(%rsp)
movq 0x2150(%rsp), %rax
movq %rax, 0x37e8(%rsp)
movq 0x37e8(%rsp), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1614efb
movq 0x4d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37e4(%rsp) # imm = 0xFFFFFFFF
movl 0x37e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37e0(%rsp)
cmpl $0x1, 0x37e0(%rsp)
jne 0x1614efb
movq 0x4d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1614ecc
movq 0x4d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1614eca
jmp 0x1614ef9
movq 0x4d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38f8(%rsp)
cmpq $0x0, 0x38f8(%rsp)
je 0x1614ef7
movq 0x38f8(%rsp), %rdi
callq 0x5f480
jmp 0x1614ef9
jmp 0x1614efb
movq 0x4d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1614f56
movq %rax, %rdi
callq 0x678a0
jmp 0x1614f58
leaq 0x1420(%rsp), %rax
movq %rax, 0x2080(%rsp)
movq 0x2080(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
leaq 0x1420(%rsp), %rax
movq %rax, 0x2258(%rsp)
movq 0x2258(%rsp), %rax
movq %rax, 0x35d8(%rsp)
movq 0x35d8(%rsp), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1615043
movq 0x4d0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35d4(%rsp) # imm = 0xFFFFFFFF
movl 0x35d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35d0(%rsp)
cmpl $0x1, 0x35d0(%rsp)
jne 0x1615043
movq 0x4d0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1615014
movq 0x4d0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1615012
jmp 0x1615041
movq 0x4d0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a00(%rsp)
cmpq $0x0, 0x3a00(%rsp)
je 0x161503f
movq 0x3a00(%rsp), %rdi
callq 0x5f480
jmp 0x1615041
jmp 0x1615043
movq 0x4d0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161509e
movq %rax, %rdi
callq 0x678a0
movq 0x4c8(%rsp), %rax
movq %rax, 0x1468(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x147c(%rsp), %eax
leaq 0x13d0(%rsp), %rdx
movq %rdx, 0x2478(%rsp)
movq %rcx, 0x2470(%rsp)
movl %eax, 0x246c(%rsp)
movq 0x2470(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movb $0x0, 0x246b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x246c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x13d0(%rsp), %r10
movq %r10, 0x2878(%rsp)
movl %r9d, 0x2874(%rsp)
movl %r8d, 0x2870(%rsp)
movl %edi, 0x286c(%rsp)
movq %rsi, 0x2860(%rsp)
movq %rdx, 0x2858(%rsp)
movl %ecx, 0x2854(%rsp)
movq %rax, 0x2848(%rsp)
movq 0x2878(%rsp), %rcx
movq %rcx, 0x4b8(%rsp)
movq 0x2860(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2858(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2854(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2848(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2874(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2870(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x286c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x32a8(%rsp)
movl $0x10, 0x32a4(%rsp)
movq 0x32a8(%rsp), %rax
movslq 0x32a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x32a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x4c0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x13f8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161526a
movq 0x4c0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1410(%rsp)
movb $0x1, 0x246b(%rsp)
testb $0x1, 0x246b(%rsp)
jne 0x16153a5
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2480(%rsp)
movq 0x2480(%rsp), %rax
movq %rax, 0x3398(%rsp)
movq 0x3398(%rsp), %rax
movq %rax, 0x4b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1615348
movq 0x4b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3394(%rsp) # imm = 0xFFFFFFFF
movl 0x3394(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3390(%rsp)
cmpl $0x1, 0x3390(%rsp)
jne 0x1615348
movq 0x4b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1615319
movq 0x4b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1615317
jmp 0x1615346
movq 0x4b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b20(%rsp)
cmpq $0x0, 0x3b20(%rsp)
je 0x1615344
movq 0x3b20(%rsp), %rdi
callq 0x5f480
jmp 0x1615346
jmp 0x1615348
movq 0x4b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16153a3
movq %rax, %rdi
callq 0x678a0
jmp 0x16153a5
leaq 0x13d0(%rsp), %rax
movq %rax, 0x25c8(%rsp)
movq 0x25c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4a0(%rsp)
leaq 0x13d0(%rsp), %rax
movq %rax, 0x2260(%rsp)
movq 0x2260(%rsp), %rax
movq %rax, 0x35c8(%rsp)
movq 0x35c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1615490
movq 0x4a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35c4(%rsp) # imm = 0xFFFFFFFF
movl 0x35c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35c0(%rsp)
cmpl $0x1, 0x35c0(%rsp)
jne 0x1615490
movq 0x4a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1615461
movq 0x4a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161545f
jmp 0x161548e
movq 0x4a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a08(%rsp)
cmpq $0x0, 0x3a08(%rsp)
je 0x161548c
movq 0x3a08(%rsp), %rdi
callq 0x5f480
jmp 0x161548e
jmp 0x1615490
movq 0x4a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16154eb
movq %rax, %rdi
callq 0x678a0
movq 0x4a0(%rsp), %rax
movq %rax, 0x1418(%rsp)
movl $0x0, 0x13cc(%rsp)
movl 0x13cc(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x1615628
movq 0x1470(%rsp), %rax
vmovss (%rax), %xmm0
vmovss %xmm0, 0x3b7c(%rsp)
vbroadcastss 0x3b7c(%rsp), %xmm0
vmovaps %xmm0, 0x3b60(%rsp)
vmovaps 0x3b60(%rsp), %xmm0
vmovaps %xmm0, 0x13b0(%rsp)
movq 0x1468(%rsp), %rax
movq %rax, 0x3c60(%rsp)
movq 0x3c60(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x13a0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x13b0(%rsp), %rsi
leaq 0x13a0(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x1390(%rsp)
movq 0x1418(%rsp), %rax
vmovaps 0x1390(%rsp), %xmm0
movq %rax, 0x3e68(%rsp)
vmovaps %xmm0, 0x3e50(%rsp)
vmovaps 0x3e50(%rsp), %xmm0
movq 0x3e68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1470(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1470(%rsp)
movq 0x1468(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1468(%rsp)
movq 0x1418(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1418(%rsp)
movl 0x13cc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13cc(%rsp)
jmp 0x1615506
jmp 0x161562a
movl 0x147c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x147c(%rsp)
jmp 0x1614c2a
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
cmpl $0x1, 0x1ca0(%rsp)
je 0x16165d1
cmpl $0x1, 0x1c80(%rsp)
jne 0x16165d1
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x16165d1
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x16165d1
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d30(%rsp)
movq 0x1d30(%rsp), %rcx
movq %rcx, 0x490(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x49f(%rsp)
je 0x1615737
movq 0x490(%rsp), %rax
movq %rax, 0x2658(%rsp)
movq 0x2658(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x49f(%rsp)
movb 0x49f(%rsp), %al
testb $0x1, %al
jne 0x1615744
jmp 0x1615754
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0x138c(%rsp)
movl 0x138c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x16165c1
movq 0x1cc0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1338(%rsp), %rdx
movq %rdx, 0x1eb0(%rsp)
movq %rcx, 0x1ea8(%rsp)
movl %eax, 0x1ea4(%rsp)
movq 0x1ea8(%rsp), %rax
movq %rax, 0x488(%rsp)
movb $0x0, 0x1ea3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1ea4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1338(%rsp), %r10
movq %r10, 0x2d80(%rsp)
movl %r9d, 0x2d7c(%rsp)
movl %r8d, 0x2d78(%rsp)
movl %edi, 0x2d74(%rsp)
movq %rsi, 0x2d68(%rsp)
movq %rdx, 0x2d60(%rsp)
movl %ecx, 0x2d5c(%rsp)
movq %rax, 0x2d50(%rsp)
movq 0x2d80(%rsp), %rcx
movq %rcx, 0x480(%rsp)
movq 0x2d68(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d60(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d5c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d50(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2d7c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2d78(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2d74(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3138(%rsp)
movl $0x10, 0x3134(%rsp)
movq 0x3138(%rsp), %rax
movslq 0x3134(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3134(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x488(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1360(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161592f
movq 0x488(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1378(%rsp)
movb $0x1, 0x1ea3(%rsp)
testb $0x1, 0x1ea3(%rsp)
jne 0x1615a6a
leaq 0x1338(%rsp), %rax
movq %rax, 0x2158(%rsp)
movq 0x2158(%rsp), %rax
movq %rax, 0x37d8(%rsp)
movq 0x37d8(%rsp), %rax
movq %rax, 0x478(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1615a0d
movq 0x478(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37d4(%rsp) # imm = 0xFFFFFFFF
movl 0x37d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37d0(%rsp)
cmpl $0x1, 0x37d0(%rsp)
jne 0x1615a0d
movq 0x478(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16159de
movq 0x478(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16159dc
jmp 0x1615a0b
movq 0x478(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3900(%rsp)
cmpq $0x0, 0x3900(%rsp)
je 0x1615a09
movq 0x3900(%rsp), %rdi
callq 0x5f480
jmp 0x1615a0b
jmp 0x1615a0d
movq 0x478(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1615a68
movq %rax, %rdi
callq 0x678a0
jmp 0x1615a6a
leaq 0x1338(%rsp), %rax
movq %rax, 0x2078(%rsp)
movq 0x2078(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x468(%rsp)
leaq 0x1338(%rsp), %rax
movq %rax, 0x2268(%rsp)
movq 0x2268(%rsp), %rax
movq %rax, 0x35b8(%rsp)
movq 0x35b8(%rsp), %rax
movq %rax, 0x470(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1615b55
movq 0x470(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35b4(%rsp) # imm = 0xFFFFFFFF
movl 0x35b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35b0(%rsp)
cmpl $0x1, 0x35b0(%rsp)
jne 0x1615b55
movq 0x470(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1615b26
movq 0x470(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1615b24
jmp 0x1615b53
movq 0x470(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a10(%rsp)
cmpq $0x0, 0x3a10(%rsp)
je 0x1615b51
movq 0x3a10(%rsp), %rdi
callq 0x5f480
jmp 0x1615b53
jmp 0x1615b55
movq 0x470(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1615bb0
movq %rax, %rdi
callq 0x678a0
movq 0x468(%rsp), %rax
movq %rax, 0x1380(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x12e8(%rsp), %rdx
movq %rdx, 0x1e98(%rsp)
movq %rcx, 0x1e90(%rsp)
movl %eax, 0x1e8c(%rsp)
movq 0x1e90(%rsp), %rax
movq %rax, 0x460(%rsp)
movb $0x0, 0x1e8b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e8c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x12e8(%rsp), %r10
movq %r10, 0x2db8(%rsp)
movl %r9d, 0x2db4(%rsp)
movl %r8d, 0x2db0(%rsp)
movl %edi, 0x2dac(%rsp)
movq %rsi, 0x2da0(%rsp)
movq %rdx, 0x2d98(%rsp)
movl %ecx, 0x2d94(%rsp)
movq %rax, 0x2d88(%rsp)
movq 0x2db8(%rsp), %rcx
movq %rcx, 0x458(%rsp)
movq 0x2da0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2d98(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2d94(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d88(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2db4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2db0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2dac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3128(%rsp)
movl $0x10, 0x3124(%rsp)
movq 0x3128(%rsp), %rax
movslq 0x3124(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3124(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x460(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1310(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1615d7c
movq 0x460(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1328(%rsp)
movb $0x1, 0x1e8b(%rsp)
testb $0x1, 0x1e8b(%rsp)
jne 0x1615eb7
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2160(%rsp)
movq 0x2160(%rsp), %rax
movq %rax, 0x37c8(%rsp)
movq 0x37c8(%rsp), %rax
movq %rax, 0x450(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1615e5a
movq 0x450(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c4(%rsp) # imm = 0xFFFFFFFF
movl 0x37c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37c0(%rsp)
cmpl $0x1, 0x37c0(%rsp)
jne 0x1615e5a
movq 0x450(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1615e2b
movq 0x450(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1615e29
jmp 0x1615e58
movq 0x450(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3908(%rsp)
cmpq $0x0, 0x3908(%rsp)
je 0x1615e56
movq 0x3908(%rsp), %rdi
callq 0x5f480
jmp 0x1615e58
jmp 0x1615e5a
movq 0x450(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1615eb5
movq %rax, %rdi
callq 0x678a0
jmp 0x1615eb7
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2070(%rsp)
movq 0x2070(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x440(%rsp)
leaq 0x12e8(%rsp), %rax
movq %rax, 0x2270(%rsp)
movq 0x2270(%rsp), %rax
movq %rax, 0x35a8(%rsp)
movq 0x35a8(%rsp), %rax
movq %rax, 0x448(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1615fa2
movq 0x448(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x35a4(%rsp) # imm = 0xFFFFFFFF
movl 0x35a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x35a0(%rsp)
cmpl $0x1, 0x35a0(%rsp)
jne 0x1615fa2
movq 0x448(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1615f73
movq 0x448(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1615f71
jmp 0x1615fa0
movq 0x448(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a18(%rsp)
cmpq $0x0, 0x3a18(%rsp)
je 0x1615f9e
movq 0x3a18(%rsp), %rdi
callq 0x5f480
jmp 0x1615fa0
jmp 0x1615fa2
movq 0x448(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1615ffd
movq %rax, %rdi
callq 0x678a0
movq 0x440(%rsp), %rax
movq %rax, 0x1330(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x138c(%rsp), %eax
leaq 0x1298(%rsp), %rdx
movq %rdx, 0x2458(%rsp)
movq %rcx, 0x2450(%rsp)
movl %eax, 0x244c(%rsp)
movq 0x2450(%rsp), %rax
movq %rax, 0x438(%rsp)
movb $0x0, 0x244b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x244c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1298(%rsp), %r10
movq %r10, 0x28b0(%rsp)
movl %r9d, 0x28ac(%rsp)
movl %r8d, 0x28a8(%rsp)
movl %edi, 0x28a4(%rsp)
movq %rsi, 0x2898(%rsp)
movq %rdx, 0x2890(%rsp)
movl %ecx, 0x288c(%rsp)
movq %rax, 0x2880(%rsp)
movq 0x28b0(%rsp), %rcx
movq %rcx, 0x430(%rsp)
movq 0x2898(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2890(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x288c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2880(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28ac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28a8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28a4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3298(%rsp)
movl $0x10, 0x3294(%rsp)
movq 0x3298(%rsp), %rax
movslq 0x3294(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3294(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x438(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x12c0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16161c9
movq 0x438(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x12d8(%rsp)
movb $0x1, 0x244b(%rsp)
testb $0x1, 0x244b(%rsp)
jne 0x1616304
leaq 0x1298(%rsp), %rax
movq %rax, 0x2460(%rsp)
movq 0x2460(%rsp), %rax
movq %rax, 0x33a8(%rsp)
movq 0x33a8(%rsp), %rax
movq %rax, 0x428(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16162a7
movq 0x428(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33a4(%rsp) # imm = 0xFFFFFFFF
movl 0x33a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33a0(%rsp)
cmpl $0x1, 0x33a0(%rsp)
jne 0x16162a7
movq 0x428(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1616278
movq 0x428(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1616276
jmp 0x16162a5
movq 0x428(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b18(%rsp)
cmpq $0x0, 0x3b18(%rsp)
je 0x16162a3
movq 0x3b18(%rsp), %rdi
callq 0x5f480
jmp 0x16162a5
jmp 0x16162a7
movq 0x428(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1616302
movq %rax, %rdi
callq 0x678a0
jmp 0x1616304
leaq 0x1298(%rsp), %rax
movq %rax, 0x25c0(%rsp)
movq 0x25c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x418(%rsp)
leaq 0x1298(%rsp), %rax
movq %rax, 0x2278(%rsp)
movq 0x2278(%rsp), %rax
movq %rax, 0x3598(%rsp)
movq 0x3598(%rsp), %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16163ef
movq 0x420(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3594(%rsp) # imm = 0xFFFFFFFF
movl 0x3594(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3590(%rsp)
cmpl $0x1, 0x3590(%rsp)
jne 0x16163ef
movq 0x420(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16163c0
movq 0x420(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16163be
jmp 0x16163ed
movq 0x420(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a20(%rsp)
cmpq $0x0, 0x3a20(%rsp)
je 0x16163eb
movq 0x3a20(%rsp), %rdi
callq 0x5f480
jmp 0x16163ed
jmp 0x16163ef
movq 0x420(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161644a
movq %rax, %rdi
callq 0x678a0
movq 0x418(%rsp), %rax
movq %rax, 0x12e0(%rsp)
movl $0x0, 0x1294(%rsp)
movl 0x1294(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x16165a9
movq 0x1330(%rsp), %rax
movl 0x1294(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c58(%rsp)
movq 0x3c58(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1280(%rsp)
movl $0x0, 0x127c(%rsp)
movl 0x127c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x1616591
movq 0x1380(%rsp), %rax
movq %rax, 0x3c50(%rsp)
movq 0x3c50(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1260(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1260(%rsp), %rsi
leaq 0x1280(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x1250(%rsp)
movq 0x12e0(%rsp), %rax
vmovaps 0x1250(%rsp), %xmm0
movq %rax, 0x3e48(%rsp)
vmovaps %xmm0, 0x3e30(%rsp)
vmovaps 0x3e30(%rsp), %xmm0
movq 0x3e48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1380(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1380(%rsp)
movq 0x12e0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x12e0(%rsp)
movl 0x127c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x127c(%rsp)
jmp 0x16164bd
jmp 0x1616593
movl 0x1294(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1294(%rsp)
jmp 0x1616465
jmp 0x16165ab
movl 0x138c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x138c(%rsp)
jmp 0x161575f
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x1617552
cmpl $0x1, 0x1c9c(%rsp)
je 0x1617552
cmpl $0x1, 0x1c7c(%rsp)
jne 0x1617552
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x1617552
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d28(%rsp)
movq 0x1d28(%rsp), %rcx
movq %rcx, 0x408(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x417(%rsp)
je 0x16166b8
movq 0x408(%rsp), %rax
movq %rax, 0x2660(%rsp)
movq 0x2660(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x417(%rsp)
movb 0x417(%rsp), %al
testb $0x1, %al
jne 0x16166c5
jmp 0x16166d5
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0x124c(%rsp)
movl 0x124c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x1617542
movq 0x1cc0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11f8(%rsp), %rdx
movq %rdx, 0x1e80(%rsp)
movq %rcx, 0x1e78(%rsp)
movl %eax, 0x1e74(%rsp)
movq 0x1e78(%rsp), %rax
movq %rax, 0x400(%rsp)
movb $0x0, 0x1e73(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e74(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11f8(%rsp), %r10
movq %r10, 0x2df0(%rsp)
movl %r9d, 0x2dec(%rsp)
movl %r8d, 0x2de8(%rsp)
movl %edi, 0x2de4(%rsp)
movq %rsi, 0x2dd8(%rsp)
movq %rdx, 0x2dd0(%rsp)
movl %ecx, 0x2dcc(%rsp)
movq %rax, 0x2dc0(%rsp)
movq 0x2df0(%rsp), %rcx
movq %rcx, 0x3f8(%rsp)
movq 0x2dd8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2dd0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2dcc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2dc0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2dec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2de8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2de4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3118(%rsp)
movl $0x10, 0x3114(%rsp)
movq 0x3118(%rsp), %rax
movslq 0x3114(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3114(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x400(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1220(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16168b0
movq 0x400(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1238(%rsp)
movb $0x1, 0x1e73(%rsp)
testb $0x1, 0x1e73(%rsp)
jne 0x16169eb
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2168(%rsp)
movq 0x2168(%rsp), %rax
movq %rax, 0x37b8(%rsp)
movq 0x37b8(%rsp), %rax
movq %rax, 0x3f0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161698e
movq 0x3f0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37b4(%rsp) # imm = 0xFFFFFFFF
movl 0x37b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37b0(%rsp)
cmpl $0x1, 0x37b0(%rsp)
jne 0x161698e
movq 0x3f0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161695f
movq 0x3f0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161695d
jmp 0x161698c
movq 0x3f0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3910(%rsp)
cmpq $0x0, 0x3910(%rsp)
je 0x161698a
movq 0x3910(%rsp), %rdi
callq 0x5f480
jmp 0x161698c
jmp 0x161698e
movq 0x3f0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16169e9
movq %rax, %rdi
callq 0x678a0
jmp 0x16169eb
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2068(%rsp)
movq 0x2068(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3e0(%rsp)
leaq 0x11f8(%rsp), %rax
movq %rax, 0x2280(%rsp)
movq 0x2280(%rsp), %rax
movq %rax, 0x3588(%rsp)
movq 0x3588(%rsp), %rax
movq %rax, 0x3e8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1616ad6
movq 0x3e8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3584(%rsp) # imm = 0xFFFFFFFF
movl 0x3584(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3580(%rsp)
cmpl $0x1, 0x3580(%rsp)
jne 0x1616ad6
movq 0x3e8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1616aa7
movq 0x3e8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1616aa5
jmp 0x1616ad4
movq 0x3e8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a28(%rsp)
cmpq $0x0, 0x3a28(%rsp)
je 0x1616ad2
movq 0x3a28(%rsp), %rdi
callq 0x5f480
jmp 0x1616ad4
jmp 0x1616ad6
movq 0x3e8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1616b31
movq %rax, %rdi
callq 0x678a0
movq 0x3e0(%rsp), %rax
movq %rax, 0x1240(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x11a8(%rsp), %rdx
movq %rdx, 0x1e68(%rsp)
movq %rcx, 0x1e60(%rsp)
movl %eax, 0x1e5c(%rsp)
movq 0x1e60(%rsp), %rax
movq %rax, 0x3d8(%rsp)
movb $0x0, 0x1e5b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e5c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x11a8(%rsp), %r10
movq %r10, 0x2e28(%rsp)
movl %r9d, 0x2e24(%rsp)
movl %r8d, 0x2e20(%rsp)
movl %edi, 0x2e1c(%rsp)
movq %rsi, 0x2e10(%rsp)
movq %rdx, 0x2e08(%rsp)
movl %ecx, 0x2e04(%rsp)
movq %rax, 0x2df8(%rsp)
movq 0x2e28(%rsp), %rcx
movq %rcx, 0x3d0(%rsp)
movq 0x2e10(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e08(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e04(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2df8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e24(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e20(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e1c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3108(%rsp)
movl $0x10, 0x3104(%rsp)
movq 0x3108(%rsp), %rax
movslq 0x3104(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3104(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3d8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x11d0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1616cfd
movq 0x3d8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x11e8(%rsp)
movb $0x1, 0x1e5b(%rsp)
testb $0x1, 0x1e5b(%rsp)
jne 0x1616e38
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2170(%rsp)
movq 0x2170(%rsp), %rax
movq %rax, 0x37a8(%rsp)
movq 0x37a8(%rsp), %rax
movq %rax, 0x3c8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1616ddb
movq 0x3c8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37a4(%rsp) # imm = 0xFFFFFFFF
movl 0x37a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x37a0(%rsp)
cmpl $0x1, 0x37a0(%rsp)
jne 0x1616ddb
movq 0x3c8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1616dac
movq 0x3c8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1616daa
jmp 0x1616dd9
movq 0x3c8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3918(%rsp)
cmpq $0x0, 0x3918(%rsp)
je 0x1616dd7
movq 0x3918(%rsp), %rdi
callq 0x5f480
jmp 0x1616dd9
jmp 0x1616ddb
movq 0x3c8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1616e36
movq %rax, %rdi
callq 0x678a0
jmp 0x1616e38
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2060(%rsp)
movq 0x2060(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
leaq 0x11a8(%rsp), %rax
movq %rax, 0x2288(%rsp)
movq 0x2288(%rsp), %rax
movq %rax, 0x3578(%rsp)
movq 0x3578(%rsp), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1616f23
movq 0x3c0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3574(%rsp) # imm = 0xFFFFFFFF
movl 0x3574(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3570(%rsp)
cmpl $0x1, 0x3570(%rsp)
jne 0x1616f23
movq 0x3c0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1616ef4
movq 0x3c0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1616ef2
jmp 0x1616f21
movq 0x3c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a30(%rsp)
cmpq $0x0, 0x3a30(%rsp)
je 0x1616f1f
movq 0x3a30(%rsp), %rdi
callq 0x5f480
jmp 0x1616f21
jmp 0x1616f23
movq 0x3c0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1616f7e
movq %rax, %rdi
callq 0x678a0
movq 0x3b8(%rsp), %rax
movq %rax, 0x11f0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x124c(%rsp), %eax
leaq 0x1158(%rsp), %rdx
movq %rdx, 0x2438(%rsp)
movq %rcx, 0x2430(%rsp)
movl %eax, 0x242c(%rsp)
movq 0x2430(%rsp), %rax
movq %rax, 0x3b0(%rsp)
movb $0x0, 0x242b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x242c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1158(%rsp), %r10
movq %r10, 0x28e8(%rsp)
movl %r9d, 0x28e4(%rsp)
movl %r8d, 0x28e0(%rsp)
movl %edi, 0x28dc(%rsp)
movq %rsi, 0x28d0(%rsp)
movq %rdx, 0x28c8(%rsp)
movl %ecx, 0x28c4(%rsp)
movq %rax, 0x28b8(%rsp)
movq 0x28e8(%rsp), %rcx
movq %rcx, 0x3a8(%rsp)
movq 0x28d0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x28c8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28c4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28b8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x28e4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x28e0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x28dc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3288(%rsp)
movl $0x10, 0x3284(%rsp)
movq 0x3288(%rsp), %rax
movslq 0x3284(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3284(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x3b0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1180(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161714a
movq 0x3b0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1198(%rsp)
movb $0x1, 0x242b(%rsp)
testb $0x1, 0x242b(%rsp)
jne 0x1617285
leaq 0x1158(%rsp), %rax
movq %rax, 0x2440(%rsp)
movq 0x2440(%rsp), %rax
movq %rax, 0x33b8(%rsp)
movq 0x33b8(%rsp), %rax
movq %rax, 0x3a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1617228
movq 0x3a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33b4(%rsp) # imm = 0xFFFFFFFF
movl 0x33b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33b0(%rsp)
cmpl $0x1, 0x33b0(%rsp)
jne 0x1617228
movq 0x3a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16171f9
movq 0x3a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16171f7
jmp 0x1617226
movq 0x3a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b10(%rsp)
cmpq $0x0, 0x3b10(%rsp)
je 0x1617224
movq 0x3b10(%rsp), %rdi
callq 0x5f480
jmp 0x1617226
jmp 0x1617228
movq 0x3a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1617283
movq %rax, %rdi
callq 0x678a0
jmp 0x1617285
leaq 0x1158(%rsp), %rax
movq %rax, 0x25b8(%rsp)
movq 0x25b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x390(%rsp)
leaq 0x1158(%rsp), %rax
movq %rax, 0x2290(%rsp)
movq 0x2290(%rsp), %rax
movq %rax, 0x3568(%rsp)
movq 0x3568(%rsp), %rax
movq %rax, 0x398(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1617370
movq 0x398(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3564(%rsp) # imm = 0xFFFFFFFF
movl 0x3564(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3560(%rsp)
cmpl $0x1, 0x3560(%rsp)
jne 0x1617370
movq 0x398(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1617341
movq 0x398(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161733f
jmp 0x161736e
movq 0x398(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a38(%rsp)
cmpq $0x0, 0x3a38(%rsp)
je 0x161736c
movq 0x3a38(%rsp), %rdi
callq 0x5f480
jmp 0x161736e
jmp 0x1617370
movq 0x398(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16173cb
movq %rax, %rdi
callq 0x678a0
movq 0x390(%rsp), %rax
movq %rax, 0x11a0(%rsp)
movl $0x0, 0x1154(%rsp)
movl 0x1154(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x161752a
movl $0x0, 0x1150(%rsp)
movl 0x1150(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x1617512
movq 0x1240(%rsp), %rax
movq %rax, 0x3c48(%rsp)
movq 0x3c48(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1140(%rsp)
movq 0x11f0(%rsp), %rax
movl 0x1150(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c40(%rsp)
movq 0x3c40(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1130(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1140(%rsp), %rsi
leaq 0x1130(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x1120(%rsp)
movq 0x11a0(%rsp), %rax
vmovaps 0x1120(%rsp), %xmm0
movq %rax, 0x3e28(%rsp)
vmovaps %xmm0, 0x3e10(%rsp)
vmovaps 0x3e10(%rsp), %xmm0
movq 0x3e28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x1240(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1240(%rsp)
movq 0x11a0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x11a0(%rsp)
movl 0x1150(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1150(%rsp)
jmp 0x1617405
jmp 0x1617514
movl 0x1154(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1154(%rsp)
jmp 0x16173e6
jmp 0x161752c
movl 0x124c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x124c(%rsp)
jmp 0x16166e0
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
cmpl $0x1, 0x1c80(%rsp)
je 0x16184d3
cmpl $0x1, 0x1ca0(%rsp)
jne 0x16184d3
movl 0x1c7c(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jne 0x16184d3
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x16184d3
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d20(%rsp)
movq 0x1d20(%rsp), %rcx
movq %rcx, 0x380(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x38f(%rsp)
je 0x1617639
movq 0x380(%rsp), %rax
movq %rax, 0x2668(%rsp)
movq 0x2668(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x38f(%rsp)
movb 0x38f(%rsp), %al
testb $0x1, %al
jne 0x1617646
jmp 0x1617656
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0x111c(%rsp)
movl 0x111c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x16184c3
movq 0x1cc0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x10c8(%rsp), %rdx
movq %rdx, 0x1e50(%rsp)
movq %rcx, 0x1e48(%rsp)
movl %eax, 0x1e44(%rsp)
movq 0x1e48(%rsp), %rax
movq %rax, 0x378(%rsp)
movb $0x0, 0x1e43(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e44(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x10c8(%rsp), %r10
movq %r10, 0x2e60(%rsp)
movl %r9d, 0x2e5c(%rsp)
movl %r8d, 0x2e58(%rsp)
movl %edi, 0x2e54(%rsp)
movq %rsi, 0x2e48(%rsp)
movq %rdx, 0x2e40(%rsp)
movl %ecx, 0x2e3c(%rsp)
movq %rax, 0x2e30(%rsp)
movq 0x2e60(%rsp), %rcx
movq %rcx, 0x370(%rsp)
movq 0x2e48(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e40(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e3c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e30(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e5c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e58(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e54(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30f8(%rsp)
movl $0x10, 0x30f4(%rsp)
movq 0x30f8(%rsp), %rax
movslq 0x30f4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30f4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x378(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10f0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1617831
movq 0x378(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1108(%rsp)
movb $0x1, 0x1e43(%rsp)
testb $0x1, 0x1e43(%rsp)
jne 0x161796c
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2178(%rsp)
movq 0x2178(%rsp), %rax
movq %rax, 0x3798(%rsp)
movq 0x3798(%rsp), %rax
movq %rax, 0x368(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161790f
movq 0x368(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3794(%rsp) # imm = 0xFFFFFFFF
movl 0x3794(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3790(%rsp)
cmpl $0x1, 0x3790(%rsp)
jne 0x161790f
movq 0x368(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16178e0
movq 0x368(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16178de
jmp 0x161790d
movq 0x368(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3920(%rsp)
cmpq $0x0, 0x3920(%rsp)
je 0x161790b
movq 0x3920(%rsp), %rdi
callq 0x5f480
jmp 0x161790d
jmp 0x161790f
movq 0x368(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161796a
movq %rax, %rdi
callq 0x678a0
jmp 0x161796c
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2058(%rsp)
movq 0x2058(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x358(%rsp)
leaq 0x10c8(%rsp), %rax
movq %rax, 0x2298(%rsp)
movq 0x2298(%rsp), %rax
movq %rax, 0x3558(%rsp)
movq 0x3558(%rsp), %rax
movq %rax, 0x360(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1617a57
movq 0x360(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3554(%rsp) # imm = 0xFFFFFFFF
movl 0x3554(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3550(%rsp)
cmpl $0x1, 0x3550(%rsp)
jne 0x1617a57
movq 0x360(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1617a28
movq 0x360(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1617a26
jmp 0x1617a55
movq 0x360(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a40(%rsp)
cmpq $0x0, 0x3a40(%rsp)
je 0x1617a53
movq 0x3a40(%rsp), %rdi
callq 0x5f480
jmp 0x1617a55
jmp 0x1617a57
movq 0x360(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1617ab2
movq %rax, %rdi
callq 0x678a0
movq 0x358(%rsp), %rax
movq %rax, 0x1110(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1078(%rsp), %rdx
movq %rdx, 0x1e38(%rsp)
movq %rcx, 0x1e30(%rsp)
movl %eax, 0x1e2c(%rsp)
movq 0x1e30(%rsp), %rax
movq %rax, 0x350(%rsp)
movb $0x0, 0x1e2b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e2c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1078(%rsp), %r10
movq %r10, 0x2e98(%rsp)
movl %r9d, 0x2e94(%rsp)
movl %r8d, 0x2e90(%rsp)
movl %edi, 0x2e8c(%rsp)
movq %rsi, 0x2e80(%rsp)
movq %rdx, 0x2e78(%rsp)
movl %ecx, 0x2e74(%rsp)
movq %rax, 0x2e68(%rsp)
movq 0x2e98(%rsp), %rcx
movq %rcx, 0x348(%rsp)
movq 0x2e80(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e78(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e74(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2e68(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2e94(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2e90(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2e8c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30e8(%rsp)
movl $0x10, 0x30e4(%rsp)
movq 0x30e8(%rsp), %rax
movslq 0x30e4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30e4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x350(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x10a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1617c7e
movq 0x350(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x10b8(%rsp)
movb $0x1, 0x1e2b(%rsp)
testb $0x1, 0x1e2b(%rsp)
jne 0x1617db9
leaq 0x1078(%rsp), %rax
movq %rax, 0x2180(%rsp)
movq 0x2180(%rsp), %rax
movq %rax, 0x3788(%rsp)
movq 0x3788(%rsp), %rax
movq %rax, 0x340(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1617d5c
movq 0x340(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3784(%rsp) # imm = 0xFFFFFFFF
movl 0x3784(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3780(%rsp)
cmpl $0x1, 0x3780(%rsp)
jne 0x1617d5c
movq 0x340(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1617d2d
movq 0x340(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1617d2b
jmp 0x1617d5a
movq 0x340(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3928(%rsp)
cmpq $0x0, 0x3928(%rsp)
je 0x1617d58
movq 0x3928(%rsp), %rdi
callq 0x5f480
jmp 0x1617d5a
jmp 0x1617d5c
movq 0x340(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1617db7
movq %rax, %rdi
callq 0x678a0
jmp 0x1617db9
leaq 0x1078(%rsp), %rax
movq %rax, 0x2050(%rsp)
movq 0x2050(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x330(%rsp)
leaq 0x1078(%rsp), %rax
movq %rax, 0x22a0(%rsp)
movq 0x22a0(%rsp), %rax
movq %rax, 0x3548(%rsp)
movq 0x3548(%rsp), %rax
movq %rax, 0x338(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1617ea4
movq 0x338(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3544(%rsp) # imm = 0xFFFFFFFF
movl 0x3544(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3540(%rsp)
cmpl $0x1, 0x3540(%rsp)
jne 0x1617ea4
movq 0x338(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1617e75
movq 0x338(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1617e73
jmp 0x1617ea2
movq 0x338(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a48(%rsp)
cmpq $0x0, 0x3a48(%rsp)
je 0x1617ea0
movq 0x3a48(%rsp), %rdi
callq 0x5f480
jmp 0x1617ea2
jmp 0x1617ea4
movq 0x338(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1617eff
movq %rax, %rdi
callq 0x678a0
movq 0x330(%rsp), %rax
movq %rax, 0x10c0(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x111c(%rsp), %eax
leaq 0x1028(%rsp), %rdx
movq %rdx, 0x2418(%rsp)
movq %rcx, 0x2410(%rsp)
movl %eax, 0x240c(%rsp)
movq 0x2410(%rsp), %rax
movq %rax, 0x328(%rsp)
movb $0x0, 0x240b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x240c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1028(%rsp), %r10
movq %r10, 0x2920(%rsp)
movl %r9d, 0x291c(%rsp)
movl %r8d, 0x2918(%rsp)
movl %edi, 0x2914(%rsp)
movq %rsi, 0x2908(%rsp)
movq %rdx, 0x2900(%rsp)
movl %ecx, 0x28fc(%rsp)
movq %rax, 0x28f0(%rsp)
movq 0x2920(%rsp), %rcx
movq %rcx, 0x320(%rsp)
movq 0x2908(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2900(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x28fc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x28f0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x291c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2918(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2914(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3278(%rsp)
movl $0x10, 0x3274(%rsp)
movq 0x3278(%rsp), %rax
movslq 0x3274(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3274(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x328(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1050(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16180cb
movq 0x328(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1068(%rsp)
movb $0x1, 0x240b(%rsp)
testb $0x1, 0x240b(%rsp)
jne 0x1618206
leaq 0x1028(%rsp), %rax
movq %rax, 0x2420(%rsp)
movq 0x2420(%rsp), %rax
movq %rax, 0x33c8(%rsp)
movq 0x33c8(%rsp), %rax
movq %rax, 0x318(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16181a9
movq 0x318(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33c4(%rsp) # imm = 0xFFFFFFFF
movl 0x33c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33c0(%rsp)
cmpl $0x1, 0x33c0(%rsp)
jne 0x16181a9
movq 0x318(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161817a
movq 0x318(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1618178
jmp 0x16181a7
movq 0x318(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b08(%rsp)
cmpq $0x0, 0x3b08(%rsp)
je 0x16181a5
movq 0x3b08(%rsp), %rdi
callq 0x5f480
jmp 0x16181a7
jmp 0x16181a9
movq 0x318(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1618204
movq %rax, %rdi
callq 0x678a0
jmp 0x1618206
leaq 0x1028(%rsp), %rax
movq %rax, 0x25b0(%rsp)
movq 0x25b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x308(%rsp)
leaq 0x1028(%rsp), %rax
movq %rax, 0x22a8(%rsp)
movq 0x22a8(%rsp), %rax
movq %rax, 0x3538(%rsp)
movq 0x3538(%rsp), %rax
movq %rax, 0x310(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16182f1
movq 0x310(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3534(%rsp) # imm = 0xFFFFFFFF
movl 0x3534(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3530(%rsp)
cmpl $0x1, 0x3530(%rsp)
jne 0x16182f1
movq 0x310(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16182c2
movq 0x310(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16182c0
jmp 0x16182ef
movq 0x310(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a50(%rsp)
cmpq $0x0, 0x3a50(%rsp)
je 0x16182ed
movq 0x3a50(%rsp), %rdi
callq 0x5f480
jmp 0x16182ef
jmp 0x16182f1
movq 0x310(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161834c
movq %rax, %rdi
callq 0x678a0
movq 0x308(%rsp), %rax
movq %rax, 0x1070(%rsp)
movl $0x0, 0x1024(%rsp)
movl 0x1024(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x16184ab
movq 0x1110(%rsp), %rax
movl 0x1024(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c38(%rsp)
movq 0x3c38(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x1010(%rsp)
movl $0x0, 0x100c(%rsp)
movl 0x100c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x1618493
movq 0x10c0(%rsp), %rax
movq %rax, 0x3c30(%rsp)
movq 0x3c30(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xff0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x1010(%rsp), %rsi
leaq 0xff0(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0xfe0(%rsp)
movq 0x1070(%rsp), %rax
vmovaps 0xfe0(%rsp), %xmm0
movq %rax, 0x3e08(%rsp)
vmovaps %xmm0, 0x3df0(%rsp)
vmovaps 0x3df0(%rsp), %xmm0
movq 0x3e08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x10c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x10c0(%rsp)
movq 0x1070(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1070(%rsp)
movl 0x100c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x100c(%rsp)
jmp 0x16183bf
jmp 0x1618495
movl 0x1024(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1024(%rsp)
jmp 0x1618367
jmp 0x16184ad
movl 0x111c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x111c(%rsp)
jmp 0x1617661
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movl 0x1c80(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jne 0x1619454
cmpl $0x1, 0x1c7c(%rsp)
je 0x1619454
cmpl $0x1, 0x1c9c(%rsp)
jne 0x1619454
movl 0x1c74(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jne 0x1619454
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d18(%rsp)
movq 0x1d18(%rsp), %rcx
movq %rcx, 0x2f8(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x307(%rsp)
je 0x16185ba
movq 0x2f8(%rsp), %rax
movq %rax, 0x2670(%rsp)
movq 0x2670(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x307(%rsp)
movb 0x307(%rsp), %al
testb $0x1, %al
jne 0x16185c7
jmp 0x16185d7
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0xfdc(%rsp)
movl 0xfdc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x1619444
movq 0x1cc0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf88(%rsp), %rdx
movq %rdx, 0x1e20(%rsp)
movq %rcx, 0x1e18(%rsp)
movl %eax, 0x1e14(%rsp)
movq 0x1e18(%rsp), %rax
movq %rax, 0x2f0(%rsp)
movb $0x0, 0x1e13(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1e14(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf88(%rsp), %r10
movq %r10, 0x2ed0(%rsp)
movl %r9d, 0x2ecc(%rsp)
movl %r8d, 0x2ec8(%rsp)
movl %edi, 0x2ec4(%rsp)
movq %rsi, 0x2eb8(%rsp)
movq %rdx, 0x2eb0(%rsp)
movl %ecx, 0x2eac(%rsp)
movq %rax, 0x2ea0(%rsp)
movq 0x2ed0(%rsp), %rcx
movq %rcx, 0x2e8(%rsp)
movq 0x2eb8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2eb0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2eac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ea0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2ecc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2ec8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2ec4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30d8(%rsp)
movl $0x10, 0x30d4(%rsp)
movq 0x30d8(%rsp), %rax
movslq 0x30d4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30d4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xfb0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16187b2
movq 0x2f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xfc8(%rsp)
movb $0x1, 0x1e13(%rsp)
testb $0x1, 0x1e13(%rsp)
jne 0x16188ed
leaq 0xf88(%rsp), %rax
movq %rax, 0x2188(%rsp)
movq 0x2188(%rsp), %rax
movq %rax, 0x3778(%rsp)
movq 0x3778(%rsp), %rax
movq %rax, 0x2e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1618890
movq 0x2e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3774(%rsp) # imm = 0xFFFFFFFF
movl 0x3774(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3770(%rsp)
cmpl $0x1, 0x3770(%rsp)
jne 0x1618890
movq 0x2e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1618861
movq 0x2e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161885f
jmp 0x161888e
movq 0x2e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3930(%rsp)
cmpq $0x0, 0x3930(%rsp)
je 0x161888c
movq 0x3930(%rsp), %rdi
callq 0x5f480
jmp 0x161888e
jmp 0x1618890
movq 0x2e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16188eb
movq %rax, %rdi
callq 0x678a0
jmp 0x16188ed
leaq 0xf88(%rsp), %rax
movq %rax, 0x2048(%rsp)
movq 0x2048(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2d0(%rsp)
leaq 0xf88(%rsp), %rax
movq %rax, 0x22b0(%rsp)
movq 0x22b0(%rsp), %rax
movq %rax, 0x3528(%rsp)
movq 0x3528(%rsp), %rax
movq %rax, 0x2d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16189d8
movq 0x2d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3524(%rsp) # imm = 0xFFFFFFFF
movl 0x3524(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3520(%rsp)
cmpl $0x1, 0x3520(%rsp)
jne 0x16189d8
movq 0x2d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16189a9
movq 0x2d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16189a7
jmp 0x16189d6
movq 0x2d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a58(%rsp)
cmpq $0x0, 0x3a58(%rsp)
je 0x16189d4
movq 0x3a58(%rsp), %rdi
callq 0x5f480
jmp 0x16189d6
jmp 0x16189d8
movq 0x2d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1618a33
movq %rax, %rdi
callq 0x678a0
movq 0x2d0(%rsp), %rax
movq %rax, 0xfd0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xf38(%rsp), %rdx
movq %rdx, 0x1e08(%rsp)
movq %rcx, 0x1e00(%rsp)
movl %eax, 0x1dfc(%rsp)
movq 0x1e00(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movb $0x0, 0x1dfb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dfc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xf38(%rsp), %r10
movq %r10, 0x2f08(%rsp)
movl %r9d, 0x2f04(%rsp)
movl %r8d, 0x2f00(%rsp)
movl %edi, 0x2efc(%rsp)
movq %rsi, 0x2ef0(%rsp)
movq %rdx, 0x2ee8(%rsp)
movl %ecx, 0x2ee4(%rsp)
movq %rax, 0x2ed8(%rsp)
movq 0x2f08(%rsp), %rcx
movq %rcx, 0x2c0(%rsp)
movq 0x2ef0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2ee8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ee4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ed8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f04(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f00(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2efc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30c8(%rsp)
movl $0x10, 0x30c4(%rsp)
movq 0x30c8(%rsp), %rax
movslq 0x30c4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30c4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2c8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf60(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1618bff
movq 0x2c8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf78(%rsp)
movb $0x1, 0x1dfb(%rsp)
testb $0x1, 0x1dfb(%rsp)
jne 0x1618d3a
leaq 0xf38(%rsp), %rax
movq %rax, 0x2190(%rsp)
movq 0x2190(%rsp), %rax
movq %rax, 0x3768(%rsp)
movq 0x3768(%rsp), %rax
movq %rax, 0x2b8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1618cdd
movq 0x2b8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3764(%rsp) # imm = 0xFFFFFFFF
movl 0x3764(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3760(%rsp)
cmpl $0x1, 0x3760(%rsp)
jne 0x1618cdd
movq 0x2b8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1618cae
movq 0x2b8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1618cac
jmp 0x1618cdb
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3938(%rsp)
cmpq $0x0, 0x3938(%rsp)
je 0x1618cd9
movq 0x3938(%rsp), %rdi
callq 0x5f480
jmp 0x1618cdb
jmp 0x1618cdd
movq 0x2b8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1618d38
movq %rax, %rdi
callq 0x678a0
jmp 0x1618d3a
leaq 0xf38(%rsp), %rax
movq %rax, 0x2040(%rsp)
movq 0x2040(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x2a8(%rsp)
leaq 0xf38(%rsp), %rax
movq %rax, 0x22b8(%rsp)
movq 0x22b8(%rsp), %rax
movq %rax, 0x3518(%rsp)
movq 0x3518(%rsp), %rax
movq %rax, 0x2b0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1618e25
movq 0x2b0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3514(%rsp) # imm = 0xFFFFFFFF
movl 0x3514(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3510(%rsp)
cmpl $0x1, 0x3510(%rsp)
jne 0x1618e25
movq 0x2b0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1618df6
movq 0x2b0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1618df4
jmp 0x1618e23
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a60(%rsp)
cmpq $0x0, 0x3a60(%rsp)
je 0x1618e21
movq 0x3a60(%rsp), %rdi
callq 0x5f480
jmp 0x1618e23
jmp 0x1618e25
movq 0x2b0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1618e80
movq %rax, %rdi
callq 0x678a0
movq 0x2a8(%rsp), %rax
movq %rax, 0xf80(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xfdc(%rsp), %eax
leaq 0xee8(%rsp), %rdx
movq %rdx, 0x23f8(%rsp)
movq %rcx, 0x23f0(%rsp)
movl %eax, 0x23ec(%rsp)
movq 0x23f0(%rsp), %rax
movq %rax, 0x2a0(%rsp)
movb $0x0, 0x23eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xee8(%rsp), %r10
movq %r10, 0x2958(%rsp)
movl %r9d, 0x2954(%rsp)
movl %r8d, 0x2950(%rsp)
movl %edi, 0x294c(%rsp)
movq %rsi, 0x2940(%rsp)
movq %rdx, 0x2938(%rsp)
movl %ecx, 0x2934(%rsp)
movq %rax, 0x2928(%rsp)
movq 0x2958(%rsp), %rcx
movq %rcx, 0x298(%rsp)
movq 0x2940(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2938(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2934(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2928(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2954(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2950(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x294c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3268(%rsp)
movl $0x10, 0x3264(%rsp)
movq 0x3268(%rsp), %rax
movslq 0x3264(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3264(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x2a0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xf10(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161904c
movq 0x2a0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xf28(%rsp)
movb $0x1, 0x23eb(%rsp)
testb $0x1, 0x23eb(%rsp)
jne 0x1619187
leaq 0xee8(%rsp), %rax
movq %rax, 0x2400(%rsp)
movq 0x2400(%rsp), %rax
movq %rax, 0x33d8(%rsp)
movq 0x33d8(%rsp), %rax
movq %rax, 0x290(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161912a
movq 0x290(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33d4(%rsp) # imm = 0xFFFFFFFF
movl 0x33d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33d0(%rsp)
cmpl $0x1, 0x33d0(%rsp)
jne 0x161912a
movq 0x290(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16190fb
movq 0x290(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16190f9
jmp 0x1619128
movq 0x290(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b00(%rsp)
cmpq $0x0, 0x3b00(%rsp)
je 0x1619126
movq 0x3b00(%rsp), %rdi
callq 0x5f480
jmp 0x1619128
jmp 0x161912a
movq 0x290(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1619185
movq %rax, %rdi
callq 0x678a0
jmp 0x1619187
leaq 0xee8(%rsp), %rax
movq %rax, 0x25a8(%rsp)
movq 0x25a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x280(%rsp)
leaq 0xee8(%rsp), %rax
movq %rax, 0x22c0(%rsp)
movq 0x22c0(%rsp), %rax
movq %rax, 0x3508(%rsp)
movq 0x3508(%rsp), %rax
movq %rax, 0x288(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1619272
movq 0x288(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3504(%rsp) # imm = 0xFFFFFFFF
movl 0x3504(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3500(%rsp)
cmpl $0x1, 0x3500(%rsp)
jne 0x1619272
movq 0x288(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1619243
movq 0x288(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1619241
jmp 0x1619270
movq 0x288(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a68(%rsp)
cmpq $0x0, 0x3a68(%rsp)
je 0x161926e
movq 0x3a68(%rsp), %rdi
callq 0x5f480
jmp 0x1619270
jmp 0x1619272
movq 0x288(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16192cd
movq %rax, %rdi
callq 0x678a0
movq 0x280(%rsp), %rax
movq %rax, 0xf30(%rsp)
movl $0x0, 0xee4(%rsp)
movl 0xee4(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x161942c
movl $0x0, 0xee0(%rsp)
movl 0xee0(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x1619414
movq 0xfd0(%rsp), %rax
movl 0xee0(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c28(%rsp)
movq 0x3c28(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xed0(%rsp)
movq 0xf80(%rsp), %rax
movq %rax, 0x3c20(%rsp)
movq 0x3c20(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xec0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xed0(%rsp), %rsi
leaq 0xec0(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0xeb0(%rsp)
movq 0xf30(%rsp), %rax
vmovaps 0xeb0(%rsp), %xmm0
movq %rax, 0x3de8(%rsp)
vmovaps %xmm0, 0x3dd0(%rsp)
vmovaps 0x3dd0(%rsp), %xmm0
movq 0x3de8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xf80(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf80(%rsp)
movq 0xf30(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xf30(%rsp)
movl 0xee0(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee0(%rsp)
jmp 0x1619307
jmp 0x1619416
movl 0xee4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xee4(%rsp)
jmp 0x16192e8
jmp 0x161942e
movl 0xfdc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xfdc(%rsp)
jmp 0x16185e2
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1633150
movl %eax, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movl 0x1c94(%rsp), %ecx
movq 0x1c88(%rsp), %r8
movl 0x1c84(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d10(%rsp)
movq 0x1d10(%rsp), %rcx
movq %rcx, 0x270(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x27f(%rsp)
je 0x1619528
movq 0x270(%rsp), %rax
movq %rax, 0x2678(%rsp)
movq 0x2678(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x27f(%rsp)
movb 0x27f(%rsp), %al
testb $0x1, %al
jne 0x1619535
jmp 0x1619545
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x1619fce
movl $0x0, 0xeac(%rsp)
movl 0xeac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x1619fbe
movq 0x1cc0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe58(%rsp), %rdx
movq %rdx, 0x1df0(%rsp)
movq %rcx, 0x1de8(%rsp)
movl %eax, 0x1de4(%rsp)
movq 0x1de8(%rsp), %rax
movq %rax, 0x268(%rsp)
movb $0x0, 0x1de3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1de4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe58(%rsp), %r10
movq %r10, 0x2f40(%rsp)
movl %r9d, 0x2f3c(%rsp)
movl %r8d, 0x2f38(%rsp)
movl %edi, 0x2f34(%rsp)
movq %rsi, 0x2f28(%rsp)
movq %rdx, 0x2f20(%rsp)
movl %ecx, 0x2f1c(%rsp)
movq %rax, 0x2f10(%rsp)
movq 0x2f40(%rsp), %rcx
movq %rcx, 0x260(%rsp)
movq 0x2f28(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f20(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f1c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f10(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f3c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f38(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f34(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30b8(%rsp)
movl $0x10, 0x30b4(%rsp)
movq 0x30b8(%rsp), %rax
movslq 0x30b4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30b4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x268(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1619732
movq 0x268(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe98(%rsp)
movb $0x1, 0x1de3(%rsp)
testb $0x1, 0x1de3(%rsp)
jne 0x161986d
leaq 0xe58(%rsp), %rax
movq %rax, 0x2198(%rsp)
movq 0x2198(%rsp), %rax
movq %rax, 0x3758(%rsp)
movq 0x3758(%rsp), %rax
movq %rax, 0x258(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1619810
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3754(%rsp) # imm = 0xFFFFFFFF
movl 0x3754(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3750(%rsp)
cmpl $0x1, 0x3750(%rsp)
jne 0x1619810
movq 0x258(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16197e1
movq 0x258(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x16197df
jmp 0x161980e
movq 0x258(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3940(%rsp)
cmpq $0x0, 0x3940(%rsp)
je 0x161980c
movq 0x3940(%rsp), %rdi
callq 0x5f480
jmp 0x161980e
jmp 0x1619810
movq 0x258(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161986b
movq %rax, %rdi
callq 0x678a0
jmp 0x161986d
leaq 0xe58(%rsp), %rax
movq %rax, 0x2038(%rsp)
movq 0x2038(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
leaq 0xe58(%rsp), %rax
movq %rax, 0x22c8(%rsp)
movq 0x22c8(%rsp), %rax
movq %rax, 0x34f8(%rsp)
movq 0x34f8(%rsp), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1619958
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34f4(%rsp) # imm = 0xFFFFFFFF
movl 0x34f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34f0(%rsp)
cmpl $0x1, 0x34f0(%rsp)
jne 0x1619958
movq 0x250(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1619929
movq 0x250(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1619927
jmp 0x1619956
movq 0x250(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a70(%rsp)
cmpq $0x0, 0x3a70(%rsp)
je 0x1619954
movq 0x3a70(%rsp), %rdi
callq 0x5f480
jmp 0x1619956
jmp 0x1619958
movq 0x250(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16199b3
movq %rax, %rdi
callq 0x678a0
movq 0x248(%rsp), %rax
movq %rax, 0xea0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xeac(%rsp), %eax
movq %rcx, 0x3f60(%rsp)
movl %eax, 0x3f5c(%rsp)
movq 0x3f60(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f5c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xe50(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xeac(%rsp), %eax
leaq 0xe00(%rsp), %rdx
movq %rdx, 0x23d8(%rsp)
movq %rcx, 0x23d0(%rsp)
movl %eax, 0x23cc(%rsp)
movq 0x23d0(%rsp), %rax
movq %rax, 0x240(%rsp)
movb $0x0, 0x23cb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23cc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xe00(%rsp), %r10
movq %r10, 0x2990(%rsp)
movl %r9d, 0x298c(%rsp)
movl %r8d, 0x2988(%rsp)
movl %edi, 0x2984(%rsp)
movq %rsi, 0x2978(%rsp)
movq %rdx, 0x2970(%rsp)
movl %ecx, 0x296c(%rsp)
movq %rax, 0x2960(%rsp)
movq 0x2990(%rsp), %rcx
movq %rcx, 0x238(%rsp)
movq 0x2978(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2970(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x296c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2960(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x298c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2988(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2984(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3258(%rsp)
movl $0x10, 0x3254(%rsp)
movq 0x3258(%rsp), %rax
movslq 0x3254(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3254(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x240(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe28(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1619bc8
movq 0x240(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xe40(%rsp)
movb $0x1, 0x23cb(%rsp)
testb $0x1, 0x23cb(%rsp)
jne 0x1619d03
leaq 0xe00(%rsp), %rax
movq %rax, 0x23e0(%rsp)
movq 0x23e0(%rsp), %rax
movq %rax, 0x33e8(%rsp)
movq 0x33e8(%rsp), %rax
movq %rax, 0x230(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1619ca6
movq 0x230(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33e4(%rsp) # imm = 0xFFFFFFFF
movl 0x33e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33e0(%rsp)
cmpl $0x1, 0x33e0(%rsp)
jne 0x1619ca6
movq 0x230(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1619c77
movq 0x230(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1619c75
jmp 0x1619ca4
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af8(%rsp)
cmpq $0x0, 0x3af8(%rsp)
je 0x1619ca2
movq 0x3af8(%rsp), %rdi
callq 0x5f480
jmp 0x1619ca4
jmp 0x1619ca6
movq 0x230(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1619d01
movq %rax, %rdi
callq 0x678a0
jmp 0x1619d03
leaq 0xe00(%rsp), %rax
movq %rax, 0x25a0(%rsp)
movq 0x25a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x220(%rsp)
leaq 0xe00(%rsp), %rax
movq %rax, 0x22d0(%rsp)
movq 0x22d0(%rsp), %rax
movq %rax, 0x34e8(%rsp)
movq 0x34e8(%rsp), %rax
movq %rax, 0x228(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1619dee
movq 0x228(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34e4(%rsp) # imm = 0xFFFFFFFF
movl 0x34e4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34e0(%rsp)
cmpl $0x1, 0x34e0(%rsp)
jne 0x1619dee
movq 0x228(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1619dbf
movq 0x228(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x1619dbd
jmp 0x1619dec
movq 0x228(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a78(%rsp)
cmpq $0x0, 0x3a78(%rsp)
je 0x1619dea
movq 0x3a78(%rsp), %rdi
callq 0x5f480
jmp 0x1619dec
jmp 0x1619dee
movq 0x228(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1619e49
movq %rax, %rdi
callq 0x678a0
movq 0x220(%rsp), %rax
movq %rax, 0xe48(%rsp)
movl $0x0, 0xdfc(%rsp)
movl 0xdfc(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x1619fa6
movq 0xe50(%rsp), %rax
movq %rax, 0x3c18(%rsp)
movq 0x3c18(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xde0(%rsp)
movl $0x0, 0xddc(%rsp)
movl 0xddc(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x1619f7c
movq 0xea0(%rsp), %rax
movq %rax, 0x3c10(%rsp)
movq 0x3c10(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xdc0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xdc0(%rsp), %rsi
leaq 0xde0(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0xdb0(%rsp)
movq 0xe48(%rsp), %rax
vmovaps 0xdb0(%rsp), %xmm0
movq %rax, 0x3dc8(%rsp)
vmovaps %xmm0, 0x3db0(%rsp)
vmovaps 0x3db0(%rsp), %xmm0
movq 0x3dc8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xea0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xea0(%rsp)
movq 0xe48(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe48(%rsp)
movl 0xddc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xddc(%rsp)
jmp 0x1619ea8
movq 0xe50(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xe50(%rsp)
movl 0xdfc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdfc(%rsp)
jmp 0x1619e64
jmp 0x1619fa8
movl 0xeac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xeac(%rsp)
jmp 0x1619562
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x161aa35
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x161a029
cmpl $0x1, 0x1c64(%rsp)
jne 0x161a029
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1634220
movl %eax, 0x1ccc(%rsp)
jmp 0x161de52
movl $0x0, 0xdac(%rsp)
movl 0xdac(%rsp), %eax
cmpl 0x1c94(%rsp), %eax
jge 0x161aa25
movq 0x1cc0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xd58(%rsp), %rdx
movq %rdx, 0x1dd8(%rsp)
movq %rcx, 0x1dd0(%rsp)
movl %eax, 0x1dcc(%rsp)
movq 0x1dd0(%rsp), %rax
movq %rax, 0x218(%rsp)
movb $0x0, 0x1dcb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1dcc(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xd58(%rsp), %r10
movq %r10, 0x2f78(%rsp)
movl %r9d, 0x2f74(%rsp)
movl %r8d, 0x2f70(%rsp)
movl %edi, 0x2f6c(%rsp)
movq %rsi, 0x2f60(%rsp)
movq %rdx, 0x2f58(%rsp)
movl %ecx, 0x2f54(%rsp)
movq %rax, 0x2f48(%rsp)
movq 0x2f78(%rsp), %rcx
movq %rcx, 0x210(%rsp)
movq 0x2f60(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f58(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f54(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f48(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2f74(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2f70(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2f6c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x30a8(%rsp)
movl $0x10, 0x30a4(%rsp)
movq 0x30a8(%rsp), %rax
movslq 0x30a4(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x30a4(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x218(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd80(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161a204
movq 0x218(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd98(%rsp)
movb $0x1, 0x1dcb(%rsp)
testb $0x1, 0x1dcb(%rsp)
jne 0x161a33f
leaq 0xd58(%rsp), %rax
movq %rax, 0x21a0(%rsp)
movq 0x21a0(%rsp), %rax
movq %rax, 0x3748(%rsp)
movq 0x3748(%rsp), %rax
movq %rax, 0x208(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161a2e2
movq 0x208(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3744(%rsp) # imm = 0xFFFFFFFF
movl 0x3744(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3740(%rsp)
cmpl $0x1, 0x3740(%rsp)
jne 0x161a2e2
movq 0x208(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161a2b3
movq 0x208(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161a2b1
jmp 0x161a2e0
movq 0x208(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3948(%rsp)
cmpq $0x0, 0x3948(%rsp)
je 0x161a2de
movq 0x3948(%rsp), %rdi
callq 0x5f480
jmp 0x161a2e0
jmp 0x161a2e2
movq 0x208(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161a33d
movq %rax, %rdi
callq 0x678a0
jmp 0x161a33f
leaq 0xd58(%rsp), %rax
movq %rax, 0x2030(%rsp)
movq 0x2030(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1f8(%rsp)
leaq 0xd58(%rsp), %rax
movq %rax, 0x22d8(%rsp)
movq 0x22d8(%rsp), %rax
movq %rax, 0x34d8(%rsp)
movq 0x34d8(%rsp), %rax
movq %rax, 0x200(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161a42a
movq 0x200(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34d4(%rsp) # imm = 0xFFFFFFFF
movl 0x34d4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34d0(%rsp)
cmpl $0x1, 0x34d0(%rsp)
jne 0x161a42a
movq 0x200(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161a3fb
movq 0x200(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161a3f9
jmp 0x161a428
movq 0x200(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a80(%rsp)
cmpq $0x0, 0x3a80(%rsp)
je 0x161a426
movq 0x3a80(%rsp), %rdi
callq 0x5f480
jmp 0x161a428
jmp 0x161a42a
movq 0x200(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161a485
movq %rax, %rdi
callq 0x678a0
movq 0x1f8(%rsp), %rax
movq %rax, 0xda0(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2028(%rsp)
movq 0x2028(%rsp), %rax
movq (%rax), %rax
movl 0xdac(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3c08(%rsp)
movq 0x3c08(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xd40(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xdac(%rsp), %eax
leaq 0xcf0(%rsp), %rdx
movq %rdx, 0x23b8(%rsp)
movq %rcx, 0x23b0(%rsp)
movl %eax, 0x23ac(%rsp)
movq 0x23b0(%rsp), %rax
movq %rax, 0x1f0(%rsp)
movb $0x0, 0x23ab(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x23ac(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xcf0(%rsp), %r10
movq %r10, 0x29c8(%rsp)
movl %r9d, 0x29c4(%rsp)
movl %r8d, 0x29c0(%rsp)
movl %edi, 0x29bc(%rsp)
movq %rsi, 0x29b0(%rsp)
movq %rdx, 0x29a8(%rsp)
movl %ecx, 0x29a4(%rsp)
movq %rax, 0x2998(%rsp)
movq 0x29c8(%rsp), %rcx
movq %rcx, 0x1e8(%rsp)
movq 0x29b0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29a8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29a4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2998(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29c4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29c0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29bc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3248(%rsp)
movl $0x10, 0x3244(%rsp)
movq 0x3248(%rsp), %rax
movslq 0x3244(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3244(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1f0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xd18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161a69d
movq 0x1f0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xd30(%rsp)
movb $0x1, 0x23ab(%rsp)
testb $0x1, 0x23ab(%rsp)
jne 0x161a7d8
leaq 0xcf0(%rsp), %rax
movq %rax, 0x23c0(%rsp)
movq 0x23c0(%rsp), %rax
movq %rax, 0x33f8(%rsp)
movq 0x33f8(%rsp), %rax
movq %rax, 0x1e0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161a77b
movq 0x1e0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x33f4(%rsp) # imm = 0xFFFFFFFF
movl 0x33f4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x33f0(%rsp)
cmpl $0x1, 0x33f0(%rsp)
jne 0x161a77b
movq 0x1e0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161a74c
movq 0x1e0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161a74a
jmp 0x161a779
movq 0x1e0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3af0(%rsp)
cmpq $0x0, 0x3af0(%rsp)
je 0x161a777
movq 0x3af0(%rsp), %rdi
callq 0x5f480
jmp 0x161a779
jmp 0x161a77b
movq 0x1e0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161a7d6
movq %rax, %rdi
callq 0x678a0
jmp 0x161a7d8
leaq 0xcf0(%rsp), %rax
movq %rax, 0x2598(%rsp)
movq 0x2598(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x1d0(%rsp)
leaq 0xcf0(%rsp), %rax
movq %rax, 0x22e0(%rsp)
movq 0x22e0(%rsp), %rax
movq %rax, 0x34c8(%rsp)
movq 0x34c8(%rsp), %rax
movq %rax, 0x1d8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161a8c3
movq 0x1d8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34c4(%rsp) # imm = 0xFFFFFFFF
movl 0x34c4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34c0(%rsp)
cmpl $0x1, 0x34c0(%rsp)
jne 0x161a8c3
movq 0x1d8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161a894
movq 0x1d8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161a892
jmp 0x161a8c1
movq 0x1d8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a88(%rsp)
cmpq $0x0, 0x3a88(%rsp)
je 0x161a8bf
movq 0x3a88(%rsp), %rdi
callq 0x5f480
jmp 0x161a8c1
jmp 0x161a8c3
movq 0x1d8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161a91e
movq %rax, %rdi
callq 0x678a0
movq 0x1d0(%rsp), %rax
movq %rax, 0xd38(%rsp)
movl $0x0, 0xcec(%rsp)
movl 0xcec(%rsp), %eax
cmpl 0x1c90(%rsp), %eax
jge 0x161aa0d
movq 0xda0(%rsp), %rax
movq %rax, 0x3c00(%rsp)
movq 0x3c00(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xcd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xcd0(%rsp), %rsi
leaq 0xd40(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0xcc0(%rsp)
movq 0xd38(%rsp), %rax
vmovaps 0xcc0(%rsp), %xmm0
movq %rax, 0x3da8(%rsp)
vmovaps %xmm0, 0x3d90(%rsp)
vmovaps 0x3d90(%rsp), %xmm0
movq 0x3da8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xda0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xda0(%rsp)
movq 0xd38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xd38(%rsp)
movl 0xcec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcec(%rsp)
jmp 0x161a939
jmp 0x161aa0f
movl 0xdac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xdac(%rsp)
jmp 0x161a034
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
jmp 0x161de45
movq 0x1cc0(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x161c4f1
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x161b5d9
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d08(%rsp)
movq 0x1d08(%rsp), %rcx
movq %rcx, 0x1c0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1cf(%rsp)
je 0x161ab0e
movq 0x1c0(%rsp), %rax
movq %rax, 0x2680(%rsp)
movq 0x2680(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1cf(%rsp)
movb 0x1cf(%rsp), %al
testb $0x1, %al
jne 0x161ab1b
jmp 0x161ab2b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0xcbc(%rsp)
movl 0xcbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x161b5c9
movq 0x1cc0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
movq %rcx, 0x2610(%rsp)
movl %eax, 0x260c(%rsp)
movq 0x2610(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x260c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xcb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc60(%rsp), %rdx
movq %rdx, 0x1dc0(%rsp)
movq %rcx, 0x1db8(%rsp)
movl %eax, 0x1db4(%rsp)
movq 0x1db8(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movb $0x0, 0x1db3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1db4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc60(%rsp), %r10
movq %r10, 0x2fb0(%rsp)
movl %r9d, 0x2fac(%rsp)
movl %r8d, 0x2fa8(%rsp)
movl %edi, 0x2fa4(%rsp)
movq %rsi, 0x2f98(%rsp)
movq %rdx, 0x2f90(%rsp)
movl %ecx, 0x2f8c(%rsp)
movq %rax, 0x2f80(%rsp)
movq 0x2fb0(%rsp), %rcx
movq %rcx, 0x1b0(%rsp)
movq 0x2f98(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2f90(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2f8c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2f80(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fac(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fa8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fa4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3098(%rsp)
movl $0x10, 0x3094(%rsp)
movq 0x3098(%rsp), %rax
movslq 0x3094(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3094(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x1b8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161ad4f
movq 0x1b8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xca0(%rsp)
movb $0x1, 0x1db3(%rsp)
testb $0x1, 0x1db3(%rsp)
jne 0x161ae8a
leaq 0xc60(%rsp), %rax
movq %rax, 0x21a8(%rsp)
movq 0x21a8(%rsp), %rax
movq %rax, 0x3738(%rsp)
movq 0x3738(%rsp), %rax
movq %rax, 0x1a8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161ae2d
movq 0x1a8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3734(%rsp) # imm = 0xFFFFFFFF
movl 0x3734(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3730(%rsp)
cmpl $0x1, 0x3730(%rsp)
jne 0x161ae2d
movq 0x1a8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161adfe
movq 0x1a8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161adfc
jmp 0x161ae2b
movq 0x1a8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3950(%rsp)
cmpq $0x0, 0x3950(%rsp)
je 0x161ae29
movq 0x3950(%rsp), %rdi
callq 0x5f480
jmp 0x161ae2b
jmp 0x161ae2d
movq 0x1a8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161ae88
movq %rax, %rdi
callq 0x678a0
jmp 0x161ae8a
leaq 0xc60(%rsp), %rax
movq %rax, 0x2020(%rsp)
movq 0x2020(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x198(%rsp)
leaq 0xc60(%rsp), %rax
movq %rax, 0x22e8(%rsp)
movq 0x22e8(%rsp), %rax
movq %rax, 0x34b8(%rsp)
movq 0x34b8(%rsp), %rax
movq %rax, 0x1a0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161af75
movq 0x1a0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34b4(%rsp) # imm = 0xFFFFFFFF
movl 0x34b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34b0(%rsp)
cmpl $0x1, 0x34b0(%rsp)
jne 0x161af75
movq 0x1a0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161af46
movq 0x1a0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161af44
jmp 0x161af73
movq 0x1a0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a90(%rsp)
cmpq $0x0, 0x3a90(%rsp)
je 0x161af71
movq 0x3a90(%rsp), %rdi
callq 0x5f480
jmp 0x161af73
jmp 0x161af75
movq 0x1a0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161afd0
movq %rax, %rdi
callq 0x678a0
movq 0x198(%rsp), %rax
movq %rax, 0xca8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xcbc(%rsp), %eax
leaq 0xc10(%rsp), %rdx
movq %rdx, 0x2398(%rsp)
movq %rcx, 0x2390(%rsp)
movl %eax, 0x238c(%rsp)
movq 0x2390(%rsp), %rax
movq %rax, 0x190(%rsp)
movb $0x0, 0x238b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x238c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc10(%rsp), %r10
movq %r10, 0x2a00(%rsp)
movl %r9d, 0x29fc(%rsp)
movl %r8d, 0x29f8(%rsp)
movl %edi, 0x29f4(%rsp)
movq %rsi, 0x29e8(%rsp)
movq %rdx, 0x29e0(%rsp)
movl %ecx, 0x29dc(%rsp)
movq %rax, 0x29d0(%rsp)
movq 0x2a00(%rsp), %rcx
movq %rcx, 0x188(%rsp)
movq 0x29e8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x29e0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x29dc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x29d0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x29fc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x29f8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x29f4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3238(%rsp)
movl $0x10, 0x3234(%rsp)
movq 0x3238(%rsp), %rax
movslq 0x3234(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3234(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x190(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xc38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161b19c
movq 0x190(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xc50(%rsp)
movb $0x1, 0x238b(%rsp)
testb $0x1, 0x238b(%rsp)
jne 0x161b2d7
leaq 0xc10(%rsp), %rax
movq %rax, 0x23a0(%rsp)
movq 0x23a0(%rsp), %rax
movq %rax, 0x3408(%rsp)
movq 0x3408(%rsp), %rax
movq %rax, 0x180(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161b27a
movq 0x180(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3404(%rsp) # imm = 0xFFFFFFFF
movl 0x3404(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3400(%rsp)
cmpl $0x1, 0x3400(%rsp)
jne 0x161b27a
movq 0x180(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161b24b
movq 0x180(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161b249
jmp 0x161b278
movq 0x180(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae8(%rsp)
cmpq $0x0, 0x3ae8(%rsp)
je 0x161b276
movq 0x3ae8(%rsp), %rdi
callq 0x5f480
jmp 0x161b278
jmp 0x161b27a
movq 0x180(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161b2d5
movq %rax, %rdi
callq 0x678a0
jmp 0x161b2d7
leaq 0xc10(%rsp), %rax
movq %rax, 0x2590(%rsp)
movq 0x2590(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x170(%rsp)
leaq 0xc10(%rsp), %rax
movq %rax, 0x22f0(%rsp)
movq 0x22f0(%rsp), %rax
movq %rax, 0x34a8(%rsp)
movq 0x34a8(%rsp), %rax
movq %rax, 0x178(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161b3c2
movq 0x178(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x34a4(%rsp) # imm = 0xFFFFFFFF
movl 0x34a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x34a0(%rsp)
cmpl $0x1, 0x34a0(%rsp)
jne 0x161b3c2
movq 0x178(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161b393
movq 0x178(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161b391
jmp 0x161b3c0
movq 0x178(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a98(%rsp)
cmpq $0x0, 0x3a98(%rsp)
je 0x161b3be
movq 0x3a98(%rsp), %rdi
callq 0x5f480
jmp 0x161b3c0
jmp 0x161b3c2
movq 0x178(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161b41d
movq %rax, %rdi
callq 0x678a0
movq 0x170(%rsp), %rax
movq %rax, 0xc58(%rsp)
movl $0x0, 0xc0c(%rsp)
movl 0xc0c(%rsp), %eax
cmpl 0x1c78(%rsp), %eax
jge 0x161b5b1
movq 0xcb0(%rsp), %rax
movq %rax, 0x3bf8(%rsp)
movq 0x3bf8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbf0(%rsp)
movl $0x0, 0xbec(%rsp)
movl 0xbec(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x161b587
movl $0x0, 0xbe8(%rsp)
movl 0xbe8(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x161b56f
movq 0xca8(%rsp), %rax
movq %rax, 0x3bf0(%rsp)
movq 0x3bf0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xbd0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xbf0(%rsp), %rsi
leaq 0xbd0(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0xbc0(%rsp)
movq 0xc58(%rsp), %rax
vmovaps 0xbc0(%rsp), %xmm0
movq %rax, 0x3d88(%rsp)
vmovaps %xmm0, 0x3d70(%rsp)
vmovaps 0x3d70(%rsp), %xmm0
movq 0x3d88(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xca8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xca8(%rsp)
movq 0xc58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xc58(%rsp)
movl 0xbe8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbe8(%rsp)
jmp 0x161b49b
jmp 0x161b571
movl 0xbec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbec(%rsp)
jmp 0x161b47c
movq 0xcb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xcb0(%rsp)
movl 0xc0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xc0c(%rsp)
jmp 0x161b438
jmp 0x161b5b3
movl 0xcbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xcbc(%rsp)
jmp 0x161ab36
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x161c122
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1d00(%rsp)
movq 0x1d00(%rsp), %rcx
movq %rcx, 0x160(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x16f(%rsp)
je 0x161b68e
movq 0x160(%rsp), %rax
movq %rax, 0x2688(%rsp)
movq 0x2688(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x16f(%rsp)
movb 0x16f(%rsp), %al
testb $0x1, %al
jne 0x161b69b
jmp 0x161b6ab
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0xbbc(%rsp)
movl 0xbbc(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x161c112
movq 0x1cc0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
movq %rcx, 0x3f50(%rsp)
movl %eax, 0x3f4c(%rsp)
movq 0x3f50(%rsp), %rdx
movq (%rdx), %rax
movslq 0x2c(%rdx), %rcx
movslq 0x3f4c(%rsp), %rsi
imulq %rsi, %rcx
imulq 0x10(%rdx), %rcx
addq %rcx, %rax
movq %rax, 0xbb0(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb60(%rsp), %rdx
movq %rdx, 0x1da8(%rsp)
movq %rcx, 0x1da0(%rsp)
movl %eax, 0x1d9c(%rsp)
movq 0x1da0(%rsp), %rax
movq %rax, 0x158(%rsp)
movb $0x0, 0x1d9b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d9c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb60(%rsp), %r10
movq %r10, 0x2fe8(%rsp)
movl %r9d, 0x2fe4(%rsp)
movl %r8d, 0x2fe0(%rsp)
movl %edi, 0x2fdc(%rsp)
movq %rsi, 0x2fd0(%rsp)
movq %rdx, 0x2fc8(%rsp)
movl %ecx, 0x2fc4(%rsp)
movq %rax, 0x2fb8(%rsp)
movq 0x2fe8(%rsp), %rcx
movq %rcx, 0x150(%rsp)
movq 0x2fd0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2fc8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2fc4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2fb8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2fe4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2fe0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fdc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3088(%rsp)
movl $0x10, 0x3084(%rsp)
movq 0x3088(%rsp), %rax
movslq 0x3084(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3084(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x158(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb88(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161b8cf
movq 0x158(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xba0(%rsp)
movb $0x1, 0x1d9b(%rsp)
testb $0x1, 0x1d9b(%rsp)
jne 0x161ba0a
leaq 0xb60(%rsp), %rax
movq %rax, 0x21b0(%rsp)
movq 0x21b0(%rsp), %rax
movq %rax, 0x3728(%rsp)
movq 0x3728(%rsp), %rax
movq %rax, 0x148(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161b9ad
movq 0x148(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3724(%rsp) # imm = 0xFFFFFFFF
movl 0x3724(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3720(%rsp)
cmpl $0x1, 0x3720(%rsp)
jne 0x161b9ad
movq 0x148(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161b97e
movq 0x148(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161b97c
jmp 0x161b9ab
movq 0x148(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3958(%rsp)
cmpq $0x0, 0x3958(%rsp)
je 0x161b9a9
movq 0x3958(%rsp), %rdi
callq 0x5f480
jmp 0x161b9ab
jmp 0x161b9ad
movq 0x148(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161ba08
movq %rax, %rdi
callq 0x678a0
jmp 0x161ba0a
leaq 0xb60(%rsp), %rax
movq %rax, 0x2018(%rsp)
movq 0x2018(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x138(%rsp)
leaq 0xb60(%rsp), %rax
movq %rax, 0x22f8(%rsp)
movq 0x22f8(%rsp), %rax
movq %rax, 0x3498(%rsp)
movq 0x3498(%rsp), %rax
movq %rax, 0x140(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161baf5
movq 0x140(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3494(%rsp) # imm = 0xFFFFFFFF
movl 0x3494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3490(%rsp)
cmpl $0x1, 0x3490(%rsp)
jne 0x161baf5
movq 0x140(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161bac6
movq 0x140(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161bac4
jmp 0x161baf3
movq 0x140(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa0(%rsp)
cmpq $0x0, 0x3aa0(%rsp)
je 0x161baf1
movq 0x3aa0(%rsp), %rdi
callq 0x5f480
jmp 0x161baf3
jmp 0x161baf5
movq 0x140(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161bb50
movq %rax, %rdi
callq 0x678a0
movq 0x138(%rsp), %rax
movq %rax, 0xba8(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xbbc(%rsp), %eax
leaq 0xb10(%rsp), %rdx
movq %rdx, 0x2378(%rsp)
movq %rcx, 0x2370(%rsp)
movl %eax, 0x236c(%rsp)
movq 0x2370(%rsp), %rax
movq %rax, 0x130(%rsp)
movb $0x0, 0x236b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x236c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xb10(%rsp), %r10
movq %r10, 0x2a38(%rsp)
movl %r9d, 0x2a34(%rsp)
movl %r8d, 0x2a30(%rsp)
movl %edi, 0x2a2c(%rsp)
movq %rsi, 0x2a20(%rsp)
movq %rdx, 0x2a18(%rsp)
movl %ecx, 0x2a14(%rsp)
movq %rax, 0x2a08(%rsp)
movq 0x2a38(%rsp), %rcx
movq %rcx, 0x128(%rsp)
movq 0x2a20(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a18(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a14(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a08(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a34(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a30(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a2c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3228(%rsp)
movl $0x10, 0x3224(%rsp)
movq 0x3228(%rsp), %rax
movslq 0x3224(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3224(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x130(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xb38(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161bd1c
movq 0x130(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xb50(%rsp)
movb $0x1, 0x236b(%rsp)
testb $0x1, 0x236b(%rsp)
jne 0x161be57
leaq 0xb10(%rsp), %rax
movq %rax, 0x2380(%rsp)
movq 0x2380(%rsp), %rax
movq %rax, 0x3418(%rsp)
movq 0x3418(%rsp), %rax
movq %rax, 0x120(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161bdfa
movq 0x120(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3414(%rsp) # imm = 0xFFFFFFFF
movl 0x3414(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3410(%rsp)
cmpl $0x1, 0x3410(%rsp)
jne 0x161bdfa
movq 0x120(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161bdcb
movq 0x120(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161bdc9
jmp 0x161bdf8
movq 0x120(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ae0(%rsp)
cmpq $0x0, 0x3ae0(%rsp)
je 0x161bdf6
movq 0x3ae0(%rsp), %rdi
callq 0x5f480
jmp 0x161bdf8
jmp 0x161bdfa
movq 0x120(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161be55
movq %rax, %rdi
callq 0x678a0
jmp 0x161be57
leaq 0xb10(%rsp), %rax
movq %rax, 0x2588(%rsp)
movq 0x2588(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x110(%rsp)
leaq 0xb10(%rsp), %rax
movq %rax, 0x2300(%rsp)
movq 0x2300(%rsp), %rax
movq %rax, 0x3488(%rsp)
movq 0x3488(%rsp), %rax
movq %rax, 0x118(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161bf42
movq 0x118(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3484(%rsp) # imm = 0xFFFFFFFF
movl 0x3484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3480(%rsp)
cmpl $0x1, 0x3480(%rsp)
jne 0x161bf42
movq 0x118(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161bf13
movq 0x118(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161bf11
jmp 0x161bf40
movq 0x118(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3aa8(%rsp)
cmpq $0x0, 0x3aa8(%rsp)
je 0x161bf3e
movq 0x3aa8(%rsp), %rdi
callq 0x5f480
jmp 0x161bf40
jmp 0x161bf42
movq 0x118(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161bf9d
movq %rax, %rdi
callq 0x678a0
movq 0x110(%rsp), %rax
movq %rax, 0xb58(%rsp)
movl $0x0, 0xb0c(%rsp)
movl 0xb0c(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x161c0fa
movq 0xbb0(%rsp), %rax
movq %rax, 0x3be8(%rsp)
movq 0x3be8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xaf0(%rsp)
movl $0x0, 0xaec(%rsp)
movl 0xaec(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x161c0d0
movq 0xba8(%rsp), %rax
movq %rax, 0x3be0(%rsp)
movq 0x3be0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xad0(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xaf0(%rsp), %rsi
leaq 0xad0(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0xac0(%rsp)
movq 0xb58(%rsp), %rax
vmovaps 0xac0(%rsp), %xmm0
movq %rax, 0x3d68(%rsp)
vmovaps %xmm0, 0x3d50(%rsp)
vmovaps 0x3d50(%rsp), %xmm0
movq 0x3d68(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xba8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xba8(%rsp)
movq 0xb58(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xb58(%rsp)
movl 0xaec(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaec(%rsp)
jmp 0x161bffc
movq 0xbb0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xbb0(%rsp)
movl 0xb0c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xb0c(%rsp)
jmp 0x161bfb8
jmp 0x161c0fc
movl 0xbbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbbc(%rsp)
jmp 0x161b6b6
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf8(%rsp)
movq 0x1cf8(%rsp), %rcx
movq %rcx, 0x100(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x10f(%rsp)
je 0x161c1ba
movq 0x100(%rsp), %rax
movq %rax, 0x2690(%rsp)
movq 0x2690(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x10f(%rsp)
movb 0x10f(%rsp), %al
testb $0x1, %al
jne 0x161c1c7
jmp 0x161c1d7
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x161c216
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1633150
movl %eax, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x161c4ec
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movl 0x1c9c(%rsp), %edx
movq 0x1c88(%rsp), %rcx
movl 0x1c84(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cf0(%rsp)
movq 0x1cf0(%rsp), %rcx
movq %rcx, 0xf0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xff(%rsp)
je 0x161c2c0
movq 0xf0(%rsp), %rax
movq %rax, 0x2698(%rsp)
movq 0x2698(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xff(%rsp)
movb 0xff(%rsp), %al
testb $0x1, %al
jne 0x161c2cd
jmp 0x161c2dd
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x161c326
cmpl $0x1, 0x1c64(%rsp)
jne 0x161c326
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1634220
movl %eax, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2010(%rsp)
movq 0x2010(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab8(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x2008(%rsp)
movq 0x2008(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xab0(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2580(%rsp)
movq 0x2580(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xaa8(%rsp)
movl $0x0, 0xaa4(%rsp)
movl 0xaa4(%rsp), %eax
cmpl 0x1c9c(%rsp), %eax
jge 0x161c4dc
movq 0xab0(%rsp), %rax
movq %rax, 0x3bd8(%rsp)
movq 0x3bd8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa90(%rsp)
movl $0x0, 0xa8c(%rsp)
movl 0xa8c(%rsp), %eax
cmpl 0x1ca0(%rsp), %eax
jge 0x161c4b2
movq 0xab8(%rsp), %rax
movq %rax, 0x3bd0(%rsp)
movq 0x3bd0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa70(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa70(%rsp), %rsi
leaq 0xa90(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0xa60(%rsp)
movq 0xaa8(%rsp), %rax
vmovaps 0xa60(%rsp), %xmm0
movq %rax, 0x3d48(%rsp)
vmovaps %xmm0, 0x3d30(%rsp)
vmovaps 0x3d30(%rsp), %xmm0
movq 0x3d48(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xab8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab8(%rsp)
movq 0xaa8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xaa8(%rsp)
movl 0xa8c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa8c(%rsp)
jmp 0x161c3de
movq 0xab0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xab0(%rsp)
movl 0xaa4(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xaa4(%rsp)
jmp 0x161c39a
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
jmp 0x161de43
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x161de41
movq 0x1cc0(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x161c54c
cmpl $0x1, 0x1c84(%rsp)
jne 0x161c54c
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1634fa0
movl %eax, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x4, 0x28(%rax)
jne 0x161d037
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c78(%rsp), %ecx
movl 0x1c74(%rsp), %r8d
movq 0x1c68(%rsp), %r9
movl 0x1c64(%rsp), %r10d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movl %r10d, (%rsp)
movq %rax, 0x8(%rsp)
callq 0x6c650
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce8(%rsp)
movq 0x1ce8(%rsp), %rcx
movq %rcx, 0xe0(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0xef(%rsp)
je 0x161c60e
movq 0xe0(%rsp), %rax
movq %rax, 0x26a0(%rsp)
movq 0x26a0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0xef(%rsp)
movb 0xef(%rsp), %al
testb $0x1, %al
jne 0x161c61b
jmp 0x161c62b
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0xa5c(%rsp)
movl 0xa5c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x161d027
movq 0x1cc0(%rsp), %rax
movq %rax, 0x2000(%rsp)
movq 0x2000(%rsp), %rax
movq (%rax), %rax
movl 0xa5c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bc8(%rsp)
movq 0x3bc8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0xa40(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9f0(%rsp), %rdx
movq %rdx, 0x1d90(%rsp)
movq %rcx, 0x1d88(%rsp)
movl %eax, 0x1d84(%rsp)
movq 0x1d88(%rsp), %rax
movq %rax, 0xd8(%rsp)
movb $0x0, 0x1d83(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d84(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9f0(%rsp), %r10
movq %r10, 0x3020(%rsp)
movl %r9d, 0x301c(%rsp)
movl %r8d, 0x3018(%rsp)
movl %edi, 0x3014(%rsp)
movq %rsi, 0x3008(%rsp)
movq %rdx, 0x3000(%rsp)
movl %ecx, 0x2ffc(%rsp)
movq %rax, 0x2ff0(%rsp)
movq 0x3020(%rsp), %rcx
movq %rcx, 0xd0(%rsp)
movq 0x3008(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3000(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2ffc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2ff0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x301c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3018(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3014(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3078(%rsp)
movl $0x10, 0x3074(%rsp)
movq 0x3078(%rsp), %rax
movslq 0x3074(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3074(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xd8(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xa18(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161c852
movq 0xd8(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0xa30(%rsp)
movb $0x1, 0x1d83(%rsp)
testb $0x1, 0x1d83(%rsp)
jne 0x161c98d
leaq 0x9f0(%rsp), %rax
movq %rax, 0x21b8(%rsp)
movq 0x21b8(%rsp), %rax
movq %rax, 0x3718(%rsp)
movq 0x3718(%rsp), %rax
movq %rax, 0xc8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161c930
movq 0xc8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3714(%rsp) # imm = 0xFFFFFFFF
movl 0x3714(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3710(%rsp)
cmpl $0x1, 0x3710(%rsp)
jne 0x161c930
movq 0xc8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161c901
movq 0xc8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161c8ff
jmp 0x161c92e
movq 0xc8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3960(%rsp)
cmpq $0x0, 0x3960(%rsp)
je 0x161c92c
movq 0x3960(%rsp), %rdi
callq 0x5f480
jmp 0x161c92e
jmp 0x161c930
movq 0xc8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161c98b
movq %rax, %rdi
callq 0x678a0
jmp 0x161c98d
leaq 0x9f0(%rsp), %rax
movq %rax, 0x1ff8(%rsp)
movq 0x1ff8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0xb8(%rsp)
leaq 0x9f0(%rsp), %rax
movq %rax, 0x2308(%rsp)
movq 0x2308(%rsp), %rax
movq %rax, 0x3478(%rsp)
movq 0x3478(%rsp), %rax
movq %rax, 0xc0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161ca78
movq 0xc0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3474(%rsp) # imm = 0xFFFFFFFF
movl 0x3474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3470(%rsp)
cmpl $0x1, 0x3470(%rsp)
jne 0x161ca78
movq 0xc0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161ca49
movq 0xc0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161ca47
jmp 0x161ca76
movq 0xc0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab0(%rsp)
cmpq $0x0, 0x3ab0(%rsp)
je 0x161ca74
movq 0x3ab0(%rsp), %rdi
callq 0x5f480
jmp 0x161ca76
jmp 0x161ca78
movq 0xc0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161cad3
movq %rax, %rdi
callq 0x678a0
movq 0xb8(%rsp), %rax
movq %rax, 0xa38(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0xa5c(%rsp), %eax
leaq 0x9a0(%rsp), %rdx
movq %rdx, 0x2358(%rsp)
movq %rcx, 0x2350(%rsp)
movl %eax, 0x234c(%rsp)
movq 0x2350(%rsp), %rax
movq %rax, 0xb0(%rsp)
movb $0x0, 0x234b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x234c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x9a0(%rsp), %r10
movq %r10, 0x2a70(%rsp)
movl %r9d, 0x2a6c(%rsp)
movl %r8d, 0x2a68(%rsp)
movl %edi, 0x2a64(%rsp)
movq %rsi, 0x2a58(%rsp)
movq %rdx, 0x2a50(%rsp)
movl %ecx, 0x2a4c(%rsp)
movq %rax, 0x2a40(%rsp)
movq 0x2a70(%rsp), %rcx
movq %rcx, 0xa8(%rsp)
movq 0x2a58(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a50(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a4c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a40(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2a6c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2a68(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a64(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3218(%rsp)
movl $0x10, 0x3214(%rsp)
movq 0x3218(%rsp), %rax
movslq 0x3214(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3214(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0xb0(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x9c8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161cc9f
movq 0xb0(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x9e0(%rsp)
movb $0x1, 0x234b(%rsp)
testb $0x1, 0x234b(%rsp)
jne 0x161cdda
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2360(%rsp)
movq 0x2360(%rsp), %rax
movq %rax, 0x3428(%rsp)
movq 0x3428(%rsp), %rax
movq %rax, 0xa0(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161cd7d
movq 0xa0(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3424(%rsp) # imm = 0xFFFFFFFF
movl 0x3424(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3420(%rsp)
cmpl $0x1, 0x3420(%rsp)
jne 0x161cd7d
movq 0xa0(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161cd4e
movq 0xa0(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161cd4c
jmp 0x161cd7b
movq 0xa0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad8(%rsp)
cmpq $0x0, 0x3ad8(%rsp)
je 0x161cd79
movq 0x3ad8(%rsp), %rdi
callq 0x5f480
jmp 0x161cd7b
jmp 0x161cd7d
movq 0xa0(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161cdd8
movq %rax, %rdi
callq 0x678a0
jmp 0x161cdda
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2578(%rsp)
movq 0x2578(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x90(%rsp)
leaq 0x9a0(%rsp), %rax
movq %rax, 0x2310(%rsp)
movq 0x2310(%rsp), %rax
movq %rax, 0x3468(%rsp)
movq 0x3468(%rsp), %rax
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161cec5
movq 0x98(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3464(%rsp) # imm = 0xFFFFFFFF
movl 0x3464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3460(%rsp)
cmpl $0x1, 0x3460(%rsp)
jne 0x161cec5
movq 0x98(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161ce96
movq 0x98(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161ce94
jmp 0x161cec3
movq 0x98(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ab8(%rsp)
cmpq $0x0, 0x3ab8(%rsp)
je 0x161cec1
movq 0x3ab8(%rsp), %rdi
callq 0x5f480
jmp 0x161cec3
jmp 0x161cec5
movq 0x98(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161cf20
movq %rax, %rdi
callq 0x678a0
movq 0x90(%rsp), %rax
movq %rax, 0x9e8(%rsp)
movl $0x0, 0x99c(%rsp)
movl 0x99c(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x161d00f
movq 0xa38(%rsp), %rax
movq %rax, 0x3bc0(%rsp)
movq 0x3bc0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x980(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0xa40(%rsp), %rsi
leaq 0x980(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x970(%rsp)
movq 0x9e8(%rsp), %rax
vmovaps 0x970(%rsp), %xmm0
movq %rax, 0x3d28(%rsp)
vmovaps %xmm0, 0x3d10(%rsp)
vmovaps 0x3d10(%rsp), %xmm0
movq 0x3d28(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0xa38(%rsp), %rax
addq $0x10, %rax
movq %rax, 0xa38(%rsp)
movq 0x9e8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x9e8(%rsp)
movl 0x99c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x99c(%rsp)
jmp 0x161cf3b
jmp 0x161d011
movl 0xa5c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xa5c(%rsp)
jmp 0x161c636
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x3, 0x28(%rax)
jne 0x161daa9
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movl 0x1c74(%rsp), %ecx
movq 0x1c68(%rsp), %r8
movl 0x1c64(%rsp), %r9d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %rax
movq %rax, (%rsp)
callq 0x6c340
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1ce0(%rsp)
movq 0x1ce0(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x161d0ec
movq 0x80(%rsp), %rax
movq %rax, 0x26a8(%rsp)
movq 0x26a8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x161d0f9
jmp 0x161d109
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movl $0x0, 0x96c(%rsp)
movl 0x96c(%rsp), %eax
cmpl 0x1c74(%rsp), %eax
jge 0x161da99
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1ff0(%rsp)
movq 0x1ff0(%rsp), %rax
movq (%rax), %rax
movl 0x96c(%rsp), %ecx
shll $0x2, %ecx
movslq %ecx, %rcx
shlq $0x2, %rcx
addq %rcx, %rax
movq %rax, 0x3bb8(%rsp)
movq 0x3bb8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x950(%rsp)
movq 0x1cb8(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x900(%rsp), %rdx
movq %rdx, 0x1d78(%rsp)
movq %rcx, 0x1d70(%rsp)
movl %eax, 0x1d6c(%rsp)
movq 0x1d70(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x1d6b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x1d6c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x900(%rsp), %r10
movq %r10, 0x3058(%rsp)
movl %r9d, 0x3054(%rsp)
movl %r8d, 0x3050(%rsp)
movl %edi, 0x304c(%rsp)
movq %rsi, 0x3040(%rsp)
movq %rdx, 0x3038(%rsp)
movl %ecx, 0x3034(%rsp)
movq %rax, 0x3028(%rsp)
movq 0x3058(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3040(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3038(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3034(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3028(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3054(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3050(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x304c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3068(%rsp)
movl $0x10, 0x3064(%rsp)
movq 0x3068(%rsp), %rax
movslq 0x3064(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3064(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x928(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161d324
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x940(%rsp)
movb $0x1, 0x1d6b(%rsp)
testb $0x1, 0x1d6b(%rsp)
jne 0x161d44d
leaq 0x900(%rsp), %rax
movq %rax, 0x21c0(%rsp)
movq 0x21c0(%rsp), %rax
movq %rax, 0x3708(%rsp)
movq 0x3708(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161d3f3
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3704(%rsp) # imm = 0xFFFFFFFF
movl 0x3704(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3700(%rsp)
cmpl $0x1, 0x3700(%rsp)
jne 0x161d3f3
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161d3c7
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161d3c5
jmp 0x161d3f1
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3968(%rsp)
cmpq $0x0, 0x3968(%rsp)
je 0x161d3ef
movq 0x3968(%rsp), %rdi
callq 0x5f480
jmp 0x161d3f1
jmp 0x161d3f3
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161d44b
movq %rax, %rdi
callq 0x678a0
jmp 0x161d44d
leaq 0x900(%rsp), %rax
movq %rax, 0x1fe8(%rsp)
movq 0x1fe8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x900(%rsp), %rax
movq %rax, 0x2318(%rsp)
movq 0x2318(%rsp), %rax
movq %rax, 0x3458(%rsp)
movq 0x3458(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161d526
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3454(%rsp) # imm = 0xFFFFFFFF
movl 0x3454(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3450(%rsp)
cmpl $0x1, 0x3450(%rsp)
jne 0x161d526
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161d4fa
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161d4f8
jmp 0x161d524
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac0(%rsp)
cmpq $0x0, 0x3ac0(%rsp)
je 0x161d522
movq 0x3ac0(%rsp), %rdi
callq 0x5f480
jmp 0x161d524
jmp 0x161d526
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161d57e
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x948(%rsp)
movq 0x1cb0(%rsp), %rcx
movl 0x96c(%rsp), %eax
leaq 0x8b0(%rsp), %rdx
movq %rdx, 0x2338(%rsp)
movq %rcx, 0x2330(%rsp)
movl %eax, 0x232c(%rsp)
movq 0x2330(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x232b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x232c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x8b0(%rsp), %r10
movq %r10, 0x2aa8(%rsp)
movl %r9d, 0x2aa4(%rsp)
movl %r8d, 0x2aa0(%rsp)
movl %edi, 0x2a9c(%rsp)
movq %rsi, 0x2a90(%rsp)
movq %rdx, 0x2a88(%rsp)
movl %ecx, 0x2a84(%rsp)
movq %rax, 0x2a78(%rsp)
movq 0x2aa8(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x2a90(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2a88(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2a84(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2a78(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x2aa4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x2aa0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2a9c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x3208(%rsp)
movl $0x10, 0x3204(%rsp)
movq 0x3208(%rsp), %rax
movslq 0x3204(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x3204(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x8d8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161d73b
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x8f0(%rsp)
movb $0x1, 0x232b(%rsp)
testb $0x1, 0x232b(%rsp)
jne 0x161d864
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2340(%rsp)
movq 0x2340(%rsp), %rax
movq %rax, 0x3438(%rsp)
movq 0x3438(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161d80a
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3434(%rsp) # imm = 0xFFFFFFFF
movl 0x3434(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3430(%rsp)
cmpl $0x1, 0x3430(%rsp)
jne 0x161d80a
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161d7de
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161d7dc
jmp 0x161d808
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ad0(%rsp)
cmpq $0x0, 0x3ad0(%rsp)
je 0x161d806
movq 0x3ad0(%rsp), %rdi
callq 0x5f480
jmp 0x161d808
jmp 0x161d80a
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161d862
movq %rax, %rdi
callq 0x678a0
jmp 0x161d864
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2570(%rsp)
movq 0x2570(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x8b0(%rsp), %rax
movq %rax, 0x2320(%rsp)
movq 0x2320(%rsp), %rax
movq %rax, 0x3448(%rsp)
movq 0x3448(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161d93d
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x3444(%rsp) # imm = 0xFFFFFFFF
movl 0x3444(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x3440(%rsp)
cmpl $0x1, 0x3440(%rsp)
jne 0x161d93d
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161d911
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
callq *%rax
jmp 0x161d90f
jmp 0x161d93b
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3ac8(%rsp)
cmpq $0x0, 0x3ac8(%rsp)
je 0x161d939
movq 0x3ac8(%rsp), %rdi
callq 0x5f480
jmp 0x161d93b
jmp 0x161d93d
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161d995
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x8f8(%rsp)
movl $0x0, 0x8ac(%rsp)
movl 0x8ac(%rsp), %eax
cmpl 0x1c70(%rsp), %eax
jge 0x161da81
movq 0x948(%rsp), %rax
movq %rax, 0x3bb0(%rsp)
movq 0x3bb0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x890(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x950(%rsp), %rsi
leaq 0x890(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x880(%rsp)
movq 0x8f8(%rsp), %rax
vmovaps 0x880(%rsp), %xmm0
movq %rax, 0x3d08(%rsp)
vmovaps %xmm0, 0x3cf0(%rsp)
vmovaps 0x3cf0(%rsp), %xmm0
movq 0x3d08(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x948(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x948(%rsp)
movq 0x8f8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x8f8(%rsp)
movl 0x8ac(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x8ac(%rsp)
jmp 0x161d9ad
jmp 0x161da83
movl 0x96c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x96c(%rsp)
jmp 0x161d114
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x2, 0x28(%rax)
jne 0x161dd27
movq 0x1cb0(%rsp), %rdi
movl 0x1c80(%rsp), %esi
movl 0x1c7c(%rsp), %edx
movq 0x1c68(%rsp), %rcx
movl 0x1c64(%rsp), %r8d
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r9
callq 0x6c090
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd8(%rsp)
movq 0x1cd8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x2f(%rsp)
je 0x161db47
movq 0x20(%rsp), %rax
movq %rax, 0x26b0(%rsp)
movq 0x26b0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x2f(%rsp)
movb 0x2f(%rsp), %al
testb $0x1, %al
jne 0x161db51
jmp 0x161db61
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movq 0x1cc0(%rsp), %rax
movq %rax, 0x1fe0(%rsp)
movq 0x1fe0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x878(%rsp)
movq 0x1cb8(%rsp), %rax
movq %rax, 0x1fd8(%rsp)
movq 0x1fd8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x870(%rsp)
movq 0x1cb0(%rsp), %rax
movq %rax, 0x2568(%rsp)
movq 0x2568(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x868(%rsp)
movl $0x0, 0x864(%rsp)
movl 0x864(%rsp), %eax
cmpl 0x1c7c(%rsp), %eax
jge 0x161dd17
movq 0x878(%rsp), %rax
movq %rax, 0x3ba8(%rsp)
movq 0x3ba8(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x850(%rsp)
movl $0x0, 0x84c(%rsp)
movl 0x84c(%rsp), %eax
cmpl 0x1c80(%rsp), %eax
jge 0x161dced
movq 0x870(%rsp), %rax
movq %rax, 0x3ba0(%rsp)
movq 0x3ba0(%rsp), %rax
vmovups (%rax), %xmm0
vmovaps %xmm0, 0x830(%rsp)
leaq 0x1ca7(%rsp), %rdi
leaq 0x850(%rsp), %rsi
leaq 0x830(%rsp), %rdx
callq 0x1637b00
vmovaps %xmm0, 0x820(%rsp)
movq 0x868(%rsp), %rax
vmovaps 0x820(%rsp), %xmm0
movq %rax, 0x3ce8(%rsp)
vmovaps %xmm0, 0x3cd0(%rsp)
vmovaps 0x3cd0(%rsp), %xmm0
movq 0x3ce8(%rsp), %rax
vmovups %xmm0, (%rax)
movq 0x870(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x870(%rsp)
movq 0x868(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x868(%rsp)
movl 0x84c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x84c(%rsp)
jmp 0x161dc19
movq 0x878(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x878(%rsp)
movl 0x864(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x864(%rsp)
jmp 0x161dbd5
movl $0x0, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x28(%rax)
jne 0x161de3f
movq 0x1cb0(%rsp), %rdi
movl 0x1ca0(%rsp), %esi
movq 0x1c88(%rsp), %rdx
movl 0x1c84(%rsp), %ecx
movq 0x1ca8(%rsp), %rax
movq 0x8(%rax), %r8
callq 0x6be00
movq 0x1cb0(%rsp), %rax
movq %rax, 0x1cd0(%rsp)
movq 0x1cd0(%rsp), %rcx
movq %rcx, 0x10(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x1f(%rsp)
je 0x161ddbd
movq 0x10(%rsp), %rax
movq %rax, 0x26b8(%rsp)
movq 0x26b8(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x1f(%rsp)
movb 0x1f(%rsp), %al
testb $0x1, %al
jne 0x161ddc7
jmp 0x161ddd4
movl $0xffffff9c, 0x1ccc(%rsp) # imm = 0xFFFFFF9C
jmp 0x161de52
movq 0x1cb8(%rsp), %rax
cmpl $0x1, 0x2c(%rax)
jne 0x161de1a
cmpl $0x1, 0x1c64(%rsp)
jne 0x161de1a
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1634220
movl %eax, 0x1ccc(%rsp)
jmp 0x161de52
movq 0x1cc0(%rsp), %rdi
movq 0x1cb8(%rsp), %rsi
movq 0x1cb0(%rsp), %rdx
movq 0x1ca8(%rsp), %rcx
callq 0x1633150
jmp 0x161de41
jmp 0x161de43
jmp 0x161de45
jmp 0x161de47
movl $0x0, 0x1ccc(%rsp)
movl 0x1ccc(%rsp), %eax
addq $0x3f68, %rsp # imm = 0x3F68
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,074
|
virtual thunk to ncnn::BinaryOp_x86_avx::forward(std::vector<ncnn::Mat, std::allocator<ncnn::Mat>> const&, std::vector<ncnn::Mat, std::allocator<ncnn::Mat>>&, ncnn::Option const&) const
|
int BinaryOp_x86_avx::forward(const std::vector<Mat>& bottom_blobs, std::vector<Mat>& top_blobs, const Option& opt) const
{
#if __SSE2__
using namespace BinaryOp_x86_avx_functor;
const Mat& bottom_blob = bottom_blobs[0];
const Mat& bottom_blob1 = bottom_blobs[1];
Mat& top_blob = top_blobs[0];
int elempack = bottom_blob.elempack;
int elempack1 = bottom_blob1.elempack;
#if __AVX__
#if __AVX512F__
if (elempack == 16 || elempack1 == 16)
{
if (op_type == Operation_ADD)
return binary_op_pack16<binary_op_add>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_SUB)
return binary_op_pack16<binary_op_sub>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MUL)
return binary_op_pack16<binary_op_mul>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_DIV)
return binary_op_pack16<binary_op_div>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MAX)
return binary_op_pack16<binary_op_max>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MIN)
return binary_op_pack16<binary_op_min>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_POW)
return binary_op_pack16<binary_op_pow>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_RSUB)
return binary_op_pack16<binary_op_sub>(bottom_blob1, bottom_blob, top_blob, opt);
if (op_type == Operation_RDIV)
return binary_op_pack16<binary_op_div>(bottom_blob1, bottom_blob, top_blob, opt);
}
#endif // __AVX512F__
if (elempack == 8 || elempack1 == 8)
{
if (op_type == Operation_ADD)
return binary_op_pack8<binary_op_add>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_SUB)
return binary_op_pack8<binary_op_sub>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MUL)
return binary_op_pack8<binary_op_mul>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_DIV)
return binary_op_pack8<binary_op_div>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MAX)
return binary_op_pack8<binary_op_max>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MIN)
return binary_op_pack8<binary_op_min>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_POW)
return binary_op_pack8<binary_op_pow>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_RSUB)
return binary_op_pack8<binary_op_sub>(bottom_blob1, bottom_blob, top_blob, opt);
if (op_type == Operation_RDIV)
return binary_op_pack8<binary_op_div>(bottom_blob1, bottom_blob, top_blob, opt);
}
#endif // __AVX__
if (elempack == 4 || elempack1 == 4)
{
if (op_type == Operation_ADD)
return binary_op_pack4<binary_op_add>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_SUB)
return binary_op_pack4<binary_op_sub>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MUL)
return binary_op_pack4<binary_op_mul>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_DIV)
return binary_op_pack4<binary_op_div>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MAX)
return binary_op_pack4<binary_op_max>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_MIN)
return binary_op_pack4<binary_op_min>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_POW)
return binary_op_pack4<binary_op_pow>(bottom_blob, bottom_blob1, top_blob, opt);
if (op_type == Operation_RSUB)
return binary_op_pack4<binary_op_sub>(bottom_blob1, bottom_blob, top_blob, opt);
if (op_type == Operation_RDIV)
return binary_op_pack4<binary_op_div>(bottom_blob1, bottom_blob, top_blob, opt);
}
#endif // __SSE2__
return BinaryOp::forward(bottom_blobs, top_blobs, opt);
}
|
movq %rdi, -0x8(%rsp)
movq %rsi, -0x10(%rsp)
movq %rdx, -0x18(%rsp)
movq %rcx, -0x20(%rsp)
movq -0x8(%rsp), %rdi
movq (%rdi), %rax
movq -0x40(%rax), %rax
addq %rax, %rdi
movq -0x10(%rsp), %rsi
movq -0x18(%rsp), %rdx
movq -0x20(%rsp), %rcx
jmp 0x1548300
nopw (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,075
|
ncnn::BinaryOp_x86_avx::forward_inplace(ncnn::Mat&, ncnn::Option const&) const
|
int BinaryOp_x86_avx::forward_inplace(Mat& bottom_top_blob, const Option& opt) const
{
using namespace BinaryOp_x86_avx_functor;
if (op_type == Operation_ADD)
return binary_op_scalar_inplace<binary_op_add>(bottom_top_blob, b, opt);
if (op_type == Operation_SUB)
return binary_op_scalar_inplace<binary_op_sub>(bottom_top_blob, b, opt);
if (op_type == Operation_MUL)
return binary_op_scalar_inplace<binary_op_mul>(bottom_top_blob, b, opt);
if (op_type == Operation_DIV)
return binary_op_scalar_inplace<binary_op_div>(bottom_top_blob, b, opt);
if (op_type == Operation_MAX)
return binary_op_scalar_inplace<binary_op_max>(bottom_top_blob, b, opt);
if (op_type == Operation_MIN)
return binary_op_scalar_inplace<binary_op_min>(bottom_top_blob, b, opt);
if (op_type == Operation_POW)
return binary_op_scalar_inplace<binary_op_pow>(bottom_top_blob, b, opt);
if (op_type == Operation_RSUB)
return binary_op_scalar_inplace<binary_op_rsub>(bottom_top_blob, b, opt);
if (op_type == Operation_RDIV)
return binary_op_scalar_inplace<binary_op_rdiv>(bottom_top_blob, b, opt);
return 0;
}
|
subq $0x28, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq %rdx, 0x8(%rsp)
movq 0x18(%rsp), %rax
movq %rax, (%rsp)
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x0, 0xd0(%rax,%rcx)
jne 0x161df09
movq (%rsp), %rax
movq 0x10(%rsp), %rdi
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
vmovss 0xd8(%rax,%rcx), %xmm0
movq 0x8(%rsp), %rsi
callq 0x161e120
movl %eax, 0x24(%rsp)
jmp 0x161e113
movq (%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x1, 0xd0(%rax,%rcx)
jne 0x161df4a
movq (%rsp), %rax
movq 0x10(%rsp), %rdi
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
vmovss 0xd8(%rax,%rcx), %xmm0
movq 0x8(%rsp), %rsi
callq 0x161e940
movl %eax, 0x24(%rsp)
jmp 0x161e113
movq (%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x2, 0xd0(%rax,%rcx)
jne 0x161df8b
movq (%rsp), %rax
movq 0x10(%rsp), %rdi
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
vmovss 0xd8(%rax,%rcx), %xmm0
movq 0x8(%rsp), %rsi
callq 0x161f160
movl %eax, 0x24(%rsp)
jmp 0x161e113
movq (%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x3, 0xd0(%rax,%rcx)
jne 0x161dfcc
movq (%rsp), %rax
movq 0x10(%rsp), %rdi
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
vmovss 0xd8(%rax,%rcx), %xmm0
movq 0x8(%rsp), %rsi
callq 0x161f980
movl %eax, 0x24(%rsp)
jmp 0x161e113
movq (%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x4, 0xd0(%rax,%rcx)
jne 0x161e00d
movq (%rsp), %rax
movq 0x10(%rsp), %rdi
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
vmovss 0xd8(%rax,%rcx), %xmm0
movq 0x8(%rsp), %rsi
callq 0x16201a0
movl %eax, 0x24(%rsp)
jmp 0x161e113
movq (%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x5, 0xd0(%rax,%rcx)
jne 0x161e04e
movq (%rsp), %rax
movq 0x10(%rsp), %rdi
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
vmovss 0xd8(%rax,%rcx), %xmm0
movq 0x8(%rsp), %rsi
callq 0x16209c0
movl %eax, 0x24(%rsp)
jmp 0x161e113
movq (%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x6, 0xd0(%rax,%rcx)
jne 0x161e08f
movq (%rsp), %rax
movq 0x10(%rsp), %rdi
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
vmovss 0xd8(%rax,%rcx), %xmm0
movq 0x8(%rsp), %rsi
callq 0x16211e0
movl %eax, 0x24(%rsp)
jmp 0x161e113
movq (%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x7, 0xd0(%rax,%rcx)
jne 0x161e0cd
movq (%rsp), %rax
movq 0x10(%rsp), %rdi
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
vmovss 0xd8(%rax,%rcx), %xmm0
movq 0x8(%rsp), %rsi
callq 0x1621a00
movl %eax, 0x24(%rsp)
jmp 0x161e113
movq (%rsp), %rax
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
cmpl $0x8, 0xd0(%rax,%rcx)
jne 0x161e10b
movq (%rsp), %rax
movq 0x10(%rsp), %rdi
movq (%rax), %rcx
movq -0x18(%rcx), %rcx
vmovss 0xd8(%rax,%rcx), %xmm0
movq 0x8(%rsp), %rsi
callq 0x1622220
movl %eax, 0x24(%rsp)
jmp 0x161e113
movl $0x0, 0x24(%rsp)
movl 0x24(%rsp), %eax
addq $0x28, %rsp
retq
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,076
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_avx_functor::binary_op_add>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x161e92e
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161e397
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x161e4c6
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161e46c
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x161e46c
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161e43d
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x161e43b
jmp 0x161e46a
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x161e468
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x161e46a
jmp 0x161e46c
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161e4c4
movq %rax, %rdi
callq 0x678a0
jmp 0x161e4c6
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161e5a5
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x161e5a5
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161e576
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x161e574
jmp 0x161e5a3
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x161e5a1
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x161e5a3
jmp 0x161e5a5
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161e5fd
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x161e7c6
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x161e70f
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x161e8b1
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1635d70
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x161e7fa
jmp 0x161e8b3
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x161e916
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x1635db0
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x161e8b3
jmp 0x161e918
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x161e1d3
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,077
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_avx_functor::binary_op_sub>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x161f14e
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161ebb7
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x161ece6
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161ec8c
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x161ec8c
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161ec5d
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x161ec5b
jmp 0x161ec8a
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x161ec88
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x161ec8a
jmp 0x161ec8c
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161ece4
movq %rax, %rdi
callq 0x678a0
jmp 0x161ece6
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161edc5
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x161edc5
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161ed96
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x161ed94
jmp 0x161edc3
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x161edc1
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x161edc3
jmp 0x161edc5
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161ee1d
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x161efe6
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x161ef2f
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x161f0d1
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1635e30
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x161f01a
jmp 0x161f0d3
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x161f136
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x1635e70
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x161f0d3
jmp 0x161f138
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x161e9f3
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,078
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_avx_functor::binary_op_mul>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x161f96e
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161f3d7
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x161f506
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161f4ac
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x161f4ac
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161f47d
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x161f47b
jmp 0x161f4aa
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x161f4a8
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x161f4aa
jmp 0x161f4ac
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161f504
movq %rax, %rdi
callq 0x678a0
jmp 0x161f506
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161f5e5
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x161f5e5
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161f5b6
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x161f5b4
jmp 0x161f5e3
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x161f5e1
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x161f5e3
jmp 0x161f5e5
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161f63d
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x161f806
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x161f74f
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x161f8f1
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1635ef0
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x161f83a
jmp 0x161f8f3
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x161f956
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x1635f30
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x161f8f3
jmp 0x161f958
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x161f213
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,079
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_avx_functor::binary_op_div>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x162018e
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x161fbf7
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x161fd26
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161fccc
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x161fccc
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161fc9d
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x161fc9b
jmp 0x161fcca
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x161fcc8
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x161fcca
jmp 0x161fccc
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161fd24
movq %rax, %rdi
callq 0x678a0
jmp 0x161fd26
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x161fe05
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x161fe05
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x161fdd6
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x161fdd4
jmp 0x161fe03
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x161fe01
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x161fe03
jmp 0x161fe05
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x161fe5d
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x1620026
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x161ff6f
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x1620111
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1635fb0
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x162005a
jmp 0x1620113
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x1620176
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x1635ff0
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1620113
jmp 0x1620178
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x161fa33
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,080
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_avx_functor::binary_op_max>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x16209ae
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1620417
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x1620546
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16204ec
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x16204ec
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16204bd
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x16204bb
jmp 0x16204ea
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x16204e8
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x16204ea
jmp 0x16204ec
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1620544
movq %rax, %rdi
callq 0x678a0
jmp 0x1620546
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1620625
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x1620625
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16205f6
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x16205f4
jmp 0x1620623
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x1620621
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1620623
jmp 0x1620625
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162067d
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x1620846
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x162078f
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x1620931
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1636080
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x162087a
jmp 0x1620933
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x1620996
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x16360c0
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1620933
jmp 0x1620998
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x1620253
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,081
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_avx_functor::binary_op_min>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x16211ce
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1620c37
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x1620d66
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1620d0c
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x1620d0c
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1620cdd
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1620cdb
jmp 0x1620d0a
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x1620d08
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1620d0a
jmp 0x1620d0c
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1620d64
movq %rax, %rdi
callq 0x678a0
jmp 0x1620d66
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1620e45
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x1620e45
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1620e16
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1620e14
jmp 0x1620e43
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x1620e41
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1620e43
jmp 0x1620e45
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1620e9d
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x1621066
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x16360f0
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1620faf
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x1621151
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1636150
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x162109a
jmp 0x1621153
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x16211b6
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x1636190
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1621153
jmp 0x16211b8
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x1620a73
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,082
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_avx_functor::binary_op_pow>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x16219ee
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1621457
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x1621586
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162152c
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x162152c
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16214fd
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x16214fb
jmp 0x162152a
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x1621528
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162152a
jmp 0x162152c
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1621584
movq %rax, %rdi
callq 0x678a0
jmp 0x1621586
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1621665
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x1621665
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1621636
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1621634
jmp 0x1621663
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x1621661
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1621663
jmp 0x1621665
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16216bd
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x1621886
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x16361c0
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x16217cf
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x1621971
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1637b00
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x16218ba
jmp 0x1621973
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x16219d6
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x1638fe0
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1621973
jmp 0x16219d8
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x1621293
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,083
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_avx_functor::binary_op_rsub>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x162220e
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1621c77
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x1621da6
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1621d4c
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x1621d4c
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1621d1d
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1621d1b
jmp 0x1621d4a
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x1621d48
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1621d4a
jmp 0x1621d4c
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1621da4
movq %rax, %rdi
callq 0x678a0
jmp 0x1621da6
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1621e85
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x1621e85
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1621e56
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1621e54
jmp 0x1621e83
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x1621e81
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1621e83
jmp 0x1621e85
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1621edd
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x16220a6
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x1639010
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1621fef
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x1622191
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1639060
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x16220da
jmp 0x1622193
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x16221f6
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x16390a0
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x1622193
jmp 0x16221f8
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x1621ab3
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,084
|
int ncnn::binary_op_scalar_inplace<ncnn::BinaryOp_x86_avx_functor::binary_op_rdiv>(ncnn::Mat&, float, ncnn::Option const&)
|
static int binary_op_scalar_inplace(Mat& a, float b, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
float* ptr = a.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b_avx512 = _mm512_set1_ps(b);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
_p = op.func_pack16(_p, _b_avx512);
_mm512_storeu_ps(ptr, _p);
ptr += 16;
}
#endif // __AVX512F__
__m256 _b_avx = _mm256_set1_ps(b);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
_p = op.func_pack8(_p, _b_avx);
_mm256_storeu_ps(ptr, _p);
ptr += 8;
}
#endif // __AVX__
__m128 _b = _mm_set1_ps((float)b);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
_p = op.func_pack4(_p, _b);
_mm_store_ps(ptr, _p);
ptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*ptr = op.func(*ptr, b);
ptr++;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x2e0, %rsp # imm = 0x2E0
movq %rdi, 0x140(%rsp)
vmovss %xmm0, 0x13c(%rsp)
movq %rsi, 0x130(%rsp)
movq 0x140(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x128(%rsp)
movq 0x140(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x124(%rsp)
movq 0x140(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x120(%rsp)
movq 0x140(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x11c(%rsp)
movq 0x140(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x118(%rsp)
movl 0x128(%rsp), %eax
imull 0x124(%rsp), %eax
imull 0x120(%rsp), %eax
imull 0x118(%rsp), %eax
movl %eax, 0x114(%rsp)
movl $0x0, 0x110(%rsp)
movl 0x110(%rsp), %eax
cmpl 0x11c(%rsp), %eax
jge 0x1622a2e
movq 0x140(%rsp), %rcx
movl 0x110(%rsp), %eax
leaq 0xc0(%rsp), %rdx
movq %rdx, 0x160(%rsp)
movq %rcx, 0x158(%rsp)
movl %eax, 0x154(%rsp)
movq 0x158(%rsp), %rax
movq %rax, 0x38(%rsp)
movb $0x0, 0x153(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x154(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0xc0(%rsp), %r10
movq %r10, 0x210(%rsp)
movl %r9d, 0x20c(%rsp)
movl %r8d, 0x208(%rsp)
movl %edi, 0x204(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movl %ecx, 0x1ec(%rsp)
movq %rax, 0x1e0(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x30(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x1f0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x1ec(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x1e0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x20c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x208(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x204(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x220(%rsp)
movl $0x10, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movslq 0x21c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x21c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x38(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0xe8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1622497
movq 0x38(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x100(%rsp)
movb $0x1, 0x153(%rsp)
testb $0x1, 0x153(%rsp)
jne 0x16225c6
leaq 0xc0(%rsp), %rax
movq %rax, 0x168(%rsp)
movq 0x168(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq %rax, 0x28(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162256c
movq 0x28(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x22c(%rsp) # imm = 0xFFFFFFFF
movl 0x22c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x228(%rsp)
cmpl $0x1, 0x228(%rsp)
jne 0x162256c
movq 0x28(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162253d
movq 0x28(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162253b
jmp 0x162256a
movq 0x28(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x250(%rsp)
cmpq $0x0, 0x250(%rsp)
je 0x1622568
movq 0x250(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162256a
jmp 0x162256c
movq 0x28(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16225c4
movq %rax, %rdi
callq 0x678a0
jmp 0x16225c6
leaq 0xc0(%rsp), %rax
movq %rax, 0x170(%rsp)
movq 0x170(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x18(%rsp)
leaq 0xc0(%rsp), %rax
movq %rax, 0x148(%rsp)
movq 0x148(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16226a5
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x23c(%rsp) # imm = 0xFFFFFFFF
movl 0x23c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x238(%rsp)
cmpl $0x1, 0x238(%rsp)
jne 0x16226a5
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1622676
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1622674
jmp 0x16226a3
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x248(%rsp)
cmpq $0x0, 0x248(%rsp)
je 0x16226a1
movq 0x248(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x16226a3
jmp 0x16226a5
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16226fd
movq %rax, %rdi
callq 0x678a0
movq 0x18(%rsp), %rax
movq %rax, 0x108(%rsp)
movl $0x0, 0xbc(%rsp)
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x25c(%rsp)
vmovss 0x25c(%rsp), %xmm0
vmovss %xmm0, 0x14(%rsp)
vmovss %xmm0, 0x2cc(%rsp)
vmovss %xmm0, 0x2c8(%rsp)
vmovss %xmm0, 0x2c4(%rsp)
vmovss %xmm0, 0x2c0(%rsp)
vmovss %xmm0, 0x2bc(%rsp)
vmovss %xmm0, 0x2b8(%rsp)
vmovss %xmm0, 0x2b4(%rsp)
vmovss %xmm0, 0x2b0(%rsp)
vmovss 0x2c4(%rsp), %xmm1
vmovss 0x2c0(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x2c8(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x2cc(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x2b4(%rsp), %xmm2
vmovss 0x2b0(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x2b8(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x2bc(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
vmovaps %ymm0, 0x80(%rsp)
movl 0xbc(%rsp), %eax
addl $0x7, %eax
cmpl 0x114(%rsp), %eax
jge 0x16228c6
movq 0x108(%rsp), %rax
movq %rax, 0x178(%rsp)
movq 0x178(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x60(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x60(%rsp), %rsi
leaq 0x80(%rsp), %rdx
callq 0x16390d0
vmovaps %ymm0, 0x60(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x60(%rsp), %ymm0
movq %rax, 0x1b0(%rsp)
vmovaps %ymm0, 0x180(%rsp)
vmovaps 0x180(%rsp), %ymm0
movq 0x1b0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x8, %eax
movl %eax, 0xbc(%rsp)
jmp 0x162280f
vmovss 0x13c(%rsp), %xmm0
vmovss %xmm0, 0x27c(%rsp)
vbroadcastss 0x27c(%rsp), %xmm0
vmovaps %xmm0, 0x260(%rsp)
vmovaps 0x260(%rsp), %xmm0
vmovaps %xmm0, 0x50(%rsp)
movl 0xbc(%rsp), %eax
addl $0x3, %eax
cmpl 0x114(%rsp), %eax
jge 0x16229b1
movq 0x108(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1b8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x40(%rsp)
leaq 0x12f(%rsp), %rdi
leaq 0x40(%rsp), %rsi
leaq 0x50(%rsp), %rdx
vzeroupper
callq 0x1639120
vmovaps %xmm0, 0x40(%rsp)
movq 0x108(%rsp), %rax
vmovaps 0x40(%rsp), %xmm0
movq %rax, 0x1d8(%rsp)
vmovaps %xmm0, 0x1c0(%rsp)
vmovaps 0x1c0(%rsp), %xmm0
movq 0x1d8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x4, %eax
movl %eax, 0xbc(%rsp)
jmp 0x16228fa
jmp 0x16229b3
movl 0xbc(%rsp), %eax
cmpl 0x114(%rsp), %eax
jge 0x1622a16
movq 0x108(%rsp), %rsi
leaq 0x12f(%rsp), %rdi
leaq 0x13c(%rsp), %rdx
vzeroupper
callq 0x1639160
movq 0x108(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x108(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x108(%rsp)
movl 0xbc(%rsp), %eax
addl $0x1, %eax
movl %eax, 0xbc(%rsp)
jmp 0x16229b3
jmp 0x1622a18
movl 0x110(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x110(%rsp)
jmp 0x16222d3
xorl %eax, %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,085
|
virtual thunk to ncnn::BinaryOp_x86_avx::forward_inplace(ncnn::Mat&, ncnn::Option const&) const
|
int BinaryOp_x86_avx::forward_inplace(Mat& bottom_top_blob, const Option& opt) const
{
using namespace BinaryOp_x86_avx_functor;
if (op_type == Operation_ADD)
return binary_op_scalar_inplace<binary_op_add>(bottom_top_blob, b, opt);
if (op_type == Operation_SUB)
return binary_op_scalar_inplace<binary_op_sub>(bottom_top_blob, b, opt);
if (op_type == Operation_MUL)
return binary_op_scalar_inplace<binary_op_mul>(bottom_top_blob, b, opt);
if (op_type == Operation_DIV)
return binary_op_scalar_inplace<binary_op_div>(bottom_top_blob, b, opt);
if (op_type == Operation_MAX)
return binary_op_scalar_inplace<binary_op_max>(bottom_top_blob, b, opt);
if (op_type == Operation_MIN)
return binary_op_scalar_inplace<binary_op_min>(bottom_top_blob, b, opt);
if (op_type == Operation_POW)
return binary_op_scalar_inplace<binary_op_pow>(bottom_top_blob, b, opt);
if (op_type == Operation_RSUB)
return binary_op_scalar_inplace<binary_op_rsub>(bottom_top_blob, b, opt);
if (op_type == Operation_RDIV)
return binary_op_scalar_inplace<binary_op_rdiv>(bottom_top_blob, b, opt);
return 0;
}
|
movq %rdi, -0x8(%rsp)
movq %rsi, -0x10(%rsp)
movq %rdx, -0x18(%rsp)
movq -0x8(%rsp), %rdi
movq (%rdi), %rax
movq -0x58(%rax), %rax
addq %rax, %rdi
movq -0x10(%rsp), %rsi
movq -0x18(%rsp), %rdx
jmp 0x161deb0
nopl (%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,086
|
int ncnn::binary_op_7_13_19_29<ncnn::BinaryOp_x86_avx_functor::binary_op_add>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_7_13_19_29(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 7 13 19 29
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _p1 = _mm512_loadu_ps(ptr1);
__m512 _outp = op.func_pack16(_p, _p1);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
ptr1 += 16;
outptr += 16;
}
#endif // __AVX512F__
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 8;
outptr += 8;
}
#endif // __AVX__
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _p1 = _mm_load_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_store_ps(outptr, _outp);
ptr += 4;
ptr1 += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, *ptr1);
ptr += 1;
ptr1 += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x560, %rsp # imm = 0x560
movq %rdi, 0x270(%rsp)
movq %rsi, 0x268(%rsp)
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movq 0x270(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x250(%rsp)
movq 0x270(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x24c(%rsp)
movq 0x270(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x248(%rsp)
movq 0x270(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x244(%rsp)
movq 0x270(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x240(%rsp)
movl 0x250(%rsp), %eax
imull 0x24c(%rsp), %eax
imull 0x248(%rsp), %eax
imull 0x240(%rsp), %eax
movl %eax, 0x23c(%rsp)
movq 0x260(%rsp), %rdi
movq 0x270(%rsp), %rsi
movq 0x258(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x260(%rsp), %rax
movq %rax, 0x280(%rsp)
movq 0x280(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x1622ba1
movq 0x80(%rsp), %rax
movq %rax, 0x398(%rsp)
movq 0x398(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x1622bae
jmp 0x1622bbe
movl $0xffffff9c, 0x27c(%rsp) # imm = 0xFFFFFF9C
jmp 0x1623b29
movl $0x0, 0x238(%rsp)
movl 0x238(%rsp), %eax
cmpl 0x244(%rsp), %eax
jge 0x1623b1e
movq 0x270(%rsp), %rcx
movl 0x238(%rsp), %eax
leaq 0x1e8(%rsp), %rdx
movq %rdx, 0x2b0(%rsp)
movq %rcx, 0x2a8(%rsp)
movl %eax, 0x2a4(%rsp)
movq 0x2a8(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x2a3(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2a4(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e8(%rsp), %r10
movq %r10, 0x408(%rsp)
movl %r9d, 0x404(%rsp)
movl %r8d, 0x400(%rsp)
movl %edi, 0x3fc(%rsp)
movq %rsi, 0x3f0(%rsp)
movq %rdx, 0x3e8(%rsp)
movl %ecx, 0x3e4(%rsp)
movq %rax, 0x3d8(%rsp)
movq 0x408(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x404(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x400(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x460(%rsp)
movl $0x10, 0x45c(%rsp)
movq 0x460(%rsp), %rax
movslq 0x45c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x45c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x210(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1622d8d
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x228(%rsp)
movb $0x1, 0x2a3(%rsp)
testb $0x1, 0x2a3(%rsp)
jne 0x1622ebc
leaq 0x1e8(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movq 0x2c8(%rsp), %rax
movq %rax, 0x500(%rsp)
movq 0x500(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1622e62
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4fc(%rsp) # imm = 0xFFFFFFFF
movl 0x4fc(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4f8(%rsp)
cmpl $0x1, 0x4f8(%rsp)
jne 0x1622e62
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1622e33
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1622e31
jmp 0x1622e60
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x508(%rsp)
cmpq $0x0, 0x508(%rsp)
je 0x1622e5e
movq 0x508(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1622e60
jmp 0x1622e62
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1622eba
movq %rax, %rdi
callq 0x678a0
jmp 0x1622ebc
leaq 0x1e8(%rsp), %rax
movq %rax, 0x2c0(%rsp)
movq 0x2c0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x60(%rsp)
leaq 0x1e8(%rsp), %rax
movq %rax, 0x2d8(%rsp)
movq 0x2d8(%rsp), %rax
movq %rax, 0x4e0(%rsp)
movq 0x4e0(%rsp), %rax
movq %rax, 0x58(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1622f9b
movq 0x58(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4dc(%rsp) # imm = 0xFFFFFFFF
movl 0x4dc(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4d8(%rsp)
cmpl $0x1, 0x4d8(%rsp)
jne 0x1622f9b
movq 0x58(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1622f6c
movq 0x58(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1622f6a
jmp 0x1622f99
movq 0x58(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x518(%rsp)
cmpq $0x0, 0x518(%rsp)
je 0x1622f97
movq 0x518(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1622f99
jmp 0x1622f9b
movq 0x58(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1622ff3
movq %rax, %rdi
callq 0x678a0
movq 0x60(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x268(%rsp), %rcx
movl 0x238(%rsp), %eax
leaq 0x188(%rsp), %rdx
movq %rdx, 0x298(%rsp)
movq %rcx, 0x290(%rsp)
movl %eax, 0x28c(%rsp)
movq 0x290(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x28b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x28c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x188(%rsp), %r10
movq %r10, 0x440(%rsp)
movl %r9d, 0x43c(%rsp)
movl %r8d, 0x438(%rsp)
movl %edi, 0x434(%rsp)
movq %rsi, 0x428(%rsp)
movq %rdx, 0x420(%rsp)
movl %ecx, 0x41c(%rsp)
movq %rax, 0x410(%rsp)
movq 0x440(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x428(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x420(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x41c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x410(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x43c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x438(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x434(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x450(%rsp)
movl $0x10, 0x44c(%rsp)
movq 0x450(%rsp), %rax
movslq 0x44c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x44c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16231b0
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1c8(%rsp)
movb $0x1, 0x28b(%rsp)
testb $0x1, 0x28b(%rsp)
jne 0x16232df
leaq 0x188(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rax
movq %rax, 0x4f0(%rsp)
movq 0x4f0(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1623285
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4ec(%rsp) # imm = 0xFFFFFFFF
movl 0x4ec(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4e8(%rsp)
cmpl $0x1, 0x4e8(%rsp)
jne 0x1623285
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1623256
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1623254
jmp 0x1623283
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x510(%rsp)
cmpq $0x0, 0x510(%rsp)
je 0x1623281
movq 0x510(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1623283
jmp 0x1623285
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16232dd
movq %rax, %rdi
callq 0x678a0
jmp 0x16232df
leaq 0x188(%rsp), %rax
movq %rax, 0x2b8(%rsp)
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x188(%rsp), %rax
movq %rax, 0x2e8(%rsp)
movq 0x2e8(%rsp), %rax
movq %rax, 0x4c0(%rsp)
movq 0x4c0(%rsp), %rax
movq %rax, 0x30(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16233be
movq 0x30(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4bc(%rsp) # imm = 0xFFFFFFFF
movl 0x4bc(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4b8(%rsp)
cmpl $0x1, 0x4b8(%rsp)
jne 0x16233be
movq 0x30(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162338f
movq 0x30(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162338d
jmp 0x16233bc
movq 0x30(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x528(%rsp)
cmpq $0x0, 0x528(%rsp)
je 0x16233ba
movq 0x528(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x16233bc
jmp 0x16233be
movq 0x30(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1623416
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1d0(%rsp)
movq 0x260(%rsp), %rcx
movl 0x238(%rsp), %eax
leaq 0x138(%rsp), %rdx
movq %rdx, 0x318(%rsp)
movq %rcx, 0x310(%rsp)
movl %eax, 0x30c(%rsp)
movq 0x310(%rsp), %rax
movq %rax, 0x28(%rsp)
movb $0x0, 0x30b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x30c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x138(%rsp), %r10
movq %r10, 0x3d0(%rsp)
movl %r9d, 0x3cc(%rsp)
movl %r8d, 0x3c8(%rsp)
movl %edi, 0x3c4(%rsp)
movq %rsi, 0x3b8(%rsp)
movq %rdx, 0x3b0(%rsp)
movl %ecx, 0x3ac(%rsp)
movq %rax, 0x3a0(%rsp)
movq 0x3d0(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movq 0x3b8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3b0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3ac(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3a0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3cc(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3c8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3c4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x470(%rsp)
movl $0x10, 0x46c(%rsp)
movq 0x470(%rsp), %rax
movslq 0x46c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x46c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x28(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x160(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16235d3
movq 0x28(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x178(%rsp)
movb $0x1, 0x30b(%rsp)
testb $0x1, 0x30b(%rsp)
jne 0x1623702
leaq 0x138(%rsp), %rax
movq %rax, 0x320(%rsp)
movq 0x320(%rsp), %rax
movq %rax, 0x480(%rsp)
movq 0x480(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16236a8
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x47c(%rsp) # imm = 0xFFFFFFFF
movl 0x47c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x478(%rsp)
cmpl $0x1, 0x478(%rsp)
jne 0x16236a8
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1623679
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1623677
jmp 0x16236a6
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x548(%rsp)
cmpq $0x0, 0x548(%rsp)
je 0x16236a4
movq 0x548(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x16236a6
jmp 0x16236a8
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1623700
movq %rax, %rdi
callq 0x678a0
jmp 0x1623702
leaq 0x138(%rsp), %rax
movq %rax, 0x328(%rsp)
movq 0x328(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x138(%rsp), %rax
movq %rax, 0x2f8(%rsp)
movq 0x2f8(%rsp), %rax
movq %rax, 0x4a0(%rsp)
movq 0x4a0(%rsp), %rax
movq %rax, 0x8(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16237e1
movq 0x8(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x49c(%rsp) # imm = 0xFFFFFFFF
movl 0x49c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x498(%rsp)
cmpl $0x1, 0x498(%rsp)
jne 0x16237e1
movq 0x8(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16237b2
movq 0x8(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x16237b0
jmp 0x16237df
movq 0x8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x538(%rsp)
cmpq $0x0, 0x538(%rsp)
je 0x16237dd
movq 0x538(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x16237df
jmp 0x16237e1
movq 0x8(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1623839
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x180(%rsp)
movl $0x0, 0x134(%rsp)
movl 0x134(%rsp), %eax
addl $0x7, %eax
cmpl 0x23c(%rsp), %eax
jge 0x1623961
movq 0x230(%rsp), %rax
movq %rax, 0x338(%rsp)
movq 0x338(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x100(%rsp)
movq 0x1d0(%rsp), %rax
movq %rax, 0x330(%rsp)
movq 0x330(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
leaq 0x257(%rsp), %rdi
leaq 0x100(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0xc0(%rsp)
movq 0x180(%rsp), %rax
vmovaps 0xc0(%rsp), %ymm0
movq %rax, 0x368(%rsp)
vmovaps %ymm0, 0x340(%rsp)
vmovaps 0x340(%rsp), %ymm0
movq 0x368(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x230(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x230(%rsp)
movq 0x1d0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d0(%rsp)
movq 0x180(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x180(%rsp)
movl 0x134(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x134(%rsp)
jmp 0x1623851
jmp 0x1623963
movl 0x134(%rsp), %eax
addl $0x3, %eax
cmpl 0x23c(%rsp), %eax
jge 0x1623a76
movq 0x230(%rsp), %rax
movq %rax, 0x378(%rsp)
movq 0x378(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xb0(%rsp)
movq 0x1d0(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xa0(%rsp)
leaq 0x257(%rsp), %rdi
leaq 0xb0(%rsp), %rsi
leaq 0xa0(%rsp), %rdx
vzeroupper
callq 0x1635d70
vmovaps %xmm0, 0x90(%rsp)
movq 0x180(%rsp), %rax
vmovaps 0x90(%rsp), %xmm0
movq %rax, 0x390(%rsp)
vmovaps %xmm0, 0x380(%rsp)
vmovaps 0x380(%rsp), %xmm0
movq 0x390(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x230(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x230(%rsp)
movq 0x1d0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1d0(%rsp)
movq 0x180(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x180(%rsp)
movl 0x134(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x134(%rsp)
jmp 0x1623963
jmp 0x1623a78
movl 0x134(%rsp), %eax
cmpl 0x23c(%rsp), %eax
jge 0x1623b06
movq 0x230(%rsp), %rsi
movq 0x1d0(%rsp), %rdx
leaq 0x257(%rsp), %rdi
vzeroupper
callq 0x1635db0
movq 0x180(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x230(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x230(%rsp)
movq 0x1d0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1d0(%rsp)
movq 0x180(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x180(%rsp)
movl 0x134(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x134(%rsp)
jmp 0x1623a78
jmp 0x1623b08
movl 0x238(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x238(%rsp)
jmp 0x1622bc9
movl $0x0, 0x27c(%rsp)
movl 0x27c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,087
|
int ncnn::binary_op_6_11_16_25<ncnn::BinaryOp_x86_avx_functor::binary_op_add>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_6_11_16_25(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 6 11 16 25
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float b0 = b[0];
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b0_avx512 = _mm512_set1_ps(b0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_p, _b0_avx512);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _b0_avx = _mm256_set1_ps(b0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0_avx);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _b0 = _mm_set1_ps(b0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, b0);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x200(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x200(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x200(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x200(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x200(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x200(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x1623c65
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x1623c6f
jmp 0x1623c7f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x16248a4
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x1624899
movq 0x200(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x178(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x178(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1623e4e
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b8(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x1623f7d
leaq 0x178(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1623f23
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x1623f23
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1623ef4
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1623ef2
jmp 0x1623f21
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x1623f1f
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1623f21
jmp 0x1623f23
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1623f7b
movq %rax, %rdi
callq 0x678a0
jmp 0x1623f7d
leaq 0x178(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x178(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162405c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x162405c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162402d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162402b
jmp 0x162405a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x1624058
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162405a
jmp 0x162405c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16240b4
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1c0(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x174(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16242ae
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x16243dd
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1624383
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1624383
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1624354
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1624352
jmp 0x1624381
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x162437f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1624381
jmp 0x1624383
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16243db
movq %rax, %rdi
callq 0x678a0
jmp 0x16243dd
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16244bc
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x16244bc
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162448d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162448b
jmp 0x16244ba
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x16244b8
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x16244ba
jmp 0x16244bc
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1624514
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x16246fd
movq 0x1c0(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xc0(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1624626
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1624808
movq 0x1c0(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x80(%rsp), %rsi
leaq 0x90(%rsp), %rdx
vzeroupper
callq 0x1635d70
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1624734
jmp 0x162480a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1624881
movq 0x1c0(%rsp), %rsi
leaq 0x1e7(%rsp), %rdi
leaq 0x174(%rsp), %rdx
vzeroupper
callq 0x1635db0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162480a
jmp 0x1624883
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x1623c8a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,088
|
int ncnn::binary_op_2_3_4_20<ncnn::BinaryOp_x86_avx_functor::binary_op_add>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_2_3_4_20(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = b.w;
int h = b.h;
int d = b.d;
int channels = b.c;
int elempack = b.elempack;
int size = w * h * d * elempack;
// type 2 3 4 20
c.create_like(b, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float a0 = a[0];
const float* ptr = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _a0_avx512 = _mm512_set1_ps(a0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_a0_avx512, _p);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _a0_avx = _mm256_set1_ps(a0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_a0_avx, _p);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _a0 = _mm_set1_ps(a0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(a0, *ptr);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x1f8(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x16249e5
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x16249ef
jmp 0x16249ff
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x1625624
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x1625619
movq 0x200(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x1c4(%rsp)
movq 0x1f8(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x170(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x170(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x198(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1624c0b
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b0(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x1624d3a
leaq 0x170(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1624ce0
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x1624ce0
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1624cb1
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1624caf
jmp 0x1624cde
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x1624cdc
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1624cde
jmp 0x1624ce0
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1624d38
movq %rax, %rdi
callq 0x678a0
jmp 0x1624d3a
leaq 0x170(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x170(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1624e19
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x1624e19
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1624dea
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1624de8
jmp 0x1624e17
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x1624e15
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1624e17
jmp 0x1624e19
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1624e71
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162502e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x162515d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1625103
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1625103
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16250d4
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x16250d2
jmp 0x1625101
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x16250ff
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1625101
jmp 0x1625103
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162515b
movq %rax, %rdi
callq 0x678a0
jmp 0x162515d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162523c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x162523c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162520d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162520b
jmp 0x162523a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x1625238
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162523a
jmp 0x162523c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1625294
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162547d
movq 0x1b8(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xe0(%rsp), %rsi
leaq 0xc0(%rsp), %rdx
callq 0x1635d20
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x16253a6
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1625588
movq 0x1b8(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x90(%rsp), %rsi
leaq 0x80(%rsp), %rdx
vzeroupper
callq 0x1635d70
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x16254b4
jmp 0x162558a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1625601
movq 0x1b8(%rsp), %rdx
leaq 0x1e7(%rsp), %rdi
leaq 0x1c4(%rsp), %rsi
vzeroupper
callq 0x1635db0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162558a
jmp 0x1625603
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x1624a0a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,089
|
int ncnn::binary_op_7_13_19_29<ncnn::BinaryOp_x86_avx_functor::binary_op_sub>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_7_13_19_29(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 7 13 19 29
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _p1 = _mm512_loadu_ps(ptr1);
__m512 _outp = op.func_pack16(_p, _p1);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
ptr1 += 16;
outptr += 16;
}
#endif // __AVX512F__
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 8;
outptr += 8;
}
#endif // __AVX__
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _p1 = _mm_load_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_store_ps(outptr, _outp);
ptr += 4;
ptr1 += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, *ptr1);
ptr += 1;
ptr1 += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x500, %rsp # imm = 0x500
movq %rdi, 0x268(%rsp)
movq %rsi, 0x260(%rsp)
movq %rdx, 0x258(%rsp)
movq %rcx, 0x250(%rsp)
movq 0x268(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x248(%rsp)
movq 0x268(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x244(%rsp)
movq 0x268(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x240(%rsp)
movq 0x268(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x23c(%rsp)
movq 0x268(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x238(%rsp)
movl 0x248(%rsp), %eax
imull 0x244(%rsp), %eax
imull 0x240(%rsp), %eax
imull 0x238(%rsp), %eax
movl %eax, 0x234(%rsp)
movq 0x258(%rsp), %rdi
movq 0x268(%rsp), %rsi
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x258(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x1625771
movq 0x80(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x162577e
jmp 0x162578e
movl $0xffffff9c, 0x274(%rsp) # imm = 0xFFFFFF9C
jmp 0x16266f9
movl $0x0, 0x230(%rsp)
movl 0x230(%rsp), %eax
cmpl 0x23c(%rsp), %eax
jge 0x16266ee
movq 0x268(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x1e0(%rsp), %rdx
movq %rdx, 0x2a8(%rsp)
movq %rcx, 0x2a0(%rsp)
movl %eax, 0x29c(%rsp)
movq 0x2a0(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x29b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e0(%rsp), %r10
movq %r10, 0x3f0(%rsp)
movl %r9d, 0x3ec(%rsp)
movl %r8d, 0x3e8(%rsp)
movl %edi, 0x3e4(%rsp)
movq %rsi, 0x3d8(%rsp)
movq %rdx, 0x3d0(%rsp)
movl %ecx, 0x3cc(%rsp)
movq %rax, 0x3c0(%rsp)
movq 0x3f0(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x448(%rsp)
movl $0x10, 0x444(%rsp)
movq 0x448(%rsp), %rax
movslq 0x444(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x444(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x208(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162595d
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x220(%rsp)
movb $0x1, 0x29b(%rsp)
testb $0x1, 0x29b(%rsp)
jne 0x1625a8c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2c0(%rsp)
movq 0x2c0(%rsp), %rax
movq %rax, 0x4b8(%rsp)
movq 0x4b8(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1625a32
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4b4(%rsp) # imm = 0xFFFFFFFF
movl 0x4b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4b0(%rsp)
cmpl $0x1, 0x4b0(%rsp)
jne 0x1625a32
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1625a03
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1625a01
jmp 0x1625a30
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c0(%rsp)
cmpq $0x0, 0x4c0(%rsp)
je 0x1625a2e
movq 0x4c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1625a30
jmp 0x1625a32
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1625a8a
movq %rax, %rdi
callq 0x678a0
jmp 0x1625a8c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2b8(%rsp)
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rax
movq %rax, 0x498(%rsp)
movq 0x498(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1625b6b
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x494(%rsp) # imm = 0xFFFFFFFF
movl 0x494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x490(%rsp)
cmpl $0x1, 0x490(%rsp)
jne 0x1625b6b
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1625b3c
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1625b3a
jmp 0x1625b69
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x4d0(%rsp)
je 0x1625b67
movq 0x4d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1625b69
jmp 0x1625b6b
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1625bc3
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x228(%rsp)
movq 0x260(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x190(%rsp), %rdx
movq %rdx, 0x290(%rsp)
movq %rcx, 0x288(%rsp)
movl %eax, 0x284(%rsp)
movq 0x288(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x283(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x284(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x190(%rsp), %r10
movq %r10, 0x428(%rsp)
movl %r9d, 0x424(%rsp)
movl %r8d, 0x420(%rsp)
movl %edi, 0x41c(%rsp)
movq %rsi, 0x410(%rsp)
movq %rdx, 0x408(%rsp)
movl %ecx, 0x404(%rsp)
movq %rax, 0x3f8(%rsp)
movq 0x428(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x410(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x408(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x404(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x424(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x420(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x41c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x438(%rsp)
movl $0x10, 0x434(%rsp)
movq 0x438(%rsp), %rax
movslq 0x434(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x434(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1625d80
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d0(%rsp)
movb $0x1, 0x283(%rsp)
testb $0x1, 0x283(%rsp)
jne 0x1625eaf
leaq 0x190(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movq 0x2c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
movq 0x4a8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1625e55
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4a4(%rsp) # imm = 0xFFFFFFFF
movl 0x4a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4a0(%rsp)
cmpl $0x1, 0x4a0(%rsp)
jne 0x1625e55
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1625e26
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1625e24
jmp 0x1625e53
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
cmpq $0x0, 0x4c8(%rsp)
je 0x1625e51
movq 0x4c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1625e53
jmp 0x1625e55
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1625ead
movq %rax, %rdi
callq 0x678a0
jmp 0x1625eaf
leaq 0x190(%rsp), %rax
movq %rax, 0x2b0(%rsp)
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x190(%rsp), %rax
movq %rax, 0x2d8(%rsp)
movq 0x2d8(%rsp), %rax
movq %rax, 0x488(%rsp)
movq 0x488(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1625f8e
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x484(%rsp) # imm = 0xFFFFFFFF
movl 0x484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x480(%rsp)
cmpl $0x1, 0x480(%rsp)
jne 0x1625f8e
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1625f5f
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1625f5d
jmp 0x1625f8c
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x4d8(%rsp)
je 0x1625f8a
movq 0x4d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1625f8c
jmp 0x1625f8e
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1625fe6
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x1d8(%rsp)
movq 0x258(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x140(%rsp), %rdx
movq %rdx, 0x2f8(%rsp)
movq %rcx, 0x2f0(%rsp)
movl %eax, 0x2ec(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, 0x28(%rsp)
movb $0x0, 0x2eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x140(%rsp), %r10
movq %r10, 0x3b8(%rsp)
movl %r9d, 0x3b4(%rsp)
movl %r8d, 0x3b0(%rsp)
movl %edi, 0x3ac(%rsp)
movq %rsi, 0x3a0(%rsp)
movq %rdx, 0x398(%rsp)
movl %ecx, 0x394(%rsp)
movq %rax, 0x388(%rsp)
movq 0x3b8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x398(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x394(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x388(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x458(%rsp)
movl $0x10, 0x454(%rsp)
movq 0x458(%rsp), %rax
movslq 0x454(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x454(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x28(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x168(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16261a3
movq 0x28(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x180(%rsp)
movb $0x1, 0x2eb(%rsp)
testb $0x1, 0x2eb(%rsp)
jne 0x16262d2
leaq 0x140(%rsp), %rax
movq %rax, 0x300(%rsp)
movq 0x300(%rsp), %rax
movq %rax, 0x468(%rsp)
movq 0x468(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1626278
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x464(%rsp) # imm = 0xFFFFFFFF
movl 0x464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x460(%rsp)
cmpl $0x1, 0x460(%rsp)
jne 0x1626278
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1626249
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1626247
jmp 0x1626276
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e8(%rsp)
cmpq $0x0, 0x4e8(%rsp)
je 0x1626274
movq 0x4e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1626276
jmp 0x1626278
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16262d0
movq %rax, %rdi
callq 0x678a0
jmp 0x16262d2
leaq 0x140(%rsp), %rax
movq %rax, 0x308(%rsp)
movq 0x308(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8(%rsp)
leaq 0x140(%rsp), %rax
movq %rax, 0x2e0(%rsp)
movq 0x2e0(%rsp), %rax
movq %rax, 0x478(%rsp)
movq 0x478(%rsp), %rax
movq %rax, 0x10(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16263b1
movq 0x10(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x474(%rsp) # imm = 0xFFFFFFFF
movl 0x474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x470(%rsp)
cmpl $0x1, 0x470(%rsp)
jne 0x16263b1
movq 0x10(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1626382
movq 0x10(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1626380
jmp 0x16263af
movq 0x10(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e0(%rsp)
cmpq $0x0, 0x4e0(%rsp)
je 0x16263ad
movq 0x4e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x16263af
jmp 0x16263b1
movq 0x10(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1626409
movq %rax, %rdi
callq 0x678a0
movq 0x8(%rsp), %rax
movq %rax, 0x188(%rsp)
movl $0x0, 0x13c(%rsp)
movl 0x13c(%rsp), %eax
addl $0x7, %eax
cmpl 0x234(%rsp), %eax
jge 0x1626531
movq 0x228(%rsp), %rax
movq %rax, 0x318(%rsp)
movq 0x318(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x100(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x310(%rsp)
movq 0x310(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0x100(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0xc0(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0xc0(%rsp), %ymm0
movq %rax, 0x348(%rsp)
vmovaps %ymm0, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm0
movq 0x348(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1626421
jmp 0x1626533
movl 0x13c(%rsp), %eax
addl $0x3, %eax
cmpl 0x234(%rsp), %eax
jge 0x1626646
movq 0x228(%rsp), %rax
movq %rax, 0x358(%rsp)
movq 0x358(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xb0(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x350(%rsp)
movq 0x350(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xa0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0xb0(%rsp), %rsi
leaq 0xa0(%rsp), %rdx
vzeroupper
callq 0x1635e30
vmovaps %xmm0, 0x90(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0x90(%rsp), %xmm0
movq %rax, 0x378(%rsp)
vmovaps %xmm0, 0x360(%rsp)
vmovaps 0x360(%rsp), %xmm0
movq 0x378(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1626533
jmp 0x1626648
movl 0x13c(%rsp), %eax
cmpl 0x234(%rsp), %eax
jge 0x16266d6
movq 0x228(%rsp), %rsi
movq 0x1d8(%rsp), %rdx
leaq 0x24f(%rsp), %rdi
vzeroupper
callq 0x1635e70
movq 0x188(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1626648
jmp 0x16266d8
movl 0x230(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x230(%rsp)
jmp 0x1625799
movl $0x0, 0x274(%rsp)
movl 0x274(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,090
|
int ncnn::binary_op_6_11_16_25<ncnn::BinaryOp_x86_avx_functor::binary_op_sub>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_6_11_16_25(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 6 11 16 25
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float b0 = b[0];
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b0_avx512 = _mm512_set1_ps(b0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_p, _b0_avx512);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _b0_avx = _mm256_set1_ps(b0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0_avx);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _b0 = _mm_set1_ps(b0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, b0);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x200(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x200(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x200(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x200(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x200(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x200(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x1626835
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x162683f
jmp 0x162684f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x1627474
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x1627469
movq 0x200(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x178(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x178(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1626a1e
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b8(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x1626b4d
leaq 0x178(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1626af3
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x1626af3
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1626ac4
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1626ac2
jmp 0x1626af1
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x1626aef
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1626af1
jmp 0x1626af3
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1626b4b
movq %rax, %rdi
callq 0x678a0
jmp 0x1626b4d
leaq 0x178(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x178(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1626c2c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x1626c2c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1626bfd
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1626bfb
jmp 0x1626c2a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x1626c28
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1626c2a
jmp 0x1626c2c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1626c84
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1c0(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x174(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1626e7e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x1626fad
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1626f53
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1626f53
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1626f24
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1626f22
jmp 0x1626f51
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x1626f4f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1626f51
jmp 0x1626f53
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1626fab
movq %rax, %rdi
callq 0x678a0
jmp 0x1626fad
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162708c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x162708c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162705d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162705b
jmp 0x162708a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x1627088
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162708a
jmp 0x162708c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x16270e4
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x16272cd
movq 0x1c0(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xc0(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x16271f6
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x16273d8
movq 0x1c0(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x80(%rsp), %rsi
leaq 0x90(%rsp), %rdx
vzeroupper
callq 0x1635e30
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1627304
jmp 0x16273da
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1627451
movq 0x1c0(%rsp), %rsi
leaq 0x1e7(%rsp), %rdi
leaq 0x174(%rsp), %rdx
vzeroupper
callq 0x1635e70
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x16273da
jmp 0x1627453
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x162685a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,091
|
int ncnn::binary_op_2_3_4_20<ncnn::BinaryOp_x86_avx_functor::binary_op_sub>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_2_3_4_20(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = b.w;
int h = b.h;
int d = b.d;
int channels = b.c;
int elempack = b.elempack;
int size = w * h * d * elempack;
// type 2 3 4 20
c.create_like(b, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float a0 = a[0];
const float* ptr = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _a0_avx512 = _mm512_set1_ps(a0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_a0_avx512, _p);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _a0_avx = _mm256_set1_ps(a0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_a0_avx, _p);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _a0 = _mm_set1_ps(a0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(a0, *ptr);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x1f8(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x16275b5
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x16275bf
jmp 0x16275cf
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x16281f4
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x16281e9
movq 0x200(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x1c4(%rsp)
movq 0x1f8(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x170(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x170(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x198(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16277db
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b0(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x162790a
leaq 0x170(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16278b0
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x16278b0
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1627881
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162787f
jmp 0x16278ae
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x16278ac
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x16278ae
jmp 0x16278b0
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1627908
movq %rax, %rdi
callq 0x678a0
jmp 0x162790a
leaq 0x170(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x170(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16279e9
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x16279e9
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16279ba
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x16279b8
jmp 0x16279e7
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x16279e5
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x16279e7
jmp 0x16279e9
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1627a41
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1627bfe
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x1627d2d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1627cd3
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1627cd3
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1627ca4
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1627ca2
jmp 0x1627cd1
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x1627ccf
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1627cd1
jmp 0x1627cd3
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1627d2b
movq %rax, %rdi
callq 0x678a0
jmp 0x1627d2d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1627e0c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x1627e0c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1627ddd
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1627ddb
jmp 0x1627e0a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x1627e08
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1627e0a
jmp 0x1627e0c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1627e64
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162804d
movq 0x1b8(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xe0(%rsp), %rsi
leaq 0xc0(%rsp), %rdx
callq 0x1635de0
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1627f76
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1628158
movq 0x1b8(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x90(%rsp), %rsi
leaq 0x80(%rsp), %rdx
vzeroupper
callq 0x1635e30
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1628084
jmp 0x162815a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x16281d1
movq 0x1b8(%rsp), %rdx
leaq 0x1e7(%rsp), %rdi
leaq 0x1c4(%rsp), %rsi
vzeroupper
callq 0x1635e70
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162815a
jmp 0x16281d3
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x16275da
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,092
|
int ncnn::binary_op_7_13_19_29<ncnn::BinaryOp_x86_avx_functor::binary_op_mul>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_7_13_19_29(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 7 13 19 29
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _p1 = _mm512_loadu_ps(ptr1);
__m512 _outp = op.func_pack16(_p, _p1);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
ptr1 += 16;
outptr += 16;
}
#endif // __AVX512F__
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 8;
outptr += 8;
}
#endif // __AVX__
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _p1 = _mm_load_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_store_ps(outptr, _outp);
ptr += 4;
ptr1 += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, *ptr1);
ptr += 1;
ptr1 += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x500, %rsp # imm = 0x500
movq %rdi, 0x268(%rsp)
movq %rsi, 0x260(%rsp)
movq %rdx, 0x258(%rsp)
movq %rcx, 0x250(%rsp)
movq 0x268(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x248(%rsp)
movq 0x268(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x244(%rsp)
movq 0x268(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x240(%rsp)
movq 0x268(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x23c(%rsp)
movq 0x268(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x238(%rsp)
movl 0x248(%rsp), %eax
imull 0x244(%rsp), %eax
imull 0x240(%rsp), %eax
imull 0x238(%rsp), %eax
movl %eax, 0x234(%rsp)
movq 0x258(%rsp), %rdi
movq 0x268(%rsp), %rsi
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x258(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x1628341
movq 0x80(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x162834e
jmp 0x162835e
movl $0xffffff9c, 0x274(%rsp) # imm = 0xFFFFFF9C
jmp 0x16292c9
movl $0x0, 0x230(%rsp)
movl 0x230(%rsp), %eax
cmpl 0x23c(%rsp), %eax
jge 0x16292be
movq 0x268(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x1e0(%rsp), %rdx
movq %rdx, 0x2a8(%rsp)
movq %rcx, 0x2a0(%rsp)
movl %eax, 0x29c(%rsp)
movq 0x2a0(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x29b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e0(%rsp), %r10
movq %r10, 0x3f0(%rsp)
movl %r9d, 0x3ec(%rsp)
movl %r8d, 0x3e8(%rsp)
movl %edi, 0x3e4(%rsp)
movq %rsi, 0x3d8(%rsp)
movq %rdx, 0x3d0(%rsp)
movl %ecx, 0x3cc(%rsp)
movq %rax, 0x3c0(%rsp)
movq 0x3f0(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x448(%rsp)
movl $0x10, 0x444(%rsp)
movq 0x448(%rsp), %rax
movslq 0x444(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x444(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x208(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162852d
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x220(%rsp)
movb $0x1, 0x29b(%rsp)
testb $0x1, 0x29b(%rsp)
jne 0x162865c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2c0(%rsp)
movq 0x2c0(%rsp), %rax
movq %rax, 0x4b8(%rsp)
movq 0x4b8(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1628602
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4b4(%rsp) # imm = 0xFFFFFFFF
movl 0x4b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4b0(%rsp)
cmpl $0x1, 0x4b0(%rsp)
jne 0x1628602
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16285d3
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x16285d1
jmp 0x1628600
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c0(%rsp)
cmpq $0x0, 0x4c0(%rsp)
je 0x16285fe
movq 0x4c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1628600
jmp 0x1628602
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162865a
movq %rax, %rdi
callq 0x678a0
jmp 0x162865c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2b8(%rsp)
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rax
movq %rax, 0x498(%rsp)
movq 0x498(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162873b
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x494(%rsp) # imm = 0xFFFFFFFF
movl 0x494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x490(%rsp)
cmpl $0x1, 0x490(%rsp)
jne 0x162873b
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162870c
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162870a
jmp 0x1628739
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x4d0(%rsp)
je 0x1628737
movq 0x4d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1628739
jmp 0x162873b
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1628793
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x228(%rsp)
movq 0x260(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x190(%rsp), %rdx
movq %rdx, 0x290(%rsp)
movq %rcx, 0x288(%rsp)
movl %eax, 0x284(%rsp)
movq 0x288(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x283(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x284(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x190(%rsp), %r10
movq %r10, 0x428(%rsp)
movl %r9d, 0x424(%rsp)
movl %r8d, 0x420(%rsp)
movl %edi, 0x41c(%rsp)
movq %rsi, 0x410(%rsp)
movq %rdx, 0x408(%rsp)
movl %ecx, 0x404(%rsp)
movq %rax, 0x3f8(%rsp)
movq 0x428(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x410(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x408(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x404(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x424(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x420(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x41c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x438(%rsp)
movl $0x10, 0x434(%rsp)
movq 0x438(%rsp), %rax
movslq 0x434(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x434(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1628950
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d0(%rsp)
movb $0x1, 0x283(%rsp)
testb $0x1, 0x283(%rsp)
jne 0x1628a7f
leaq 0x190(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movq 0x2c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
movq 0x4a8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1628a25
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4a4(%rsp) # imm = 0xFFFFFFFF
movl 0x4a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4a0(%rsp)
cmpl $0x1, 0x4a0(%rsp)
jne 0x1628a25
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16289f6
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x16289f4
jmp 0x1628a23
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
cmpq $0x0, 0x4c8(%rsp)
je 0x1628a21
movq 0x4c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1628a23
jmp 0x1628a25
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1628a7d
movq %rax, %rdi
callq 0x678a0
jmp 0x1628a7f
leaq 0x190(%rsp), %rax
movq %rax, 0x2b0(%rsp)
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x190(%rsp), %rax
movq %rax, 0x2d8(%rsp)
movq 0x2d8(%rsp), %rax
movq %rax, 0x488(%rsp)
movq 0x488(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1628b5e
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x484(%rsp) # imm = 0xFFFFFFFF
movl 0x484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x480(%rsp)
cmpl $0x1, 0x480(%rsp)
jne 0x1628b5e
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1628b2f
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1628b2d
jmp 0x1628b5c
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x4d8(%rsp)
je 0x1628b5a
movq 0x4d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1628b5c
jmp 0x1628b5e
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1628bb6
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x1d8(%rsp)
movq 0x258(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x140(%rsp), %rdx
movq %rdx, 0x2f8(%rsp)
movq %rcx, 0x2f0(%rsp)
movl %eax, 0x2ec(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, 0x28(%rsp)
movb $0x0, 0x2eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x140(%rsp), %r10
movq %r10, 0x3b8(%rsp)
movl %r9d, 0x3b4(%rsp)
movl %r8d, 0x3b0(%rsp)
movl %edi, 0x3ac(%rsp)
movq %rsi, 0x3a0(%rsp)
movq %rdx, 0x398(%rsp)
movl %ecx, 0x394(%rsp)
movq %rax, 0x388(%rsp)
movq 0x3b8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x398(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x394(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x388(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x458(%rsp)
movl $0x10, 0x454(%rsp)
movq 0x458(%rsp), %rax
movslq 0x454(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x454(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x28(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x168(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1628d73
movq 0x28(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x180(%rsp)
movb $0x1, 0x2eb(%rsp)
testb $0x1, 0x2eb(%rsp)
jne 0x1628ea2
leaq 0x140(%rsp), %rax
movq %rax, 0x300(%rsp)
movq 0x300(%rsp), %rax
movq %rax, 0x468(%rsp)
movq 0x468(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1628e48
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x464(%rsp) # imm = 0xFFFFFFFF
movl 0x464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x460(%rsp)
cmpl $0x1, 0x460(%rsp)
jne 0x1628e48
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1628e19
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1628e17
jmp 0x1628e46
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e8(%rsp)
cmpq $0x0, 0x4e8(%rsp)
je 0x1628e44
movq 0x4e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1628e46
jmp 0x1628e48
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1628ea0
movq %rax, %rdi
callq 0x678a0
jmp 0x1628ea2
leaq 0x140(%rsp), %rax
movq %rax, 0x308(%rsp)
movq 0x308(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8(%rsp)
leaq 0x140(%rsp), %rax
movq %rax, 0x2e0(%rsp)
movq 0x2e0(%rsp), %rax
movq %rax, 0x478(%rsp)
movq 0x478(%rsp), %rax
movq %rax, 0x10(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1628f81
movq 0x10(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x474(%rsp) # imm = 0xFFFFFFFF
movl 0x474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x470(%rsp)
cmpl $0x1, 0x470(%rsp)
jne 0x1628f81
movq 0x10(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1628f52
movq 0x10(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1628f50
jmp 0x1628f7f
movq 0x10(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e0(%rsp)
cmpq $0x0, 0x4e0(%rsp)
je 0x1628f7d
movq 0x4e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1628f7f
jmp 0x1628f81
movq 0x10(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1628fd9
movq %rax, %rdi
callq 0x678a0
movq 0x8(%rsp), %rax
movq %rax, 0x188(%rsp)
movl $0x0, 0x13c(%rsp)
movl 0x13c(%rsp), %eax
addl $0x7, %eax
cmpl 0x234(%rsp), %eax
jge 0x1629101
movq 0x228(%rsp), %rax
movq %rax, 0x318(%rsp)
movq 0x318(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x100(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x310(%rsp)
movq 0x310(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0x100(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0xc0(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0xc0(%rsp), %ymm0
movq %rax, 0x348(%rsp)
vmovaps %ymm0, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm0
movq 0x348(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1628ff1
jmp 0x1629103
movl 0x13c(%rsp), %eax
addl $0x3, %eax
cmpl 0x234(%rsp), %eax
jge 0x1629216
movq 0x228(%rsp), %rax
movq %rax, 0x358(%rsp)
movq 0x358(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xb0(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x350(%rsp)
movq 0x350(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xa0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0xb0(%rsp), %rsi
leaq 0xa0(%rsp), %rdx
vzeroupper
callq 0x1635ef0
vmovaps %xmm0, 0x90(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0x90(%rsp), %xmm0
movq %rax, 0x378(%rsp)
vmovaps %xmm0, 0x360(%rsp)
vmovaps 0x360(%rsp), %xmm0
movq 0x378(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1629103
jmp 0x1629218
movl 0x13c(%rsp), %eax
cmpl 0x234(%rsp), %eax
jge 0x16292a6
movq 0x228(%rsp), %rsi
movq 0x1d8(%rsp), %rdx
leaq 0x24f(%rsp), %rdi
vzeroupper
callq 0x1635f30
movq 0x188(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13c(%rsp)
jmp 0x1629218
jmp 0x16292a8
movl 0x230(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x230(%rsp)
jmp 0x1628369
movl $0x0, 0x274(%rsp)
movl 0x274(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,093
|
int ncnn::binary_op_6_11_16_25<ncnn::BinaryOp_x86_avx_functor::binary_op_mul>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_6_11_16_25(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 6 11 16 25
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float b0 = b[0];
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b0_avx512 = _mm512_set1_ps(b0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_p, _b0_avx512);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _b0_avx = _mm256_set1_ps(b0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0_avx);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _b0 = _mm_set1_ps(b0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, b0);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x200(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x200(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x200(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x200(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x200(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x200(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x1629405
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x162940f
jmp 0x162941f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x162a044
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x162a039
movq 0x200(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x178(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x178(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x16295ee
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b8(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x162971d
leaq 0x178(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16296c3
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x16296c3
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1629694
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1629692
jmp 0x16296c1
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x16296bf
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x16296c1
jmp 0x16296c3
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162971b
movq %rax, %rdi
callq 0x678a0
jmp 0x162971d
leaq 0x178(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x178(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x16297fc
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x16297fc
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x16297cd
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x16297cb
jmp 0x16297fa
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x16297f8
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x16297fa
jmp 0x16297fc
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1629854
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1c0(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x174(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x1629a4e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x1629b7d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1629b23
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x1629b23
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1629af4
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1629af2
jmp 0x1629b21
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x1629b1f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1629b21
jmp 0x1629b23
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1629b7b
movq %rax, %rdi
callq 0x678a0
jmp 0x1629b7d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x1629c5c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x1629c5c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x1629c2d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x1629c2b
jmp 0x1629c5a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x1629c58
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x1629c5a
jmp 0x1629c5c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x1629cb4
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1629e9d
movq 0x1c0(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xc0(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1629dc6
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x1629fa8
movq 0x1c0(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x80(%rsp), %rsi
leaq 0x90(%rsp), %rdx
vzeroupper
callq 0x1635ef0
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1629ed4
jmp 0x1629faa
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162a021
movq 0x1c0(%rsp), %rsi
leaq 0x1e7(%rsp), %rdi
leaq 0x174(%rsp), %rdx
vzeroupper
callq 0x1635f30
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x1629faa
jmp 0x162a023
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x162942a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,094
|
int ncnn::binary_op_2_3_4_20<ncnn::BinaryOp_x86_avx_functor::binary_op_mul>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_2_3_4_20(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = b.w;
int h = b.h;
int d = b.d;
int channels = b.c;
int elempack = b.elempack;
int size = w * h * d * elempack;
// type 2 3 4 20
c.create_like(b, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float a0 = a[0];
const float* ptr = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _a0_avx512 = _mm512_set1_ps(a0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_a0_avx512, _p);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _a0_avx = _mm256_set1_ps(a0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_a0_avx, _p);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _a0 = _mm_set1_ps(a0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(a0, *ptr);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x1f8(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x162a185
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x162a18f
jmp 0x162a19f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x162adc4
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x162adb9
movq 0x200(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x1c4(%rsp)
movq 0x1f8(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x170(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x170(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x198(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162a3ab
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b0(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x162a4da
leaq 0x170(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162a480
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x162a480
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162a451
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162a44f
jmp 0x162a47e
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x162a47c
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162a47e
jmp 0x162a480
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162a4d8
movq %rax, %rdi
callq 0x678a0
jmp 0x162a4da
leaq 0x170(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x170(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162a5b9
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x162a5b9
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162a58a
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162a588
jmp 0x162a5b7
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x162a5b5
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162a5b7
jmp 0x162a5b9
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162a611
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162a7ce
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x162a8fd
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162a8a3
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x162a8a3
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162a874
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162a872
jmp 0x162a8a1
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x162a89f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162a8a1
jmp 0x162a8a3
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162a8fb
movq %rax, %rdi
callq 0x678a0
jmp 0x162a8fd
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162a9dc
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x162a9dc
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162a9ad
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162a9ab
jmp 0x162a9da
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x162a9d8
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162a9da
jmp 0x162a9dc
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162aa34
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162ac1d
movq 0x1b8(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xe0(%rsp), %rsi
leaq 0xc0(%rsp), %rdx
callq 0x1635ea0
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162ab46
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162ad28
movq 0x1b8(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x90(%rsp), %rsi
leaq 0x80(%rsp), %rdx
vzeroupper
callq 0x1635ef0
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162ac54
jmp 0x162ad2a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162ada1
movq 0x1b8(%rsp), %rdx
leaq 0x1e7(%rsp), %rdi
leaq 0x1c4(%rsp), %rsi
vzeroupper
callq 0x1635f30
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162ad2a
jmp 0x162ada3
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x162a1aa
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,095
|
int ncnn::binary_op_7_13_19_29<ncnn::BinaryOp_x86_avx_functor::binary_op_div>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_7_13_19_29(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 7 13 19 29
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _p1 = _mm512_loadu_ps(ptr1);
__m512 _outp = op.func_pack16(_p, _p1);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
ptr1 += 16;
outptr += 16;
}
#endif // __AVX512F__
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 8;
outptr += 8;
}
#endif // __AVX__
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _p1 = _mm_load_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_store_ps(outptr, _outp);
ptr += 4;
ptr1 += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, *ptr1);
ptr += 1;
ptr1 += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x500, %rsp # imm = 0x500
movq %rdi, 0x268(%rsp)
movq %rsi, 0x260(%rsp)
movq %rdx, 0x258(%rsp)
movq %rcx, 0x250(%rsp)
movq 0x268(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x248(%rsp)
movq 0x268(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x244(%rsp)
movq 0x268(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x240(%rsp)
movq 0x268(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x23c(%rsp)
movq 0x268(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x238(%rsp)
movl 0x248(%rsp), %eax
imull 0x244(%rsp), %eax
imull 0x240(%rsp), %eax
imull 0x238(%rsp), %eax
movl %eax, 0x234(%rsp)
movq 0x258(%rsp), %rdi
movq 0x268(%rsp), %rsi
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x258(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x162af11
movq 0x80(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x162af1e
jmp 0x162af2e
movl $0xffffff9c, 0x274(%rsp) # imm = 0xFFFFFF9C
jmp 0x162be99
movl $0x0, 0x230(%rsp)
movl 0x230(%rsp), %eax
cmpl 0x23c(%rsp), %eax
jge 0x162be8e
movq 0x268(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x1e0(%rsp), %rdx
movq %rdx, 0x2a8(%rsp)
movq %rcx, 0x2a0(%rsp)
movl %eax, 0x29c(%rsp)
movq 0x2a0(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x29b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e0(%rsp), %r10
movq %r10, 0x3f0(%rsp)
movl %r9d, 0x3ec(%rsp)
movl %r8d, 0x3e8(%rsp)
movl %edi, 0x3e4(%rsp)
movq %rsi, 0x3d8(%rsp)
movq %rdx, 0x3d0(%rsp)
movl %ecx, 0x3cc(%rsp)
movq %rax, 0x3c0(%rsp)
movq 0x3f0(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x448(%rsp)
movl $0x10, 0x444(%rsp)
movq 0x448(%rsp), %rax
movslq 0x444(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x444(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x208(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162b0fd
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x220(%rsp)
movb $0x1, 0x29b(%rsp)
testb $0x1, 0x29b(%rsp)
jne 0x162b22c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2c0(%rsp)
movq 0x2c0(%rsp), %rax
movq %rax, 0x4b8(%rsp)
movq 0x4b8(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162b1d2
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4b4(%rsp) # imm = 0xFFFFFFFF
movl 0x4b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4b0(%rsp)
cmpl $0x1, 0x4b0(%rsp)
jne 0x162b1d2
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162b1a3
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162b1a1
jmp 0x162b1d0
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c0(%rsp)
cmpq $0x0, 0x4c0(%rsp)
je 0x162b1ce
movq 0x4c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162b1d0
jmp 0x162b1d2
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162b22a
movq %rax, %rdi
callq 0x678a0
jmp 0x162b22c
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2b8(%rsp)
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rax
movq %rax, 0x498(%rsp)
movq 0x498(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162b30b
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x494(%rsp) # imm = 0xFFFFFFFF
movl 0x494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x490(%rsp)
cmpl $0x1, 0x490(%rsp)
jne 0x162b30b
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162b2dc
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162b2da
jmp 0x162b309
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x4d0(%rsp)
je 0x162b307
movq 0x4d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162b309
jmp 0x162b30b
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162b363
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x228(%rsp)
movq 0x260(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x190(%rsp), %rdx
movq %rdx, 0x290(%rsp)
movq %rcx, 0x288(%rsp)
movl %eax, 0x284(%rsp)
movq 0x288(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x283(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x284(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x190(%rsp), %r10
movq %r10, 0x428(%rsp)
movl %r9d, 0x424(%rsp)
movl %r8d, 0x420(%rsp)
movl %edi, 0x41c(%rsp)
movq %rsi, 0x410(%rsp)
movq %rdx, 0x408(%rsp)
movl %ecx, 0x404(%rsp)
movq %rax, 0x3f8(%rsp)
movq 0x428(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x410(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x408(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x404(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x424(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x420(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x41c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x438(%rsp)
movl $0x10, 0x434(%rsp)
movq 0x438(%rsp), %rax
movslq 0x434(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x434(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162b520
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d0(%rsp)
movb $0x1, 0x283(%rsp)
testb $0x1, 0x283(%rsp)
jne 0x162b64f
leaq 0x190(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movq 0x2c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
movq 0x4a8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162b5f5
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4a4(%rsp) # imm = 0xFFFFFFFF
movl 0x4a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4a0(%rsp)
cmpl $0x1, 0x4a0(%rsp)
jne 0x162b5f5
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162b5c6
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162b5c4
jmp 0x162b5f3
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
cmpq $0x0, 0x4c8(%rsp)
je 0x162b5f1
movq 0x4c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162b5f3
jmp 0x162b5f5
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162b64d
movq %rax, %rdi
callq 0x678a0
jmp 0x162b64f
leaq 0x190(%rsp), %rax
movq %rax, 0x2b0(%rsp)
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x190(%rsp), %rax
movq %rax, 0x2d8(%rsp)
movq 0x2d8(%rsp), %rax
movq %rax, 0x488(%rsp)
movq 0x488(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162b72e
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x484(%rsp) # imm = 0xFFFFFFFF
movl 0x484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x480(%rsp)
cmpl $0x1, 0x480(%rsp)
jne 0x162b72e
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162b6ff
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162b6fd
jmp 0x162b72c
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x4d8(%rsp)
je 0x162b72a
movq 0x4d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162b72c
jmp 0x162b72e
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162b786
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x1d8(%rsp)
movq 0x258(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x140(%rsp), %rdx
movq %rdx, 0x2f8(%rsp)
movq %rcx, 0x2f0(%rsp)
movl %eax, 0x2ec(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, 0x28(%rsp)
movb $0x0, 0x2eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x140(%rsp), %r10
movq %r10, 0x3b8(%rsp)
movl %r9d, 0x3b4(%rsp)
movl %r8d, 0x3b0(%rsp)
movl %edi, 0x3ac(%rsp)
movq %rsi, 0x3a0(%rsp)
movq %rdx, 0x398(%rsp)
movl %ecx, 0x394(%rsp)
movq %rax, 0x388(%rsp)
movq 0x3b8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x398(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x394(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x388(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x458(%rsp)
movl $0x10, 0x454(%rsp)
movq 0x458(%rsp), %rax
movslq 0x454(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x454(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x28(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x168(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162b943
movq 0x28(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x180(%rsp)
movb $0x1, 0x2eb(%rsp)
testb $0x1, 0x2eb(%rsp)
jne 0x162ba72
leaq 0x140(%rsp), %rax
movq %rax, 0x300(%rsp)
movq 0x300(%rsp), %rax
movq %rax, 0x468(%rsp)
movq 0x468(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162ba18
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x464(%rsp) # imm = 0xFFFFFFFF
movl 0x464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x460(%rsp)
cmpl $0x1, 0x460(%rsp)
jne 0x162ba18
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162b9e9
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162b9e7
jmp 0x162ba16
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e8(%rsp)
cmpq $0x0, 0x4e8(%rsp)
je 0x162ba14
movq 0x4e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162ba16
jmp 0x162ba18
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162ba70
movq %rax, %rdi
callq 0x678a0
jmp 0x162ba72
leaq 0x140(%rsp), %rax
movq %rax, 0x308(%rsp)
movq 0x308(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8(%rsp)
leaq 0x140(%rsp), %rax
movq %rax, 0x2e0(%rsp)
movq 0x2e0(%rsp), %rax
movq %rax, 0x478(%rsp)
movq 0x478(%rsp), %rax
movq %rax, 0x10(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162bb51
movq 0x10(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x474(%rsp) # imm = 0xFFFFFFFF
movl 0x474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x470(%rsp)
cmpl $0x1, 0x470(%rsp)
jne 0x162bb51
movq 0x10(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162bb22
movq 0x10(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162bb20
jmp 0x162bb4f
movq 0x10(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e0(%rsp)
cmpq $0x0, 0x4e0(%rsp)
je 0x162bb4d
movq 0x4e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162bb4f
jmp 0x162bb51
movq 0x10(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162bba9
movq %rax, %rdi
callq 0x678a0
movq 0x8(%rsp), %rax
movq %rax, 0x188(%rsp)
movl $0x0, 0x13c(%rsp)
movl 0x13c(%rsp), %eax
addl $0x7, %eax
cmpl 0x234(%rsp), %eax
jge 0x162bcd1
movq 0x228(%rsp), %rax
movq %rax, 0x318(%rsp)
movq 0x318(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x100(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x310(%rsp)
movq 0x310(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0x100(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0xc0(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0xc0(%rsp), %ymm0
movq %rax, 0x348(%rsp)
vmovaps %ymm0, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm0
movq 0x348(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x13c(%rsp)
jmp 0x162bbc1
jmp 0x162bcd3
movl 0x13c(%rsp), %eax
addl $0x3, %eax
cmpl 0x234(%rsp), %eax
jge 0x162bde6
movq 0x228(%rsp), %rax
movq %rax, 0x358(%rsp)
movq 0x358(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xb0(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x350(%rsp)
movq 0x350(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xa0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0xb0(%rsp), %rsi
leaq 0xa0(%rsp), %rdx
vzeroupper
callq 0x1635fb0
vmovaps %xmm0, 0x90(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0x90(%rsp), %xmm0
movq %rax, 0x378(%rsp)
vmovaps %xmm0, 0x360(%rsp)
vmovaps 0x360(%rsp), %xmm0
movq 0x378(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x13c(%rsp)
jmp 0x162bcd3
jmp 0x162bde8
movl 0x13c(%rsp), %eax
cmpl 0x234(%rsp), %eax
jge 0x162be76
movq 0x228(%rsp), %rsi
movq 0x1d8(%rsp), %rdx
leaq 0x24f(%rsp), %rdi
vzeroupper
callq 0x1635ff0
movq 0x188(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13c(%rsp)
jmp 0x162bde8
jmp 0x162be78
movl 0x230(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x230(%rsp)
jmp 0x162af39
movl $0x0, 0x274(%rsp)
movl 0x274(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,096
|
int ncnn::binary_op_6_11_16_25<ncnn::BinaryOp_x86_avx_functor::binary_op_div>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_6_11_16_25(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 6 11 16 25
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float b0 = b[0];
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b0_avx512 = _mm512_set1_ps(b0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_p, _b0_avx512);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _b0_avx = _mm256_set1_ps(b0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0_avx);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _b0 = _mm_set1_ps(b0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, b0);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x200(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x200(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x200(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x200(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x200(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x200(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x162bfd5
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x162bfdf
jmp 0x162bfef
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x162cc14
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x162cc09
movq 0x200(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x178(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x178(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162c1be
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b8(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x162c2ed
leaq 0x178(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162c293
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x162c293
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162c264
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162c262
jmp 0x162c291
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x162c28f
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162c291
jmp 0x162c293
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162c2eb
movq %rax, %rdi
callq 0x678a0
jmp 0x162c2ed
leaq 0x178(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x178(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162c3cc
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x162c3cc
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162c39d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162c39b
jmp 0x162c3ca
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x162c3c8
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162c3ca
jmp 0x162c3cc
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162c424
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1c0(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x174(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162c61e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x162c74d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162c6f3
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x162c6f3
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162c6c4
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162c6c2
jmp 0x162c6f1
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x162c6ef
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162c6f1
jmp 0x162c6f3
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162c74b
movq %rax, %rdi
callq 0x678a0
jmp 0x162c74d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162c82c
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x162c82c
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162c7fd
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162c7fb
jmp 0x162c82a
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x162c828
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162c82a
jmp 0x162c82c
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162c884
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162ca6d
movq 0x1c0(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xc0(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162c996
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162cb78
movq 0x1c0(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x80(%rsp), %rsi
leaq 0x90(%rsp), %rdx
vzeroupper
callq 0x1635fb0
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162caa4
jmp 0x162cb7a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162cbf1
movq 0x1c0(%rsp), %rsi
leaq 0x1e7(%rsp), %rdi
leaq 0x174(%rsp), %rdx
vzeroupper
callq 0x1635ff0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162cb7a
jmp 0x162cbf3
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x162bffa
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,097
|
int ncnn::binary_op_2_3_4_20<ncnn::BinaryOp_x86_avx_functor::binary_op_div>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_2_3_4_20(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = b.w;
int h = b.h;
int d = b.d;
int channels = b.c;
int elempack = b.elempack;
int size = w * h * d * elempack;
// type 2 3 4 20
c.create_like(b, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float a0 = a[0];
const float* ptr = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _a0_avx512 = _mm512_set1_ps(a0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_a0_avx512, _p);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _a0_avx = _mm256_set1_ps(a0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_a0_avx, _p);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _a0 = _mm_set1_ps(a0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_a0, _p);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(a0, *ptr);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x1f8(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x1f8(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x162cd55
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x162cd5f
jmp 0x162cd6f
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x162d994
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x162d989
movq 0x200(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x1c4(%rsp)
movq 0x1f8(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x170(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x170(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x198(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162cf7b
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b0(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x162d0aa
leaq 0x170(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162d050
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x162d050
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162d021
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162d01f
jmp 0x162d04e
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x162d04c
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162d04e
jmp 0x162d050
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162d0a8
movq %rax, %rdi
callq 0x678a0
jmp 0x162d0aa
leaq 0x170(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x170(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162d189
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x162d189
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162d15a
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162d158
jmp 0x162d187
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x162d185
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162d187
jmp 0x162d189
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162d1e1
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1b8(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162d39e
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x162d4cd
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162d473
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x162d473
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162d444
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162d442
jmp 0x162d471
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x162d46f
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162d471
jmp 0x162d473
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162d4cb
movq %rax, %rdi
callq 0x678a0
jmp 0x162d4cd
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162d5ac
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x162d5ac
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162d57d
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162d57b
jmp 0x162d5aa
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x162d5a8
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162d5aa
jmp 0x162d5ac
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162d604
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162d7ed
movq 0x1b8(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xe0(%rsp), %rsi
leaq 0xc0(%rsp), %rdx
callq 0x1635f60
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162d716
vmovss 0x1c4(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162d8f8
movq 0x1b8(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x90(%rsp), %rsi
leaq 0x80(%rsp), %rdx
vzeroupper
callq 0x1635fb0
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162d824
jmp 0x162d8fa
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162d971
movq 0x1b8(%rsp), %rdx
leaq 0x1e7(%rsp), %rdi
leaq 0x1c4(%rsp), %rsi
vzeroupper
callq 0x1635ff0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1b8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1b8(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162d8fa
jmp 0x162d973
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x162cd7a
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,098
|
int ncnn::binary_op_7_13_19_29<ncnn::BinaryOp_x86_avx_functor::binary_op_max>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_7_13_19_29(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 7 13 19 29
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float* ptr1 = b.channel(q);
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _p1 = _mm512_loadu_ps(ptr1);
__m512 _outp = op.func_pack16(_p, _p1);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
ptr1 += 16;
outptr += 16;
}
#endif // __AVX512F__
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _p1 = _mm256_loadu_ps(ptr1);
__m256 _outp = op.func_pack8(_p, _p1);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
ptr1 += 8;
outptr += 8;
}
#endif // __AVX__
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _p1 = _mm_load_ps(ptr1);
__m128 _outp = op.func_pack4(_p, _p1);
_mm_store_ps(outptr, _outp);
ptr += 4;
ptr1 += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, *ptr1);
ptr += 1;
ptr1 += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x500, %rsp # imm = 0x500
movq %rdi, 0x268(%rsp)
movq %rsi, 0x260(%rsp)
movq %rdx, 0x258(%rsp)
movq %rcx, 0x250(%rsp)
movq 0x268(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x248(%rsp)
movq 0x268(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x244(%rsp)
movq 0x268(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x240(%rsp)
movq 0x268(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x23c(%rsp)
movq 0x268(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x238(%rsp)
movl 0x248(%rsp), %eax
imull 0x244(%rsp), %eax
imull 0x240(%rsp), %eax
imull 0x238(%rsp), %eax
movl %eax, 0x234(%rsp)
movq 0x258(%rsp), %rdi
movq 0x268(%rsp), %rsi
movq 0x250(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x258(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rcx
movq %rcx, 0x80(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x8f(%rsp)
je 0x162dae1
movq 0x80(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x8f(%rsp)
movb 0x8f(%rsp), %al
testb $0x1, %al
jne 0x162daee
jmp 0x162dafe
movl $0xffffff9c, 0x274(%rsp) # imm = 0xFFFFFF9C
jmp 0x162ea69
movl $0x0, 0x230(%rsp)
movl 0x230(%rsp), %eax
cmpl 0x23c(%rsp), %eax
jge 0x162ea5e
movq 0x268(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x1e0(%rsp), %rdx
movq %rdx, 0x2a8(%rsp)
movq %rcx, 0x2a0(%rsp)
movl %eax, 0x29c(%rsp)
movq 0x2a0(%rsp), %rax
movq %rax, 0x78(%rsp)
movb $0x0, 0x29b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x29c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x1e0(%rsp), %r10
movq %r10, 0x3f0(%rsp)
movl %r9d, 0x3ec(%rsp)
movl %r8d, 0x3e8(%rsp)
movl %edi, 0x3e4(%rsp)
movq %rsi, 0x3d8(%rsp)
movq %rdx, 0x3d0(%rsp)
movl %ecx, 0x3cc(%rsp)
movq %rax, 0x3c0(%rsp)
movq 0x3f0(%rsp), %rcx
movq %rcx, 0x70(%rsp)
movq 0x3d8(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x3d0(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x3cc(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3c0(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3ec(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3e8(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3e4(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x448(%rsp)
movl $0x10, 0x444(%rsp)
movq 0x448(%rsp), %rax
movslq 0x444(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x444(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x78(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x208(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162dccd
movq 0x78(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x220(%rsp)
movb $0x1, 0x29b(%rsp)
testb $0x1, 0x29b(%rsp)
jne 0x162ddfc
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2c0(%rsp)
movq 0x2c0(%rsp), %rax
movq %rax, 0x4b8(%rsp)
movq 0x4b8(%rsp), %rax
movq %rax, 0x68(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162dda2
movq 0x68(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4b4(%rsp) # imm = 0xFFFFFFFF
movl 0x4b4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4b0(%rsp)
cmpl $0x1, 0x4b0(%rsp)
jne 0x162dda2
movq 0x68(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162dd73
movq 0x68(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162dd71
jmp 0x162dda0
movq 0x68(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c0(%rsp)
cmpq $0x0, 0x4c0(%rsp)
je 0x162dd9e
movq 0x4c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162dda0
jmp 0x162dda2
movq 0x68(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162ddfa
movq %rax, %rdi
callq 0x678a0
jmp 0x162ddfc
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2b8(%rsp)
movq 0x2b8(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x58(%rsp)
leaq 0x1e0(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rax
movq %rax, 0x498(%rsp)
movq 0x498(%rsp), %rax
movq %rax, 0x60(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162dedb
movq 0x60(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x494(%rsp) # imm = 0xFFFFFFFF
movl 0x494(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x490(%rsp)
cmpl $0x1, 0x490(%rsp)
jne 0x162dedb
movq 0x60(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162deac
movq 0x60(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162deaa
jmp 0x162ded9
movq 0x60(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d0(%rsp)
cmpq $0x0, 0x4d0(%rsp)
je 0x162ded7
movq 0x4d0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162ded9
jmp 0x162dedb
movq 0x60(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162df33
movq %rax, %rdi
callq 0x678a0
movq 0x58(%rsp), %rax
movq %rax, 0x228(%rsp)
movq 0x260(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x190(%rsp), %rdx
movq %rdx, 0x290(%rsp)
movq %rcx, 0x288(%rsp)
movl %eax, 0x284(%rsp)
movq 0x288(%rsp), %rax
movq %rax, 0x50(%rsp)
movb $0x0, 0x283(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x284(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x190(%rsp), %r10
movq %r10, 0x428(%rsp)
movl %r9d, 0x424(%rsp)
movl %r8d, 0x420(%rsp)
movl %edi, 0x41c(%rsp)
movq %rsi, 0x410(%rsp)
movq %rdx, 0x408(%rsp)
movl %ecx, 0x404(%rsp)
movq %rax, 0x3f8(%rsp)
movq 0x428(%rsp), %rcx
movq %rcx, 0x48(%rsp)
movq 0x410(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x408(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x404(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x3f8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x424(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x420(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x41c(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x438(%rsp)
movl $0x10, 0x434(%rsp)
movq 0x438(%rsp), %rax
movslq 0x434(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x434(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x50(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1b8(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162e0f0
movq 0x50(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1d0(%rsp)
movb $0x1, 0x283(%rsp)
testb $0x1, 0x283(%rsp)
jne 0x162e21f
leaq 0x190(%rsp), %rax
movq %rax, 0x2c8(%rsp)
movq 0x2c8(%rsp), %rax
movq %rax, 0x4a8(%rsp)
movq 0x4a8(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162e1c5
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x4a4(%rsp) # imm = 0xFFFFFFFF
movl 0x4a4(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x4a0(%rsp)
cmpl $0x1, 0x4a0(%rsp)
jne 0x162e1c5
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162e196
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162e194
jmp 0x162e1c3
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4c8(%rsp)
cmpq $0x0, 0x4c8(%rsp)
je 0x162e1c1
movq 0x4c8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162e1c3
jmp 0x162e1c5
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162e21d
movq %rax, %rdi
callq 0x678a0
jmp 0x162e21f
leaq 0x190(%rsp), %rax
movq %rax, 0x2b0(%rsp)
movq 0x2b0(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x30(%rsp)
leaq 0x190(%rsp), %rax
movq %rax, 0x2d8(%rsp)
movq 0x2d8(%rsp), %rax
movq %rax, 0x488(%rsp)
movq 0x488(%rsp), %rax
movq %rax, 0x38(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162e2fe
movq 0x38(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x484(%rsp) # imm = 0xFFFFFFFF
movl 0x484(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x480(%rsp)
cmpl $0x1, 0x480(%rsp)
jne 0x162e2fe
movq 0x38(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162e2cf
movq 0x38(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162e2cd
jmp 0x162e2fc
movq 0x38(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4d8(%rsp)
cmpq $0x0, 0x4d8(%rsp)
je 0x162e2fa
movq 0x4d8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162e2fc
jmp 0x162e2fe
movq 0x38(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162e356
movq %rax, %rdi
callq 0x678a0
movq 0x30(%rsp), %rax
movq %rax, 0x1d8(%rsp)
movq 0x258(%rsp), %rcx
movl 0x230(%rsp), %eax
leaq 0x140(%rsp), %rdx
movq %rdx, 0x2f8(%rsp)
movq %rcx, 0x2f0(%rsp)
movl %eax, 0x2ec(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, 0x28(%rsp)
movb $0x0, 0x2eb(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x2ec(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x140(%rsp), %r10
movq %r10, 0x3b8(%rsp)
movl %r9d, 0x3b4(%rsp)
movl %r8d, 0x3b0(%rsp)
movl %edi, 0x3ac(%rsp)
movq %rsi, 0x3a0(%rsp)
movq %rdx, 0x398(%rsp)
movl %ecx, 0x394(%rsp)
movq %rax, 0x388(%rsp)
movq 0x3b8(%rsp), %rcx
movq %rcx, 0x20(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x398(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x394(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x388(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x3b4(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x3b0(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x3ac(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x458(%rsp)
movl $0x10, 0x454(%rsp)
movq 0x458(%rsp), %rax
movslq 0x454(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x454(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x28(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x168(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162e513
movq 0x28(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x180(%rsp)
movb $0x1, 0x2eb(%rsp)
testb $0x1, 0x2eb(%rsp)
jne 0x162e642
leaq 0x140(%rsp), %rax
movq %rax, 0x300(%rsp)
movq 0x300(%rsp), %rax
movq %rax, 0x468(%rsp)
movq 0x468(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162e5e8
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x464(%rsp) # imm = 0xFFFFFFFF
movl 0x464(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x460(%rsp)
cmpl $0x1, 0x460(%rsp)
jne 0x162e5e8
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162e5b9
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162e5b7
jmp 0x162e5e6
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e8(%rsp)
cmpq $0x0, 0x4e8(%rsp)
je 0x162e5e4
movq 0x4e8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162e5e6
jmp 0x162e5e8
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162e640
movq %rax, %rdi
callq 0x678a0
jmp 0x162e642
leaq 0x140(%rsp), %rax
movq %rax, 0x308(%rsp)
movq 0x308(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x8(%rsp)
leaq 0x140(%rsp), %rax
movq %rax, 0x2e0(%rsp)
movq 0x2e0(%rsp), %rax
movq %rax, 0x478(%rsp)
movq 0x478(%rsp), %rax
movq %rax, 0x10(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162e721
movq 0x10(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x474(%rsp) # imm = 0xFFFFFFFF
movl 0x474(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x470(%rsp)
cmpl $0x1, 0x470(%rsp)
jne 0x162e721
movq 0x10(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162e6f2
movq 0x10(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162e6f0
jmp 0x162e71f
movq 0x10(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x4e0(%rsp)
cmpq $0x0, 0x4e0(%rsp)
je 0x162e71d
movq 0x4e0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162e71f
jmp 0x162e721
movq 0x10(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162e779
movq %rax, %rdi
callq 0x678a0
movq 0x8(%rsp), %rax
movq %rax, 0x188(%rsp)
movl $0x0, 0x13c(%rsp)
movl 0x13c(%rsp), %eax
addl $0x7, %eax
cmpl 0x234(%rsp), %eax
jge 0x162e8a1
movq 0x228(%rsp), %rax
movq %rax, 0x318(%rsp)
movq 0x318(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0x100(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x310(%rsp)
movq 0x310(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0x100(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0xc0(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0xc0(%rsp), %ymm0
movq %rax, 0x348(%rsp)
vmovaps %ymm0, 0x320(%rsp)
vmovaps 0x320(%rsp), %ymm0
movq 0x348(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x13c(%rsp)
jmp 0x162e791
jmp 0x162e8a3
movl 0x13c(%rsp), %eax
addl $0x3, %eax
cmpl 0x234(%rsp), %eax
jge 0x162e9b6
movq 0x228(%rsp), %rax
movq %rax, 0x358(%rsp)
movq 0x358(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xb0(%rsp)
movq 0x1d8(%rsp), %rax
movq %rax, 0x350(%rsp)
movq 0x350(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0xa0(%rsp)
leaq 0x24f(%rsp), %rdi
leaq 0xb0(%rsp), %rsi
leaq 0xa0(%rsp), %rdx
vzeroupper
callq 0x1636080
vmovaps %xmm0, 0x90(%rsp)
movq 0x188(%rsp), %rax
vmovaps 0x90(%rsp), %xmm0
movq %rax, 0x378(%rsp)
vmovaps %xmm0, 0x360(%rsp)
vmovaps 0x360(%rsp), %xmm0
movq 0x378(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x13c(%rsp)
jmp 0x162e8a3
jmp 0x162e9b8
movl 0x13c(%rsp), %eax
cmpl 0x234(%rsp), %eax
jge 0x162ea46
movq 0x228(%rsp), %rsi
movq 0x1d8(%rsp), %rdx
leaq 0x24f(%rsp), %rdi
vzeroupper
callq 0x16360c0
movq 0x188(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x228(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x228(%rsp)
movq 0x1d8(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1d8(%rsp)
movq 0x188(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x188(%rsp)
movl 0x13c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x13c(%rsp)
jmp 0x162e9b8
jmp 0x162ea48
movl 0x230(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x230(%rsp)
jmp 0x162db09
movl $0x0, 0x274(%rsp)
movl 0x274(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopl (%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
2,113,099
|
int ncnn::binary_op_6_11_16_25<ncnn::BinaryOp_x86_avx_functor::binary_op_max>(ncnn::Mat const&, ncnn::Mat const&, ncnn::Mat&, ncnn::Option const&)
|
static int binary_op_6_11_16_25(const Mat& a, const Mat& b, Mat& c, const Option& opt)
{
Op op;
int w = a.w;
int h = a.h;
int d = a.d;
int channels = a.c;
int elempack = a.elempack;
int size = w * h * d * elempack;
// type 6 11 16 25
c.create_like(a, opt.blob_allocator);
if (c.empty())
return -100;
#pragma omp parallel for num_threads(opt.num_threads)
for (int q = 0; q < channels; q++)
{
const float* ptr = a.channel(q);
const float b0 = b[0];
float* outptr = c.channel(q);
int i = 0;
#if __SSE2__
#if __AVX__
#if __AVX512F__
__m512 _b0_avx512 = _mm512_set1_ps(b0);
for (; i + 15 < size; i += 16)
{
__m512 _p = _mm512_loadu_ps(ptr);
__m512 _outp = op.func_pack16(_p, _b0_avx512);
_mm512_storeu_ps(outptr, _outp);
ptr += 16;
outptr += 16;
}
#endif // __AVX512F__
__m256 _b0_avx = _mm256_set1_ps(b0);
for (; i + 7 < size; i += 8)
{
__m256 _p = _mm256_loadu_ps(ptr);
__m256 _outp = op.func_pack8(_p, _b0_avx);
_mm256_storeu_ps(outptr, _outp);
ptr += 8;
outptr += 8;
}
#endif // __AVX__
__m128 _b0 = _mm_set1_ps(b0);
for (; i + 3 < size; i += 4)
{
__m128 _p = _mm_load_ps(ptr);
__m128 _outp = op.func_pack4(_p, _b0);
_mm_store_ps(outptr, _outp);
ptr += 4;
outptr += 4;
}
#endif // __SSE2__
for (; i < size; i++)
{
*outptr = op.func(*ptr, b0);
ptr += 1;
outptr += 1;
}
}
return 0;
}
|
pushq %rbp
movq %rsp, %rbp
andq $-0x20, %rsp
subq $0x460, %rsp # imm = 0x460
movq %rdi, 0x200(%rsp)
movq %rsi, 0x1f8(%rsp)
movq %rdx, 0x1f0(%rsp)
movq %rcx, 0x1e8(%rsp)
movq 0x200(%rsp), %rax
movl 0x2c(%rax), %eax
movl %eax, 0x1e0(%rsp)
movq 0x200(%rsp), %rax
movl 0x30(%rax), %eax
movl %eax, 0x1dc(%rsp)
movq 0x200(%rsp), %rax
movl 0x34(%rax), %eax
movl %eax, 0x1d8(%rsp)
movq 0x200(%rsp), %rax
movl 0x38(%rax), %eax
movl %eax, 0x1d4(%rsp)
movq 0x200(%rsp), %rax
movl 0x18(%rax), %eax
movl %eax, 0x1d0(%rsp)
movl 0x1e0(%rsp), %eax
imull 0x1dc(%rsp), %eax
imull 0x1d8(%rsp), %eax
imull 0x1d0(%rsp), %eax
movl %eax, 0x1cc(%rsp)
movq 0x1f0(%rsp), %rdi
movq 0x200(%rsp), %rsi
movq 0x1e8(%rsp), %rax
movq 0x8(%rax), %rdx
callq 0x6fe40
movq 0x1f0(%rsp), %rax
movq %rax, 0x210(%rsp)
movq 0x210(%rsp), %rcx
movq %rcx, 0x60(%rsp)
movb $0x1, %al
cmpq $0x0, (%rcx)
movb %al, 0x6f(%rsp)
je 0x162eba5
movq 0x60(%rsp), %rax
movq %rax, 0x2d0(%rsp)
movq 0x2d0(%rsp), %rcx
movq 0x40(%rcx), %rax
movslq 0x38(%rcx), %rcx
imulq %rcx, %rax
cmpq $0x0, %rax
sete %al
movb %al, 0x6f(%rsp)
movb 0x6f(%rsp), %al
testb $0x1, %al
jne 0x162ebaf
jmp 0x162ebbf
movl $0xffffff9c, 0x20c(%rsp) # imm = 0xFFFFFF9C
jmp 0x162f7e4
movl $0x0, 0x1c8(%rsp)
movl 0x1c8(%rsp), %eax
cmpl 0x1d4(%rsp), %eax
jge 0x162f7d9
movq 0x200(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x178(%rsp), %rdx
movq %rdx, 0x228(%rsp)
movq %rcx, 0x220(%rsp)
movl %eax, 0x21c(%rsp)
movq 0x220(%rsp), %rax
movq %rax, 0x58(%rsp)
movb $0x0, 0x21b(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x21c(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x178(%rsp), %r10
movq %r10, 0x340(%rsp)
movl %r9d, 0x33c(%rsp)
movl %r8d, 0x338(%rsp)
movl %edi, 0x334(%rsp)
movq %rsi, 0x328(%rsp)
movq %rdx, 0x320(%rsp)
movl %ecx, 0x31c(%rsp)
movq %rax, 0x310(%rsp)
movq 0x340(%rsp), %rcx
movq %rcx, 0x50(%rsp)
movq 0x328(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x320(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x31c(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x310(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x33c(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x338(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x334(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x350(%rsp)
movl $0x10, 0x34c(%rsp)
movq 0x350(%rsp), %rax
movslq 0x34c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x34c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x58(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x1a0(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162ed8e
movq 0x58(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x1b8(%rsp)
movb $0x1, 0x21b(%rsp)
testb $0x1, 0x21b(%rsp)
jne 0x162eebd
leaq 0x178(%rsp), %rax
movq %rax, 0x238(%rsp)
movq 0x238(%rsp), %rax
movq %rax, 0x3a0(%rsp)
movq 0x3a0(%rsp), %rax
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162ee63
movq 0x48(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x39c(%rsp) # imm = 0xFFFFFFFF
movl 0x39c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x398(%rsp)
cmpl $0x1, 0x398(%rsp)
jne 0x162ee63
movq 0x48(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162ee34
movq 0x48(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162ee32
jmp 0x162ee61
movq 0x48(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3a8(%rsp)
cmpq $0x0, 0x3a8(%rsp)
je 0x162ee5f
movq 0x3a8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162ee61
jmp 0x162ee63
movq 0x48(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162eebb
movq %rax, %rdi
callq 0x678a0
jmp 0x162eebd
leaq 0x178(%rsp), %rax
movq %rax, 0x230(%rsp)
movq 0x230(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x38(%rsp)
leaq 0x178(%rsp), %rax
movq %rax, 0x240(%rsp)
movq 0x240(%rsp), %rax
movq %rax, 0x390(%rsp)
movq 0x390(%rsp), %rax
movq %rax, 0x40(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162ef9c
movq 0x40(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x38c(%rsp) # imm = 0xFFFFFFFF
movl 0x38c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x388(%rsp)
cmpl $0x1, 0x388(%rsp)
jne 0x162ef9c
movq 0x40(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162ef6d
movq 0x40(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162ef6b
jmp 0x162ef9a
movq 0x40(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b0(%rsp)
cmpq $0x0, 0x3b0(%rsp)
je 0x162ef98
movq 0x3b0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162ef9a
jmp 0x162ef9c
movq 0x40(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162eff4
movq %rax, %rdi
callq 0x678a0
movq 0x38(%rsp), %rax
movq %rax, 0x1c0(%rsp)
movq 0x1f8(%rsp), %rax
movq %rax, 0x3d0(%rsp)
movq $0x0, 0x3c8(%rsp)
movq 0x3d0(%rsp), %rax
movq (%rax), %rax
movq 0x3c8(%rsp), %rcx
vmovss (%rax,%rcx,4), %xmm0
vmovss %xmm0, 0x174(%rsp)
movq 0x1f0(%rsp), %rcx
movl 0x1c8(%rsp), %eax
leaq 0x120(%rsp), %rdx
movq %rdx, 0x260(%rsp)
movq %rcx, 0x258(%rsp)
movl %eax, 0x254(%rsp)
movq 0x258(%rsp), %rax
movq %rax, 0x30(%rsp)
movb $0x0, 0x253(%rsp)
movl 0x2c(%rax), %r9d
movl 0x30(%rax), %r8d
movl 0x34(%rax), %edi
movq (%rax), %rsi
movq 0x40(%rax), %rcx
movslq 0x254(%rsp), %rdx
imulq %rdx, %rcx
imulq 0x10(%rax), %rcx
addq %rcx, %rsi
movq 0x10(%rax), %rdx
movl 0x18(%rax), %ecx
movq 0x20(%rax), %rax
leaq 0x120(%rsp), %r10
movq %r10, 0x308(%rsp)
movl %r9d, 0x304(%rsp)
movl %r8d, 0x300(%rsp)
movl %edi, 0x2fc(%rsp)
movq %rsi, 0x2f0(%rsp)
movq %rdx, 0x2e8(%rsp)
movl %ecx, 0x2e4(%rsp)
movq %rax, 0x2d8(%rsp)
movq 0x308(%rsp), %rcx
movq %rcx, 0x28(%rsp)
movq 0x2f0(%rsp), %rax
movq %rax, (%rcx)
movq $0x0, 0x8(%rcx)
movq 0x2e8(%rsp), %rax
movq %rax, 0x10(%rcx)
movl 0x2e4(%rsp), %eax
movl %eax, 0x18(%rcx)
movq 0x2d8(%rsp), %rax
movq %rax, 0x20(%rcx)
movl $0x3, 0x28(%rcx)
movl 0x304(%rsp), %eax
movl %eax, 0x2c(%rcx)
movl 0x300(%rsp), %eax
movl %eax, 0x30(%rcx)
movl $0x1, 0x34(%rcx)
movl 0x2fc(%rsp), %eax
movl %eax, 0x38(%rcx)
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rdx
imulq %rdx, %rax
imulq 0x10(%rcx), %rax
movq %rax, 0x360(%rsp)
movl $0x10, 0x35c(%rsp)
movq 0x360(%rsp), %rax
movslq 0x35c(%rsp), %rdx
addq %rdx, %rax
subq $0x1, %rax
xorl %edx, %edx
subl 0x35c(%rsp), %edx
movslq %edx, %rdx
andq %rdx, %rax
xorl %edx, %edx
divq 0x10(%rcx)
movq %rax, %rdx
movq 0x30(%rsp), %rax
movq %rdx, 0x40(%rcx)
movl 0x28(%rax), %ecx
subl $0x1, %ecx
movl %ecx, 0x148(%rsp)
cmpl $0x4, 0x28(%rax)
jne 0x162f1ee
movq 0x30(%rsp), %rcx
movslq 0x2c(%rcx), %rax
movslq 0x30(%rcx), %rcx
imulq %rcx, %rax
movq %rax, 0x160(%rsp)
movb $0x1, 0x253(%rsp)
testb $0x1, 0x253(%rsp)
jne 0x162f31d
leaq 0x120(%rsp), %rax
movq %rax, 0x268(%rsp)
movq 0x268(%rsp), %rax
movq %rax, 0x370(%rsp)
movq 0x370(%rsp), %rax
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162f2c3
movq 0x20(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x36c(%rsp) # imm = 0xFFFFFFFF
movl 0x36c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x368(%rsp)
cmpl $0x1, 0x368(%rsp)
jne 0x162f2c3
movq 0x20(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162f294
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162f292
jmp 0x162f2c1
movq 0x20(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3c0(%rsp)
cmpq $0x0, 0x3c0(%rsp)
je 0x162f2bf
movq 0x3c0(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162f2c1
jmp 0x162f2c3
movq 0x20(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162f31b
movq %rax, %rdi
callq 0x678a0
jmp 0x162f31d
leaq 0x120(%rsp), %rax
movq %rax, 0x270(%rsp)
movq 0x270(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x10(%rsp)
leaq 0x120(%rsp), %rax
movq %rax, 0x248(%rsp)
movq 0x248(%rsp), %rax
movq %rax, 0x380(%rsp)
movq 0x380(%rsp), %rax
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x8(%rax)
je 0x162f3fc
movq 0x18(%rsp), %rax
movq 0x8(%rax), %rcx
movl $0xffffffff, 0x37c(%rsp) # imm = 0xFFFFFFFF
movl 0x37c(%rsp), %eax
lock
xaddl %eax, (%rcx)
movl %eax, 0x378(%rsp)
cmpl $0x1, 0x378(%rsp)
jne 0x162f3fc
movq 0x18(%rsp), %rax
cmpq $0x0, 0x20(%rax)
je 0x162f3cd
movq 0x18(%rsp), %rax
movq (%rax), %rsi
movq 0x20(%rax), %rdi
movq (%rdi), %rax
movq 0x18(%rax), %rax
vzeroupper
callq *%rax
jmp 0x162f3cb
jmp 0x162f3fa
movq 0x18(%rsp), %rax
movq (%rax), %rax
movq %rax, 0x3b8(%rsp)
cmpq $0x0, 0x3b8(%rsp)
je 0x162f3f8
movq 0x3b8(%rsp), %rdi
vzeroupper
callq 0x5f480
jmp 0x162f3fa
jmp 0x162f3fc
movq 0x18(%rsp), %rax
movq $0x0, (%rax)
movq $0x0, 0x10(%rax)
movl $0x0, 0x18(%rax)
movl $0x0, 0x28(%rax)
movl $0x0, 0x2c(%rax)
movl $0x0, 0x30(%rax)
movl $0x0, 0x34(%rax)
movl $0x0, 0x38(%rax)
movq $0x0, 0x40(%rax)
movq $0x0, 0x8(%rax)
jmp 0x162f454
movq %rax, %rdi
callq 0x678a0
movq 0x10(%rsp), %rax
movq %rax, 0x168(%rsp)
movl $0x0, 0x11c(%rsp)
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3dc(%rsp)
vmovss 0x3dc(%rsp), %xmm0
vmovss %xmm0, 0xc(%rsp)
vmovss %xmm0, 0x44c(%rsp)
vmovss %xmm0, 0x448(%rsp)
vmovss %xmm0, 0x444(%rsp)
vmovss %xmm0, 0x440(%rsp)
vmovss %xmm0, 0x43c(%rsp)
vmovss %xmm0, 0x438(%rsp)
vmovss %xmm0, 0x434(%rsp)
vmovss %xmm0, 0x430(%rsp)
vmovss 0x444(%rsp), %xmm1
vmovss 0x440(%rsp), %xmm0
vinsertps $0x10, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm1[0],xmm0[2,3]
vmovss 0x448(%rsp), %xmm1
vinsertps $0x20, %xmm1, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm1[0],xmm0[3]
vmovss 0x44c(%rsp), %xmm1
vinsertps $0x30, %xmm1, %xmm0, %xmm1 # xmm1 = xmm0[0,1,2],xmm1[0]
vmovss 0x434(%rsp), %xmm2
vmovss 0x430(%rsp), %xmm0
vinsertps $0x10, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0],xmm2[0],xmm0[2,3]
vmovss 0x438(%rsp), %xmm2
vinsertps $0x20, %xmm2, %xmm0, %xmm0 # xmm0 = xmm0[0,1],xmm2[0],xmm0[3]
vmovss 0x43c(%rsp), %xmm2
vinsertps $0x30, %xmm2, %xmm0, %xmm2 # xmm2 = xmm0[0,1,2],xmm2[0]
vmovaps %xmm2, %xmm0
vinsertf128 $0x1, %xmm1, %ymm0, %ymm0
vmovaps %ymm0, 0x400(%rsp)
vmovaps 0x400(%rsp), %ymm0
vmovaps %ymm0, 0xe0(%rsp)
movl 0x11c(%rsp), %eax
addl $0x7, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162f63d
movq 0x1c0(%rsp), %rax
movq %rax, 0x278(%rsp)
movq 0x278(%rsp), %rax
vmovups (%rax), %ymm0
vmovaps %ymm0, 0xc0(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0xc0(%rsp), %rsi
leaq 0xe0(%rsp), %rdx
callq 0x1636020
vmovaps %ymm0, 0xa0(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0xa0(%rsp), %ymm0
movq %rax, 0x2a0(%rsp)
vmovaps %ymm0, 0x280(%rsp)
vmovaps 0x280(%rsp), %ymm0
movq 0x2a0(%rsp), %rax
vmovups %ymm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x20, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x8, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162f566
vmovss 0x174(%rsp), %xmm0
vmovss %xmm0, 0x3fc(%rsp)
vbroadcastss 0x3fc(%rsp), %xmm0
vmovaps %xmm0, 0x3e0(%rsp)
vmovaps 0x3e0(%rsp), %xmm0
vmovaps %xmm0, 0x90(%rsp)
movl 0x11c(%rsp), %eax
addl $0x3, %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162f748
movq 0x1c0(%rsp), %rax
movq %rax, 0x2a8(%rsp)
movq 0x2a8(%rsp), %rax
vmovaps (%rax), %xmm0
vmovaps %xmm0, 0x80(%rsp)
leaq 0x1e7(%rsp), %rdi
leaq 0x80(%rsp), %rsi
leaq 0x90(%rsp), %rdx
vzeroupper
callq 0x1636080
vmovaps %xmm0, 0x70(%rsp)
movq 0x168(%rsp), %rax
vmovaps 0x70(%rsp), %xmm0
movq %rax, 0x2c8(%rsp)
vmovaps %xmm0, 0x2b0(%rsp)
vmovaps 0x2b0(%rsp), %xmm0
movq 0x2c8(%rsp), %rax
vmovaps %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x4, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162f674
jmp 0x162f74a
movl 0x11c(%rsp), %eax
cmpl 0x1cc(%rsp), %eax
jge 0x162f7c1
movq 0x1c0(%rsp), %rsi
leaq 0x1e7(%rsp), %rdi
leaq 0x174(%rsp), %rdx
vzeroupper
callq 0x16360c0
movq 0x168(%rsp), %rax
vmovss %xmm0, (%rax)
movq 0x1c0(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x1c0(%rsp)
movq 0x168(%rsp), %rax
addq $0x4, %rax
movq %rax, 0x168(%rsp)
movl 0x11c(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x11c(%rsp)
jmp 0x162f74a
jmp 0x162f7c3
movl 0x1c8(%rsp), %eax
addl $0x1, %eax
movl %eax, 0x1c8(%rsp)
jmp 0x162ebca
movl $0x0, 0x20c(%rsp)
movl 0x20c(%rsp), %eax
movq %rbp, %rsp
popq %rbp
vzeroupper
retq
nopw %cs:(%rax,%rax)
|
ysh329[P]ncnn[P]build_O0[P]examples[P]scrfd.asm_src.json
|
O0
|
ysh329[P]ncnn/build_O0/src/layer/x86/binaryop_x86_avx.cpp
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.