]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Add support for a helper with 7 arguments
authorTaylor Simpson <tsimpson@quicinc.com>
Wed, 5 Feb 2020 22:41:50 +0000 (16:41 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 12 Feb 2020 00:29:16 +0000 (16:29 -0800)
commite6cadf49c3d191f6984e56ec3bbeb0b103ca5bc2
tree732b96692790f0eedf3b95e8484c524ef1de4868
parentb55f54bc965607c45b5010a107a792ba333ba654
tcg: Add support for a helper with 7 arguments

Currently, helpers can only take up to 6 arguments.  This patch adds the
capability for up to 7 arguments.  I have tested it with the Hexagon port
that I am preparing for submission.

Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <1580942510-2820-1-git-send-email-tsimpson@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/helper-gen.h
include/exec/helper-head.h
include/exec/helper-proto.h
include/exec/helper-tcg.h