Searched refs:X86_INS_CMPXCHG8B (Results 1 – 9 of 9) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 520 X86_INS_CMPXCHG8B
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 513 public static final int X86_INS_CMPXCHG8B = 101; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 510 X86_INS_CMPXCHG8B = 101 variable
|
/external/capstone/include/capstone/ |
D | x86.h | 487 X86_INS_CMPXCHG8B, enumerator
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 951 { X86_INS_CMPXCHG8B, "cmpxchg8b" },
|
D | X86MappingInsn_reduce.inc | 2441 X86_CMPXCHG8B, X86_INS_CMPXCHG8B, 3545 X86_LCMPXCHG8B, X86_INS_CMPXCHG8B,
|
D | X86MappingInsnOp_reduce.inc | 1628 { /* X86_CMPXCHG8B, X86_INS_CMPXCHG8B: cmpxchg8b $dst */ 2364 { /* X86_LCMPXCHG8B, X86_INS_CMPXCHG8B: cmpxchg8b $ptr */
|
D | X86MappingInsn.inc | 2909 X86_CMPXCHG8B, X86_INS_CMPXCHG8B, 6215 X86_LCMPXCHG8B, X86_INS_CMPXCHG8B,
|
D | X86MappingInsnOp.inc | 1940 { /* X86_CMPXCHG8B, X86_INS_CMPXCHG8B: cmpxchg8b $dst */ 4144 { /* X86_LCMPXCHG8B, X86_INS_CMPXCHG8B: cmpxchg8b $ptr */
|