mirror of
https://github.com/openssl/openssl.git
synced 2024-12-13 03:53:44 +08:00
perlasm/ppc-xlate.pl: add VSX word load/store instructions.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8120)
This commit is contained in:
parent
5dc40a83c7
commit
f8f3d624b7
@ -273,6 +273,8 @@ my $mtvrwz = sub {
|
||||
my ($f, $vrt, $ra) = @_;
|
||||
" .long ".sprintf "0x%X",(31<<26)|($vrt<<21)|($ra<<16)|(243<<1)|1;
|
||||
};
|
||||
my $lvwzx_u = sub { vsxmem_op(@_, 12); }; # lxsiwzx
|
||||
my $stvwx_u = sub { vsxmem_op(@_, 140); }; # stxsiwx
|
||||
|
||||
# PowerISA 3.0 stuff
|
||||
my $maddhdu = sub { vfour(@_,49); };
|
||||
|
Loading…
Reference in New Issue
Block a user