capstone/arch/X86
2016-03-06 14:45:22 +01:00
..
X86ATTInstPrinter.c x86: fix issue #544 for AT&T syntax 2016-01-11 14:07:30 +08:00
X86BaseInfo.h 2015 2015-03-04 17:45:23 +08:00
X86Disassembler.c x86: add dedicated variables such as prefix2e, prefix36, prefix66, prefix67, etc 2015-10-08 15:53:17 +08:00
X86Disassembler.h 2015 2015-03-04 17:45:23 +08:00
X86DisassemblerDecoder.c x86: fix the leftover prefixPresent[] 2015-10-08 15:58:52 +08:00
X86DisassemblerDecoder.h fix comment 2015-10-08 15:53:34 +08:00
X86DisassemblerDecoderCommon.h x86: update core. also update all the bindings Java, Ocaml & Python 2015-03-06 00:52:49 +08:00
X86GenAsmWriter1_reduce.inc x86: make all shifted instructions to support first operand in AT&T syntax. issue reported by @bipulr 2015-05-16 15:38:09 +08:00
X86GenAsmWriter1.inc x86: make all shifted instructions to support first operand in AT&T syntax. issue reported by @bipulr 2015-05-16 15:38:09 +08:00
X86GenAsmWriter_reduce.inc x86: make all shifted instructions to support first operand in AT&T syntax. issue reported by @bipulr 2015-05-16 15:38:09 +08:00
X86GenAsmWriter.inc x86: fix value of access field for some instructions. bug reported by Ben Nagy 2015-05-27 23:55:30 +07:00
X86GenDisassemblerTables_reduce.inc x86: reduce mode support for the upgraded core 2015-03-06 12:21:50 +08:00
X86GenDisassemblerTables.inc x86: make all shifted instructions to support first operand in AT&T syntax. issue reported by @bipulr 2015-05-16 15:38:09 +08:00
X86GenInstrInfo_reduce.inc x86: reduce mode support for the upgraded core 2015-03-06 12:21:50 +08:00
X86GenInstrInfo.inc x86: update core. also update all the bindings Java, Ocaml & Python 2015-03-06 00:52:49 +08:00
X86GenRegisterInfo.inc x86: update core. also update all the bindings Java, Ocaml & Python 2015-03-06 00:52:49 +08:00
X86ImmSize.inc Revert "corrected x86 immediate sizes" 2015-11-07 17:36:44 +08:00
X86InstPrinter.h 2015 2015-03-04 17:45:23 +08:00
X86IntelInstPrinter.c x86: fix issue #544 for AT&T syntax 2016-01-11 14:07:30 +08:00
X86Mapping.c x86: REPNE prefix is valid for LODSD. this fixes the bug reported by Ruslan Kabatsayev 2015-08-14 22:09:07 +08:00
X86Mapping.h x86: handle operand size properly for immediate operands 2015-06-28 12:18:13 +08:00
X86MappingInsn_reduce.inc x86: CALL should modify stack pointer register. also, relative CALL should references instruction pointer. issue reported by @zachriggle 2015-05-15 12:13:07 +08:00
X86MappingInsn.inc x86: CALL should modify stack pointer register. also, relative CALL should references instruction pointer. issue reported by @zachriggle 2015-05-15 12:13:07 +08:00
X86MappingInsnOp_reduce.inc x86: Fix access flags for SHR/SHL/SAL/SAR 2016-03-06 14:45:22 +01:00
X86MappingInsnOp.inc x86: Fix access flags for SHR/SHL/SAL/SAR 2016-03-06 13:55:58 +01:00
X86Module.c Fixing a warning of size_t->int in VC++. 2015-11-05 18:42:08 -08:00