Searched refs:X86_INS_CMOVE (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/X86/ |
D | X86MappingInsn_reduce.inc | 1727 X86_CMOVE16rm, X86_INS_CMOVE, 1733 X86_CMOVE16rr, X86_INS_CMOVE, 1739 X86_CMOVE32rm, X86_INS_CMOVE, 1745 X86_CMOVE32rr, X86_INS_CMOVE, 1751 X86_CMOVE64rm, X86_INS_CMOVE, 1757 X86_CMOVE64rr, X86_INS_CMOVE,
|
D | X86MappingInsnOp_reduce.inc | 1152 { /* X86_CMOVE16rm, X86_INS_CMOVE: cmove{w} $dst, $src2 */ 1156 { /* X86_CMOVE16rr, X86_INS_CMOVE: cmove{w} $dst, $src2 */ 1160 { /* X86_CMOVE32rm, X86_INS_CMOVE: cmove{l} $dst, $src2 */ 1164 { /* X86_CMOVE32rr, X86_INS_CMOVE: cmove{l} $dst, $src2 */ 1168 { /* X86_CMOVE64rm, X86_INS_CMOVE: cmove{q} $dst, $src2 */ 1172 { /* X86_CMOVE64rr, X86_INS_CMOVE: cmove{q} $dst, $src2 */
|
D | X86Mapping.c | 927 { X86_INS_CMOVE, "cmove" },
|
D | X86MappingInsn.inc | 2063 X86_CMOVE16rm, X86_INS_CMOVE, 2069 X86_CMOVE16rr, X86_INS_CMOVE, 2075 X86_CMOVE32rm, X86_INS_CMOVE, 2081 X86_CMOVE32rr, X86_INS_CMOVE, 2087 X86_CMOVE64rm, X86_INS_CMOVE, 2093 X86_CMOVE64rr, X86_INS_CMOVE,
|
D | X86MappingInsnOp.inc | 1376 { /* X86_CMOVE16rm, X86_INS_CMOVE: cmove{w} $dst, $src2 */ 1380 { /* X86_CMOVE16rr, X86_INS_CMOVE: cmove{w} $dst, $src2 */ 1384 { /* X86_CMOVE32rm, X86_INS_CMOVE: cmove{l} $dst, $src2 */ 1388 { /* X86_CMOVE32rr, X86_INS_CMOVE: cmove{l} $dst, $src2 */ 1392 { /* X86_CMOVE64rm, X86_INS_CMOVE: cmove{q} $dst, $src2 */ 1396 { /* X86_CMOVE64rr, X86_INS_CMOVE: cmove{q} $dst, $src2 */
|
/external/capstone/bindings/vb6/ |
D | mx86.bas | 492 X86_INS_CMOVE
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 489 public static final int X86_INS_CMOVE = 77; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 486 X86_INS_CMOVE = 77 variable
|
/external/capstone/include/capstone/ |
D | x86.h | 463 X86_INS_CMOVE, enumerator
|