Searched refs:X86_INS_VMRUN (Results 1 – 9 of 9) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 1359 X86_INS_VMRUN
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 1365 X86_INS_VMRUN = 956 variable
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 1368 public static final int X86_INS_VMRUN = 956; field in X86_const
|
/external/capstone/include/capstone/ |
D | x86.h | 1342 X86_INS_VMRUN, enumerator
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 1806 { X86_INS_VMRUN, "vmrun" },
|
D | X86MappingInsn_reduce.inc | 8783 X86_VMRUN32, X86_INS_VMRUN, 8789 X86_VMRUN64, X86_INS_VMRUN,
|
D | X86MappingInsnOp_reduce.inc | 5856 { /* X86_VMRUN32, X86_INS_VMRUN: vmrun eax */ 5860 { /* X86_VMRUN64, X86_INS_VMRUN: vmrun rax */
|
D | X86MappingInsn.inc | 31643 X86_VMRUN32, X86_INS_VMRUN, 31649 X86_VMRUN64, X86_INS_VMRUN,
|
D | X86MappingInsnOp.inc | 21096 { /* X86_VMRUN32, X86_INS_VMRUN: vmrun eax */ 21100 { /* X86_VMRUN64, X86_INS_VMRUN: vmrun rax */
|