Re: [Qemu-devel] [PATCH 4/4] tcg/ia64: slightly optimize TLB access code

2012-10-10 Thread Richard Henderson
On 10/09/2012 01:32 PM, Aurelien Jarno wrote: > It is possible to slightly optimize the TLB access code, by replacing > the movi + and instructions by a deposit instruction. > > Signed-off-by: Aurelien Jarno Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH 4/4] tcg/ia64: slightly optimize TLB access code

2012-10-09 Thread Aurelien Jarno
It is possible to slightly optimize the TLB access code, by replacing the movi + and instructions by a deposit instruction. Signed-off-by: Aurelien Jarno --- tcg/ia64/tcg-target.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/tcg/ia64/tcg-target.c