Searched refs:X86_INS_FXCH (Results 1 – 7 of 7) sorted by relevance
/external/capstone/bindings/vb6/ |
D | mx86.bas | 1691 X86_INS_FXCH
|
/external/capstone/bindings/python/capstone/ |
D | x86_const.py | 1092 X86_INS_FXCH = 683 variable
|
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 1095 public static final int X86_INS_FXCH = 683; field in X86_const
|
/external/capstone/include/capstone/ |
D | x86.h | 1069 X86_INS_FXCH, enumerator
|
/external/capstone/arch/X86/ |
D | X86Mapping.c | 1533 { X86_INS_FXCH, "fxch" },
|
D | X86MappingInsn.inc | 15197 X86_ST_FXCHST0r, X86_INS_FXCH, 15203 X86_ST_FXCHST0r_alt, X86_INS_FXCH, 50489 X86_XCH_F, X86_INS_FXCH,
|
D | X86MappingInsnOp.inc | 10132 { /* X86_ST_FXCHST0r, X86_INS_FXCH: fxch st(0), $op */ 10136 { /* X86_ST_FXCHST0r_alt, X86_INS_FXCH: fxch st(0), $op */ 33660 { /* X86_XCH_F, X86_INS_FXCH: fxch $op */
|