From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZM6b-0005sU-V2 for qemu-devel@nongnu.org; Wed, 01 Oct 2014 11:46:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZM6W-0007Cx-3a for qemu-devel@nongnu.org; Wed, 01 Oct 2014 11:46:17 -0400 Received: from mail-pd0-x22c.google.com ([2607:f8b0:400e:c02::22c]:34644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZM6V-0007CB-Se for qemu-devel@nongnu.org; Wed, 01 Oct 2014 11:46:12 -0400 Received: by mail-pd0-f172.google.com with SMTP id ft15so436147pdb.17 for ; Wed, 01 Oct 2014 08:46:10 -0700 (PDT) Sender: Richard Henderson Message-ID: <542C21B8.4080607@twiddle.net> Date: Wed, 01 Oct 2014 08:46:00 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1412156136-28899-1-git-send-email-kbastian@mail.uni-paderborn.de> <1412156136-28899-3-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1412156136-28899-3-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/5] target-tricore: Add instructions of ABS, ABSB opcode format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org On 10/01/2014 02:35 AM, Bastian Koppelmann wrote: > Add instructions of ABS, ABSB opcode format. > Add microcode generator functions for ld/st of two 32bit reg as one 64bit value. > Add microcode generator functions for ldmst and swap. > Add helper ldlcx, lducx, stlcx and stucx. > > Signed-off-by: Bastian Koppelmann > --- > v1 -> v2: > - Fix whitespaces > - gen_ld_2regs_64: replace three tcg-ops to write back 64bit result with tcg_gen_extr > - decode32Bit: move declaration of b and bpos to the top of the function. Reviewed-by: Richard Henderson r~