Searched refs:X86_INS_SLDT (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/X86/ |
D | X86MappingInsn_reduce.inc | 8021 X86_SLDT16m, X86_INS_SLDT, 8027 X86_SLDT16r, X86_INS_SLDT, 8033 X86_SLDT32r, X86_INS_SLDT, 8039 X86_SLDT64m, X86_INS_SLDT, 8045 X86_SLDT64r, X86_INS_SLDT,
|
D | X86MappingInsnOp_reduce.inc | 5348 { /* X86_SLDT16m, X86_INS_SLDT: sldt{w} $dst */ 5352 { /* X86_SLDT16r, X86_INS_SLDT: sldt{w} $dst */ 5356 { /* X86_SLDT32r, X86_INS_SLDT: sldt{l} $dst */ 5360 { /* X86_SLDT64m, X86_INS_SLDT: sldt{q} $dst */ 5364 { /* X86_SLDT64r, X86_INS_SLDT: sldt{q} $dst */
|
D | X86Mapping.c | 1512 { X86_INS_SLDT, "sldt" },
|
D | X86MappingInsn.inc | 14909 X86_SLDT16m, X86_INS_SLDT, 14915 X86_SLDT16r, X86_INS_SLDT, 14921 X86_SLDT32r, X86_INS_SLDT, 14927 X86_SLDT64m, X86_INS_SLDT, 14933 X86_SLDT64r, X86_INS_SLDT,
|
D | X86MappingInsnOp.inc | 9940 { /* X86_SLDT16m, X86_INS_SLDT: sldt{w} $dst */ 9944 { /* X86_SLDT16r, X86_INS_SLDT: sldt{w} $dst */ 9948 { /* X86_SLDT32r, X86_INS_SLDT: sldt{l} $dst */ 9952 { /* X86_SLDT64m, X86_INS_SLDT: sldt{q} $dst */ 9956 { /* X86_SLDT64r, X86_INS_SLDT: sldt{q} $dst */
|
/external/capstone/bindings/vb6/ |
D | mx86.bas | 1071 X86_INS_SLDT
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 1071 X86_INS_SLDT = 662 variable
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 1074 public static final int X86_INS_SLDT = 662; field in X86_const
|
/external/capstone/include/capstone/ |
D | x86.h | 1048 X86_INS_SLDT, enumerator
|