From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULF56-00006j-Hj for qemu-devel@nongnu.org; Thu, 28 Mar 2013 11:49:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULF4y-0000bp-KR for qemu-devel@nongnu.org; Thu, 28 Mar 2013 11:49:36 -0400 Received: from mail-ob0-x236.google.com ([2607:f8b0:4003:c01::236]:50193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULF4y-0000bg-Fa for qemu-devel@nongnu.org; Thu, 28 Mar 2013 11:49:28 -0400 Received: by mail-ob0-f182.google.com with SMTP id ef5so6732629obb.41 for ; Thu, 28 Mar 2013 08:49:27 -0700 (PDT) Sender: Richard Henderson Message-ID: <51546683.90200@twiddle.net> Date: Thu, 28 Mar 2013 08:49:23 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1364428811-8226-1-git-send-email-aurelien@aurel32.net> <1364428811-8226-4-git-send-email-aurelien@aurel32.net> In-Reply-To: <1364428811-8226-4-git-send-email-aurelien@aurel32.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/3] target-i386: add AES-NI instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org On 03/27/2013 05:00 PM, Aurelien Jarno wrote: > +const uint8_t aes_shifts[16] = { > +const uint8_t aes_inv_shifts[16] = { > +const uint8_t aes_mix[4] = { > +const uint8_t aes_inv_mix[4] = { static? r~