Fix bad use of T3 encoding of add w/ pc

The T3 encoding of 3-register add behaves unpredictably when
any of the operands are pc (r15).  We don't generally emit adds
using pc, but can in cases of large methods in which the literal
pool is too far away.

This cl changes the out-of-range literal expansion to use the T2
encoding of a 2-register add.

Change-Id: Ide7ed34a019ac9b7cddccb8f8532d48690f28de6
1 file changed
tree: a45e888ff3e2c18918d9ca3befddef61be430953
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk