summaryrefslogtreecommitdiffstats
path: root/crypto/chacha/asm
diff options
context:
space:
mode:
authorPatrick Steuer <patrick.steuer@de.ibm.com>2019-11-03 22:44:28 +0100
committerPatrick Steuer <patrick.steuer@de.ibm.com>2019-11-05 10:05:27 +0100
commit826112295ae94e5b15fe5073cfdf4cff6d79503b (patch)
tree73308a95dc84fa78bd6d23d5f9a5594a11782b04 /crypto/chacha/asm
parentaec9667bd19a8ca9bdd519db3a231a95b9e92674 (diff)
s390x assembly pack: perlasm module update
- add instructions: clfi, stck, stckf, kdsa - clfi and clgfi belong to extended-immediate (not long-displacement) - some cleanup Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10346)
Diffstat (limited to 'crypto/chacha/asm')
-rwxr-xr-xcrypto/chacha/asm/chacha-s390x.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/chacha/asm/chacha-s390x.pl b/crypto/chacha/asm/chacha-s390x.pl
index 1f577b86cd..9e29ebccb5 100755
--- a/crypto/chacha/asm/chacha-s390x.pl
+++ b/crypto/chacha/asm/chacha-s390x.pl
@@ -40,7 +40,7 @@
use strict;
use FindBin qw($Bin);
use lib "$Bin/../..";
-use perlasm::s390x qw(:DEFAULT :VX :LD AUTOLOAD LABEL INCLUDE);
+use perlasm::s390x qw(:DEFAULT :VX :EI AUTOLOAD LABEL INCLUDE);
# $output is the last argument if it looks like a file (it has an extension)
# $flavour is the first argument if it doesn't look like a file