nb_kernel102_x86_64_sse.intel_syntax.s
来自「最著名最快的分子模拟软件」· S 代码 · 共 2,233 行 · 第 1/5 页
S
2,233 行
movlhps xmm0, xmm1 shufps xmm0, xmm0, 8 ;# 00001000 addps xmm6, xmm0 ;# accumulate H2i forces in xmm0, xmm1, xmm2 movaps xmm0, [rsp + nb102_fixH2] movaps xmm1, [rsp + nb102_fiyH2] movaps xmm2, [rsp + nb102_fizH2] movhlps xmm3, xmm0 movhlps xmm4, xmm1 movhlps xmm5, xmm2 addps xmm0, xmm3 addps xmm1, xmm4 addps xmm2, xmm5 ;# sum is in 1/2 in xmm0-xmm2 movaps xmm3, xmm0 movaps xmm4, xmm1 movaps xmm5, xmm2 shufps xmm3, xmm3, 1 shufps xmm4, xmm4, 1 shufps xmm5, xmm5, 1 addss xmm0, xmm3 addss xmm1, xmm4 addss xmm2, xmm5 ;# xmm0-xmm2 has single force in pos0 ;# increment i force movss xmm3, [rdi + rcx*4 + 24] movss xmm4, [rdi + rcx*4 + 28] movss xmm5, [rdi + rcx*4 + 32] subss xmm3, xmm0 subss xmm4, xmm1 subss xmm5, xmm2 movss [rdi + rcx*4 + 24], xmm3 movss [rdi + rcx*4 + 28], xmm4 movss [rdi + rcx*4 + 32], xmm5 ;# accumulate force in xmm6/xmm7 for fshift addss xmm7, xmm2 movlhps xmm0, xmm1 shufps xmm0, xmm0, 8 ;# 00001000 addps xmm6, xmm0 ;# increment fshift force movlps xmm3, [rsi + rdx*4] movss xmm4, [rsi + rdx*4 + 8] subps xmm3, xmm6 subss xmm4, xmm7 movlps [rsi + rdx*4], xmm3 movss [rsi + rdx*4 + 8], xmm4 ;# get n from stack mov esi, [rsp + nb102_n] ;# get group index for i particle mov rdx, [rbp + nb102_gid] ;# base of gid[] mov edx, [rdx + rsi*4] ;# ggid=gid[n] ;# accumulate total potential energy and update it movaps xmm7, [rsp + nb102_vctot] ;# accumulate movhlps xmm6, xmm7 addps xmm7, xmm6 ;# pos 0-1 in xmm7 have the sum now movaps xmm6, xmm7 shufps xmm6, xmm6, 1 addss xmm7, xmm6 ;# add earlier value from mem mov rax, [rbp + nb102_Vc] addss xmm7, [rax + rdx*4] ;# move back to mem movss [rax + rdx*4], xmm7 ;# finish if last mov ecx, [rsp + nb102_nn1] ;# esi already loaded with n inc esi sub ecx, esi jz .nb102_outerend ;# not last, iterate outer loop once more! mov [rsp + nb102_n], esi jmp .nb102_outer.nb102_outerend: ;# check if more outer neighborlists remain mov ecx, [rsp + nb102_nri] ;# esi already loaded with n above sub ecx, esi jz .nb102_end ;# non-zero, do one more workunit jmp .nb102_threadloop.nb102_end: mov eax, [rsp + nb102_nouter] mov ebx, [rsp + nb102_ninner] mov rcx, [rbp + nb102_outeriter] mov rdx, [rbp + nb102_inneriter] mov [rcx], eax mov [rdx], ebx add rsp, 1512 emms pop r15 pop r14 pop r13 pop r12 pop rbx pop rbp ret .globl nb_kernel102nf_x86_64_sse.globl _nb_kernel102nf_x86_64_ssenb_kernel102nf_x86_64_sse: _nb_kernel102nf_x86_64_sse: .equiv nb102nf_fshift, 16.equiv nb102nf_gid, 24.equiv nb102nf_pos, 32.equiv nb102nf_faction, 40.equiv nb102nf_charge, 48.equiv nb102nf_p_facel, 56.equiv nb102nf_argkrf, 64.equiv nb102nf_argcrf, 72.equiv nb102nf_Vc, 80.equiv nb102nf_type, 88.equiv nb102nf_p_ntype, 96.equiv nb102nf_vdwparam, 104.equiv nb102nf_Vvdw, 112.equiv nb102nf_p_tabscale, 120.equiv nb102nf_VFtab, 128.equiv nb102nf_invsqrta, 136.equiv nb102nf_dvda, 144.equiv nb102nf_p_gbtabscale, 152.equiv nb102nf_GBtab, 160.equiv nb102nf_p_nthreads, 168.equiv nb102nf_count, 176.equiv nb102nf_mtx, 184.equiv nb102nf_outeriter, 192.equiv nb102nf_inneriter, 200.equiv nb102nf_work, 208 ;# stack offsets for local variables ;# bottom of stack is cache-aligned for sse use .equiv nb102nf_ixO, 0.equiv nb102nf_iyO, 16.equiv nb102nf_izO, 32.equiv nb102nf_ixH1, 48.equiv nb102nf_iyH1, 64.equiv nb102nf_izH1, 80.equiv nb102nf_ixH2, 96.equiv nb102nf_iyH2, 112.equiv nb102nf_izH2, 128.equiv nb102nf_jxO, 144.equiv nb102nf_jyO, 160.equiv nb102nf_jzO, 176.equiv nb102nf_jxH1, 192.equiv nb102nf_jyH1, 208.equiv nb102nf_jzH1, 224.equiv nb102nf_jxH2, 240.equiv nb102nf_jyH2, 256.equiv nb102nf_jzH2, 272.equiv nb102nf_qqOO, 288.equiv nb102nf_qqOH, 304.equiv nb102nf_qqHH, 320.equiv nb102nf_vctot, 336.equiv nb102nf_half, 352.equiv nb102nf_three, 368.equiv nb102nf_rsqOO, 384.equiv nb102nf_rsqOH1, 400.equiv nb102nf_rsqOH2, 416.equiv nb102nf_rsqH1O, 432.equiv nb102nf_rsqH1H1, 448.equiv nb102nf_rsqH1H2, 464.equiv nb102nf_rsqH2O, 480.equiv nb102nf_rsqH2H1, 496.equiv nb102nf_rsqH2H2, 512.equiv nb102nf_rinvOO, 528.equiv nb102nf_rinvOH1, 544.equiv nb102nf_rinvOH2, 560.equiv nb102nf_rinvH1O, 576.equiv nb102nf_rinvH1H1, 592.equiv nb102nf_rinvH1H2, 608.equiv nb102nf_rinvH2O, 624.equiv nb102nf_rinvH2H1, 640.equiv nb102nf_rinvH2H2, 656.equiv nb102nf_is3, 672.equiv nb102nf_ii3, 676.equiv nb102nf_nri, 680.equiv nb102nf_iinr, 688.equiv nb102nf_jindex, 696.equiv nb102nf_jjnr, 704.equiv nb102nf_shift, 712.equiv nb102nf_shiftvec, 720.equiv nb102nf_facel, 728.equiv nb102nf_innerjjnr, 736.equiv nb102nf_innerk, 744.equiv nb102nf_n, 748.equiv nb102nf_nn1, 752.equiv nb102nf_nouter, 756.equiv nb102nf_ninner, 760 push rbp mov rbp, rsp push rbx sub rsp, 776 emms ;# zero 32-bit iteration counters mov eax, 0 mov [rsp + nb102nf_nouter], eax mov [rsp + nb102nf_ninner], eax mov edi, [rdi] mov [rsp + nb102nf_nri], edi mov [rsp + nb102nf_iinr], rsi mov [rsp + nb102nf_jindex], rdx mov [rsp + nb102nf_jjnr], rcx mov [rsp + nb102nf_shift], r8 mov [rsp + nb102nf_shiftvec], r9 mov rsi, [rbp + nb102nf_p_facel] movss xmm0, [rsi] movss [rsp + nb102nf_facel], xmm0 ;# assume we have at least one i particle - start directly mov rcx, [rsp + nb102nf_iinr] ;# rcx = pointer into iinr[] mov ebx, [rcx] ;# ebx =ii mov rdx, [rbp + nb102nf_charge] movss xmm3, [rdx + rbx*4] movss xmm4, xmm3 movss xmm5, [rdx + rbx*4 + 4] mov rsi, [rbp + nb102nf_p_facel] movss xmm0, [rsi] movss xmm6, [rsp + nb102nf_facel] mulss xmm3, xmm3 mulss xmm4, xmm5 mulss xmm5, xmm5 mulss xmm3, xmm6 mulss xmm4, xmm6 mulss xmm5, xmm6 shufps xmm3, xmm3, 0 shufps xmm4, xmm4, 0 shufps xmm5, xmm5, 0 movaps [rsp + nb102nf_qqOO], xmm3 movaps [rsp + nb102nf_qqOH], xmm4 movaps [rsp + nb102nf_qqHH], xmm5 ;# create constant floating-point factors on stack mov eax, 0x3f000000 ;# half in IEEE (hex) mov [rsp + nb102nf_half], eax movss xmm1, [rsp + nb102nf_half] shufps xmm1, xmm1, 0 ;# splat to all elements movaps xmm2, xmm1 addps xmm2, xmm2 ;# one movaps xmm3, xmm2 addps xmm2, xmm2 ;# two addps xmm3, xmm2 ;# three movaps [rsp + nb102nf_half], xmm1 movaps [rsp + nb102nf_three], xmm3.nb102nf_threadloop: mov rsi, [rbp + nb102nf_count] ;# pointer to sync counter mov eax, [rsi].nb102nf_spinlock: mov ebx, eax ;# ebx=*count=nn0 add ebx, 1 ;# ebx=nn1=nn0+10 lock cmpxchg [esi], ebx ;# write nn1 to *counter, ;# if it hasnt changed. ;# or reread *counter to eax. pause ;# -> better p4 performance jnz .nb102nf_spinlock ;# if(nn1>nri) nn1=nri mov ecx, [rsp + nb102nf_nri] mov edx, ecx sub ecx, ebx cmovle ebx, edx ;# if(nn1>nri) nn1=nri ;# Cleared the spinlock if we got here. ;# eax contains nn0, ebx contains nn1. mov [rsp + nb102nf_n], eax mov [rsp + nb102nf_nn1], ebx sub ebx, eax ;# calc number of outer lists mov esi, eax ;# copy n to esi jg .nb102nf_outerstart jmp .nb102nf_end .nb102nf_outerstart: ;# ebx contains number of outer iterations add ebx, [rsp + nb102nf_nouter] mov [rsp + nb102nf_nouter], ebx.nb102nf_outer: mov rax, [rsp + nb102nf_shift] ;# rax = pointer into shift[] mov ebx, [rax+rsi*4] ;# ebx=shift[n] lea rbx, [rbx + rbx*2] ;# rbx=3*is mov [rsp + nb102nf_is3],ebx ;# store is3 mov rax, [rsp + nb102nf_shiftvec] ;# rax = base of shiftvec[] movss xmm0, [rax + rbx*4] movss xmm1, [rax + rbx*4 + 4] movss xmm2, [rax + rbx*4 + 8] mov rcx, [rsp + nb102nf_iinr] ;# rcx = pointer into iinr[] mov ebx, [rcx + rsi*4] ;# ebx =ii lea rbx, [rbx + rbx*2] ;# rbx = 3*ii=ii3 mov rax, [rbp + nb102nf_pos] ;# rax = base of pos[] mov [rsp + nb102nf_ii3], ebx movaps xmm3, xmm0 movaps xmm4, xmm1 movaps xmm5, xmm2 addss xmm3, [rax + rbx*4] addss xmm4, [rax + rbx*4 + 4] addss xmm5, [rax + rbx*4 + 8] shufps xmm3, xmm3, 0 shufps xmm4, xmm4, 0 shufps xmm5, xmm5, 0 movaps [rsp + nb102nf_ixO], xmm3 movaps [rsp + nb102nf_iyO], xmm4 movaps [rsp + nb102nf_izO], xmm5 movss xmm3, xmm0 movss xmm4, xmm1 movss xmm5, xmm2 addss xmm0, [rax + rbx*4 + 12] addss xmm1, [rax + rbx*4 + 16] addss xmm2, [rax + rbx*4 + 20] addss xmm3, [rax + rbx*4 + 24] addss xmm4, [rax + rbx*4 + 28] addss xmm5, [rax + rbx*4 + 32] shufps xmm0, xmm0, 0 shufps xmm1, xmm1, 0 shufps xmm2, xmm2, 0 shufps xmm3, xmm3, 0 shufps xmm4, xmm4, 0 shufps xmm5, xmm5, 0 movaps [rsp + nb102nf_ixH1], xmm0 movaps [rsp + nb102nf_iyH1], xmm1 movaps [rsp + nb102nf_izH1], xmm2 movaps [rsp + nb102nf_ixH2], xmm3 movaps [rsp + nb102nf_iyH2], xmm4 movaps [rsp + nb102nf_izH2], xmm5 ;# clear vctot xorps xmm4, xmm4 movaps [rsp + nb102nf_vctot], xmm4 mov rax, [rsp + nb102nf_jindex] mov ecx, [rax + rsi*4] ;# jindex[n] mov edx, [rax + rsi*4 + 4] ;# jindex[n+1] sub edx, ecx ;# number of innerloop atoms mov rsi, [rbp + nb102nf_pos] mov rax, [rsp + nb102nf_jjnr] shl ecx, 2 add rax, rcx mov [rsp + nb102nf_innerjjnr], rax ;# pointer to jjnr[nj0] mov ecx, edx sub edx, 4 add ecx, [rsp + nb102nf_ninner] mov [rsp + nb102nf_ninner], ecx add edx, 0 mov [rsp + nb102nf_innerk], edx ;# number of innerloop atoms jge .nb102nf_unroll_loop jmp .nb102nf_single_check.nb102nf_unroll_loop: ;# quad-unroll innerloop here mov rdx, [rsp + nb102nf_innerjjnr] ;# pointer to jjnr[k] mov eax, [rdx] mov ebx, [rdx + 4] mov ecx, [rdx + 8] mov edx, [rdx + 12] ;# eax-edx=jnr1-4 add qword ptr [rsp + nb102nf_innerjjnr], 16 ;# advance pointer (unrolled 4) mov rsi, [rbp + nb102nf_pos] ;# base of pos[] lea rax, [rax + rax*2] ;# replace jnr with j3 lea rbx, [rbx + rbx*2] lea rcx, [rcx + rcx*2] ;# replace jnr with j3 lea rdx, [rdx + rdx*2] ;# move j coordinates to local temp variables movlps xmm2, [rsi + rax*4] movlps xmm3, [rsi + rax*4 + 12] movlps xmm4, [rsi + rax*4 + 24] movlps xmm5, [rsi + rbx*4] movlps xmm6, [rsi + rbx*4 + 12] movlps xmm7, [rsi + rbx*4 + 24] movhps xmm2, [rsi + rcx*4] movhps xmm3, [rsi + rcx*4 + 12] movhps xmm4, [rsi + rcx*4 + 24] movhps xmm5, [rsi + rdx*4] movhps xmm6, [rsi + rdx*4 + 12] movhps xmm7, [rsi + rdx*4 + 24] ;# current state: ;# xmm2= jxOa jyOa jxOc jyOc ;# xmm3= jxH1a jyH1a jxH1c jyH1c ;# xmm4= jxH2a jyH2a jxH2c jyH2c ;# xmm5= jxOb jyOb jxOd jyOd ;# xmm6= jxH1b jyH1b jxH1d jyH1d ;# xmm7= jxH2b jyH2b jxH2d jyH2d movaps xmm0, xmm2 movaps xmm1, xmm3 unpcklps xmm0, xmm5 ;# xmm0= jxOa jxOb jyOa jyOb unpcklps xmm1, xmm6 ;# xmm1= jxH1a jxH1b jyH1a jyH1b unpckhps xmm2, xmm5 ;# xmm2= jxOc jxOd jyOc jyOd unpckhps xmm3, xmm6 ;# xmm3= jxH1c jxH1d jyH1c jyH1d movaps xmm5, xmm4 movaps xmm6, xmm0 unpcklps xmm4, xmm7 ;# xmm4= jxH2a jxH2b jyH2a jyH2b unpckhps xmm5, xmm7 ;# xmm5= jxH2c jxH2d jyH2c jyH2d movaps xmm7, xmm1 movlhps xmm0, xmm2 ;# xmm0= jxOa jxOb jxOc jxOd movaps [rsp + nb102nf_jxO], xmm0 movhlps xmm2, xmm6 ;# xmm2= jyOa jyOb jyOc jyOd movaps [rsp + nb102nf_jyO], xmm2 movlhps xmm1, xmm3 movaps [rsp + nb102nf_jxH1], xmm1 movhlps xmm3, xmm7 movaps xmm6, xmm4 movaps [rsp + nb102nf_jyH1], xmm3 movlhps xmm4, xmm5 movaps [rsp + nb102nf_jxH2], xmm4 movhlps xmm5, xmm6 movaps [rsp + nb102nf_jyH2], xmm5 movss xmm0, [rsi + rax*4 + 8] movss xmm1, [rsi + rax*4 + 20] movss xmm2, [rsi + rax*4 + 32]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?