mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-22 19:21:06 +00:00
e4d05c2567
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 |
||
---|---|---|
.. | ||
tcg-target.h | ||
tcg-target.inc.c |