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)
commitbf108d60f58f2e5939be07eccf89defa99aa70e1
tree7a07813eee864b7e8da9d719e9c7715cd6e6b1b3
parentc7e956ba90702d832669ab49137eb6520cdab246
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