Home
last modified time | relevance | path

Searched refs:X86_REG_RCX (Results 1 – 7 of 7) sorted by relevance

/external/capstone/arch/X86/
DX86Mapping.c127 { X86_REG_RCX, "rcx" },
2554 insn->detail->regs_read[0] = X86_REG_RCX; in X86_get_insn_id()
2556 insn->detail->regs_write[0] = X86_REG_RCX; in X86_get_insn_id()
3297 cx = X86_REG_RCX; in add_cx()
DX86MappingInsn_reduce.inc2401 …{ X86_REG_RAX, X86_REG_RBX, X86_REG_RCX, X86_REG_RDX, 0 }, { X86_REG_RAX, X86_REG_RDX, X86_REG_EFL…
2683 …{ X86_REG_RAX, X86_REG_RBX, X86_REG_RCX, X86_REG_RDX, 0 }, { X86_REG_RAX, X86_REG_RBX, X86_REG_RCX
3451 { X86_REG_RCX, 0 }, { 0 }, { 0 }, 1, 0
3523 …{ X86_REG_RAX, X86_REG_RBX, X86_REG_RCX, X86_REG_RDX, 0 }, { X86_REG_RAX, X86_REG_RDX, X86_REG_EFL…
6385 { 0 }, { X86_REG_RAX, X86_REG_RCX, X86_REG_RDX, 0 }, { X86_GRP_PRIVILEGE, 0 }, 0, 0
8119 …{ X86_REG_RAX, X86_REG_RCX, X86_REG_RDI, X86_REG_EFLAGS, 0 }, { X86_REG_RCX, X86_REG_RDI, 0 }, { 0…
DX86MappingInsn.inc2869 …{ X86_REG_RAX, X86_REG_RBX, X86_REG_RCX, X86_REG_RDX, 0 }, { X86_REG_RAX, X86_REG_RDX, X86_REG_EFL…
4249 …{ X86_REG_RAX, X86_REG_RBX, X86_REG_RCX, X86_REG_RDX, 0 }, { X86_REG_RAX, X86_REG_RBX, X86_REG_RCX
5779 { X86_REG_RCX, 0 }, { 0 }, { X86_GRP_BRANCH_RELATIVE, 0 }, 1, 0
6193 …{ X86_REG_RAX, X86_REG_RBX, X86_REG_RCX, X86_REG_RDX, 0 }, { X86_REG_RAX, X86_REG_RDX, X86_REG_EFL…
13045 { 0 }, { X86_REG_RAX, X86_REG_RCX, X86_REG_RDX, 0 }, { X86_GRP_PRIVILEGE, 0 }, 0, 0
15091 …{ X86_REG_RAX, X86_REG_RCX, X86_REG_RDI, X86_REG_EFLAGS, 0 }, { X86_REG_RCX, X86_REG_RDI, 0 }, { 0…
/external/capstone/bindings/vb6/
Dmx86.bas50 X86_REG_RCX
/external/capstone/bindings/python/capstone/
Dx86_const.py41 X86_REG_RCX = 38 variable
/external/capstone/bindings/java/capstone/
DX86_const.java44 public static final int X86_REG_RCX = 38; field in X86_const
/external/capstone/include/capstone/
Dx86.h28 X86_REG_RBP, X86_REG_RBX, X86_REG_RCX, X86_REG_RDI, X86_REG_RDX, enumerator