http://gitunderground.i2p/archive/Ryujinx/commit/e7d09a8080f6a99b099f2b36f8a26a0c6a89cef7
This folder is located - **CPU** The CPU emulator, ARMeilleure, emulates an ARMv8 CPU and currently has support for most 64-bit ARMv8 and some of the ARMv7 (and older) instructions, including partial 32-bit support. It translates the ARM code to a custom IR, performs a few optimizations, and turns that into x86 code. To handle that, we use our own JIT called ARMeilleure, which uses a custom IR and compiles the code to x86.