capstone/arch/X86
Nguyen Anh Quynh 638835a1d5 fix some warnings reported by MSVC 2014-05-12 15:15:32 +08:00
..
X86ATTInstPrinter.c do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC 2014-05-12 13:41:49 +08:00
X86Disassembler.c indentation with tab 2014-05-09 07:33:35 +08:00
X86Disassembler.h x86: properly handle LOCK/REP in the core, so remove buch of hacks 2014-05-07 08:25:24 +08:00
X86DisassemblerDecoder.c fix some warnings reported by MSVC 2014-05-12 15:15:32 +08:00
X86DisassemblerDecoder.h x86: simplify code handling LOCK/REP by remembering this prefix status when decoding it 2014-05-07 13:57:09 +08:00
X86DisassemblerDecoderCommon.h x86: support 3DNow instructions 2014-05-06 15:02:21 +08:00
X86GenAsmWriter.inc do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC 2014-05-12 13:41:49 +08:00
X86GenAsmWriter1.inc do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC 2014-05-12 13:41:49 +08:00
X86GenAsmWriter1_reduce.inc x86: handle NOP instruction 0f18* 2014-04-29 11:16:21 +08:00
X86GenAsmWriter_reduce.inc x86: handle NOP instruction 0f18* 2014-04-29 11:16:21 +08: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 rename some old header guards from SB to CS 2014-01-02 12:44:20 +08:00
X86IntelInstPrinter.c do not initialize some local vars unnecessarily. this problem was introduced when we fixed C89 issues for MSVC 2014-05-12 13:41:49 +08:00
X86Mapping.c x86: simplify code handling LOCK/REP by remembering this prefix status when decoding it 2014-05-07 13:57:09 +08:00
X86Mapping.h x86: properly handle lock/rep prefixes when DIET option is enable 2014-05-07 12:26:55 +08:00
X86Module.c x86: properly handle LOCK/REP in the core, so remove buch of hacks 2014-05-07 08:25:24 +08:00