unicorn/qemu/tcg/arm
Richard Henderson e4d05c2567
tcg/arm: Improve tlb load for armv7
Use UBFX to avoid limitation on CPU_TLB_BITS. Since we're dropping
the initial shift, we need to replace the page masking. We can use
MOVW+BIC to do this without shifting. The result is the same size
as the armv6 path with one less conditional instruction.

Backports commit 647ab96aaf5defeb138e48d610f7f633c587b40d from qemu
2018-03-04 22:56:27 -05:00
..
tcg-target.h tcg: Rearrange ldst label tracking 2018-03-04 22:13:13 -05:00
tcg-target.inc.c tcg/arm: Improve tlb load for armv7 2018-03-04 22:56:27 -05:00