qemu/tcg/ia64
Aurelien Jarno 2174d1e1ff tcg/ia64: remove suboptimal register shifting in qemu_ld/st ops
Remove suboptimal register shifting in qemu_ld/st ops, introduced at the
CONFIG_TCG_PASS_AREG0 time.

As mem_idx is now loaded in register R58/R59 for the slow path, we have
to make sure to do it last, to not add additional register constraints.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2012-10-17 01:26:43 +02:00
..
tcg-target.c tcg/ia64: remove suboptimal register shifting in qemu_ld/st ops 2012-10-17 01:26:43 +02:00
tcg-target.h tcg/ia64: implement movcond_i32/64 2012-10-17 01:26:42 +02:00