nb_kernel212_ia32_sse.s

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

S
1,955
字号
        movss  28(%edi,%ecx,4),%xmm4        movss  32(%edi,%ecx,4),%xmm5        addss  %xmm0,%xmm3        addss  %xmm1,%xmm4        addss  %xmm2,%xmm5        movss  %xmm3,24(%edi,%ecx,4)        movss  %xmm4,28(%edi,%ecx,4)        movss  %xmm5,32(%edi,%ecx,4)        ## accumulate force in xmm6/xmm7 for fshift         addss %xmm2,%xmm7        movlhps %xmm1,%xmm0        shufps $8,%xmm0,%xmm0 ## constant 00001000              addps   %xmm0,%xmm6        ## increment fshift force          movlps  (%esi,%edx,4),%xmm3        movss  8(%esi,%edx,4),%xmm4        addps  %xmm6,%xmm3        addss  %xmm7,%xmm4        movlps  %xmm3,(%esi,%edx,4)        movss  %xmm4,8(%esi,%edx,4)        ## get n from stack        movl nb212_n(%esp),%esi        ## get group index for i particle         movl  nb212_gid(%ebp),%edx              ## base of gid[]        movl  (%edx,%esi,4),%edx                ## ggid=gid[n]        ## accumulate total potential energy and update it         movaps nb212_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  nb212_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 nb212_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  nb212_Vvdw(%ebp),%eax        addss (%eax,%edx,4),%xmm7        ## move back to mem         movss %xmm7,(%eax,%edx,4)        ## finish if last         movl nb212_nn1(%esp),%ecx        ## esi already loaded with n        incl %esi        subl %esi,%ecx        jz _nb_kernel212_ia32_sse.nb212_outerend        ## not last, iterate outer loop once more!          movl %esi,nb212_n(%esp)        jmp _nb_kernel212_ia32_sse.nb212_outer_nb_kernel212_ia32_sse.nb212_outerend:         ## check if more outer neighborlists remain        movl  nb212_nri(%esp),%ecx        ## esi already loaded with n above        subl  %esi,%ecx        jz _nb_kernel212_ia32_sse.nb212_end        ## non-zero, do one more workunit        jmp   _nb_kernel212_ia32_sse.nb212_threadloop_nb_kernel212_ia32_sse.nb212_end:         emms        movl nb212_nouter(%esp),%eax        movl nb212_ninner(%esp),%ebx        movl nb212_outeriter(%ebp),%ecx        movl nb212_inneriter(%ebp),%edx        movl %eax,(%ecx)        movl %ebx,(%edx)        movl nb212_salign(%esp),%eax        addl %eax,%esp        addl $1560,%esp        popl %edi        popl %esi        popl %edx        popl %ecx        popl %ebx        popl %eax        leave        ret.globl nb_kernel212nf_ia32_sse.globl _nb_kernel212nf_ia32_ssenb_kernel212nf_ia32_sse:        _nb_kernel212nf_ia32_sse:       .set nb212nf_p_nri, 8.set nb212nf_iinr, 12.set nb212nf_jindex, 16.set nb212nf_jjnr, 20.set nb212nf_shift, 24.set nb212nf_shiftvec, 28.set nb212nf_fshift, 32.set nb212nf_gid, 36.set nb212nf_pos, 40.set nb212nf_faction, 44.set nb212nf_charge, 48.set nb212nf_p_facel, 52.set nb212nf_argkrf, 56.set nb212nf_argcrf, 60.set nb212nf_Vc, 64.set nb212nf_type, 68.set nb212nf_p_ntype, 72.set nb212nf_vdwparam, 76.set nb212nf_Vvdw, 80.set nb212nf_p_tabscale, 84.set nb212nf_VFtab, 88.set nb212nf_invsqrta, 92.set nb212nf_dvda, 96.set nb212nf_p_gbtabscale, 100.set nb212nf_GBtab, 104.set nb212nf_p_nthreads, 108.set nb212nf_count, 112.set nb212nf_mtx, 116.set nb212nf_outeriter, 120.set nb212nf_inneriter, 124.set nb212nf_work, 128        ## stack offsets for local variables          ## bottom of stack is cache-aligned for sse use .set nb212nf_ixO, 0.set nb212nf_iyO, 16.set nb212nf_izO, 32.set nb212nf_ixH1, 48.set nb212nf_iyH1, 64.set nb212nf_izH1, 80.set nb212nf_ixH2, 96.set nb212nf_iyH2, 112.set nb212nf_izH2, 128.set nb212nf_jxO, 144.set nb212nf_jyO, 160.set nb212nf_jzO, 176.set nb212nf_jxH1, 192.set nb212nf_jyH1, 208.set nb212nf_jzH1, 224.set nb212nf_jxH2, 240.set nb212nf_jyH2, 256.set nb212nf_jzH2, 272.set nb212nf_qqOO, 288.set nb212nf_qqOH, 304.set nb212nf_qqHH, 320.set nb212nf_c6, 336.set nb212nf_c12, 352.set nb212nf_vctot, 368.set nb212nf_Vvdwtot, 384.set nb212nf_half, 400.set nb212nf_three, 416.set nb212nf_rsqOO, 432.set nb212nf_rsqOH1, 448.set nb212nf_rsqOH2, 464.set nb212nf_rsqH1O, 480.set nb212nf_rsqH1H1, 496.set nb212nf_rsqH1H2, 512.set nb212nf_rsqH2O, 528.set nb212nf_rsqH2H1, 544.set nb212nf_rsqH2H2, 560.set nb212nf_rinvOO, 576.set nb212nf_rinvOH1, 592.set nb212nf_rinvOH2, 608.set nb212nf_rinvH1O, 624.set nb212nf_rinvH1H1, 640.set nb212nf_rinvH1H2, 656.set nb212nf_rinvH2O, 672.set nb212nf_rinvH2H1, 688.set nb212nf_rinvH2H2, 704.set nb212nf_krf, 720.set nb212nf_crf, 736.set nb212nf_is3, 752.set nb212nf_ii3, 756.set nb212nf_innerjjnr, 760.set nb212nf_innerk, 764.set nb212nf_n, 768.set nb212nf_nn1, 772.set nb212nf_nri, 776.set nb212nf_nouter, 780.set nb212nf_ninner, 784.set nb212nf_salign, 788        pushl %ebp        movl %esp,%ebp        pushl %eax        pushl %ebx        pushl %ecx        pushl %edx        pushl %esi        pushl %edi        subl $792,%esp          ## local stack space         movl %esp,%eax        andl $0xf,%eax        subl %eax,%esp        movl %eax,nb212nf_salign(%esp)        emms        ## Move args passed by reference to stack        movl nb212nf_p_nri(%ebp),%ecx        movl (%ecx),%ecx        movl %ecx,nb212nf_nri(%esp)        ## zero iteration counters        movl $0,%eax        movl %eax,nb212nf_nouter(%esp)        movl %eax,nb212nf_ninner(%esp)        movl nb212nf_argkrf(%ebp),%esi        movl nb212nf_argcrf(%ebp),%edi        movss (%esi),%xmm5        movss (%edi),%xmm6        shufps $0,%xmm5,%xmm5        shufps $0,%xmm6,%xmm6        movaps %xmm5,nb212nf_krf(%esp)        movaps %xmm6,nb212nf_crf(%esp)        ## assume we have at least one i particle - start directly         movl  nb212nf_iinr(%ebp),%ecx         ## ecx = pointer into iinr[]              movl  (%ecx),%ebx           ## ebx =ii         movl  nb212nf_charge(%ebp),%edx        movss (%edx,%ebx,4),%xmm3        movss %xmm3,%xmm4        movss 4(%edx,%ebx,4),%xmm5        movl nb212nf_p_facel(%ebp),%esi        movss (%esi),%xmm6        mulss  %xmm3,%xmm3        mulss  %xmm5,%xmm4        mulss  %xmm5,%xmm5        mulss  %xmm6,%xmm3        mulss  %xmm6,%xmm4        mulss  %xmm6,%xmm5        shufps $0,%xmm3,%xmm3        shufps $0,%xmm4,%xmm4        shufps $0,%xmm5,%xmm5        movaps %xmm3,nb212nf_qqOO(%esp)        movaps %xmm4,nb212nf_qqOH(%esp)        movaps %xmm5,nb212nf_qqHH(%esp)        xorps %xmm0,%xmm0        movl  nb212nf_type(%ebp),%edx        movl  (%edx,%ebx,4),%ecx        shll  %ecx        movl  %ecx,%edx        movl nb212nf_p_ntype(%ebp),%edi        imull (%edi),%ecx     ## ecx = ntia = 2*ntype*type[ii0]         addl  %ecx,%edx        movl  nb212nf_vdwparam(%ebp),%eax        movlps (%eax,%edx,4),%xmm0        movaps %xmm0,%xmm1        shufps $0,%xmm0,%xmm0        shufps $85,%xmm1,%xmm1 ## constant 01010101        movaps %xmm0,nb212nf_c6(%esp)        movaps %xmm1,nb212nf_c12(%esp)        ## create constant floating-point factors on stack        movl $0x3f000000,%eax   ## constant 0.5 in IEEE (hex)        movl %eax,nb212nf_half(%esp)        movss nb212nf_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,nb212nf_half(%esp)        movaps %xmm3,nb212nf_three(%esp)_nb_kernel212nf_ia32_sse.nb212nf_threadloop:         movl  nb212nf_count(%ebp),%esi            ## pointer to sync counter        movl  (%esi),%eax_nb_kernel212nf_ia32_sse.nb212nf_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_kernel212nf_ia32_sse.nb212nf_spinlock        ## if(nn1>nri) nn1=nri        movl nb212nf_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,nb212nf_n(%esp)        movl %ebx,nb212nf_nn1(%esp)        subl %eax,%ebx                          ## calc number of outer lists        movl %eax,%esi                          ## copy n to esi        jg  _nb_kernel212nf_ia32_sse.nb212nf_outerstart        jmp _nb_kernel212nf_ia32_sse.nb212nf_end_nb_kernel212nf_ia32_sse.nb212nf_outerstart:         ## ebx contains number of outer iterations        addl nb212nf_nouter(%esp),%ebx        movl %ebx,nb212nf_nouter(%esp)_nb_kernel212nf_ia32_sse.nb212nf_outer:         movl  nb212nf_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,nb212nf_is3(%esp)            ## store is3         movl  nb212nf_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  nb212nf_iinr(%ebp),%ecx         ## ecx = pointer into iinr[]              movl  (%ecx,%esi,4),%ebx            ## ebx =ii         leal  (%ebx,%ebx,2),%ebx        ## ebx = 3*ii=ii3         movl  nb212nf_pos(%ebp),%eax      ## eax = base of pos[]          movl  %ebx,nb212nf_ii3(%esp)        movaps %xmm0,%xmm3        movaps %xmm1,%xmm4        movaps %xmm2,%xmm5        addss (%eax,%ebx,4),%xmm3        addss 4(%eax,%ebx,4),%xmm4        addss 8(%eax,%ebx,4),%xmm5        shufps $0,%xmm3,%xmm3        shufps $0,%xmm4,%xmm4        shufps $0,%xmm5,%xmm5        movaps %xmm3,nb212nf_ixO(%esp)        movaps %xmm4,nb212nf_iyO(%esp)        movaps %xmm5,nb212nf_izO(%esp)        movss %xmm0,%xmm3        movss %xmm1,%xmm4        movss %xmm2,%xmm5        addss 12(%eax,%ebx,4),%xmm0        addss 16(%eax,%ebx,4),%xmm1        addss 20(%eax,%ebx,4),%xmm2        addss 24(%eax,%ebx,4),%xmm3        addss 28(%eax,%ebx,4),%xmm4        addss 32(%eax,%ebx,4),%xmm5        shufps $0,%xmm0,%xmm0        shufps $0,%xmm1,%xmm1        shufps $0,%xmm2,%xmm2        shufps $0,%xmm3,%xmm3        shufps $0,%xmm4,%xmm4        shufps $0,%xmm5,%xmm5        movaps %xmm0,nb212nf_ixH1(%esp)        movaps %xmm1,nb212nf_iyH1(%esp)        movaps %xmm2,nb212nf_izH1(%esp)        movaps %xmm3,nb212nf_ixH2(%esp)        movaps %xmm4,nb212nf_iyH2(%esp)        movaps %xmm5,nb212nf_izH2(%esp)        ## clear vctot and i forces         xorps %xmm4,%xmm4        movaps %xmm4,nb212nf_vctot(%esp)        movaps %xmm4,nb212nf_Vvdwtot(%esp)        movl  nb212nf_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  nb212nf_pos(%ebp),%esi        movl  nb212nf_jjnr(%ebp),%eax        shll  $2,%ecx        addl  %ecx,%eax        movl  %eax,nb212nf_innerjjnr(%esp)       ## pointer to jjnr[nj0]         movl  %edx,%ecx        subl  $4,%edx        addl  nb212nf_ninner(%esp),%ecx        movl  %ecx,nb212nf_ninner(%esp)        addl  $0,%edx        movl  %edx,nb212nf_innerk(%esp)

⌨️ 快捷键说明

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