capstone/arch/X86
2014-06-30 07:57:29 +08:00
..
X86ATTInstPrinter.c directly update cs_insn from MCInst interface to avoid multiple memcpy() 2014-06-08 23:35:52 +07:00
X86Disassembler.c x86: address-size prefix should override RIP relative address in x64 mode. bug reported by @hlide 2014-06-30 07:57:29 +08:00
X86Disassembler.h Disassembler -> Disassembly 2014-05-27 10:45:58 +08:00
X86DisassemblerDecoder.c x86: handle RIP relative addressing in 64bit mode properly. bug reported by @hlide 2014-06-30 02:01:42 +08:00
X86DisassemblerDecoder.h x86: InternalInstruction@xAcquireRelease should be initialized to 0 (FALSE) 2014-06-16 18:32:34 +08:00
X86DisassemblerDecoderCommon.h Disassembler -> Disassembly 2014-05-27 10:45:58 +08:00
X86GenAsmWriter1_reduce.inc x86: use SStream_concat0() where possible to improve performance - for AT&T and X86_REDUCE 2014-06-04 22:25:48 +07:00
X86GenAsmWriter1.inc avoid using vsnprintf when possible for SStream_concat() to improve performance. based on the idea of Dang Hoang Vu. 2014-06-04 18:31:02 +08:00
X86GenAsmWriter_reduce.inc x86: use SStream_concat0() where possible to improve performance - for AT&T and X86_REDUCE 2014-06-04 22:25:48 +07:00
X86GenAsmWriter.inc x86: use SStream_concat0() where possible to improve performance - for AT&T and X86_REDUCE 2014-06-04 22:25:48 +07:00
X86GenDisassemblerTables_reduce.inc x86: cleanup unused opcode tables for X86_REDUCE 2014-05-06 12:22:42 +08:00
X86GenDisassemblerTables.inc x86: support 3DNow instructions 2014-05-06 15:02:21 +08:00
X86GenInstrInfo_reduce.inc x86: handle NOP instruction 0f18* 2014-04-29 11:16:21 +08:00
X86GenInstrInfo.inc x86: handle NOP instruction 0f18* 2014-04-29 11:16:21 +08:00
X86GenRegisterInfo.inc x86: update core 2014-02-24 23:30:45 +08:00
X86InstPrinter.h Disassembler -> Disassembly 2014-05-27 10:45:58 +08:00
X86IntelInstPrinter.c directly update cs_insn from MCInst interface to avoid multiple memcpy() 2014-06-08 23:35:52 +07:00
X86Mapping.c directly update cs_insn from MCInst interface to avoid multiple memcpy() 2014-06-08 23:35:52 +07:00
X86Mapping.h x86: delete dead code 2014-05-28 12:39:11 +08:00
X86Module.c x86: set syntax variable when changing syntax with cs_option() 2014-05-19 16:34:54 +08:00