OSDN Git Service

tcg/aarch64: Enable indirect jump path using LDR (literal)
authorPranith Kumar <bobby.prani@gmail.com>
Fri, 30 Jun 2017 14:36:14 +0000 (10:36 -0400)
committerRichard Henderson <rth@twiddle.net>
Mon, 10 Jul 2017 07:10:23 +0000 (21:10 -1000)
commit2acee8b2b5e6bba2935bb6ce5be92d0f0f9799cb
treea733a5f747e60eb961c9a0ab1c8b5fa1d88e129a
parentb68686bd4bfeb70040b4099df993dfa0b4f37b03
tcg/aarch64: Enable indirect jump path using LDR (literal)

This patch enables the indirect jump path using an LDR (literal)
instruction. It will be interesting to test and see which performs
better among the two paths.

CC: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Message-Id: <20170630143614.31059-3-bobby.prani@gmail.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/aarch64/tcg-target.inc.c