Home
last modified time | relevance | path

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

/external/capstone/bindings/vb6/
Dmx86.bas688 X86_INS_JO
/external/capstone/arch/X86/
DX86Mapping.c1119 { X86_INS_JO, "jo" },
3174 case X86_INS_JO: in valid_bnd()
DX86MappingInsn_reduce.inc3413 X86_JO_1, X86_INS_JO,
3419 X86_JO_2, X86_INS_JO,
3425 X86_JO_4, X86_INS_JO,
DX86MappingInsnOp_reduce.inc2276 { /* X86_JO_1, X86_INS_JO: jo $dst */
2280 { /* X86_JO_2, X86_INS_JO: jo $dst */
2284 { /* X86_JO_4, X86_INS_JO: jo $dst */
DX86MappingInsn.inc5741 X86_JO_1, X86_INS_JO,
5747 X86_JO_2, X86_INS_JO,
5753 X86_JO_4, X86_INS_JO,
DX86MappingInsnOp.inc3828 { /* X86_JO_1, X86_INS_JO: jo $dst */
3832 { /* X86_JO_2, X86_INS_JO: jo $dst */
3836 { /* X86_JO_4, X86_INS_JO: jo $dst */
/external/capstone/bindings/python/capstone/
Dx86_const.py678 X86_INS_JO = 269 variable
/external/capstone/bindings/java/capstone/
DX86_const.java681 public static final int X86_INS_JO = 269; field in X86_const
/external/capstone/include/capstone/
Dx86.h655 X86_INS_JO, enumerator