diff options
author | Taylor Simpson <tsimpson@quicinc.com> | 2023-04-27 16:00:05 -0700 |
---|---|---|
committer | Taylor Simpson <tsimpson@quicinc.com> | 2023-05-18 12:40:52 -0700 |
commit | d05d5eebc77f607f96e582527e43908a274b2abf (patch) | |
tree | d9d9768a9998d9566a4b3420b9a0f5f545f5fee0 /target/arm | |
parent | b85529854ee1a67a1169683a4446f2500a9c14c9 (diff) | |
download | qemu-d05d5eebc77f607f96e582527e43908a274b2abf.zip qemu-d05d5eebc77f607f96e582527e43908a274b2abf.tar.gz qemu-d05d5eebc77f607f96e582527e43908a274b2abf.tar.bz2 |
Hexagon (target/hexagon) Short-circuit more HVX single instruction packets
The generated helpers for HVX use pass-by-reference, so they can't
short-circuit when the reads/writes overlap. The instructions with
overrides are OK because they use tcg_gen_gvec_*.
We add a flag has_hvx_helper to DisasContext and extend gen_analyze_funcs
to set the flag when the instruction is an HVX instruction with a
generated helper.
We add an override for V6_vcombine so that it can be short-circuited
along with a test case in tests/tcg/hexagon/hvx_misc.c
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230427230012.3800327-15-tsimpson@quicinc.com>
Diffstat (limited to 'target/arm')
0 files changed, 0 insertions, 0 deletions