nb_kernel110_ia32_sse.s

来自「最著名最快的分子模拟软件」· S 代码 · 共 1,505 行 · 第 1/4 页

S
1,505
字号
        movl  nb110_faction(%ebp),%edi        movl  nb110_fshift(%ebp),%esi        movl  nb110_is3(%esp),%edx        ## accumulate i forces in xmm0, xmm1, xmm2         movaps nb110_fix(%esp),%xmm0        movaps nb110_fiy(%esp),%xmm1        movaps nb110_fiz(%esp),%xmm2        movhlps %xmm0,%xmm3        movhlps %xmm1,%xmm4        movhlps %xmm2,%xmm5        addps  %xmm3,%xmm0        addps  %xmm4,%xmm1        addps  %xmm5,%xmm2 ## sum is in 1/2 in xmm0-xmm2         movaps %xmm0,%xmm3        movaps %xmm1,%xmm4        movaps %xmm2,%xmm5        shufps $1,%xmm3,%xmm3        shufps $1,%xmm4,%xmm4        shufps $1,%xmm5,%xmm5        addss  %xmm3,%xmm0        addss  %xmm4,%xmm1        addss  %xmm5,%xmm2      ## xmm0-xmm2 has single force in pos0         ## increment i force         movss  (%edi,%ecx,4),%xmm3        movss  4(%edi,%ecx,4),%xmm4        movss  8(%edi,%ecx,4),%xmm5        addss  %xmm0,%xmm3        addss  %xmm1,%xmm4        addss  %xmm2,%xmm5        movss  %xmm3,(%edi,%ecx,4)        movss  %xmm4,4(%edi,%ecx,4)        movss  %xmm5,8(%edi,%ecx,4)        ## increment fshift force          movss  (%esi,%edx,4),%xmm3        movss  4(%esi,%edx,4),%xmm4        movss  8(%esi,%edx,4),%xmm5        addss  %xmm0,%xmm3        addss  %xmm1,%xmm4        addss  %xmm2,%xmm5        movss  %xmm3,(%esi,%edx,4)        movss  %xmm4,4(%esi,%edx,4)        movss  %xmm5,8(%esi,%edx,4)        ## get n from stack        movl nb110_n(%esp),%esi        ## get group index for i particle         movl  nb110_gid(%ebp),%edx              ## base of gid[]        movl  (%edx,%esi,4),%edx                ## ggid=gid[n]        ## accumulate total potential energy and update it         movaps nb110_vctot(%esp),%xmm7        ## accumulate         movhlps %xmm7,%xmm6        addps  %xmm6,%xmm7      ## pos 0-1 in xmm7 have the sum now         movaps %xmm7,%xmm6        shufps $1,%xmm6,%xmm6        addss  %xmm6,%xmm7        ## add earlier value from mem         movl  nb110_Vc(%ebp),%eax        addss (%eax,%edx,4),%xmm7        ## move back to mem         movss %xmm7,(%eax,%edx,4)        ## accumulate total lj energy and update it         movaps nb110_Vvdwtot(%esp),%xmm7        ## accumulate         movhlps %xmm7,%xmm6        addps  %xmm6,%xmm7      ## pos 0-1 in xmm7 have the sum now         movaps %xmm7,%xmm6        shufps $1,%xmm6,%xmm6        addss  %xmm6,%xmm7        ## add earlier value from mem         movl  nb110_Vvdw(%ebp),%eax        addss (%eax,%edx,4),%xmm7        ## move back to mem         movss %xmm7,(%eax,%edx,4)        ## finish if last         movl nb110_nn1(%esp),%ecx        ## esi already loaded with n        incl %esi        subl %esi,%ecx        jz _nb_kernel110_ia32_sse.nb110_outerend        ## not last, iterate outer loop once more!          movl %esi,nb110_n(%esp)        jmp _nb_kernel110_ia32_sse.nb110_outer_nb_kernel110_ia32_sse.nb110_outerend:         ## check if more outer neighborlists remain        movl  nb110_nri(%esp),%ecx        ## esi already loaded with n above        subl  %esi,%ecx        jz _nb_kernel110_ia32_sse.nb110_end        ## non-zero, do one more workunit        jmp   _nb_kernel110_ia32_sse.nb110_threadloop_nb_kernel110_ia32_sse.nb110_end:         emms        movl nb110_nouter(%esp),%eax        movl nb110_ninner(%esp),%ebx        movl nb110_outeriter(%ebp),%ecx        movl nb110_inneriter(%ebp),%edx        movl %eax,(%ecx)        movl %ebx,(%edx)        movl nb110_salign(%esp),%eax        addl %eax,%esp        addl $340,%esp        popl %edi        popl %esi        popl %edx        popl %ecx        popl %ebx        popl %eax        leave        ret.globl nb_kernel110nf_ia32_sse.globl _nb_kernel110nf_ia32_ssenb_kernel110nf_ia32_sse:        _nb_kernel110nf_ia32_sse:       .set nb110nf_p_nri, 8.set nb110nf_iinr, 12.set nb110nf_jindex, 16.set nb110nf_jjnr, 20.set nb110nf_shift, 24.set nb110nf_shiftvec, 28.set nb110nf_fshift, 32.set nb110nf_gid, 36.set nb110nf_pos, 40.set nb110nf_faction, 44.set nb110nf_charge, 48.set nb110nf_p_facel, 52.set nb110nf_p_krf, 56.set nb110nf_p_crf, 60.set nb110nf_Vc, 64.set nb110nf_type, 68.set nb110nf_p_ntype, 72.set nb110nf_vdwparam, 76.set nb110nf_Vvdw, 80.set nb110nf_p_tabscale, 84.set nb110nf_VFtab, 88.set nb110nf_invsqrta, 92.set nb110nf_dvda, 96.set nb110nf_p_gbtabscale, 100.set nb110nf_GBtab, 104.set nb110nf_p_nthreads, 108.set nb110nf_count, 112.set nb110nf_mtx, 116.set nb110nf_outeriter, 120.set nb110nf_inneriter, 124.set nb110nf_work, 128        ## stack offsets for local variables          ## bottom of stack is cache-aligned for sse use .set nb110nf_ix, 0.set nb110nf_iy, 16.set nb110nf_iz, 32.set nb110nf_iq, 48.set nb110nf_c6, 64.set nb110nf_c12, 80.set nb110nf_vctot, 96.set nb110nf_Vvdwtot, 112.set nb110nf_half, 128.set nb110nf_three, 144.set nb110nf_is3, 160.set nb110nf_ii3, 164.set nb110nf_ntia, 168.set nb110nf_innerjjnr, 172.set nb110nf_innerk, 176.set nb110nf_n, 180.set nb110nf_nn1, 184.set nb110nf_nri, 188.set nb110nf_facel, 192.set nb110nf_ntype, 196.set nb110nf_nouter, 200.set nb110nf_ninner, 204.set nb110nf_salign, 208        pushl %ebp        movl %esp,%ebp        pushl %eax        pushl %ebx        pushl %ecx        pushl %edx        pushl %esi        pushl %edi        subl $216,%esp          ## local stack space         movl %esp,%eax        andl $0xf,%eax        subl %eax,%esp        movl %eax,nb110nf_salign(%esp)        emms        ## Move args passed by reference to stack        movl nb110nf_p_nri(%ebp),%ecx        movl nb110nf_p_facel(%ebp),%esi        movl nb110nf_p_ntype(%ebp),%edi        movl (%ecx),%ecx        movl (%esi),%esi        movl (%edi),%edi        movl %ecx,nb110nf_nri(%esp)        movl %esi,nb110nf_facel(%esp)        movl %edi,nb110nf_ntype(%esp)        ## zero iteration counters        movl $0,%eax        movl %eax,nb110nf_nouter(%esp)        movl %eax,nb110nf_ninner(%esp)        ## create constant floating-point factors on stack        movl $0x3f000000,%eax   ## constant 0.5 in IEEE (hex)        movl %eax,nb110nf_half(%esp)        movss nb110nf_half(%esp),%xmm1        shufps $0,%xmm1,%xmm1  ## splat to all elements        movaps %xmm1,%xmm2        addps  %xmm2,%xmm2      ## constant 1.0        movaps %xmm2,%xmm3        addps  %xmm2,%xmm2      ## constant 2.0        addps  %xmm2,%xmm3      ## constant 3.0        movaps %xmm1,nb110nf_half(%esp)        movaps %xmm3,nb110nf_three(%esp)_nb_kernel110nf_ia32_sse.nb110nf_threadloop:         movl  nb110nf_count(%ebp),%esi            ## pointer to sync counter        movl  (%esi),%eax_nb_kernel110nf_ia32_sse.nb110nf_spinlock:         movl  %eax,%ebx                         ## ebx=*count=nn0        addl  $1,%ebx                          ## ebx=nn1=nn0+10        lock         cmpxchgl %ebx,(%esi)                    ## write nn1 to *counter,                                                ## if it hasnt changed.                                                ## or reread *counter to eax.        pause                                   ## -> better p4 performance        jnz _nb_kernel110nf_ia32_sse.nb110nf_spinlock        ## if(nn1>nri) nn1=nri        movl nb110nf_nri(%esp),%ecx        movl %ecx,%edx        subl %ebx,%ecx        cmovlel %edx,%ebx                       ## if(nn1>nri) nn1=nri        ## Cleared the spinlock if we got here.        ## eax contains nn0, ebx contains nn1.        movl %eax,nb110nf_n(%esp)        movl %ebx,nb110nf_nn1(%esp)        subl %eax,%ebx                          ## calc number of outer lists        movl %eax,%esi                          ## copy n to esi        jg  _nb_kernel110nf_ia32_sse.nb110nf_outerstart        jmp _nb_kernel110nf_ia32_sse.nb110nf_end_nb_kernel110nf_ia32_sse.nb110nf_outerstart:         ## ebx contains number of outer iterations        addl nb110nf_nouter(%esp),%ebx        movl %ebx,nb110nf_nouter(%esp)_nb_kernel110nf_ia32_sse.nb110nf_outer:         movl  nb110nf_shift(%ebp),%eax        ## eax = pointer into shift[]         movl  (%eax,%esi,4),%ebx        ## ebx=shift[n]         leal  (%ebx,%ebx,2),%ebx    ## ebx=3*is         movl  %ebx,nb110nf_is3(%esp)            ## store is3         movl  nb110nf_shiftvec(%ebp),%eax     ## eax = base of shiftvec[]         movss (%eax,%ebx,4),%xmm0        movss 4(%eax,%ebx,4),%xmm1        movss 8(%eax,%ebx,4),%xmm2        movl  nb110nf_iinr(%ebp),%ecx         ## ecx = pointer into iinr[]              movl  (%ecx,%esi,4),%ebx    ## ebx =ii         movl  nb110nf_charge(%ebp),%edx        movss (%edx,%ebx,4),%xmm3        mulss nb110nf_facel(%esp),%xmm3        shufps $0,%xmm3,%xmm3        movl  nb110nf_type(%ebp),%edx        movl  (%edx,%ebx,4),%edx        imull nb110nf_ntype(%esp),%edx        shll  %edx        movl  %edx,nb110nf_ntia(%esp)        leal  (%ebx,%ebx,2),%ebx        ## ebx = 3*ii=ii3         movl  nb110nf_pos(%ebp),%eax      ## eax = base of pos[]          addss (%eax,%ebx,4),%xmm0        addss 4(%eax,%ebx,4),%xmm1        addss 8(%eax,%ebx,4),%xmm2        movaps %xmm3,nb110nf_iq(%esp)        shufps $0,%xmm0,%xmm0        shufps $0,%xmm1,%xmm1        shufps $0,%xmm2,%xmm2        movaps %xmm0,nb110nf_ix(%esp)        movaps %xmm1,nb110nf_iy(%esp)        movaps %xmm2,nb110nf_iz(%esp)        movl  %ebx,nb110nf_ii3(%esp)        ## clear vctot and i forces         xorps %xmm4,%xmm4        movaps %xmm4,nb110nf_vctot(%esp)        movaps %xmm4,nb110nf_Vvdwtot(%esp)        movl  nb110nf_jindex(%ebp),%eax        movl  (%eax,%esi,4),%ecx             ## jindex[n]         movl  4(%eax,%esi,4),%edx            ## jindex[n+1]         subl  %ecx,%edx              ## number of innerloop atoms         movl  nb110nf_pos(%ebp),%esi        movl  nb110nf_jjnr(%ebp),%eax        shll  $2,%ecx        addl  %ecx,%eax        movl  %eax,nb110nf_innerjjnr(%esp)       ## pointer to jjnr[nj0]         movl  %edx,%ecx        subl  $4,%edx        addl  nb110nf_ninner(%esp),%ecx        movl  %ecx,nb110nf_ninner(%esp)        addl  $0,%edx        movl  %edx,nb110nf_innerk(%esp)      ## number of innerloop atoms         jge   _nb_kernel110nf_ia32_sse.nb110nf_unroll_loop        jmp   _nb_kernel110nf_ia32_sse.nb110nf_finish_inner_nb_kernel110nf_ia32_sse.nb110nf_unroll_loop:         ## quad-unroll innerloop here         movl  nb110nf_innerjjnr(%esp),%edx       ## pointer to jjnr[k]         movl  (%edx),%eax        movl  4(%edx),%ebx        movl  8(%edx),%ecx        movl  12(%edx),%edx           ## eax-edx=jnr1-4         addl $16,nb110nf_innerjjnr(%esp)             ## advance pointer (unrolled 4)         movl nb110nf_charge(%ebp),%esi     ## base of charge[]         movss (%esi,%eax,4),%xmm3        movss (%esi,%ecx,4),%xmm4        movss (%esi,%ebx,4),%xmm6        movss (%esi,%edx,4),%xmm7        movaps nb110nf_iq(%esp),%xmm2        shufps $0,%xmm6,%xmm3        shufps $0,%xmm7,%xmm4        shufps $136,%xmm4,%xmm3 ## constant 10001000 ;# all charges in xmm3          movd  %eax,%mm0         ## use mmx registers as temp storage         movd  %ebx,%mm1        movd  %ecx,%mm2        movd  %edx,%mm3        movl nb110nf_type(%ebp),%esi        movl (%esi,%eax,4),%eax        movl (%esi,%ebx,4),%ebx        movl (%esi,%ecx,4),%ecx        movl (%esi,%edx,4),%edx        movl nb110nf_vdwparam(%ebp),%esi        shll %eax        shll %ebx        shll %ecx        shll %edx        movl nb110nf_ntia(%esp),%edi        addl %edi,%eax        addl %edi,%ebx        addl %edi,%ecx        addl %edi,%edx        movlps (%esi,%eax,4),%xmm6        movlps (%esi,%ecx,4),%xmm7

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?