unicorn/qemu/tcg/aarch64
Richard Henderson 352f93a119
tcg/aarch64: Fix tcg_out_qemu_{ld, st} for guest_base == 0
In ffc6372851d8631a9f9fa56ec613b3244dc635b9, we swapped the guest
base to the address base register from the address index register.
Except that 31 in the base slot is SP not XZR, so we need to be
more intelligent about which reg gets placed in which slot.

Backports commit 352bcb0a2b816ff9ab9d75d0f2384650d9e9ab19 from qemu
2018-02-10 23:33:24 -05:00
..
tcg-target.c tcg/aarch64: Fix tcg_out_qemu_{ld, st} for guest_base == 0 2018-02-10 23:33:24 -05:00
tcg-target.h tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 2018-02-10 23:00:45 -05:00