]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/translate.c
target-i386: use CCPrepare to generate conditional jumps
authorPaolo Bonzini <pbonzini@redhat.com>
Sun, 7 Oct 2012 13:53:23 +0000 (15:53 +0200)
committerRichard Henderson <rth@twiddle.net>
Mon, 18 Feb 2013 23:03:57 +0000 (15:03 -0800)
commit943131ca98af142da7b99111b410e741a5d42338
tree19e721f3807904ad195c5bacb1ef12577424c3bd
parent276e6b5f069e189e204a4320f824daa07db10286
target-i386: use CCPrepare to generate conditional jumps

This simplifies all the jump generation code.  CCPrepare allows the
code to create an efficient brcond always, so there is no need to
duplicate the setcc and jcc code.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c