Adding 'x64' backend.

Does not compile.
This commit is contained in:
Ben Vanik
2013-05-23 18:04:12 -07:00
parent 86002b2f44
commit bedf86d259
16 changed files with 5116 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'x64_backend.cc',
'x64_backend.h',
'x64_emit.h',
'x64_emit_alu.cc',
'x64_emit_control.cc',
'x64_emit_fpu.cc',
'x64_emit_memory.cc',
'x64_emitter.cc',
'x64_emitter.h',
'x64_jit.cc',
'x64_jit.h',
],
}