Searched refs:X86_INS_LLDT (Results 1 – 9 of 9) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 740 X86_INS_LLDT
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 742 public static final int X86_INS_LLDT = 330; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 739 X86_INS_LLDT = 330 variable
|
/external/capstone/include/capstone/ |
D | x86.h | 716 X86_INS_LLDT, enumerator
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 1180 { X86_INS_LLDT, "lldt" },
|
D | X86MappingInsn_reduce.inc | 3683 X86_LLDT16m, X86_INS_LLDT, 3689 X86_LLDT16r, X86_INS_LLDT,
|
D | X86MappingInsnOp_reduce.inc | 2456 { /* X86_LLDT16m, X86_INS_LLDT: lldt{w} $src */ 2460 { /* X86_LLDT16r, X86_INS_LLDT: lldt{w} $src */
|
D | X86MappingInsn.inc | 6407 X86_LLDT16m, X86_INS_LLDT, 6413 X86_LLDT16r, X86_INS_LLDT,
|
D | X86MappingInsnOp.inc | 4272 { /* X86_LLDT16m, X86_INS_LLDT: lldt{w} $src */ 4276 { /* X86_LLDT16r, X86_INS_LLDT: lldt{w} $src */
|