From f64fd9f77a2898948d330c36afdd1ab5e1200480 Mon Sep 17 00:00:00 2001 From: wbhart Date: Wed, 4 Jun 2008 11:45:01 +0000 Subject: [PATCH] Removed some lines which were saving and restoring rsi unnecessarily. --- mpn/x86_64/amd64/addmul_1.brg | 2 -- mpn/x86_64/amd64/submul_1.brg | 2 -- 2 files changed, 4 deletions(-) diff --git a/mpn/x86_64/amd64/addmul_1.brg b/mpn/x86_64/amd64/addmul_1.brg index 63b032fd..46f18e88 100644 --- a/mpn/x86_64/amd64/addmul_1.brg +++ b/mpn/x86_64/amd64/addmul_1.brg @@ -131,7 +131,6 @@ %%3: push rbp push rbx - push rsi lea rep_cnt,[len-2] dec len @@ -213,7 +212,6 @@ %2 [dst-off+8],rax adc rdx,len mov rax,rdx - pop rsi pop rbx pop rbp ret diff --git a/mpn/x86_64/amd64/submul_1.brg b/mpn/x86_64/amd64/submul_1.brg index 4d36c694..39f60ded 100644 --- a/mpn/x86_64/amd64/submul_1.brg +++ b/mpn/x86_64/amd64/submul_1.brg @@ -131,7 +131,6 @@ %%3: push rbp push rbx - push rsi lea rep_cnt,[len-2] dec len @@ -213,7 +212,6 @@ %2 [dst-off+8],rax adc rdx,len mov rax,rdx - pop rsi pop rbx pop rbp ret