First post, by M-HT
Hi,
I created a backed in the dynrec for 64-bit ARM (ARMv8, little endian).
Detection in configure is included, but in case it doesn't work, following definitions should be set in config.h
#define C_DYNREC 1
#define C_TARGETCPU ARMV8LE
#define C_UNALIGNED_MEMORY 1
Patch for revision 4112 is in the attachment.
Changed files:
src/cpu/core_dynrec.cpp
src/cpu/core_dynrec/Makefile.am
configure.ac
New file:
src/cpu/core_dynrec/risc_armv8le.h