commit | f940fb086c607fcb9c98d5ce67619fc5255f6abb | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Thu Sep 05 16:44:18 2013 -0400 |
committer | Richard Henderson <rth@twiddle.net> | Mon Nov 18 15:57:33 2013 +1000 |
tree | 9395eb0576fa5a6764ae7274c10286625d5345a8 | |
parent | 8642088a3d73a599b31c6fdd1d2aa2c945d95ced [diff] |
tcg-ia64: Use SUB_A3 and ADDS_A4 for subtraction We can subtract from more small constants that just 0 with one insn, and we can add the negative for most small constants. Acked-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Richard Henderson <rth@twiddle.net>