Searched refs:X86_GRP_VM (Results 1 – 6 of 6) sorted by relevance
/external/capstone/arch/X86/ |
D | X86Mapping.c | 2138 { X86_GRP_VM, "vm" }, 2186 if (id >= X86_GRP_ENDING || (id > X86_GRP_IRET && id < X86_GRP_VM)) in X86_group_name() 4061 { 0 }, { 0 }, { X86_GRP_VM, 0 }, 0, 0 6815 { 0 }, { 0 }, { X86_GRP_VM, X86_GRP_NOT64BITMODE, 0 }, 0, 0 6821 { 0 }, { 0 }, { X86_GRP_VM, X86_GRP_MODE64, 0 }, 0, 0 6833 { X86_REG_EAX, X86_REG_ECX, 0 }, { 0 }, { X86_GRP_VM, X86_GRP_NOT64BITMODE, 0 }, 0, 0 6839 { X86_REG_RAX, X86_REG_ECX, 0 }, { 0 }, { X86_GRP_VM, X86_GRP_MODE64, 0 }, 0, 0 6857 { 0 }, { 0 }, { X86_GRP_VM, X86_GRP_NOT64BITMODE, 0 }, 0, 0 6863 { 0 }, { 0 }, { X86_GRP_VM, X86_GRP_MODE64, 0 }, 0, 0 16895 { X86_REG_EAX, 0 }, { 0 }, { X86_GRP_VM, 0 }, 0, 0 [all …]
|
/external/capstone/suite/ |
D | test_group_name.py | 166 X86_GRP_VM: "vm",
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 1648 public static final int X86_GRP_VM = 128; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 1645 X86_GRP_VM = 128 variable
|
/external/capstone/include/ |
D | x86.h | 1583 X86_GRP_VM = 128, // all virtualization instructions (VT-x + AMD-V) enumerator
|
/external/capstone/bindings/vb6/ |
D | mx86.bas | 1727 X86_GRP_VM = 128 ' all virtualization instructions (VT-x + AMD-V)
|