]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Add basic data movement for TCGv_i128
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 19 Oct 2022 22:00:51 +0000 (08:00 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 4 Feb 2023 16:19:42 +0000 (06:19 -1000)
commit4771e71c28eb0cece2a17a2d891bbd724bdc158d
treee8a049b8b1e57ec88ed6a08559a8c806e6dcb98f
parent43eef72f41093ae4a94ffddc94aeef80a2fb5c69
tcg: Add basic data movement for TCGv_i128

Add code generation functions for data movement between
TCGv_i128 (mov) and to/from TCGv_i64 (concat, extract).

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg-op.h
tcg/tcg-internal.h
tcg/tcg-op.c