capstone/arch/X86
2018-03-19 22:23:09 +08:00
..
X86ATTInstPrinter.c x86: fix att syntax when imm operand is 0 (#1046) 2017-11-17 10:26:26 +03: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 Constify backend data (#1040) 2017-10-22 08:45:40 +08:00
X86Disassembler.h skip stdint.h for windows driver configuration 2016-04-23 15:58:31 -07:00
X86DisassemblerDecoder.c Fix pp field in readPrefix for VEX3 and EVEX (#1015) (#1016) 2017-09-19 07:46:00 +07: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
X86GenAsmWriter1_reduce.inc Constify backend data (#1040) 2017-10-22 08:45:40 +08:00
X86GenAsmWriter1.inc Constify backend data (#1040) 2017-10-22 08:45:40 +08:00
X86GenAsmWriter_reduce.inc Constify backend data (#1040) 2017-10-22 08:45:40 +08:00
X86GenAsmWriter.inc Constify backend data (#1040) 2017-10-22 08:45:40 +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
X86GenDisassemblerTables.inc x86: Fix the operand encoding in the test instruction, issue #702 2017-01-03 01:09:15 +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
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
X86GenRegisterInfo.inc Constify backend data (#1040) 2017-10-22 08:45:40 +08:00
X86ImmSize.inc x86: fix immediate operand for AND instruction in ATT mode (issue #1047) 2017-11-11 03:00:05 +08:00
X86InstPrinter.h Disassembler -> Disassembly 2014-05-27 10:45:58 +08:00
X86IntelInstPrinter.c x86: fix immediate operand for AND instruction in ATT mode (issue #1047) 2017-11-11 03:00:05 +08:00
X86Mapping.c x86: fix immediate operand for AND instruction in ATT mode (issue #1047) 2017-11-11 03:00:05 +08:00
X86Mapping.h x86: fix immediate operand for AND instruction in ATT mode (issue #1047) 2017-11-11 03:00:05 +08:00
X86Module.c prefix cs_ to global variables to avoid link problems (#1102) 2018-03-19 22:23:09 +08:00