Searched refs:X86_INS_LMSW (Results 1 – 9 of 9) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 741 X86_INS_LMSW
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 740 X86_INS_LMSW = 331 variable
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 743 public static final int X86_INS_LMSW = 331; field in X86_const
|
/external/capstone/include/capstone/ |
D | x86.h | 717 X86_INS_LMSW, enumerator
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 1181 { X86_INS_LMSW, "lmsw" },
|
D | X86MappingInsn_reduce.inc | 3695 X86_LMSW16m, X86_INS_LMSW, 3701 X86_LMSW16r, X86_INS_LMSW,
|
D | X86MappingInsnOp_reduce.inc | 2464 { /* X86_LMSW16m, X86_INS_LMSW: lmsw{w} $src */ 2468 { /* X86_LMSW16r, X86_INS_LMSW: lmsw{w} $src */
|
D | X86MappingInsn.inc | 6419 X86_LMSW16m, X86_INS_LMSW, 6425 X86_LMSW16r, X86_INS_LMSW,
|
D | X86MappingInsnOp.inc | 4280 { /* X86_LMSW16m, X86_INS_LMSW: lmsw{w} $src */ 4284 { /* X86_LMSW16r, X86_INS_LMSW: lmsw{w} $src */
|