[Gmp-commit] /var/hg/gmp: (aese,aeselst): New macros.
mercurial at gmplib.org
mercurial at gmplib.org
Thu Jun 11 13:53:28 UTC 2020
details: /var/hg/gmp/rev/89ed9376523e
changeset: 18079:89ed9376523e
user: Torbjorn Granlund <tg at gmplib.org>
date: Thu Jun 11 15:53:20 2020 +0200
description:
(aese,aeselst): New macros.
diffstat:
mpn/powerpc32/powerpc-defs.m4 | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 1cfcfc9f79ce -r 89ed9376523e mpn/powerpc32/powerpc-defs.m4
--- a/mpn/powerpc32/powerpc-defs.m4 Wed Jun 10 15:55:34 2020 +0200
+++ b/mpn/powerpc32/powerpc-defs.m4 Thu Jun 11 15:53:20 2020 +0200
@@ -2,7 +2,8 @@
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(`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
More information about the gmp-commit
mailing list