From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvhzc-0005Uy-Ll for qemu-devel@nongnu.org; Fri, 22 May 2015 04:07:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YvhzZ-0007Md-En for qemu-devel@nongnu.org; Fri, 22 May 2015 04:07:44 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:37141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YvhzZ-0007MM-7p for qemu-devel@nongnu.org; Fri, 22 May 2015 04:07:41 -0400 Message-ID: <555EE3C9.3010203@mail.uni-paderborn.de> Date: Fri, 22 May 2015 10:07:37 +0200 From: Bastian Koppelmann MIME-Version: 1.0 References: <1431510311-13355-1-git-send-email-kbastian@mail.uni-paderborn.de> <1431510311-13355-5-git-send-email-kbastian@mail.uni-paderborn.de> <555E1452.6000401@twiddle.net> In-Reply-To: <555E1452.6000401@twiddle.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/10] target-tricore: add CMPSWP instructions of the v1.6.1 ISA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org On 05/21/2015 07:22 PM, Richard Henderson wrote: > On 05/13/2015 02:45 AM, Bastian Koppelmann wrote: >> Those instruction were introduced in the new Aurix platform. >> >> Signed-off-by: Bastian Koppelmann > I can't really review this, because I can only find the v1.6 isa. > That said, the code for gen_cmpswap looks plausible, so... Unfortunately I can't give you the documentation either, because my University has a NDA with Infineon and I'm only allowed to post the implementation of the new Instructions. Cheers, Bastian