From patchwork Fri Dec 2 15:59:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 86323 Delivered-To: patch@linaro.org Received: by 10.182.112.6 with SMTP id im6csp396148obb; Fri, 2 Dec 2016 08:02:31 -0800 (PST) X-Received: by 10.55.121.69 with SMTP id u66mr38371453qkc.207.1480694551778; Fri, 02 Dec 2016 08:02:31 -0800 (PST) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id t6si3306762qtd.12.2016.12.02.08.02.31 for (version=TLS1 cipher=AES128-SHA bits=128/128); Fri, 02 Dec 2016 08:02:31 -0800 (PST) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; dkim=fail header.i=@linaro.org; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from localhost ([::1]:35290 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCqIA-0004CY-Kl for patch@linaro.org; Fri, 02 Dec 2016 11:02:30 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCqFY-0002yw-WF for qemu-devel@nongnu.org; Fri, 02 Dec 2016 10:59:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCqFY-0004yw-3g for qemu-devel@nongnu.org; Fri, 02 Dec 2016 10:59:49 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:37988) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cCqFX-0004y8-SU for qemu-devel@nongnu.org; Fri, 02 Dec 2016 10:59:47 -0500 Received: by mail-wm0-x229.google.com with SMTP id f82so19693224wmf.1 for ; Fri, 02 Dec 2016 07:59:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=wEt9HNXHJn16irliNCIrdrjXKBaFcf29gjBHffbbj6Y=; b=jpdMNAZsq7Ku7UMpMZQ2bmuAd7c2NDCUlcpsVo13c3w+taC89TmN9RBqpBQaWAJTTC 164NYCDN37w32NVSv6kZ9b8CLOjmvqSeeRskBcPeBCFbl0dWJxRlDjtmp41lL8dzntoQ sdtlCxupda8sQn10gS+Tv6iYeNhOJmN8o/W/Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=wEt9HNXHJn16irliNCIrdrjXKBaFcf29gjBHffbbj6Y=; b=IuDn587W1oQtqZyoKh69Nfif9sSuCvZsrr0KQ3p9+lrdzP0QGi1NwG3krJcBCWC/Pf BXq5WpY4CwP55AqLiKXPwAZmxMWbxICq1B39QBVkmuTrG7rdgLFVnrMPATP0aUt2vWBU OLa6TOmrO/tF1fZKCRls5jPhHfe4CFrmTfvFbIT1LF4/Hv53klfPqGgsZkA0FFOuwoe2 Vs5m9dZeH9y5v59ADbUh8IeMkpzyE9W9hH1VRY0q/QuTPDPJDFdxpQrjywMjR+vLnNYR qApP6WDGVcTfYMngBK7LgC9yIH+ofNqBFRbkg+btNxTbQCwKMdpZHPCt2XX/en929ryC bntg== X-Gm-Message-State: AKaTC028GhitkVYiCgcKKoDeX5GQPaAFFPYiR4frufdfS/MmD1VKIsIfijTULAKDXIs7JEr5 X-Received: by 10.28.98.66 with SMTP id w63mr3881671wmb.142.1480694386700; Fri, 02 Dec 2016 07:59:46 -0800 (PST) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id d8sm3848135wmi.21.2016.12.02.07.59.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Dec 2016 07:59:43 -0800 (PST) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id 898243E052F; Fri, 2 Dec 2016 15:59:40 +0000 (GMT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: peter.maydell@linaro.org Date: Fri, 2 Dec 2016 15:59:32 +0000 Message-Id: <20161202155935.3130-7-alex.bennee@linaro.org> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161202155935.3130-1-alex.bennee@linaro.org> References: <20161202155935.3130-1-alex.bennee@linaro.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c09::229 Subject: [Qemu-devel] [RISU PATCH 6/9] risugen: remove grocer's apostrophe from REs X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= , joserz@linux.vnet.ibm.com, qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: "Qemu-devel" This also fixes perl-modes confusion about escaped strings. Signed-off-by: Alex Bennée --- risugen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.10.2 diff --git a/risugen b/risugen index a604fe5..77a550b 100755 --- a/risugen +++ b/risugen @@ -288,7 +288,7 @@ Valid options: 'VMULL' will match 'VMULL A1' and 'VMULL A2' but not 'VMULL_scalar A1'. This is generally what you wanted. --not-pattern re[,re...] : exclude patterns matching regular expression. - These RE's are applied after the matching pattern which + These REs are applied after the matching pattern which is useful if you want to exclude a specific instruction from a general set you have excluded. --no-fp : disable floating point: no fp init, randomization etc.