]> git.proxmox.com Git - qemu.git/commit - tcg/tcg-op.h
tcg: Streamline movcond_i64 using movcond_i32
authorRichard Henderson <rth@twiddle.net>
Mon, 24 Sep 2012 20:45:00 +0000 (13:45 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 25 Sep 2012 22:31:17 +0000 (00:31 +0200)
commita80a6b63e362cc8eda7aae5b4c3f9e4e49013d62
tree788f98757b30867ef68114ca0a5f99d77c16cd1e
parenta463133ee26b9172728476962eb9d411985b480f
tcg: Streamline movcond_i64 using movcond_i32

When movcond_i32 is available we can further reduce the generated
op count from 12 to 6, and the generated code size on i686 from
88 to 74 bytes.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/tcg-op.h