unicorn/qemu/accel
Richard Henderson 2e03f74a53 target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
Use the "normal" memory access functions, rather than the
softmmu internal helper functions directly.

Since fb901c9, cpu_mem_index is now a simple extract
from env->hflags and not a large computation.  Which means
that it's now more work to pass around this value than it
is to recompute it.

This only adjusts the primitives, and does not clean up
all of the uses within sve_helper.c.
2021-02-25 20:16:38 -05:00
..
tcg target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn 2021-02-25 20:16:38 -05:00
Makefile.objs tcg: Add generic translation framework 2018-03-04 14:31:16 -05:00