Searched refs:X86_INS_SYSEXIT (Results 1 – 10 of 10) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 1105 X86_INS_SYSEXIT
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 1109 public static final int X86_INS_SYSEXIT = 697; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 1106 X86_INS_SYSEXIT = 697 variable
|
/external/capstone/include/capstone/ |
D | x86.h | 1083 X86_INS_SYSEXIT, enumerator
|
/external/capstone/arch/X86/ |
D | X86ATTInstPrinter.c | 959 case X86_INS_SYSEXIT: in X86_ATT_printInst()
|
D | X86Mapping.c | 1547 { X86_INS_SYSEXIT, "sysexit" },
|
D | X86MappingInsn_reduce.inc | 8387 X86_SYSEXIT, X86_INS_SYSEXIT, 8393 X86_SYSEXIT64, X86_INS_SYSEXIT,
|
D | X86MappingInsnOp_reduce.inc | 5592 { /* X86_SYSEXIT, X86_INS_SYSEXIT: sysexit{l} */ 5596 { /* X86_SYSEXIT64, X86_INS_SYSEXIT: sysexit{q} */
|
D | X86MappingInsn.inc | 15605 X86_SYSEXIT, X86_INS_SYSEXIT, 15611 X86_SYSEXIT64, X86_INS_SYSEXIT,
|
D | X86MappingInsnOp.inc | 10404 { /* X86_SYSEXIT, X86_INS_SYSEXIT: sysexit{l} */ 10408 { /* X86_SYSEXIT64, X86_INS_SYSEXIT: sysexit{q} */
|