tcg/aarch64: Use ADR in tcg_out_movi
authorRichard Henderson <rth@twiddle.net>
Mon, 5 Jun 2017 19:12:59 +0000 (12:12 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 19 Jun 2017 18:10:59 +0000 (11:10 -0700)
commitcc74d332ff9a78684374847375ef63fc4bd10436
tree156d936740ff1674439c5b1533db5fb99c91eed4
parent2b48e10f888059a98043b4816769fa2a326a1d2c
tcg/aarch64: Use ADR in tcg_out_movi

The new placement of the TB means that we can use one insn
to load the return value for exit_tb returning the TB pointer.

Tested-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/aarch64/tcg-target.inc.c