From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHG2a-0001f7-If for qemu-devel@nongnu.org; Fri, 21 Oct 2011 10:25:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHG2V-0003iZ-Kv for qemu-devel@nongnu.org; Fri, 21 Oct 2011 10:25:44 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:56629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHG2V-0003iO-Hm for qemu-devel@nongnu.org; Fri, 21 Oct 2011 10:25:39 -0400 Received: by iakl21 with SMTP id l21so5524945iak.4 for ; Fri, 21 Oct 2011 07:25:38 -0700 (PDT) Sender: Richard Henderson Message-ID: <4EA180DF.7010101@twiddle.net> Date: Fri, 21 Oct 2011 07:25:35 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1319185026-17589-1-git-send-email-khansa@kics.edu.pk> <1319185026-17589-6-git-send-email-khansa@kics.edu.pk> In-Reply-To: <1319185026-17589-6-git-send-email-khansa@kics.edu.pk> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 5/6] target-mips: Support for Cavium specific instructions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: khansa@kics.edu.pk Cc: peter.maydell@linaro.org, andreas.faerber@web.de, riku.voipio@iki.fi, qemu-devel@nongnu.org, aurelien@aurel32.net On 10/21/2011 01:17 AM, khansa@kics.edu.pk wrote: > + switch (opc) { > + case OPC_SEQ: > + tcg_gen_setcondi_tl(TCG_COND_LTU, cpu_gpr[rd], t0, 1); > + opn = "seq"; > + break; > + case OPC_SNE: > + tcg_gen_setcondi_tl(TCG_COND_GTU, cpu_gpr[rd], t0, 0); > + opn = "sne"; If you keep posting the same un-fixed patch set, pretty soon no one's going to pay any attention to you whatsoever. r~