commit | a463133ee26b9172728476962eb9d411985b480f | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Mon Sep 24 13:44:59 2012 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Sep 26 00:31:17 2012 +0200 |
tree | 25ecb97cf1ccf57c9b279d87989d656eb5e3a72d | |
parent | 0a209d4bb119b92eb14b9afab55cef5bc0555554 [diff] |
tcg: Streamline movcond_i64 using 32-bit arithmetic Avoiding 64-bit arithmetic (outside of the compare) reduces the generated op count from 15 to 12, and the generated code size on i686 from 105 to 88 bytes. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>