]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Remove GET_TCGV_* and MAKE_TCGV_*
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 20 Oct 2017 07:30:24 +0000 (00:30 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Oct 2017 19:49:30 +0000 (21:49 +0200)
commitdc41aa7d34989b552efe712ffe184236216f960b
tree5e6ef18106283064430a63b38f52b9c10453ff78
parent085272b35e0644fea373c33b5265c1818b7a978c
tcg: Remove GET_TCGV_* and MAKE_TCGV_*

The GET and MAKE functions weren't really specific enough.
We now have a full complement of functions that convert exactly
between temporaries, arguments, tcgv pointers, and indices.

The target/sparc change is also a bug fix, which would have affected
a host that defines TCG_TARGET_HAS_extr[lh]_i64_i32, i.e. MIPS64.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/helper-head.h
target/sparc/translate.c
tcg/tcg-op.c
tcg/tcg.c
tcg/tcg.h