Searched refs:X86_INS_CMP (Results 1 – 5 of 5) sorted by relevance
/external/capstone/arch/X86/ |
D | X86Mapping.c | 910 { X86_INS_CMP, "cmp" }, 4707 X86_CMP16i16, X86_INS_CMP, 4713 X86_CMP16mi, X86_INS_CMP, 4719 X86_CMP16mi8, X86_INS_CMP, 4725 X86_CMP16mr, X86_INS_CMP, 4731 X86_CMP16ri, X86_INS_CMP, 4737 X86_CMP16ri8, X86_INS_CMP, 4743 X86_CMP16rm, X86_INS_CMP, 4749 X86_CMP16rr, X86_INS_CMP, 4755 X86_CMP16rr_REV, X86_INS_CMP, [all …]
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 432 public static final int X86_INS_CMP = 93; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 429 X86_INS_CMP = 93 variable
|
/external/capstone/include/ |
D | x86.h | 360 X86_INS_CMP, enumerator
|
/external/capstone/bindings/vb6/ |
D | mx86.bas | 510 X86_INS_CMP
|