qemu/tcg/ia64
Aurelien Jarno 50462f2ca8 tcg/ia64: fix and optimize ld/st slow path
Store slow path has been broken in e141ab52d:
- the arguments are shifted before the last one (mem_index) is written.
- the shift is done for both slow and fast paths.

Fix that. Also optimize a bit by bundling the move together. This still
can be optimized, but it's better to wait for a decision to be taken on
the arguments order.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit d03c98d80f)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2012-08-28 01:50:03 -05:00
..
tcg-target.c tcg/ia64: fix and optimize ld/st slow path 2012-08-28 01:50:03 -05:00
tcg-target.h w64: Change data type of parameters for flush_icache_range 2012-03-03 18:10:21 +00:00