commit | b90cf716928d7934f4c1392f9097247a84b295d2 | [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:42 2012 +0200 |
tree | 12d50635d6df5c2806749dc0c5c6782764e0a2e3 | |
parent | da897bf5ae2d0276dcabe941ba3a402aa718b740 [diff] |
tcg/ia64: implement movcond_i32/64 Implement movcond_i32/64 on ia64 hosts. It is not possible to have immediate compare arguments without adding a new bundle, but it is possible to have 22-bit immediate value arguments. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>