tcg-ops.h: _i64 TCG immediate instructions cleanup
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 2 Nov 2008 08:22:54 +0000 (08:22 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 2 Nov 2008 08:22:54 +0000 (08:22 +0000)
commit6359706f9384d9d50fbd0ba92df18d3da5d7ed96
tree7a07813eee864b7e8da9d719e9c7715cd6e6b1b3
parent0cfe58cd4470cfbbd3650ec9451cdd0b0e3058c0
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
tcg/tcg-op.h