Searched refs:X86_INS_CMOVO (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/X86/ |
D | X86MappingInsn_reduce.inc | 2051 X86_CMOVO16rm, X86_INS_CMOVO, 2057 X86_CMOVO16rr, X86_INS_CMOVO, 2063 X86_CMOVO32rm, X86_INS_CMOVO, 2069 X86_CMOVO32rr, X86_INS_CMOVO, 2075 X86_CMOVO64rm, X86_INS_CMOVO, 2081 X86_CMOVO64rr, X86_INS_CMOVO,
|
D | X86MappingInsnOp_reduce.inc | 1368 { /* X86_CMOVO16rm, X86_INS_CMOVO: cmovo{w} $dst, $src2 */ 1372 { /* X86_CMOVO16rr, X86_INS_CMOVO: cmovo{w} $dst, $src2 */ 1376 { /* X86_CMOVO32rm, X86_INS_CMOVO: cmovo{l} $dst, $src2 */ 1380 { /* X86_CMOVO32rr, X86_INS_CMOVO: cmovo{l} $dst, $src2 */ 1384 { /* X86_CMOVO64rm, X86_INS_CMOVO: cmovo{q} $dst, $src2 */ 1388 { /* X86_CMOVO64rr, X86_INS_CMOVO: cmovo{q} $dst, $src2 */
|
D | X86Mapping.c | 941 { X86_INS_CMOVO, "cmovo" },
|
D | X86MappingInsn.inc | 2417 X86_CMOVO16rm, X86_INS_CMOVO, 2423 X86_CMOVO16rr, X86_INS_CMOVO, 2429 X86_CMOVO32rm, X86_INS_CMOVO, 2435 X86_CMOVO32rr, X86_INS_CMOVO, 2441 X86_CMOVO64rm, X86_INS_CMOVO, 2447 X86_CMOVO64rr, X86_INS_CMOVO,
|
D | X86MappingInsnOp.inc | 1612 { /* X86_CMOVO16rm, X86_INS_CMOVO: cmovo{w} $dst, $src2 */ 1616 { /* X86_CMOVO16rr, X86_INS_CMOVO: cmovo{w} $dst, $src2 */ 1620 { /* X86_CMOVO32rm, X86_INS_CMOVO: cmovo{l} $dst, $src2 */ 1624 { /* X86_CMOVO32rr, X86_INS_CMOVO: cmovo{l} $dst, $src2 */ 1628 { /* X86_CMOVO64rm, X86_INS_CMOVO: cmovo{q} $dst, $src2 */ 1632 { /* X86_CMOVO64rr, X86_INS_CMOVO: cmovo{q} $dst, $src2 */
|
/external/capstone/bindings/vb6/ |
D | mx86.bas | 506 X86_INS_CMOVO
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 503 public static final int X86_INS_CMOVO = 91; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 500 X86_INS_CMOVO = 91 variable
|
/external/capstone/include/capstone/ |
D | x86.h | 477 X86_INS_CMOVO, enumerator
|