jak-project/decompiler/Disasm
water111 376c273845
Add decompiler IR, basic operations, all-types file (#57)
* framework for basic op

* started IR framework

* check in type info file

* add some basic operations to the first pass ir conversion

* use a single condition system

* add more basic op decoding

* more ir
2020-09-29 20:24:15 -04:00
..
Instruction.cpp Resolve a good chunk of windows compiler warnings 2020-09-13 22:02:27 -04:00
Instruction.h Add decompiler IR, basic operations, all-types file (#57) 2020-09-29 20:24:15 -04:00
InstructionDecode.cpp add decompiler 2020-08-22 23:30:17 -04:00
InstructionDecode.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
InstructionMatching.cpp add decompiler 2020-08-22 23:30:17 -04:00
InstructionMatching.h Add decompiler IR, basic operations, all-types file (#57) 2020-09-29 20:24:15 -04:00
OpcodeInfo.cpp Add decompiler IR, basic operations, all-types file (#57) 2020-09-29 20:24:15 -04:00
OpcodeInfo.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00
Register.cpp Resolve a good chunk of windows compiler warnings 2020-09-13 22:02:27 -04:00
Register.h Add #pragma once to all headers 2020-09-13 21:36:35 -04:00