unicorn/qemu/accel
Richard Henderson bcab6f1719
cputlb: Do unaligned load recursion to outermost function
If we attempt to recurse from load_helper back to load_helper,
even via intermediary, we do not get all of the constants
expanded away as desired.

But if we recurse back to the original helper (or a shim that
has a consistent function signature), the operands are folded
away as desired.

Backports commit 2dd926067867c2dd19e66d31a7990e8eea7258f6 from qemu
2019-05-14 07:43:31 -04:00
..
tcg cputlb: Do unaligned load recursion to outermost function 2019-05-14 07:43:31 -04:00
Makefile.objs tcg: Add generic translation framework 2018-03-04 14:31:16 -05:00