summaryrefslogtreecommitdiff
path: root/mpi/amd64/mpih-lshift.S
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/amd64/mpih-lshift.S')
-rw-r--r--mpi/amd64/mpih-lshift.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpi/amd64/mpih-lshift.S b/mpi/amd64/mpih-lshift.S
index e87dd1a9..9e8979b1 100644
--- a/mpi/amd64/mpih-lshift.S
+++ b/mpi/amd64/mpih-lshift.S
@@ -42,6 +42,7 @@
.text
.globl C_SYMBOL_NAME(_gcry_mpih_lshift)
C_SYMBOL_NAME(_gcry_mpih_lshift:)
+ FUNC_ENTRY()
movq -8(%rsi,%rdx,8), %mm7
movd %ecx, %mm1
movl $64, %eax
@@ -74,4 +75,5 @@ C_SYMBOL_NAME(_gcry_mpih_lshift:)
.Lende: psllq %mm1, %mm2
movq %mm2, (%rdi)
emms
+ FUNC_EXIT()
ret