commit | c7d4475a701c61f964a593d6fe81a8ea7a33add7 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Oct 10 16:01:35 2012 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Oct 17 01:26:43 2012 +0200 |
tree | d44c07e6da45c80d17321f1f12c94e6a23e08e3b | |
parent | 63975ea7dfb3ec258433c782c2455bf64fab5e49 [diff] |
tcg-ia64: Implement deposit 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 <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>