Initial libjit skeleton.
Not currently generating instructions, but most of the flow is right up to that point. A lot of work required to refactor the emitter, but wanted to get this checked in.
This commit is contained in:
18
src/xenia/cpu/libjit/sources.gypi
Normal file
18
src/xenia/cpu/libjit/sources.gypi
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2013 Ben Vanik. All Rights Reserved.
|
||||
{
|
||||
'sources': [
|
||||
'libjit_backend.cc',
|
||||
'libjit_backend.h',
|
||||
'libjit_emit.h',
|
||||
'libjit_emit_alu.cc',
|
||||
'libjit_emit_control.cc',
|
||||
'libjit_emit_fpu.cc',
|
||||
'libjit_emit_memory.cc',
|
||||
'libjit_emitter.cc',
|
||||
'libjit_emitter.h',
|
||||
'libjit_jit.cc',
|
||||
'libjit_jit.h',
|
||||
'libjit_library_loader.cc',
|
||||
'libjit_library_loader.h',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user