From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4O1U-0000DL-Lh for qemu-devel@nongnu.org; Tue, 08 Jul 2014 01:33:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4O1L-0001rk-K4 for qemu-devel@nongnu.org; Tue, 08 Jul 2014 01:33:00 -0400 Received: from mail-qc0-x22a.google.com ([2607:f8b0:400d:c01::22a]:43649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4O1L-0001rg-FW for qemu-devel@nongnu.org; Tue, 08 Jul 2014 01:32:51 -0400 Received: by mail-qc0-f170.google.com with SMTP id l6so4851642qcy.29 for ; Mon, 07 Jul 2014 22:32:51 -0700 (PDT) Sender: Richard Henderson Message-ID: <53BB827F.2030701@twiddle.net> Date: Mon, 07 Jul 2014 22:32:47 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1404756822-3253-1-git-send-email-kbastian@mail.uni-paderborn.de> <1404756822-3253-14-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1404756822-3253-14-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 13/15] target-tricore: Add instructions of SC 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 07/07/2014 11:13 AM, Bastian Koppelmann wrote: > + env->active_tc.ICR |= (const9 & 0xff); /* ICR.CCPN = const9[7: 0];*/ There's no reason not to perform this AND at translation time. r~