]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
exec-all.h: Increase MAX_OP_PER_INSTR for ARM A64 decoder
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Mar 2014 16:31:51 +0000 (16:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Mar 2014 16:31:51 +0000 (16:31 +0000)
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 <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-id: 1394822294-14837-17-git-send-email-peter.maydell@linaro.org

include/exec/exec-all.h

index 502b7aa0845621eb8c83b17e201040b1b6352233..f9ac332f9dec4d08176e7180d84262ae1a69f01c 100644 (file)
@@ -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