[PATCH 0/6] Fid host-utils sat; Add GVec overrides for HVX ops
Brian Cain <[email protected]> Wed, 5 Aug 2026 09:52:19 -0700
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
I was going to just send the host-utils change on its own but figured it might be useful to have the motivating commits that encountered the issue, so I've included those here too. Brian Cain (6): host-utils: fix ssub32/64_saturate return type and clamp direction target/hexagon: add GVec overrides for HVX saturating add/sub target/hexagon: add GVec override for HVX vmpyih multiply target/hexagon: add GVec overrides for HVX absolute difference target/hexagon: add GVec overrides for HVX vector average tests/tcg/hexagon: add HVX test for V6_vsubwsat saturation include/qemu/host-utils.h | 20 ++-- target/hexagon/gen_tcg_hvx.h | 183 +++++++++++++++++++++++++++++++++++ tests/tcg/hexagon/hvx_misc.c | 44 +++++++++ 3 files changed, 237 insertions(+), 10 deletions(-) -- 2.34.1