Searched refs:X86_INS_JO (Results 1 – 9 of 9) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 688 X86_INS_JO
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 1119 { X86_INS_JO, "jo" }, 3174 case X86_INS_JO: in valid_bnd()
|
D | X86MappingInsn_reduce.inc | 3413 X86_JO_1, X86_INS_JO, 3419 X86_JO_2, X86_INS_JO, 3425 X86_JO_4, X86_INS_JO,
|
D | X86MappingInsnOp_reduce.inc | 2276 { /* 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 */
|
D | X86MappingInsn.inc | 5741 X86_JO_1, X86_INS_JO, 5747 X86_JO_2, X86_INS_JO, 5753 X86_JO_4, X86_INS_JO,
|
D | X86MappingInsnOp.inc | 3828 { /* 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/ |
D | x86_const.py | 678 X86_INS_JO = 269 variable
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 681 public static final int X86_INS_JO = 269; field in X86_const
|
/external/capstone/include/capstone/ |
D | x86.h | 655 X86_INS_JO, enumerator
|