Removed some lines which were saving and restoring rsi unnecessarily.

This commit is contained in:
wbhart 2008-06-04 11:45:01 +00:00
parent 425fd3101d
commit f64fd9f77a
2 changed files with 0 additions and 4 deletions

View File

@ -131,7 +131,6 @@
%%3: %%3:
push rbp push rbp
push rbx push rbx
push rsi
lea rep_cnt,[len-2] lea rep_cnt,[len-2]
dec len dec len
@ -213,7 +212,6 @@
%2 [dst-off+8],rax %2 [dst-off+8],rax
adc rdx,len adc rdx,len
mov rax,rdx mov rax,rdx
pop rsi
pop rbx pop rbx
pop rbp pop rbp
ret ret

View File

@ -131,7 +131,6 @@
%%3: %%3:
push rbp push rbp
push rbx push rbx
push rsi
lea rep_cnt,[len-2] lea rep_cnt,[len-2]
dec len dec len
@ -213,7 +212,6 @@
%2 [dst-off+8],rax %2 [dst-off+8],rax
adc rdx,len adc rdx,len
mov rax,rdx mov rax,rdx
pop rsi
pop rbx pop rbx
pop rbp pop rbp
ret ret