From: Andy Polyakov Date: Tue, 5 Jun 2018 17:57:42 +0000 (+0200) Subject: perlasm/ppc-xlate.pl: add vmrg[eo]w instructions. X-Git-Tag: OpenSSL_1_1_1-pre8~70 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3f9c3b3c48252f24043689ad6b0e78b4a3005910;p=oweals%2Fopenssl.git perlasm/ppc-xlate.pl: add vmrg[eo]w instructions. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/6419) --- diff --git a/crypto/perlasm/ppc-xlate.pl b/crypto/perlasm/ppc-xlate.pl index 1a22f7a4d2..d220c6245b 100755 --- a/crypto/perlasm/ppc-xlate.pl +++ b/crypto/perlasm/ppc-xlate.pl @@ -256,6 +256,8 @@ my $vsubudm = sub { vcrypto_op(@_, 1216); }; my $vaddcuq = sub { vcrypto_op(@_, 320); }; my $vaddeuqm = sub { vfour(@_,60); }; my $vaddecuq = sub { vfour(@_,61); }; +my $vmrgew = sub { vfour(@_,0,1932); }; +my $vmrgow = sub { vfour(@_,0,1676); }; my $mtsle = sub { my ($f, $arg) = @_;