unicorn/qemu/tcg/aarch64
Pranith Kumar 5e9e39cafd
tcg/aarch64: Use ADRP+ADD to compute target address
We use ADRP+ADD to compute the target address for goto_tb. This patch
introduces the NOP instruction which is used to align the above
instruction pair so that we can use one atomic instruction to patch
the destination offsets.

Backports commit b68686bd4bfeb70040b4099df993dfa0b4f37b03 from qemu
2018-03-03 22:01:38 -05:00
..
tcg-target.h tcg/aarch64: Implement goto_ptr 2018-03-03 14:13:09 -05:00
tcg-target.inc.c tcg/aarch64: Use ADRP+ADD to compute target address 2018-03-03 22:01:38 -05:00