qemu-e2k/tcg/arm
Richard Henderson 647ab96aaf 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.

Signed-off-by: Richard Henderson <rth@twiddle.net>
2017-09-07 11:57:35 -07:00
..
tcg-target.h tcg: Rearrange ldst label tracking 2017-09-07 11:57:35 -07:00
tcg-target.inc.c tcg/arm: Improve tlb load for armv7 2017-09-07 11:57:35 -07:00