From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xdihy-0002k6-OT for qemu-devel@nongnu.org; Mon, 13 Oct 2014 12:42:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xdiht-0001MK-RU for qemu-devel@nongnu.org; Mon, 13 Oct 2014 12:42:54 -0400 Received: from mail-qc0-x22a.google.com ([2607:f8b0:400d:c01::22a]:56196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xdiht-0001Jh-M7 for qemu-devel@nongnu.org; Mon, 13 Oct 2014 12:42:49 -0400 Received: by mail-qc0-f170.google.com with SMTP id m20so5363630qcx.1 for ; Mon, 13 Oct 2014 09:42:48 -0700 (PDT) Sender: Richard Henderson Message-ID: <543C0104.20506@twiddle.net> Date: Mon, 13 Oct 2014 09:42:44 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1413217624-14415-1-git-send-email-kbastian@mail.uni-paderborn.de> <1413217624-14415-5-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1413217624-14415-5-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 4/5] target-tricore: Add instructions of BIT 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/13/2014 09:27 AM, Bastian Koppelmann wrote: > Add instructions of BIT opcode format. > Add microcode generator functions gen_bit_1/2op to do 1/2 bit operations on the last bit. > > Signed-off-by: Bastian Koppelmann > --- > v2 -> v3: > - OR_NOR_T, AND_NOR_T: Now uses normal conditionals instead of preprocessor. > > target-tricore/translate.c | 312 +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 312 insertions(+) Reviewed-by: Richard Henderson r~