Searched refs:X86_INS_SMSW (Results 1 – 9 of 9) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 1072 X86_INS_SMSW
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 1075 public static final int X86_INS_SMSW = 663; field in X86_const
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 1072 X86_INS_SMSW = 663 variable
|
/external/capstone/include/capstone/ |
D | x86.h | 1049 X86_INS_SMSW, enumerator
|
/external/capstone/arch/X86/ |
D | X86MappingInsn_reduce.inc | 8051 X86_SMSW16m, X86_INS_SMSW, 8057 X86_SMSW16r, X86_INS_SMSW, 8063 X86_SMSW32r, X86_INS_SMSW, 8069 X86_SMSW64r, X86_INS_SMSW,
|
D | X86Mapping.c | 1513 { X86_INS_SMSW, "smsw" },
|
D | X86MappingInsnOp_reduce.inc | 5368 { /* X86_SMSW16m, X86_INS_SMSW: smsw{w} $dst */ 5372 { /* X86_SMSW16r, X86_INS_SMSW: smsw{w} $dst */ 5376 { /* X86_SMSW32r, X86_INS_SMSW: smsw{l} $dst */ 5380 { /* X86_SMSW64r, X86_INS_SMSW: smsw{q} $dst */
|
D | X86MappingInsn.inc | 14939 X86_SMSW16m, X86_INS_SMSW, 14945 X86_SMSW16r, X86_INS_SMSW, 14951 X86_SMSW32r, X86_INS_SMSW, 14957 X86_SMSW64r, X86_INS_SMSW,
|
D | X86MappingInsnOp.inc | 9960 { /* X86_SMSW16m, X86_INS_SMSW: smsw{w} $dst */ 9964 { /* X86_SMSW16r, X86_INS_SMSW: smsw{w} $dst */ 9968 { /* X86_SMSW32r, X86_INS_SMSW: smsw{l} $dst */ 9972 { /* X86_SMSW64r, X86_INS_SMSW: smsw{q} $dst */
|