Searched refs:X86_INS_CMPXCHG16B (Results 1 – 9 of 9) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 518 X86_INS_CMPXCHG16B
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 511 public static final int X86_INS_CMPXCHG16B = 99; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 508 X86_INS_CMPXCHG16B = 99 variable
|
/external/capstone/include/capstone/ |
D | x86.h | 485 X86_INS_CMPXCHG16B, enumerator
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 949 { X86_INS_CMPXCHG16B, "cmpxchg16b" },
|
D | X86MappingInsn_reduce.inc | 2399 X86_CMPXCHG16B, X86_INS_CMPXCHG16B, 3521 X86_LCMPXCHG16B, X86_INS_CMPXCHG16B,
|
D | X86MappingInsnOp_reduce.inc | 1600 { /* X86_CMPXCHG16B, X86_INS_CMPXCHG16B: cmpxchg16b $dst */ 2348 { /* X86_LCMPXCHG16B, X86_INS_CMPXCHG16B: cmpxchg16b $ptr */
|
D | X86MappingInsn.inc | 2867 X86_CMPXCHG16B, X86_INS_CMPXCHG16B, 6191 X86_LCMPXCHG16B, X86_INS_CMPXCHG16B,
|
D | X86MappingInsnOp.inc | 1912 { /* X86_CMPXCHG16B, X86_INS_CMPXCHG16B: cmpxchg16b $dst */ 4128 { /* X86_LCMPXCHG16B, X86_INS_CMPXCHG16B: cmpxchg16b $ptr */
|