Re: [Qemu-devel] [PATCH] tcg-ia64: Implement deposit

2012-10-16 Thread Aurelien Jarno
On Wed, Oct 10, 2012 at 04:01:35PM -0700, Richard Henderson wrote: > Note that in the general reg=reg,reg case we're restricted > to 16-bit insertions. This makes it easy to allow "any" > constant as input, as post-truncation it will fit into the > constant load insn for which we have room in the

[Qemu-devel] [PATCH] tcg-ia64: Implement deposit

2012-10-10 Thread Richard Henderson
Note that in the general reg=reg,reg case we're restricted to 16-bit insertions. This makes it easy to allow "any" constant as input, as post-truncation it will fit into the constant load insn for which we have room in the bundle. Signed-off-by: Richard Henderson --- tcg/ia64/tcg-target.c | 53