Loading crypto/aes/asm/aesni-x86.pl +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ require "x86asm.pl"; &asm_init($ARGV[0],$0); if ($PREFIX eq "aesni") { $movekey=*movaps; } if ($PREFIX eq "aesni") { $movekey=*movups; } else { $movekey=*movups; } $len="eax"; Loading crypto/aes/asm/aesni-x86_64.pl +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ die "can't locate x86_64-xlate.pl"; open STDOUT,"| $^X $xlate $flavour $output"; $movkey = $PREFIX eq "aesni" ? "movaps" : "movups"; $movkey = $PREFIX eq "aesni" ? "movups" : "movups"; @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order ("%rdi","%rsi","%rdx","%rcx"); # Unix order Loading Loading
crypto/aes/asm/aesni-x86.pl +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ require "x86asm.pl"; &asm_init($ARGV[0],$0); if ($PREFIX eq "aesni") { $movekey=*movaps; } if ($PREFIX eq "aesni") { $movekey=*movups; } else { $movekey=*movups; } $len="eax"; Loading
crypto/aes/asm/aesni-x86_64.pl +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ die "can't locate x86_64-xlate.pl"; open STDOUT,"| $^X $xlate $flavour $output"; $movkey = $PREFIX eq "aesni" ? "movaps" : "movups"; $movkey = $PREFIX eq "aesni" ? "movups" : "movups"; @_4args=$win64? ("%rcx","%rdx","%r8", "%r9") : # Win64 order ("%rdi","%rsi","%rdx","%rcx"); # Unix order Loading