⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nb_kernel300_ia32_3dnow.intel_syntax.s

📁 最著名最快的分子模拟软件
💻 S
📖 第 1 页 / 共 2 页
字号:
	pfmul mm2, mm0	pfmul mm3, mm0	;# update i particle force 	movq mm0,  [esp + nb300_fix]	movd mm1,  [esp + nb300_fiz]	pfadd mm0, mm2	pfadd mm1, mm3	movq [esp + nb300_fix], mm0	movd [esp + nb300_fiz], mm1	;# update j particle force 	movq mm0,  [edi + eax*4]	movd mm1,  [edi + eax*4 + 8]	pfsub mm0, mm2	pfsub mm1, mm3	movq [edi + eax*4], mm0	movd [edi + eax*4 +8], mm1	;# done! .nb300_updateouterdata:		mov   ecx, [esp + nb300_ii3]	movq  mm6, [edi + ecx*4]       ;# increment i force 	movd  mm7, [edi + ecx*4 + 8]		pfadd mm6, [esp + nb300_fix]	pfadd mm7, [esp + nb300_fiz]	movq  [edi + ecx*4],    mm6	movd  [edi + ecx*4 +8], mm7	mov   ebx, [ebp + nb300_fshift]    ;# increment fshift force 	mov   edx, [esp + nb300_is3]	movq  mm6, [ebx + edx*4]		movd  mm7, [ebx + edx*4 + 8]		pfadd mm6, [esp + nb300_fix]	pfadd mm7, [esp + nb300_fiz]	movq  [ebx + edx*4],     mm6	movd  [ebx + edx*4 + 8], mm7	;# get n from stack	mov esi, [esp + nb300_n]        ;# get group index for i particle         mov   edx, [ebp + nb300_gid]      	;# base of gid[]        mov   edx, [edx + esi*4]		;# ggid=gid[n]	movq  mm7, [esp + nb300_vctot]     	pfacc mm7,mm7	          ;# get and sum the two parts of total potential 		mov   eax, [ebp + nb300_Vc]	movd  mm6, [eax + edx*4] 	pfadd mm6, mm7	movd  [eax + edx*4], mm6          ;# increment vc[gid]        	;# finish if last         mov ecx, [esp + nb300_nn1]	;# esi already loaded with n	inc esi        sub ecx, esi        jecxz .nb300_outerend        ;# not last, iterate outer loop once more!          mov [esp + nb300_n], esi        jmp .nb300_outer.nb300_outerend:        ;# check if more outer neighborlists remain        mov   ecx, [esp + nb300_nri]	;# esi already loaded with n above        sub   ecx, esi        jecxz .nb300_end        ;# non-zero, do one more workunit        jmp   .nb300_threadloop.nb300_end:	femms	mov eax, [esp + nb300_nouter] 		mov ebx, [esp + nb300_ninner]	mov ecx, [ebp + nb300_outeriter]	mov edx, [ebp + nb300_inneriter]	mov [ecx], eax	mov [edx], ebx	add esp, 132	pop edi	pop esi    	pop edx    	pop ecx    	pop ebx    	pop eax	leave	ret.globl nb_kernel300nf_ia32_3dnow.globl _nb_kernel300nf_ia32_3dnownb_kernel300nf_ia32_3dnow:	_nb_kernel300nf_ia32_3dnow:	.equiv		nb300nf_p_nri,		8.equiv		nb300nf_iinr,		12.equiv		nb300nf_jindex,		16.equiv		nb300nf_jjnr,		20.equiv		nb300nf_shift,		24.equiv		nb300nf_shiftvec,	28.equiv		nb300nf_fshift,		32.equiv		nb300nf_gid,		36.equiv		nb300nf_pos,		40		.equiv		nb300nf_faction,	44.equiv		nb300nf_charge,		48.equiv		nb300nf_p_facel,	52.equiv		nb300nf_p_krf,		56	.equiv		nb300nf_p_crf,		60	.equiv		nb300nf_Vc,		64	.equiv		nb300nf_type,		68.equiv		nb300nf_p_ntype,	72.equiv		nb300nf_vdwparam,	76	.equiv		nb300nf_Vvdw,		80	.equiv		nb300nf_p_tabscale,	84	.equiv		nb300nf_VFtab,		88.equiv		nb300nf_invsqrta,	92	.equiv		nb300nf_dvda,		96.equiv          nb300nf_p_gbtabscale,   100.equiv          nb300nf_GBtab,          104.equiv          nb300nf_p_nthreads,     108.equiv          nb300nf_count,          112.equiv          nb300nf_mtx,            116.equiv          nb300nf_outeriter,      120.equiv          nb300nf_inneriter,      124.equiv          nb300nf_work,           128	;# stack offsets for local variables .equiv		nb300nf_is3,		0.equiv		nb300nf_ii3,		4.equiv		nb300nf_ix,		8.equiv		nb300nf_iy,		12.equiv		nb300nf_iz,		16.equiv		nb300nf_iq,		20 .equiv		nb300nf_vctot,		28 .equiv		nb300nf_n1,		36.equiv		nb300nf_tsc,		44 .equiv		nb300nf_ntia,		52.equiv		nb300nf_innerjjnr,	56.equiv		nb300nf_innerk,		60						.equiv          nb300nf_n,              64 ;# idx for outer loop.equiv          nb300nf_nn1,            68 ;# number of outer iterations.equiv          nb300nf_nri,            72.equiv          nb300nf_facel,          76.equiv          nb300nf_nouter,         80.equiv          nb300nf_ninner,         84	push ebp	mov ebp,esp	    	push eax    	push ebx    	push ecx    	push edx	push esi	push edi	sub esp, 88		;# local stack space 	femms	;# move data to local stack  	mov ecx, [ebp + nb300nf_p_nri]	mov esi, [ebp + nb300nf_p_facel]	mov edi, [ebp + nb300nf_p_tabscale]	mov ecx, [ecx]	mov esi, [esi]	mov [esp + nb300nf_nri], ecx	mov [esp + nb300nf_facel], esi	movd  mm3, [edi]	punpckldq mm3,mm3	movq  [esp + nb300nf_tsc], mm3		;# zero iteration counters	mov eax, 0	mov [esp + nb300nf_nouter], eax	mov [esp + nb300nf_ninner], eax.nb300nf_threadloop:        mov   esi, [ebp + nb300nf_count]          ;# pointer to sync counter        mov   eax, [esi].nb300nf_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 .nb300nf_spinlock        ;# if(nn1>nri) nn1=nri        mov ecx, [esp + nb300nf_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 [esp + nb300nf_n], eax        mov [esp + nb300nf_nn1], ebx        sub ebx, eax                            ;# calc number of outer lists	mov esi, eax				;# copy n to esi        jg  .nb300nf_outerstart        jmp .nb300nf_end.nb300nf_outerstart:	;# ebx contains number of outer iterations	add ebx, [esp + nb300nf_nouter]        mov [esp + nb300nf_nouter], ebx	.nb300nf_outer:	mov   eax, [ebp + nb300nf_shift]      ;# eax = pointer into shift[] 	mov   ebx, [eax+esi*4]		;# ebx=shift[n] 		lea   ebx, [ebx + ebx*2]    ;# ebx=3*is 	mov   [esp + nb300nf_is3],ebx    	;# store is3 	mov   eax, [ebp + nb300nf_shiftvec]   ;# eax = base of shiftvec[] 		movq  mm0, [eax + ebx*4]	;# move shX/shY to mm0 and shZ to mm1 	movd  mm1, [eax + ebx*4 + 8]	mov   ecx, [ebp + nb300nf_iinr]       ;# ecx = pointer into iinr[] 		mov   ebx, [ecx + esi*4]	    ;# ebx=ii 	mov   edx, [ebp + nb300nf_charge]	movd  mm2, [edx + ebx*4]    ;# mm2=charge[ii] 	pfmul mm2, [esp + nb300nf_facel]	punpckldq mm2,mm2	    ;# spread to both halves 	movq  [esp + nb300nf_iq], mm2	    ;# iq =facel*charge[ii] 	lea   ebx, [ebx + ebx*2]	;# ebx = 3*ii=ii3 	mov   eax, [ebp + nb300nf_pos]    ;# eax = base of pos[] 		pfadd mm0, [eax + ebx*4]    ;# ix = shX + posX (and iy too) 	movd  mm3, [eax + ebx*4 + 8]    ;# cant use direct memory add for 4 bytes (iz) 	mov   [esp + nb300nf_ii3], ebx	pfadd mm1, mm3	movq  [esp + nb300nf_ix], mm0		movd  [esp + nb300nf_iz], mm1						;# clear total potential and i forces 	pxor  mm7,mm7	movq  [esp + nb300nf_vctot],  mm7	mov   eax, [ebp + nb300nf_jindex]	mov   ecx, [eax + esi*4]	     ;# jindex[n] 	mov   edx, [eax + esi*4 + 4]	     ;# jindex[n+1] 	sub   edx, ecx               ;# number of innerloop atoms 	mov   esi, [ebp + nb300nf_pos]		mov   eax, [ebp + nb300nf_jjnr]	shl   ecx, 2	add   eax, ecx	mov   [esp + nb300nf_innerjjnr], eax     ;# pointer to jjnr[nj0] 	mov   ecx, edx	sub   edx,  2	add   ecx, [esp + nb300nf_ninner]	mov   [esp + nb300nf_ninner], ecx	mov   [esp + nb300nf_innerk], edx    ;# number of innerloop atoms 	add   edx, 0	jge   .nb300nf_unroll_loop	jmp   .nb300nf_finish_inner.nb300nf_unroll_loop:	;# paired innerloop starts here 	mov   ecx, [esp + nb300nf_innerjjnr]     ;# pointer to jjnr[k] 	mov   eax, [ecx]		mov   ebx, [ecx + 4]         ;# eax/ebx=jnr 	add dword ptr [esp + nb300nf_innerjjnr],  8 ;# advance pointer (unrolled 2) 	prefetch [ecx + 16]	     ;# prefetch data - trial and error says 16 is best 		mov ecx, [ebp + nb300nf_charge]    ;# base of charge[] 	movq mm5, [esp + nb300nf_iq]	movd mm3, [ecx + eax*4]	     ;# charge[jnr1]     punpckldq mm3, [ecx + ebx*4]     ;# move charge 2 to high part of mm3 	pfmul mm3,mm5		     ;# mm3 now has qq for both particles 	lea   eax, [eax + eax*2]     ;# replace jnr with j3 	lea   ebx, [ebx + ebx*2]			mov   esi, [ebp + nb300nf_pos]	movq  mm0, [esp + nb300nf_ix]	movd  mm1, [esp + nb300nf_iz]	 		movq  mm4, [esi + eax*4]     ;# fetch first j coordinates 	movd  mm5, [esi + eax*4 + 8]			pfsubr mm4,mm0		     ;# dr = ir - jr  	pfsubr mm5,mm1	pfmul mm4,mm4	             ;# square dx,dy,dz 		         	pfmul mm5,mm5			pfacc mm4, mm5               ;# accumulate to get dx*dx+ dy*dy+ dz*dz 	pfacc mm4, mm5		     ;# first rsq in lower mm4 	movq  mm6, [esi + ebx*4]     ;# fetch second j coordinates  	movd  mm7, [esi + ebx*4 + 8]		pfsubr mm6,mm0	             ;# dr = ir - jr  	pfsubr mm7,mm1	pfmul mm6,mm6	             ;# square dx,dy,dz 	pfmul mm7,mm7	pfacc mm6, mm7		     ;# accumulate to get dx*dx+ dy*dy+ dz*dz 	pfacc mm6, mm7	             ;# second rsq in lower mm6     pfrsqrt mm0, mm4	     ;# lookup inverse square root seed     pfrsqrt mm1, mm6 	punpckldq mm0,mm1	punpckldq mm4,mm6        	;# now 4 has rsq and 0 the seed for both pairs.     movq mm2,mm0	        	;# amd 3dnow N-R iteration to get full precision. 	pfmul mm0,mm0    pfrsqit1 mm0,mm4				    pfrcpit2 mm0,mm2		pfmul mm4, mm0	movq mm1, mm4	;# mm0 is invsqrt, and mm1 r. 	;# do potential and fscal 	pfmul mm1, [esp + nb300nf_tsc]	;# mm1=rt 	pf2iw mm4,mm1	movq [esp + nb300nf_n1], mm4	pi2fd mm4,mm4	pfsub mm1, mm4               ;# now mm1 is eps and mm4 is n0 		movq mm2,mm1	pfmul mm2,mm2	;# mm1 is eps, mm2 is eps2 		mov edx, [ebp + nb300nf_VFtab]	mov ecx, [esp + nb300nf_n1]	shl ecx, 2	;# coulomb table 	;# load all the table values we need 	movd mm4, [edx + ecx*4]	movd mm5, [edx + ecx*4 + 4]	movd mm6, [edx + ecx*4 + 8]	movd mm7, [edx + ecx*4 + 12]	mov ecx, [esp + nb300nf_n1+4]	shl ecx, 2	punpckldq mm4, [edx + ecx*4]	punpckldq mm5, [edx + ecx*4 + 4]	punpckldq mm6, [edx + ecx*4 + 8]	punpckldq mm7, [edx + ecx*4 + 12]	pfmul mm6, mm1  ;# mm6 = Geps 			pfmul mm7, mm2	;# mm7 = Heps2 	pfadd mm5, mm6	pfadd mm5, mm7	;# mm5 = Fp 	pfmul mm5, mm1  ;# mm5=eps*Fp 	pfadd mm5, mm4	;#  mm5= VV 	pfmul mm5, mm3	;# vcoul=qq*VV 	;# at this point mm5 contains vcoul 	;# increment vcoul - then we can get rid of mm5. 	;# update vctot 	pfadd mm5, [esp + nb300nf_vctot]      ;# add the earlier value 	movq [esp + nb300nf_vctot], mm5       ;# store the sum       		;# should we do one more iteration? 	sub dword ptr [esp + nb300nf_innerk],  2	jl    .nb300nf_finish_inner	jmp   .nb300nf_unroll_loop.nb300nf_finish_inner:		and dword ptr [esp + nb300nf_innerk],  1	jnz  .nb300nf_single_inner	jmp  .nb300nf_updateouterdata		.nb300nf_single_inner:	;# a single j particle iteration here - compare with the unrolled code for comments. 	mov   eax, [esp + nb300nf_innerjjnr]	mov   eax, [eax]	;# eax=jnr offset 	mov ecx, [ebp + nb300nf_charge]	movd mm5, [esp + nb300nf_iq]	movd mm3, [ecx + eax*4]	pfmul mm3, mm5	  	;# mm3=qq 	mov   esi, [ebp + nb300nf_pos]	lea   eax, [eax + eax*2]	movq  mm0, [esp + nb300nf_ix]	movd  mm1, [esp + nb300nf_iz]	movq  mm4, [esi + eax*4]	movd  mm5, [esi + eax*4 + 8]	pfsubr mm4, mm0	pfsubr mm5, mm1	pfmul mm4,mm4	pfmul mm5,mm5	pfacc mm4, mm5	pfacc mm4, mm5		;# mm0=rsq 	    pfrsqrt mm0,mm4    movq mm2,mm0    pfmul mm0,mm0    pfrsqit1 mm0,mm4				    pfrcpit2 mm0,mm2	;# mm1=invsqrt 	pfmul mm4, mm0	movq mm1, mm4	;# mm0 is invsqrt, and mm1 r. 	;# calculate potentials and scalar force 	pfmul mm1, [esp + nb300nf_tsc]	;# mm1=rt 	pf2iw mm4,mm1	movd [esp + nb300nf_n1], mm4	pi2fd mm4,mm4	pfsub mm1, mm4               ;# now mm1 is eps and mm4 is n0 	movq mm2,mm1	pfmul mm2,mm2	;# mm1 is eps, mm2 is eps2 		;# coulomb table 	mov edx, [ebp + nb300nf_VFtab]	mov ecx, [esp + nb300nf_n1]	shl ecx, 2	;# load all the table values we need 	movd mm4, [edx + ecx*4]	movd mm5, [edx + ecx*4 + 4]	movd mm6, [edx + ecx*4 + 8]	movd mm7, [edx + ecx*4 + 12]	pfmul mm6, mm1  ;# mm6 = Geps 			pfmul mm7, mm2	;# mm7 = Heps2 	pfadd mm5, mm6	pfadd mm5, mm7	;# mm5 = Fp 	pfmul mm5, mm1  ;# mm5=eps*Fp 	pfadd mm5, mm4	;#  mm5= VV 	pfmul mm5, mm3	;# vcoul=qq*VV 	;# at this point mm5 contains vcoul 	;# increment vcoul - then we can get rid of mm5 	;# update vctot 	pfadd mm5, [esp + nb300nf_vctot]      ;# add the earlier value 	movq [esp + nb300nf_vctot], mm5       ;# store the sum       	.nb300nf_updateouterdata:		;# get n from stack	mov esi, [esp + nb300nf_n]        ;# get group index for i particle         mov   edx, [ebp + nb300nf_gid]      	;# base of gid[]        mov   edx, [edx + esi*4]		;# ggid=gid[n]	movq  mm7, [esp + nb300nf_vctot]     	pfacc mm7,mm7	          ;# get and sum the two parts of total potential 		mov   eax, [ebp + nb300nf_Vc]	movd  mm6, [eax + edx*4] 	pfadd mm6, mm7	movd  [eax + edx*4], mm6          ;# increment vc[gid]        	;# finish if last         mov ecx, [esp + nb300nf_nn1]	;# esi already loaded with n	inc esi        sub ecx, esi        jecxz .nb300nf_outerend        ;# not last, iterate outer loop once more!          mov [esp + nb300nf_n], esi        jmp .nb300nf_outer.nb300nf_outerend:        ;# check if more outer neighborlists remain        mov   ecx, [esp + nb300nf_nri]	;# esi already loaded with n above        sub   ecx, esi        jecxz .nb300nf_end        ;# non-zero, do one more workunit        jmp   .nb300nf_threadloop.nb300nf_end:	femms	mov eax, [esp + nb300nf_nouter] 		mov ebx, [esp + nb300nf_ninner]	mov ecx, [ebp + nb300nf_outeriter]	mov edx, [ebp + nb300nf_inneriter]	mov [ecx], eax	mov [edx], ebx	add esp, 88	pop edi	pop esi    	pop edx    	pop ecx    	pop ebx    	pop eax	leave	ret

⌨️ 快捷键说明

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