]> git.proxmox.com Git - qemu.git/commit
tcg: Simplify logic using TCG_OPF_NOT_PRESENT
authorRichard Henderson <rth@twiddle.net>
Thu, 2 May 2013 10:57:40 +0000 (11:57 +0100)
committerRichard Henderson <rth@twiddle.net>
Tue, 9 Jul 2013 14:14:35 +0000 (07:14 -0700)
commitc1a61f6c85f63d379b4a03d399986174371f5c2e
tree3d3fe256796fee3188805deec0eb083c216af021
parent4ef76952bd702d29ee4c021f068d85b063fdb928
tcg: Simplify logic using TCG_OPF_NOT_PRESENT

Expand the definition of "not present" to include "should not be present".
This means we can simplify the logic surrounding the generic tcg opcodes
for which the host backend ought not be providing definitions.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/tcg-opc.h
tcg/tcg.c
tcg/tcg.h