Home
last modified time | relevance | path

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

/external/capstone/arch/X86/
DX86MappingInsn_reduce.inc2051 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,
DX86MappingInsnOp_reduce.inc1368 { /* 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 */
DX86Mapping.c941 { X86_INS_CMOVO, "cmovo" },
DX86MappingInsn.inc2417 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,
DX86MappingInsnOp.inc1612 { /* 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/
Dmx86.bas506 X86_INS_CMOVO
/external/capstone/bindings/java/capstone/
DX86_const.java503 public static final int X86_INS_CMOVO = 91; field in X86_const
/external/capstone/bindings/python/capstone/
Dx86_const.py500 X86_INS_CMOVO = 91 variable
/external/capstone/include/capstone/
Dx86.h477 X86_INS_CMOVO, enumerator