]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.h
tcg: Add output_pref to TCGOp
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 27 Nov 2018 15:44:51 +0000 (07:44 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 25 Dec 2018 19:57:37 +0000 (06:57 +1100)
commit69e3706d2b473815e382552e729d12590339e0ac
tree9c1dc684b6b9086073ddee4f5583b675c1757177
parentba87719cd267e6f07b17f6cda08246bf483146d4
tcg: Add output_pref to TCGOp

Allocate storage for, but do not yet fill in, per-opcode
preferences for the output operands.  Pass it in to the
register allocation routines for output operands.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.c
tcg/tcg.h