]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/translate.c
target-i386: Use movcond to implement shift flags.
authorRichard Henderson <rth@twiddle.net>
Thu, 31 Jan 2013 01:52:59 +0000 (17:52 -0800)
committerRichard Henderson <rth@twiddle.net>
Wed, 20 Feb 2013 07:05:19 +0000 (23:05 -0800)
commita41f62f592d9ecf97df4a12023760fe082b1ee68
treed189e0e9f7335ca275f236ee8ff072eec46e91a1
parent436ff2d227588d42970c4f0ed1cdfcb87c872fba
target-i386: Use movcond to implement shift flags.

With this being all straight-line code, it can get deleted
when the cc variables die.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-i386/translate.c