Searched refs:X86_INS_CMPXCHG (Results 1 – 5 of 5) sorted by relevance
/external/capstone/arch/X86/ |
D | X86Mapping.c | 919 { X86_INS_CMPXCHG, "cmpxchg" }, 5037 X86_CMPXCHG16rm, X86_INS_CMPXCHG, 5043 X86_CMPXCHG16rr, X86_INS_CMPXCHG, 5049 X86_CMPXCHG32rm, X86_INS_CMPXCHG, 5055 X86_CMPXCHG32rr, X86_INS_CMPXCHG, 5061 X86_CMPXCHG64rm, X86_INS_CMPXCHG, 5067 X86_CMPXCHG64rr, X86_INS_CMPXCHG, 5079 X86_CMPXCHG8rm, X86_INS_CMPXCHG, 5085 X86_CMPXCHG8rr, X86_INS_CMPXCHG, 8253 X86_LCMPXCHG16, X86_INS_CMPXCHG, [all …]
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 441 public static final int X86_INS_CMPXCHG = 102; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 438 X86_INS_CMPXCHG = 102 variable
|
/external/capstone/include/ |
D | x86.h | 369 X86_INS_CMPXCHG, enumerator
|
/external/capstone/bindings/vb6/ |
D | mx86.bas | 519 X86_INS_CMPXCHG
|