]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/translate.c
target-i386: Use movcond to implement rotate flags.
authorRichard Henderson <rth@twiddle.net>
Thu, 31 Jan 2013 03:16:45 +0000 (19:16 -0800)
committerRichard Henderson <rth@twiddle.net>
Wed, 20 Feb 2013 07:05:19 +0000 (23:05 -0800)
commit34d80a55ff8517fd37bcfea5063b9797e2bd9132
tree8cb1bd409cdbb447d67a5fe6ad648e4846a4ebb5
parenta41f62f592d9ecf97df4a12023760fe082b1ee68
target-i386: Use movcond to implement rotate 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