aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/translate.h
diff options
context:
space:
mode:
authorTaylor Simpson <tsimpson@quicinc.com>2023-04-05 09:42:10 -0700
committerTaylor Simpson <tsimpson@quicinc.com>2023-04-21 09:32:52 -0700
commit2bda44e8aa8ed3b60c9d373dcbfaf92d51b270ec (patch)
tree0b6efcaceff0e831e73483c995da821456aeb339 /target/hexagon/translate.h
parent93550aebf8bdf3c99810aa96dbc7f9c10eead81e (diff)
downloadqemu-2bda44e8aa8ed3b60c9d373dcbfaf92d51b270ec.zip
qemu-2bda44e8aa8ed3b60c9d373dcbfaf92d51b270ec.tar.gz
qemu-2bda44e8aa8ed3b60c9d373dcbfaf92d51b270ec.tar.bz2
Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_stores
Reducing the number of arguments reduces the overhead of the helper call Signed-off-by: Taylor Simpson <tsimpson@quicinc.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230405164211.30015-2-tsimpson@quicinc.com>
Diffstat (limited to 'target/hexagon/translate.h')
-rw-r--r--target/hexagon/translate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hexagon/translate.h b/target/hexagon/translate.h
index db832b0..4b9f21c 100644
--- a/target/hexagon/translate.h
+++ b/target/hexagon/translate.h
@@ -178,5 +178,6 @@ FIELD(PROBE_PKT_SCALAR_HVX_STORES, HAS_ST1, 1, 1)
FIELD(PROBE_PKT_SCALAR_HVX_STORES, HAS_HVX_STORES, 2, 1)
FIELD(PROBE_PKT_SCALAR_HVX_STORES, S0_IS_PRED, 3, 1)
FIELD(PROBE_PKT_SCALAR_HVX_STORES, S1_IS_PRED, 4, 1)
+FIELD(PROBE_PKT_SCALAR_HVX_STORES, MMU_IDX, 5, 2)
#endif