backend_x64: Split A32 specific emission into separate class

This commit is contained in:
MerryMage 2018-01-01 22:34:05 +00:00
parent 8bef20c24d
commit 63bd1ece23
6 changed files with 1470 additions and 1245 deletions

View file

@ -14,8 +14,8 @@
#include <llvm-c/Target.h>
#endif
#include "backend_x64/a32_emit_x64.h"
#include "backend_x64/block_of_code.h"
#include "backend_x64/emit_x64.h"
#include "backend_x64/jitstate.h"
#include "common/assert.h"
#include "common/common_types.h"