From patchwork Fri Dec 9 11:48:27 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: 87450 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp265401qgi; Fri, 9 Dec 2016 03:59:38 -0800 (PST) X-Received: by 10.200.46.40 with SMTP id r37mr67868709qta.267.1481284778015; Fri, 09 Dec 2016 03:59:38 -0800 (PST) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [208.118.235.17]) by mx.google.com with ESMTPS id q65si19837286qkb.299.2016.12.09.03.59.37 for (version=TLS1 cipher=AES128-SHA bits=128/128); Fri, 09 Dec 2016 03:59:38 -0800 (PST) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; 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 208.118.235.17 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]:46071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFJpx-0008KV-KV for patch@linaro.org; Fri, 09 Dec 2016 06:59:37 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFJgR-0007Ls-7B for qemu-devel@nongnu.org; Fri, 09 Dec 2016 06:49:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFJgN-0007pq-J3 for qemu-devel@nongnu.org; Fri, 09 Dec 2016 06:49:47 -0500 Received: from mail-wj0-f176.google.com ([209.85.210.176]:34681) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cFJgN-0007pX-DP for qemu-devel@nongnu.org; Fri, 09 Dec 2016 06:49:43 -0500 Received: by mail-wj0-f176.google.com with SMTP id tg4so12587175wjb.1 for ; Fri, 09 Dec 2016 03:49:43 -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=Uhy4eG7caa+niMia0ozkyIbtLY8pahkx5KvnclAhV7Y=; b=U5ZLvHLZEP88Q4Nwdy5j5qK1OM7gkqswThz6ppqhoeL22AWccNYqRXowI9l7r0Qmrj XmMiYzLzinpggsqRmczvWDrK6/9PaNFD6Z2h1HufngNNC6UldHHxMYyZet/E0j8vOJ/g yCS10IfOs0v22MrxL/YQDI8KskmAPHjxNeN2w= 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=Uhy4eG7caa+niMia0ozkyIbtLY8pahkx5KvnclAhV7Y=; b=Y+Z850N6A+CuN/33xzzfCcyMQmC+9GhV/UHJfzovjW4FI3EHtV0JUz3WwrMeBO500h cabOR9LZ5EyCuoXqENVPCYPs5guhqnbfKu4hGI+VmKd1QZOfv7qOatFU9+oQyaAv8bSo Nzjl8GXCzX/y3QRwRq3oSpKRjzBdiwGIw6JMAz8TUt1Fx6fEsXTLhf1qGNTTOWYI00xB 2o/Ca0cx1rU8Xa1gXzEnkTgSjhnUYsUT5o6hDIthED1fo+jj8y4j7NxuKg94faFXtHhd Whr8s/XMWy+t3kFrZFeDeBX8+2mBqgx8a0NeX4K77gwr9UuEWnLDupDDduBzTNZAxQZe tgBw== X-Gm-Message-State: AKaTC039owgFXICGtHlyiquS2qYiOXrgYVjBd6JV56ip5Sfy9BKGIg1hoR8RuV+BerjOWK50 X-Received: by 10.194.97.8 with SMTP id dw8mr42622177wjb.84.1481284122373; Fri, 09 Dec 2016 03:48:42 -0800 (PST) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id f10sm41894383wjl.28.2016.12.09.03.48.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Dec 2016 03:48:39 -0800 (PST) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id D3AAD3E08D2; Fri, 9 Dec 2016 11:48:34 +0000 (GMT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= To: peter.maydell@linaro.org Date: Fri, 9 Dec 2016 11:48:27 +0000 Message-Id: <20161209114830.9158-8-alex.bennee@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20161209114830.9158-1-alex.bennee@linaro.org> References: <20161209114830.9158-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] [fuzzy] X-Received-From: 209.85.210.176 Subject: [Qemu-devel] [RISU PATCH v3 07/10] 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.11.0 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.