Searched refs:X86_INS_INVLPGA (Results 1 – 9 of 9) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 646 X86_INS_INVLPGA
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 640 public static final int X86_INS_INVLPGA = 228; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 637 X86_INS_INVLPGA = 228 variable
|
/external/capstone/include/capstone/ |
D | x86.h | 614 X86_INS_INVLPGA, enumerator
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 1078 { X86_INS_INVLPGA, "invlpga" },
|
D | X86MappingInsn_reduce.inc | 3059 X86_INVLPGA32, X86_INS_INVLPGA, 3065 X86_INVLPGA64, X86_INS_INVLPGA,
|
D | X86MappingInsnOp_reduce.inc | 2040 { /* X86_INVLPGA32, X86_INS_INVLPGA: invlpga eax, ecx */ 2044 { /* X86_INVLPGA64, X86_INS_INVLPGA: invlpga rax, ecx */
|
D | X86MappingInsn.inc | 4715 X86_INVLPGA32, X86_INS_INVLPGA, 4721 X86_INVLPGA64, X86_INS_INVLPGA,
|
D | X86MappingInsnOp.inc | 3144 { /* X86_INVLPGA32, X86_INS_INVLPGA: invlpga eax, ecx */ 3148 { /* X86_INVLPGA64, X86_INS_INVLPGA: invlpga rax, ecx */
|