Remove INC %esi (and esi in general), replace with load immediates (faster)
src/sh4/sh4x86.c
src/sh4/sh4x86.in
src/sh4/sh4x86.c
src/sh4/sh4x86.in
Change extend-block to take a requested size
Terminate blocks on page boundaries for easier invalidation
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/xltcache.c
src/sh4/xltcache.h
Terminate blocks on page boundaries for easier invalidation
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/xltcache.c
src/sh4/xltcache.h
Modify termination again to allow early exit (eg on end-of-page), as well
as allowing follow through on conditional branches if desired.
src/sh4/sh4x86.c
src/sh4/sh4x86.in
as allowing follow through on conditional branches if desired.
src/sh4/sh4x86.c
src/sh4/sh4x86.in
Change block signature to return pointer to next block (if known)
Rewrite block-exit code
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/sh4x86.c
src/sh4/sh4x86.in
Rewrite block-exit code
src/sh4/sh4trans.c
src/sh4/sh4trans.h
src/sh4/sh4x86.c
src/sh4/sh4x86.in
Add xlat_get_lut_entry method
Force blocks to be 32-bit aligned (slight optimization)
src/sh4/xltcache.c
src/sh4/xltcache.h
Force blocks to be 32-bit aligned (slight optimization)
src/sh4/xltcache.c
src/sh4/xltcache.h
.