capstone/arch/PowerPC
Nguyen Anh Quynh c272e9d000 do not use constructor to enable archs, so code is more portable. suggested by Alex Ionescu 2014-01-19 12:03:22 +08:00
..
PPCDisassembler.c remove -x from PPC files 2013-12-31 23:36:12 +08:00
PPCDisassembler.h add the missing arch/PowerPC directory 2013-12-30 00:29:32 +08:00
PPCGenAsmWriter.inc replace strdup() with our cs_strdup(), which call cs_mem_malloc() internally 2014-01-15 18:27:01 +08:00
PPCGenDisassemblerTables.inc remove -x from PPC files 2013-12-31 23:36:12 +08:00
PPCGenInstrInfo.inc remove -x from PPC files 2013-12-31 23:36:12 +08:00
PPCGenRegisterInfo.inc remove -x from PPC files 2013-12-31 23:36:12 +08:00
PPCGenSubtargetInfo.inc ppc: replace constant subtarget numbers with macros 2014-01-15 16:48:48 +08:00
PPCInstPrinter.c ppc & x86: add third dummy MRI argument to printInstruction() to make it consistent with other archs 2014-01-12 20:27:54 +08:00
PPCInstPrinter.h ppc: update ppc.bh in post-printer 2014-01-05 10:37:50 +08:00
PPCPredicates.h add the missing include/ppc.h 2013-12-31 21:01:01 +08:00
mapping.c no longer need to free insn_cache for each arch: simply do it from cs_close() 2014-01-07 10:56:04 +08:00
mapping.h no longer need to free insn_cache for each arch: simply do it from cs_close() 2014-01-07 10:56:04 +08:00
module.c do not use constructor to enable archs, so code is more portable. suggested by Alex Ionescu 2014-01-19 12:03:22 +08:00