]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Add tcg_gen_{ld,st}_i128
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 24 Aug 2023 17:25:21 +0000 (10:25 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Oct 2023 23:32:28 +0000 (16:32 -0700)
commita01d9792a737f371a5050c483097e38eab9fa81c
treefed4a6bedfff3e0e61ad50baf6e7931105de45fc
parentd97f8f394184403beb655f5f077bef8ef83ffa3a
tcg: Add tcg_gen_{ld,st}_i128

Do not require the translators to jump through concat and
extract of i64 in order to move values to and from env.

Tested-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg-op-common.h
tcg/tcg-op.c