Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
capstone
/
2c425fcbe2524f2bdd04d810e7a2fe13a59f9f2f
/
include
/
x86.h
934e180
x86: more update to the core
by Nguyen Anh Quynh
· 10 years ago
46a74e5
arm64: update core. this added a lot more details to cs_arm64_op struct
by Nguyen Anh Quynh
· 10 years ago
0b69038
x86: update core with upstream. this added bunch of new instructions & groups. also updated Python & Java bindings after the core change
by Nguyen Anh Quynh
· 10 years ago
e105594
x86: update comments for prefix[] & opcode[] fields of cs_x86
by Nguyen Anh Quynh
· 10 years ago
9f6ed71
x86: add @rex to cs_x86 struct. updated python & java binding for this change
by Nguyen Anh Quynh
· 10 years ago
1a66fec
x86: support avx_sae & avx_rm in cs_x86 struct. this also updates Python & Java bindings following the core's change
by Nguyen Anh Quynh
· 10 years ago
12e6e31
x86: rename zero_opmask of cs_x86_op to avx_zero_opmask
by Nguyen Anh Quynh
· 10 years ago
2b338ce
x86: update some comments on x86.h
by Nguyen Anh Quynh
· 10 years ago
92a3d4c
x86: add AVX's zero_opmask to cs_x86_op struct. updated Python & Java bindings for this change
by Nguyen Anh Quynh
· 10 years ago
4c5eabc
x86: support SSE_CC & AVX_CC in cs_x86 struct. this also updates Python & Java bindings
by Nguyen Anh Quynh
· 10 years ago
0d71645
x86: add avx_bcast to cs_x86_op to support AVX512 instructions. this also updates Python & Java binding
by Nguyen Anh Quynh
· 10 years ago
bb6440c
x86: extend cs_x86.opcode to 4 bytes to contain EVEX opcode. this also updates Python binding following this interface change
by Nguyen Anh Quynh
· 10 years ago
d29aa62
x86: correct comments on x86_op_mem.scale
by Nguyen Anh Quynh
· 10 years ago
14ba46b
x86: add segment to x86_op_mem struct. this fixes a bug in generating detail for instructions with segment override. bug reported by Sean Heelan.
by Nguyen Anh Quynh
· 10 years ago
fb15221
x86: cs_x86.prefix[] should have size 4, not 5
by Nguyen Anh Quynh
· 10 years ago
1085073
x86: remove disp_size, imm_size, op_size. add size to each operand. thanks Gabriel Quadros for some nice ideas
by Nguyen Anh Quynh
· 10 years ago
6f74ccc
Add new x86 instruction groups
by Jay Oster
· 10 years ago
7751fbe
header files: Disassembler -> Disassembly
by Nguyen Anh Quynh
· 11 years ago
fa69707
x86: handle more tricky instructions.
by Nguyen Anh Quynh
· 11 years ago
6f56ff5
x86: handle SAL instructions. bug reported by Attila Suszter & Ange Albertini
by Nguyen Anh Quynh
· 11 years ago
de319f8
cleanup x86.h & mips.h (C-IMM)
by Nguyen Anh Quynh
· 11 years ago
143759d
x86: update core
by Nguyen Anh Quynh
· 11 years ago
6bc08a8
Fix the X86_REL_ADDR macro in x86.h
by Enzo Matsumiya
· 11 years ago
13f40d2
x86: upgrade core
by Nguyen Anh Quynh
· 11 years ago
747c4ef
change header guards to have CAPSTONE_ as prefix. suggested by Markus Elfring
by Nguyen Anh Quynh
· 11 years ago
9dfdae6
x86: add new instructions: FSETPM, SALC, GETSEC & INT1. bug reported by Pancake
by Nguyen Anh Quynh
· 11 years ago
ee143c8
fix a crashed bug in cs_close(): call destroy function before freeing handle's memory
by Nguyen Anh Quynh
· 11 years ago
bdaf3b5
x86: delete useless constant values assigned for instructions in x86.h
by Nguyen Anh Quynh
· 11 years ago
a2f825f
support comments in autogen files, so constant files are more friendly
by Nguyen Anh Quynh
· 11 years ago
ea5b79d
move some alias registers around to after REG_MAX. this seems to fix some issues of clang, which struggles with enum that assign value from other enum
by Nguyen Anh Quynh
· 11 years ago
3582bc1
arm64: ARM64_GRP_JUMP is in the wrong place. move it to its place and also clarify some GRP comments
by Nguyen Anh Quynh
· 11 years ago
ec0ed8e
semantics: add insn group JUMP, so now we can check if this insn is branching
by Nguyen Anh Quynh
· 11 years ago
36d143b
x86: update core engine
by Nguyen Anh Quynh
· 11 years ago
26ee41a
initial import
by Nguyen Anh Quynh
· 11 years ago