commit | 2174d1e1ff3522f6f64260bad460185b7ca5bd26 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Tue Oct 09 21:53:55 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Oct 17 01:26:43 2012 +0200 |
tree | c939f74ddaa271e36fc60aeb296fd8c29dbd5149 | |
parent | b90cf716928d7934f4c1392f9097247a84b295d2 [diff] |
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>