capstone/arch/X86
Nguyen Anh Quynh 1e28d29bb9 x86: LES is invalid in x64. see #904 2017-05-06 14:29:11 +08:00
..
X86ATTInstPrinter.c x86: AT&T syntax bug with zero offset segment register. see #884 2017-05-06 10:38:08 +08:00
X86BaseInfo.h x86: update core with upstream. this added bunch of new instructions & groups. also updated Python & Java bindings after the core change 2014-08-13 13:01:50 +08:00
X86Disassembler.c x86: LES is invalid in x64. see #904 2017-05-06 14:29:11 +08:00
X86Disassembler.h skip stdint.h for windows driver configuration 2016-04-23 15:58:31 -07:00
X86DisassemblerDecoder.c x86: lock nop is a valid instruction. #915 2017-05-03 20:06:39 +08:00
X86DisassemblerDecoder.h skip stdint.h for windows driver configuration 2016-04-23 15:58:31 -07:00
X86DisassemblerDecoderCommon.h skip stdint.h for windows driver configuration 2016-04-23 15:58:31 -07:00
X86GenAsmWriter.inc x86: fix EAX operand for X86_MOV32ao32. fix issue #852 2017-02-09 16:29:13 +08:00
X86GenAsmWriter1.inc x86: make all shifted instructions to support first operand in AT&T syntax 2015-05-08 14:23:08 +08:00
X86GenAsmWriter1_reduce.inc x86: make all shifted instructions to support first operand in AT&T syntax 2015-05-08 14:23:08 +08:00
X86GenAsmWriter_reduce.inc x86: make all shifted instructions to support first operand in AT&T syntax 2015-05-08 14:23:08 +08:00
X86GenDisassemblerTables.inc x86: Fix the operand encoding in the test instruction, issue #702 2017-01-03 01:09:15 +08:00
X86GenDisassemblerTables_reduce.inc x86: Fix the operand encoding in the test instruction for reduce set, issue #702 2017-01-03 01:30:34 +08:00
X86GenInstrInfo.inc x86: more encodings for FXCH & FCOMP. also print LJUMP without * as prefix for Intel syntax. handle BOUND & FARCALL better 2014-12-26 16:49:10 +08:00
X86GenInstrInfo_reduce.inc x86: support some new instructions or new encodings of some new instructions: MOVSXD, FXCH, FCOM, FCOMP, FSTP, FSTPNCE, NOP 2014-12-16 22:04:07 +08:00
X86GenRegisterInfo.inc x86: update core with upstream. this added bunch of new instructions & groups. also updated Python & Java bindings after the core change 2014-08-13 13:01:50 +08:00
X86InstPrinter.h Disassembler -> Disassembly 2014-05-27 10:45:58 +08:00
X86IntelInstPrinter.c address warnings with capstone_static_winkernel 2016-05-04 05:54:28 -07:00
X86Mapping.c x86: support BND prefix. issue #872 2017-03-18 00:08:10 +08:00
X86Mapping.h x86: add missing operands in detail mode for 'IN/OUT reg, reg' instructions. bug reported by Andrew Wesie 2014-12-12 11:25:12 +08:00
X86Module.c Silencing Clang warning bys casting values 2015-03-02 22:11:55 -05:00