]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Introduce TYPE_CONST temporaries
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 30 Mar 2020 01:55:52 +0000 (18:55 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Jan 2021 18:39:08 +0000 (08:39 -1000)
commitc0522136adf550c7a0ef7c0755c1f9d1560d2757
tree90372af801dd6a822e7be60b00a334e91f5d5845
parent54795544e4cfb2fa198f7ca244b5ea9eaad322d4
tcg: Introduce TYPE_CONST temporaries

These will hold a single constant for the duration of the TB.
They are hashed, so that each value has one temp across the TB.

Not used yet, this is all infrastructure.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg.h
tcg/optimize.c
tcg/tcg.c