]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Split out tcg_out_ext16u
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 5 Apr 2023 23:25:22 +0000 (16:25 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 23 Apr 2023 07:21:30 +0000 (08:21 +0100)
commit379afdff47556f01e75ce2caffd7ae9efa4f1214
tree5ef028391e8d09a07713234138ccd6ee6420e1ef
parent753e42eada5c790bb3727c262f2e368e81cc788f
tcg: Split out tcg_out_ext16u

We will need a backend interface for performing 16-bit zero-extend.
Use it in tcg_reg_alloc_op in the meantime.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/aarch64/tcg-target.c.inc
tcg/arm/tcg-target.c.inc
tcg/i386/tcg-target.c.inc
tcg/loongarch64/tcg-target.c.inc
tcg/mips/tcg-target.c.inc
tcg/ppc/tcg-target.c.inc
tcg/riscv/tcg-target.c.inc
tcg/s390x/tcg-target.c.inc
tcg/sparc64/tcg-target.c.inc
tcg/tcg.c
tcg/tci/tcg-target.c.inc