Commit a54aba53 authored by Andy Polyakov's avatar Andy Polyakov Committed by Matt Caswell
Browse files

aes/asm/aesp8-ppc.pl: improve [backward] portability.



Some of stone-age assembler can't cope with r0 in address. It's actually
sensible thing to do, because r0 is shunted to 0 in address arithmetic
and by refusing r0 assembler effectively makes you understand that.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 2fac86d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3011,7 +3011,7 @@ _aesp8_xts_enc5x:
	 vxor		$twk0,$twk0,v31

	vcipher		$out0,$out0,v26
	lvsr		$inpperm,r0,$taillen	# $in5 is no more
	lvsr		$inpperm,0,$taillen	# $in5 is no more
	vcipher		$out1,$out1,v26
	vcipher		$out2,$out2,v26
	vcipher		$out3,$out3,v26