]> git.proxmox.com Git - mirror_qemu.git/commit
target-sparc: Introduce DisasCompare and functions to generate it
authorRichard Henderson <rth@twiddle.net>
Fri, 5 Oct 2012 23:54:57 +0000 (16:54 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 7 Oct 2012 16:39:31 +0000 (16:39 +0000)
commit416fcaea1ef7e9a71ccb0a968de594618ed7675e
tree83bd44123215aee4209a926784ceffa1def16d7d
parent2e655fe768d9873d07be3be264c042c35720694b
target-sparc: Introduce DisasCompare and functions to generate it

For the moment gen_cond et al retain their existing interface,
using setcond to turn a (potential) comparison back into a boolean.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/translate.c