capstone/arch
Ammar bae63f65c1 x86: correct access mode for cmp instruction (#1309)
cmp instruction does not modify its operands. Currently, cmp
variants that accept a memory operand have CS_AC_WRITE access mode
set. This commit removes CS_AC_WRITE mode from cmp variants that
have it.
2018-12-18 23:22:30 +08:00
..
AArch64 arch/M68k: do not return reg_name if beyond limits (#1219) 2018-07-24 16:25:47 +08:00
ARM arch/M68k: do not return reg_name if beyond limits (#1219) 2018-07-24 16:25:47 +08:00
EVM evm: fix EVMMappingInsn.inc 2018-07-29 02:38:10 +08:00
M68K arch/M68k: do not return reg_name if beyond limits (#1219) 2018-07-24 16:25:47 +08:00
M680X M680X: lowercase for registers & FCB instruction 2018-12-18 22:44:12 +08:00
Mips arch/M68k: do not return reg_name if beyond limits (#1219) 2018-07-24 16:25:47 +08:00
PowerPC PPC: print 16bit imm as unsigned 2018-11-25 21:12:05 +07:00
Sparc Correct use of strncpy function (#1247) 2018-09-15 13:47:52 +08:00
SystemZ arch/M68k: do not return reg_name if beyond limits (#1219) 2018-07-24 16:25:47 +08:00
TMS320C64x TMS320C64x: lowercase for instruction mnemonics, registers & group names 2018-12-18 22:40:31 +08:00
X86 x86: correct access mode for cmp instruction (#1309) 2018-12-18 23:22:30 +08:00
XCore arch/M68k: do not return reg_name if beyond limits (#1219) 2018-07-24 16:25:47 +08:00