capstone/arch/X86
Nguyen Anh Quynh eb2f3fb85a x86: properly reset prefixPresent for prefix0/1 group 2014-06-20 11:15:58 +08:00
..
X86ATTInstPrinter.c x86: do not use markup in AT&T syntax 2014-06-18 14:28:55 +08:00
X86Disassembler.c x86: remove disp_size, imm_size, op_size. add size to each operand. thanks Gabriel Quadros for some nice ideas 2014-06-18 12:16:24 +08:00
X86Disassembler.h Disassembler -> Disassembly 2014-05-27 10:45:58 +08:00
X86DisassemblerDecoder.c x86: properly reset prefixPresent for prefix0/1 group 2014-06-20 11:15:58 +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
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
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
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
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
X86GenDisassemblerTables.inc x86: support 3DNow instructions 2014-05-06 15:02:21 +08:00
X86GenDisassemblerTables_reduce.inc x86: cleanup unused opcode tables for X86_REDUCE 2014-05-06 12:22:42 +08:00
X86GenInstrInfo.inc x86: handle NOP instruction 0f18* 2014-04-29 11:16:21 +08:00
X86GenInstrInfo_reduce.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 x86: remove disp_size, imm_size, op_size. add size to each operand. thanks Gabriel Quadros for some nice ideas 2014-06-18 12:16:24 +08:00
X86Mapping.c x86: remove disp_size, imm_size, op_size. add size to each operand. thanks Gabriel Quadros for some nice ideas 2014-06-18 12:16:24 +08:00
X86Mapping.h x86: remove disp_size, imm_size, op_size. add size to each operand. thanks Gabriel Quadros for some nice ideas 2014-06-18 12:16:24 +08:00
X86Module.c x86: support CS_OPT_MODE for dynamically changing mode at run-time 2014-06-18 14:18:47 +08:00