nb_kernel103_ia32_sse2.intel_syntax.s

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

S
1,668
字号
	movapd xmm1, [esp + nb103_dyH2]	movapd xmm2, [esp + nb103_dzH2]	movapd [esp + nb103_vctot], xmm5	mulpd  xmm0, xmm4	mulpd  xmm1, xmm4	mulpd  xmm2, xmm4	;# update H2 forces 	movapd xmm3, [esp + nb103_fixH2]	movapd xmm4, [esp + nb103_fiyH2]	movapd xmm7, [esp + nb103_fizH2]	addpd  xmm3, xmm0	addpd  xmm4, xmm1	addpd  xmm7, xmm2	movapd [esp + nb103_fixH2], xmm3	movapd [esp + nb103_fiyH2], xmm4	movapd [esp + nb103_fizH2], xmm7	mov edi, [ebp + nb103_faction]	;# update j forces 	addpd  xmm0, [esp + nb103_fjx]	addpd  xmm1, [esp + nb103_fjy]	addpd  xmm2, [esp + nb103_fjz]	movlpd xmm3, [edi + eax*8]	movlpd xmm4, [edi + eax*8 + 8]	movlpd xmm5, [edi + eax*8 + 16]	movhpd xmm3, [edi + ebx*8]	movhpd xmm4, [edi + ebx*8 + 8]	movhpd xmm5, [edi + ebx*8 + 16]	subpd xmm3, xmm0	subpd xmm4, xmm1	subpd xmm5, xmm2	movlpd [edi + eax*8], xmm3	movlpd [edi + eax*8 + 8], xmm4	movlpd [edi + eax*8 + 16], xmm5	movhpd [edi + ebx*8], xmm3	movhpd [edi + ebx*8 + 8], xmm4	movhpd [edi + ebx*8 + 16], xmm5		;# should we do one more iteration? 	sub dword ptr [esp + nb103_innerk],  2	jl    .nb103_checksingle	jmp   .nb103_unroll_loop.nb103_checksingle:					mov   edx, [esp + nb103_innerk]	and   edx, 1	jnz    .nb103_dosingle	jmp    .nb103_updateouterdata.nb103_dosingle:	mov   edx, [esp + nb103_innerjjnr]     ;# pointer to jjnr[k] 	mov   eax, [edx]		mov esi, [ebp + nb103_charge]    ;# base of charge[] 	xorpd xmm6, xmm6	movlpd xmm6, [esi + eax*8]	;# jq A 		movapd xmm3, [esp + nb103_iqM]	movapd xmm4, [esp + nb103_iqH]	mulsd xmm3, xmm6		;# qqM	mulsd xmm4, xmm6		;# qqH 		movapd  [esp + nb103_qqM], xmm3	movapd  [esp + nb103_qqH], xmm4		mov esi, [ebp + nb103_pos]       ;# base of pos[] 	lea   eax, [eax + eax*2]     ;# replace jnr with j3 	;# move coordinates to xmm0-xmm2 		movlpd xmm0, [esi + eax*8]	movlpd xmm1, [esi + eax*8 + 8]	movlpd xmm2, [esi + eax*8 + 16]	;# move ixM-izM to xmm4-xmm6 	movapd xmm4, [esp + nb103_ixM]	movapd xmm5, [esp + nb103_iyM]	movapd xmm6, [esp + nb103_izM]	;# calc dr 	subsd xmm4, xmm0	subsd xmm5, xmm1	subsd xmm6, xmm2	;# store dr 	movapd [esp + nb103_dxM], xmm4	movapd [esp + nb103_dyM], xmm5	movapd [esp + nb103_dzM], xmm6	;# square it 	mulsd xmm4,xmm4	mulsd xmm5,xmm5	mulsd xmm6,xmm6	addsd xmm4, xmm5	addsd xmm4, xmm6	movapd xmm7, xmm4	;# rsqM in xmm7 	;# move ixH1-izH1 to xmm4-xmm6 	movapd xmm4, [esp + nb103_ixH1]	movapd xmm5, [esp + nb103_iyH1]	movapd xmm6, [esp + nb103_izH1]	;# calc dr 	subsd xmm4, xmm0	subsd xmm5, xmm1	subsd xmm6, xmm2	;# store dr 	movapd [esp + nb103_dxH1], xmm4	movapd [esp + nb103_dyH1], xmm5	movapd [esp + nb103_dzH1], xmm6	;# square it 	mulsd xmm4,xmm4	mulsd xmm5,xmm5	mulsd xmm6,xmm6	addsd xmm6, xmm5	addsd xmm6, xmm4	;# rsqH1 in xmm6 	;# move ixH2-izH2 to xmm3-xmm5  	movapd xmm3, [esp + nb103_ixH2]	movapd xmm4, [esp + nb103_iyH2]	movapd xmm5, [esp + nb103_izH2]	;# calc dr 	subsd xmm3, xmm0	subsd xmm4, xmm1	subsd xmm5, xmm2	;# store dr 	movapd [esp + nb103_dxH2], xmm3	movapd [esp + nb103_dyH2], xmm4	movapd [esp + nb103_dzH2], xmm5	;# square it 	mulsd xmm3,xmm3	mulsd xmm4,xmm4	mulsd xmm5,xmm5	addsd xmm5, xmm4	addsd xmm5, xmm3	;# rsqH2 in xmm5, rsqH1 in xmm6, rsqO in xmm7 	;# start with rsqM - put seed in xmm2 	cvtsd2ss xmm2, xmm7		rsqrtss xmm2, xmm2	cvtss2sd xmm2, xmm2	movapd  xmm3, xmm2	mulsd   xmm2, xmm2	movapd  xmm4, [esp + nb103_three]	mulsd   xmm2, xmm7	;# rsq*lu*lu 	subsd   xmm4, xmm2	;# 30-rsq*lu*lu 	mulsd   xmm4, xmm3	;# lu*(3-rsq*lu*lu) 	mulsd   xmm4, [esp + nb103_half] ;# iter1 ( new lu) 	movapd xmm3, xmm4	mulsd xmm4, xmm4	;# lu*lu 	mulsd xmm7, xmm4	;# rsq*lu*lu 	movapd xmm4, [esp + nb103_three]	subsd xmm4, xmm7	;# 3-rsq*lu*lu 	mulsd xmm4, xmm3	;# lu*(	3-rsq*lu*lu) 	mulsd xmm4, [esp + nb103_half] ;# rinv 	movapd  xmm7, xmm4	;# rinvM in xmm7 		;# rsqH1 - seed in xmm2 	cvtsd2ss xmm2, xmm6		rsqrtss xmm2, xmm2	cvtss2sd xmm2, xmm2	movapd  xmm3, xmm2	mulsd   xmm2, xmm2	movapd  xmm4, [esp + nb103_three]	mulsd   xmm2, xmm6	;# rsq*lu*lu 	subsd   xmm4, xmm2	;# 30-rsq*lu*lu 	mulsd   xmm4, xmm3	;# lu*(3-rsq*lu*lu) 	mulsd   xmm4, [esp + nb103_half] ;# iter1 ( new lu) 	movapd xmm3, xmm4	mulsd xmm4, xmm4	;# lu*lu 	mulsd xmm6, xmm4	;# rsq*lu*lu 	movapd xmm4, [esp + nb103_three]	subsd xmm4, xmm6	;# 3-rsq*lu*lu 	mulsd xmm4, xmm3	;# lu*(	3-rsq*lu*lu) 	mulsd xmm4, [esp + nb103_half] ;# rinv 	movapd  xmm6, xmm4	;# rinvH1 in xmm6 		;# rsqH2 - seed in xmm2 	cvtsd2ss xmm2, xmm5		rsqrtss xmm2, xmm2	cvtss2sd xmm2, xmm2	movapd  xmm3, xmm2	mulsd   xmm2, xmm2	movapd  xmm4, [esp + nb103_three]	mulsd   xmm2, xmm5	;# rsq*lu*lu 	subsd   xmm4, xmm2	;# 30-rsq*lu*lu 	mulsd   xmm4, xmm3	;# lu*(3-rsq*lu*lu) 	mulsd   xmm4, [esp + nb103_half] ;# iter1 ( new lu) 	movapd xmm3, xmm4	mulsd xmm4, xmm4	;# lu*lu 	mulsd xmm5, xmm4	;# rsq*lu*lu 	movapd xmm4, [esp + nb103_three]	subsd xmm4, xmm5	;# 3-rsq*lu*lu 	mulsd xmm4, xmm3	;# lu*(	3-rsq*lu*lu) 	mulsd xmm4, [esp + nb103_half] ;# rinv 	movapd  xmm5, xmm4	;# rinvH2 in xmm5 	;# do M interactions 	movapd  xmm4, xmm7		mulsd   xmm4, xmm4	;# xmm7=rinv, xmm4=rinvsq 	mulsd  xmm7, [esp + nb103_qqM]	;# xmm7=vcoul 		mulsd  xmm4, xmm7	;# total fsM in xmm4 	addsd  xmm7, [esp + nb103_vctot]		movlpd [esp + nb103_vctot], xmm7	movapd xmm0, [esp + nb103_dxM]	movapd xmm1, [esp + nb103_dyM]	movapd xmm2, [esp + nb103_dzM]	mulsd  xmm0, xmm4	mulsd  xmm1, xmm4	mulsd  xmm2, xmm4	;# update M forces 	movapd xmm3, [esp + nb103_fixM]	movapd xmm4, [esp + nb103_fiyM]	movapd xmm7, [esp + nb103_fizM]	addsd  xmm3, xmm0	addsd  xmm4, xmm1	addsd  xmm7, xmm2	movlpd [esp + nb103_fixM], xmm3	movlpd [esp + nb103_fiyM], xmm4	movlpd [esp + nb103_fizM], xmm7	;# update j forces with water M 	movlpd [esp + nb103_fjx], xmm0	movlpd [esp + nb103_fjy], xmm1	movlpd [esp + nb103_fjz], xmm2	;# H1 interactions 	movapd  xmm4, xmm6		mulsd   xmm4, xmm4	;# xmm6=rinv, xmm4=rinvsq 	mulsd  xmm6, [esp + nb103_qqH]	;# xmm6=vcoul 	mulsd  xmm4, xmm6		;# total fsH1 in xmm4 		addsd  xmm6, [esp + nb103_vctot]	movapd xmm0, [esp + nb103_dxH1]	movapd xmm1, [esp + nb103_dyH1]	movapd xmm2, [esp + nb103_dzH1]	movlpd [esp + nb103_vctot], xmm6	mulsd  xmm0, xmm4	mulsd  xmm1, xmm4	mulsd  xmm2, xmm4	;# update H1 forces 	movapd xmm3, [esp + nb103_fixH1]	movapd xmm4, [esp + nb103_fiyH1]	movapd xmm7, [esp + nb103_fizH1]	addsd  xmm3, xmm0	addsd  xmm4, xmm1	addsd  xmm7, xmm2	movlpd [esp + nb103_fixH1], xmm3	movlpd [esp + nb103_fiyH1], xmm4	movlpd [esp + nb103_fizH1], xmm7	;# update j forces with water H1 	addsd  xmm0, [esp + nb103_fjx]	addsd  xmm1, [esp + nb103_fjy]	addsd  xmm2, [esp + nb103_fjz]	movsd [esp + nb103_fjx], xmm0	movsd [esp + nb103_fjy], xmm1	movsd [esp + nb103_fjz], xmm2	;# H2 interactions 	movapd  xmm4, xmm5		mulsd   xmm4, xmm4	;# xmm5=rinv, xmm4=rinvsq 	mulsd  xmm5, [esp + nb103_qqH]	;# xmm5=vcoul 	mulsd  xmm4, xmm5		;# total fsH1 in xmm4 		addsd  xmm5, [esp + nb103_vctot]	movapd xmm0, [esp + nb103_dxH2]	movapd xmm1, [esp + nb103_dyH2]	movapd xmm2, [esp + nb103_dzH2]	movlpd [esp + nb103_vctot], xmm5	mulsd  xmm0, xmm4	mulsd  xmm1, xmm4	mulsd  xmm2, xmm4	;# update H2 forces 	movapd xmm3, [esp + nb103_fixH2]	movapd xmm4, [esp + nb103_fiyH2]	movapd xmm7, [esp + nb103_fizH2]	addsd  xmm3, xmm0	addsd  xmm4, xmm1	addsd  xmm7, xmm2	movlpd [esp + nb103_fixH2], xmm3	movlpd [esp + nb103_fiyH2], xmm4	movlpd [esp + nb103_fizH2], xmm7	mov edi, [ebp + nb103_faction]	;# update j forces 	addsd  xmm0, [esp + nb103_fjx]	addsd  xmm1, [esp + nb103_fjy]	addsd  xmm2, [esp + nb103_fjz]	movlpd xmm3, [edi + eax*8]	movlpd xmm4, [edi + eax*8 + 8]	movlpd xmm5, [edi + eax*8 + 16]	subsd xmm3, xmm0	subsd xmm4, xmm1	subsd xmm5, xmm2	movlpd [edi + eax*8], xmm3	movlpd [edi + eax*8 + 8], xmm4	movlpd [edi + eax*8 + 16], xmm5.nb103_updateouterdata:	mov   ecx, [esp + nb103_ii3]	mov   edi, [ebp + nb103_faction]	mov   esi, [ebp + nb103_fshift]	mov   edx, [esp + nb103_is3]	;# accumulate H1i forces in xmm0, xmm1, xmm2 	movapd xmm0, [esp + nb103_fixH1]	movapd xmm1, [esp + nb103_fiyH1]	movapd xmm2, [esp + nb103_fizH1]	movhlps xmm3, xmm0	movhlps xmm4, xmm1	movhlps xmm5, xmm2	addsd  xmm0, xmm3	addsd  xmm1, xmm4	addsd  xmm2, xmm5 ;# sum is in low xmm0-xmm2 	;# increment i force 	movsd  xmm3, [edi + ecx*8 + 24]	movsd  xmm4, [edi + ecx*8 + 32]	movsd  xmm5, [edi + ecx*8 + 40]	addsd  xmm3, xmm0	addsd  xmm4, xmm1	addsd  xmm5, xmm2	movsd  [edi + ecx*8 + 24],     xmm3	movsd  [edi + ecx*8 + 32], xmm4	movsd  [edi + ecx*8 + 40], xmm5	;# accumulate force in xmm6/xmm7 for fshift 	movapd xmm6, xmm0	movsd xmm7, xmm2	unpcklpd xmm6, xmm1	;# accumulate H2i forces in xmm0, xmm1, xmm2 	movapd xmm0, [esp + nb103_fixH2]	movapd xmm1, [esp + nb103_fiyH2]	movapd xmm2, [esp + nb103_fizH2]	movhlps xmm3, xmm0	movhlps xmm4, xmm1	movhlps xmm5, xmm2	addsd  xmm0, xmm3	addsd  xmm1, xmm4	addsd  xmm2, xmm5 ;# sum is in low xmm0-xmm2 	;# increment i force 	movsd  xmm3, [edi + ecx*8 + 48]	movsd  xmm4, [edi + ecx*8 + 56]	movsd  xmm5, [edi + ecx*8 + 64]	addsd  xmm3, xmm0	addsd  xmm4, xmm1	addsd  xmm5, xmm2	movsd  [edi + ecx*8 + 48], xmm3	movsd  [edi + ecx*8 + 56], xmm4	movsd  [edi + ecx*8 + 64], xmm5	;# accumulate force in xmm6/xmm7 for fshift 	addsd xmm7, xmm2	unpcklpd xmm0, xmm1	addpd xmm6, xmm0	;# accumulate H2i forces in xmm0, xmm1, xmm2 	movapd xmm0, [esp + nb103_fixM]	movapd xmm1, [esp + nb103_fiyM]	movapd xmm2, [esp + nb103_fizM]	movhlps xmm3, xmm0	movhlps xmm4, xmm1	movhlps xmm5, xmm2	addsd  xmm0, xmm3	addsd  xmm1, xmm4	addsd  xmm2, xmm5 ;# sum is in low xmm0-xmm2 	movapd xmm3, xmm0		movapd xmm4, xmm1		movapd xmm5, xmm2		;# increment i force 	movsd  xmm3, [edi + ecx*8 + 72]	movsd  xmm4, [edi + ecx*8 + 80]	movsd  xmm5, [edi + ecx*8 + 88]	addsd  xmm3, xmm0	addsd  xmm4, xmm1	addsd  xmm5, xmm2	movsd  [edi + ecx*8 + 72], xmm3	movsd  [edi + ecx*8 + 80], xmm4	movsd  [edi + ecx*8 + 88], xmm5	;# accumulate force in xmm6/xmm7 for fshift 	addsd xmm7, xmm2	unpcklpd xmm0, xmm1	addpd xmm6, xmm0	;# increment fshift force 	movlpd xmm3, [esi + edx*8]	movhpd xmm3, [esi + edx*8 + 8]	movsd  xmm4, [esi + edx*8 + 16]	addpd  xmm3, xmm6	addsd  xmm4, xmm7	movlpd [esi + edx*8],      xmm3	movhpd [esi + edx*8 + 8],  xmm3	movsd  [esi + edx*8 + 16], xmm4	;# get n from stack	mov esi, [esp + nb103_n]        ;# get group index for i particle         mov   edx, [ebp + nb103_gid]      	;# base of gid[]        mov   edx, [edx + esi*4]		;# ggid=gid[n]	;# accumulate total potential energy and update it 	movapd xmm7, [esp + nb103_vctot]	;# accumulate 	movhlps xmm6, xmm7	addsd  xmm7, xmm6	;# pos 0-1 in xmm7 have the sum now 	        	;# add earlier value from mem 	mov   eax, [ebp + nb103_Vc]	addsd xmm7, [eax + edx*8] 	;# move back to mem 	movsd [eax + edx*8], xmm7 		        ;# finish if last         mov ecx, [esp + nb103_nn1]	;# esi already loaded with n	inc esi        sub ecx, esi        jz .nb103_outerend        ;# not last, iterate outer loop once more!          mov [esp + nb103_n], esi        jmp .nb103_outer.nb103_outerend:        ;# check if more outer neighborlists remain        mov   ecx, [esp + nb103_nri]	;# esi already loaded with n above        sub   ecx, esi        jz .nb103_end        ;# non-zero, do one more workunit        jmp   .nb103_threadloop.nb103_end:	emms	mov eax, [esp + nb103_nouter]	mov ebx, [esp + nb103_ninner]	mov ecx, [ebp + nb103_outeriter]	mov edx, [ebp + nb103_inneriter]	mov [ecx], eax	mov [edx], ebx	mov eax, [esp + nb103_salign]	add esp, eax	add esp, 632	pop edi	pop esi    pop edx    pop ecx    pop ebx    pop eax	leave	ret.globl nb_kernel103nf_ia32_sse2.globl _nb_kernel103nf_ia32_sse2nb_kernel103nf_ia32_sse2:	_nb_kernel103nf_ia32_sse2:	.equiv          nb103nf_p_nri,          8.equiv          nb103nf_iinr,           12.equiv          nb103nf_jindex,         16.equiv          nb103nf_jjnr,           20.equiv          nb103nf_shift,          24.equiv          nb103nf_shiftvec,       28.equiv          nb103nf_fshift,         32.equiv          nb103nf_gid,            36.equiv          nb103nf_pos,            40.equiv          nb103nf_faction,        44.equiv          nb103nf_charge,         48.equiv          nb103nf_p_facel,        52.equiv          nb103nf_argkrf,         56.equiv          nb103nf_argcrf,         60.equiv          nb103nf_Vc,             64.equiv          nb103nf_type,           68.equiv          nb103nf_p_ntype,        72.equiv          nb103nf_vdwparam,       76.equiv          nb103nf_Vvdw,           80.equiv          nb103nf_p_tabscale,     84.equiv          nb103nf_VFtab,          88.equiv          nb103nf_invsqrta,       92.equiv          nb103nf_dvda,           96.equiv          nb103nf_p_gbtabscale,   100.equiv          nb103nf_GBtab,          104.equiv          nb103nf_p_nthreads,     108.equiv          nb103nf_count,          112.equiv          nb103nf_mtx,            116.equiv          nb103nf_outeriter,      120.equiv          nb103nf_inneriter,      124.equiv          nb103nf_work,           128	;# stack offsets for local variables  	;# bottom of stack is cache-aligned for sse use .equiv          nb103nf_ixM,            0.equiv          nb103nf_iyM,            16.equiv          nb103nf_izM,            32.equiv          nb103nf_ixH1,           48.equiv          nb103nf_iyH1,           64.equiv          nb103nf_izH1,           80.equiv          nb103nf_ixH2,           96.equiv          nb103nf_iyH2,           112.equiv          nb103nf_izH2,           128.equiv          nb103nf_iqM,            144.equiv          nb103nf_iqH,            160.equiv          nb103nf_qqM,            176.equiv          nb103nf_qqH,            192.equiv          nb103nf_vctot,          208.equiv          nb103nf_half,           224.equiv          nb103nf_three,          240.equiv          nb103nf_is3,            256.equiv          nb103nf_ii3,            260.equiv          nb103nf_innerjjnr,      264.equiv          nb103nf_innerk,         268.equiv          nb103nf_n,              272.equiv          nb103nf_nn1,            276.equiv          nb103nf_nri,            280.equiv          nb103nf_nouter,         284.equiv          nb103nf_ninner,         288.equiv          nb103nf_salign,         292	push ebp	mov ebp,esp	    	push eax    	push ebx    	push ecx    	push edx	push esi	push edi	sub esp, 296		;# local stack space 	mov  eax, esp	and  eax, 0xf	sub esp, eax

⌨️ 快捷键说明

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