First stage of dynamic recompiler rewrite.
Basic IR generation calls C implementation of all instructions. Backend generation implemented for x86, x86-64, ARM and ARM64.
This commit is contained in:
parent
e6dce0920b
commit
03fe25d818
46 changed files with 4134 additions and 17767 deletions
|
|
@ -8,6 +8,7 @@
|
|||
#include "x87.h"
|
||||
#include "mem.h"
|
||||
#include "codegen.h"
|
||||
#include "codegen_backend.h"
|
||||
#include "cpu.h"
|
||||
#include "fdc.h"
|
||||
#include "nmi.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue