capstone/arch/X86
vit9696 856b207010 Refactor confusing if for xacquire/xrelease (#1173)
Sync with https://github.com/llvm-mirror/llvm/blob/7cdce81/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp#L362
2018-06-13 23:04:20 +01:00
..
X86ATTInstPrinter.c Use printint functions from SStream (#1165) 2018-06-06 06:31:53 +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 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 Refactor confusing if for xacquire/xrelease (#1173) 2018-06-13 23:04:20 +01: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 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
X86GenAsmWriter1_reduce.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
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 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 Use printint functions from SStream (#1165) 2018-06-06 06:31:53 +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