Implementation of the instruction dumping facility. At least in principle,
commitf75cfd4d79550d109d8e8182d5697195f2603acb
authorDirk Steinke <steinke.dirk.ml@gmail.com>
Tue, 22 Jul 2014 21:05:29 +0000 (22 23:05 +0200)
committerDirk Steinke <steinke.dirk.ml@gmail.com>
Tue, 22 Jul 2014 21:05:29 +0000 (22 23:05 +0200)
treeeef2da7cb83fa1f39041154e0d5e7e2522751eb0
parent1ea60f3a96a55081ef3f89d6dd8a75274ac39918
Implementation of the instruction dumping facility. At least in principle,
since it is not tested yet. All compiles and links, but
test_simplefunction has not been run yet. Also need a means to check the
dumper.
13 files changed:
.gitignore
include/jitcs_dumper.h
include/jitcs_instruction.h
include/jitcs_machine.h
include/jitcs_memref.h
include/jitcs_x86_xx_machine.lh [new file with mode: 0644]
makefile
src/jitcs_int_function_impl.h
src/src/dumper.cpp
src/src/machine.cpp
src/x86/jitcs_int_x86_xx_dumper.lh [new file with mode: 0644]
src/x86/src/x86_xx_dumper.lcpp [new file with mode: 0644]
src/x86/src/x86_xx_insinfo.lcpp