engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.

This commit is contained in:
Andy Polyakov 2011-09-06 22:53:34 +00:00
parent bbb19418e6
commit 33987f2f45

View file

@ -206,7 +206,7 @@ padlock_${mode}_encrypt:
lea 16($ctx),$ctx # control word
xor %eax,%eax
xor %ebx,%ebx
test \$`1<<5`,($ctx) # align bit in control word
testl \$`1<<5`,($ctx) # align bit in control word
test \$0x0f,$out
setz %al # !out_misaligned
test \$0x0f,$inp