From: Andreas Steinmetz <ast@domdv.de>
To: Denis Vlasenko <vda@ilport.com.ua>
Cc: Linux kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] tiny improvement to x86_64 asm aes encryption
Date: Thu, 24 Nov 2005 19:06:15 +0100 [thread overview]
Message-ID: <43860117.3030609@domdv.de> (raw)
In-Reply-To: <200511241242.35294.vda@ilport.com.ua>
Denis Vlasenko wrote:
[snip]
> #define encrypt_round1(TAB,OFFSET) \
> round(TAB,OFFSET,R1,R2,R3,R4,R5,R6,R7,R10,R5,R6,R3,R4)
> ^^^^^ ^^^^^
> #define encrypt_round2(TAB,OFFSET) \
> round(TAB,OFFSET,R5,R6,R3,R4,R1,R2,R7,R10,R1,R2,R3,R4)
> ^^^^^ ^^^^^
Won't work. You don't have "%sh", "%sl", "dh" (*) and "%dl" (*) as
registers.
(*) from %edi
--
Andreas Steinmetz SPAMmers use robotrap@domdv.de
prev parent reply other threads:[~2005-11-24 18:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-24 10:42 [PATCH] tiny improvement to x86_64 asm aes encryption Denis Vlasenko
2005-11-24 17:23 ` Andi Kleen
2005-11-24 13:33 ` Denis Vlasenko
2005-11-24 18:06 ` Andreas Steinmetz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43860117.3030609@domdv.de \
--to=ast@domdv.de \
--cc=linux-kernel@vger.kernel.org \
--cc=vda@ilport.com.ua \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.