Searched refs:X86_INS_POP (Results 1 – 9 of 9) sorted by relevance
/external/capstone/arch/X86/ |
D | X86MappingInsn_reduce.inc | 5651 X86_POP16r, X86_INS_POP, 5657 X86_POP16rmm, X86_INS_POP, 5663 X86_POP16rmr, X86_INS_POP, 5669 X86_POP32r, X86_INS_POP, 5675 X86_POP32rmm, X86_INS_POP, 5681 X86_POP32rmr, X86_INS_POP, 5687 X86_POP64r, X86_INS_POP, 5693 X86_POP64rmm, X86_INS_POP, 5699 X86_POP64rmr, X86_INS_POP, 5717 X86_POPDS16, X86_INS_POP, [all …]
|
D | X86MappingInsnOp_reduce.inc | 3768 { /* X86_POP16r, X86_INS_POP: pop{w} $reg */ 3772 { /* X86_POP16rmm, X86_INS_POP: pop{w} $dst */ 3776 { /* X86_POP16rmr, X86_INS_POP: pop{w} $reg */ 3780 { /* X86_POP32r, X86_INS_POP: pop{l} $reg */ 3784 { /* X86_POP32rmm, X86_INS_POP: pop{l} $dst */ 3788 { /* X86_POP32rmr, X86_INS_POP: pop{l} $reg */ 3792 { /* X86_POP64r, X86_INS_POP: pop{q} $reg */ 3796 { /* X86_POP64rmm, X86_INS_POP: pop{q} $dst */ 3800 { /* X86_POP64rmr, X86_INS_POP: pop{q} $reg */ 3812 { /* X86_POPDS16, X86_INS_POP: pop{w} ds */ [all …]
|
D | X86MappingInsn.inc | 11699 X86_POP16r, X86_INS_POP, 11705 X86_POP16rmm, X86_INS_POP, 11711 X86_POP16rmr, X86_INS_POP, 11717 X86_POP32r, X86_INS_POP, 11723 X86_POP32rmm, X86_INS_POP, 11729 X86_POP32rmr, X86_INS_POP, 11735 X86_POP64r, X86_INS_POP, 11741 X86_POP64rmm, X86_INS_POP, 11747 X86_POP64rmr, X86_INS_POP, 11801 X86_POPDS16, X86_INS_POP, [all …]
|
D | X86Mapping.c | 1416 { X86_INS_POP, "pop" },
|
D | X86MappingInsnOp.inc | 7800 { /* X86_POP16r, X86_INS_POP: pop{w} $reg */ 7804 { /* X86_POP16rmm, X86_INS_POP: pop{w} $dst */ 7808 { /* X86_POP16rmr, X86_INS_POP: pop{w} $reg */ 7812 { /* X86_POP32r, X86_INS_POP: pop{l} $reg */ 7816 { /* X86_POP32rmm, X86_INS_POP: pop{l} $dst */ 7820 { /* X86_POP32rmr, X86_INS_POP: pop{l} $reg */ 7824 { /* X86_POP64r, X86_INS_POP: pop{q} $reg */ 7828 { /* X86_POP64rmm, X86_INS_POP: pop{q} $dst */ 7832 { /* X86_POP64rmr, X86_INS_POP: pop{q} $reg */ 7868 { /* X86_POPDS16, X86_INS_POP: pop{w} ds */ [all …]
|
/external/capstone/bindings/vb6/ |
D | mx86.bas | 975 X86_INS_POP
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 975 X86_INS_POP = 566 variable
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 978 public static final int X86_INS_POP = 566; field in X86_const
|
/external/capstone/include/capstone/ |
D | x86.h | 952 X86_INS_POP, enumerator
|