From patchwork Fri Mar 14 18:38:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 26295 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-pa0-f72.google.com (mail-pa0-f72.google.com [209.85.220.72]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 859FB202DD for ; Fri, 14 Mar 2014 18:38:28 +0000 (UTC) Received: by mail-pa0-f72.google.com with SMTP id bj1sf6938816pad.11 for ; Fri, 14 Mar 2014 11:38:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe; bh=nUpASj/afj/oLu0lD6nIEVf/jOe2bgkO2o5+FI/1D+w=; b=Dh5HjM+4SR2aY2iZva+PlPE0khMNaCfqWWRHacwnMlGKgwZh5+JPj4NIaDQjAoxLbb EyNoWG4HZethyX276iwl88xsFTv/CmZEGqsHrIjf8zKhzJv2RDuVXJeiwlmgYi59CZLa eNy5LtmUfimUKzu0tprVboKYduEuvkpRK0ZT7vbV8F2H9rYpjsKKWSVBv0wSNYhdZbgY c3Il2uDKONq1fihdMDOJksTTfxRC0Oxyl2+L9dxXpKMyHcoZZ8lmV8n4GnIwFYS07y47 FhgfAtnoGwgHxLVgyWka8a7mAvIU77lcooeS7PKTL/PqPPLroOhdQc7cBTEELtQ13nP8 VzUw== X-Gm-Message-State: ALoCoQkF0XVPRw1OIX9U2rDcysVMKQLBvyNxYb5zsyKj95d/ir3Al2xq+jvzxszHgwapxaAeCiae X-Received: by 10.66.183.239 with SMTP id ep15mr3759750pac.7.1394822307843; Fri, 14 Mar 2014 11:38:27 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.140.32.11 with SMTP id g11ls838036qgg.11.gmail; Fri, 14 Mar 2014 11:38:27 -0700 (PDT) X-Received: by 10.220.12.140 with SMTP id x12mr7396864vcx.19.1394822307686; Fri, 14 Mar 2014 11:38:27 -0700 (PDT) Received: from mail-ve0-f178.google.com (mail-ve0-f178.google.com [209.85.128.178]) by mx.google.com with ESMTPS id fv9si2393812vcb.20.2014.03.14.11.38.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 14 Mar 2014 11:38:27 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.128.178 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.178; Received: by mail-ve0-f178.google.com with SMTP id jw12so3105368veb.23 for ; Fri, 14 Mar 2014 11:38:27 -0700 (PDT) X-Received: by 10.58.238.35 with SMTP id vh3mr7495921vec.16.1394822307610; Fri, 14 Mar 2014 11:38:27 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.220.78.9 with SMTP id i9csp43453vck; Fri, 14 Mar 2014 11:38:27 -0700 (PDT) X-Received: by 10.14.127.4 with SMTP id c4mr9756528eei.86.1394822303224; Fri, 14 Mar 2014 11:38:23 -0700 (PDT) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk. [2001:8b0:1d0::1]) by mx.google.com with ESMTPS id z42si4523695eel.62.2014.03.14.11.38.21 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 14 Mar 2014 11:38:23 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::1 as permitted sender) client-ip=2001:8b0:1d0::1; Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1WOWzn-0003so-EG; Fri, 14 Mar 2014 18:38:15 +0000 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, Alexander Graf , Michael Matz , Dirk Mueller , Laurent Desnogues , kvmarm@lists.cs.columbia.edu, Richard Henderson , =?UTF-8?q?Alex=20Benn=C3=A9e?= , Christoffer Dall , Will Newton , Peter Crosthwaite Subject: [PATCH v2 16/25] exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoder Date: Fri, 14 Mar 2014 18:38:05 +0000 Message-Id: <1394822294-14837-17-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1394822294-14837-1-git-send-email-peter.maydell@linaro.org> References: <1394822294-14837-1-git-send-email-peter.maydell@linaro.org> X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: peter.maydell@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.178 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , The ARM A64 decoder's worst case number of TCG ops per instruction is 266 (for insn 0x4c800000, a post-indexed ST4 multiple-structures store). Raise the MAX_OP_PER_INSTR define accordingly. Signed-off-by: Peter Maydell --- include/exec/exec-all.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h index 502b7aa..f9ac332 100644 --- a/include/exec/exec-all.h +++ b/include/exec/exec-all.h @@ -44,7 +44,7 @@ struct TranslationBlock; typedef struct TranslationBlock TranslationBlock; /* XXX: make safe guess about sizes */ -#define MAX_OP_PER_INSTR 208 +#define MAX_OP_PER_INSTR 266 #if HOST_LONG_BITS == 32 #define MAX_OPC_PARAM_PER_ARG 2