commit | 6359706f9384d9d50fbd0ba92df18d3da5d7ed96 | [log] [tgz] |
---|---|---|
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Nov 02 08:22:54 2008 +0000 |
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | Sun Nov 02 08:22:54 2008 +0000 |
tree | 7a07813eee864b7e8da9d719e9c7715cd6e6b1b3 | |
parent | 0cfe58cd4470cfbbd3650ec9451cdd0b0e3058c0 [diff] |
tcg-ops.h: _i64 TCG immediate instructions cleanup Move addi_i64, muli_i64 and subi_i64 out of #if TCG_TARGET_REG_BITS as both implementations are strictly identical. Use the same optimisation (ie when imm == 0) for addi_i64 and subi_64 than the 32-bit version. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5598 c046a42c-6fe2-441c-8c8c-71466251a162