From: Peter Maydell Date: Mon, 17 Mar 2014 16:31:51 +0000 (+0000) Subject: exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoder X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~386^2~42^2~76^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14dcdac82f398cbac874c8579b9583fab31c67bf;p=sdk%2Femulator%2Fqemu.git exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoder 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 Reviewed-by: Richard Henderson Message-id: 1394822294-14837-17-git-send-email-peter.maydell@linaro.org --- diff --git a/include/exec/exec-all.h b/include/exec/exec-all.h index 502b7aa084..f9ac332f9d 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