Loading engines/asm/e_padlock-x86_86.pl→engines/asm/e_padlock-x86_64.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
engines/asm/e_padlock-x86_86.pl→engines/asm/e_padlock-x86_64.pl +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading