commit | 63975ea7dfb3ec258433c782c2455bf64fab5e49 | [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 | 25902723a7393d9c10d09a949f986e0b88ed76c0 | |
parent | 2174d1e1ff3522f6f64260bad460185b7ca5bd26 [diff] |
tcg/ia64: slightly optimize TLB access code It is possible to slightly optimize the TLB access code, by replacing the movi + and instructions by a deposit instruction. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>