summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2020-06-11 15:53:20 +0200
committerTorbjorn Granlund <tg@gmplib.org>2020-06-11 15:53:20 +0200
commitf3becc988d9497e8208668edcb5c877419189365 (patch)
tree3ac8dec68c17a0ddc765435329f987ff3375cbed /mpn
parent77508e127b1a780b97a2f7b65465297624b16c2a (diff)
downloadgmp-f3becc988d9497e8208668edcb5c877419189365.tar.gz
(aese,aeselst): New macros.
Diffstat (limited to 'mpn')
-rw-r--r--mpn/powerpc32/powerpc-defs.m49
1 files changed, 8 insertions, 1 deletions
diff --git a/mpn/powerpc32/powerpc-defs.m4 b/mpn/powerpc32/powerpc-defs.m4
index 8a1451cd8..6a6127818 100644
--- a/mpn/powerpc32/powerpc-defs.m4
+++ b/mpn/powerpc32/powerpc-defs.m4
@@ -2,7 +2,8 @@ divert(-1)
dnl m4 macros for PowerPC assembler (32 and 64 bit).
-dnl Copyright 2000, 2002, 2003, 2017, 2018 Free Software Foundation, Inc.
+dnl Copyright 2000, 2002, 2003, 2017, 2018, 2020 Free Software Foundation,
+dnl Inc.
dnl This file is part of the GNU MP Library.
dnl
@@ -118,4 +119,10 @@ define(`divdeu',m4_assert_numargs(3)`dnl
define(`addex',m4_assert_numargs(4)`dnl
.long eval(0x7c000154+m4_lshift($1,21)+m4_lshift($2,16)+m4_lshift($3,11)+m4_lshift($4,9))')
+define(`aese',m4_assert_numargs(3)`dnl
+.long eval(0x10000508+m4_lshift($1,21)+m4_lshift($2,16)+m4_lshift($3,11))')
+
+define(`aeselst',m4_assert_numargs(3)`dnl
+.long eval(0x10000509+m4_lshift($1,21)+m4_lshift($2,16)+m4_lshift($3,11))')
+
divert