Home
last modified time | relevance | path

Searched refs:X86_INS_CMOVE (Results 1 – 9 of 9) sorted by relevance

/external/capstone/arch/X86/
DX86MappingInsn_reduce.inc1727 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,
DX86MappingInsnOp_reduce.inc1152 { /* 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 */
DX86Mapping.c927 { X86_INS_CMOVE, "cmove" },
DX86MappingInsn.inc2063 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,
DX86MappingInsnOp.inc1376 { /* 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/
Dmx86.bas492 X86_INS_CMOVE
/external/capstone/bindings/java/capstone/
DX86_const.java489 public static final int X86_INS_CMOVE = 77; field in X86_const
/external/capstone/bindings/python/capstone/
Dx86_const.py486 X86_INS_CMOVE = 77 variable
/external/capstone/include/capstone/
Dx86.h463 X86_INS_CMOVE, enumerator