]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Split out tcg-target-reg-bits.h
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 1 May 2023 09:57:11 +0000 (10:57 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:28 +0000 (12:04 -0700)
commitd46259c037e51fb6516199305fe8f0994df3d46e
tree4a2cedcb5ce045685b565a0947f5dbb479556c07
parente5b490637708a688e303a51d47fea3bd14ec98f6
tcg: Split out tcg-target-reg-bits.h

Often, the only thing we need to know about the TCG host
is the register size.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
18 files changed:
include/tcg/tcg.h
tcg/aarch64/tcg-target-reg-bits.h [new file with mode: 0644]
tcg/arm/tcg-target-reg-bits.h [new file with mode: 0644]
tcg/i386/tcg-target-reg-bits.h [new file with mode: 0644]
tcg/i386/tcg-target.h
tcg/loongarch64/tcg-target-reg-bits.h [new file with mode: 0644]
tcg/loongarch64/tcg-target.h
tcg/mips/tcg-target-reg-bits.h [new file with mode: 0644]
tcg/mips/tcg-target.h
tcg/ppc/tcg-target-reg-bits.h [new file with mode: 0644]
tcg/ppc/tcg-target.h
tcg/riscv/tcg-target-reg-bits.h [new file with mode: 0644]
tcg/riscv/tcg-target.h
tcg/s390x/tcg-target-reg-bits.h [new file with mode: 0644]
tcg/s390x/tcg-target.c.inc
tcg/sparc64/tcg-target-reg-bits.h [new file with mode: 0644]
tcg/tci/tcg-target-reg-bits.h [new file with mode: 0644]
tcg/tci/tcg-target.h