perlasm/ppc-xlate.pl: add vmrg[eo]w instructions.
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6419)
This commit is contained in:
parent
f0c77d66b4
commit
3f9c3b3c48
1 changed files with 2 additions and 0 deletions
|
@ -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) = @_;
|
||||
|
|
Loading…
Reference in a new issue