Files
qemu/tcg
Richard Henderson 8bbb1a1807 tcg: Introduce tcg_gen_addN_i64
Add a helper for multi-limb 64-bit addition. The helper emits native
carry-chain TCG ops when they are available and falls back to explicit
carry propagation otherwise.

This lets target translators build wider integer accumulators inline
without open-coding the same add-with-carry sequence at each use site.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20260520172313.23777-17-philmd@linaro.org>
2026-05-21 08:20:58 +02:00
..
2025-05-28 08:08:47 +01:00
2025-01-16 20:57:16 -08:00
2026-03-10 11:36:21 +01:00
2026-01-17 10:46:18 +11:00
2026-05-21 08:20:58 +02:00
2026-03-10 11:36:21 +01:00