Searched refs:X86_INS_SETNP (Results 1 – 9 of 9) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 1046 X86_INS_SETNP
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 1049 public static final int X86_INS_SETNP = 637; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 1046 X86_INS_SETNP = 637 variable
|
/external/capstone/include/capstone/ |
D | x86.h | 1023 X86_INS_SETNP, enumerator
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 1487 { X86_INS_SETNP, "setnp" },
|
D | X86MappingInsn_reduce.inc | 7439 X86_SETNPm, X86_INS_SETNP, 7445 X86_SETNPr, X86_INS_SETNP,
|
D | X86MappingInsnOp_reduce.inc | 4960 { /* X86_SETNPm, X86_INS_SETNP: setnp $dst */ 4964 { /* X86_SETNPr, X86_INS_SETNP: setnp $dst */
|
D | X86MappingInsn.inc | 14207 X86_SETNPm, X86_INS_SETNP, 14213 X86_SETNPr, X86_INS_SETNP,
|
D | X86MappingInsnOp.inc | 9472 { /* X86_SETNPm, X86_INS_SETNP: setnp $dst */ 9476 { /* X86_SETNPr, X86_INS_SETNP: setnp $dst */
|