Home
last modified time | relevance | path

Searched refs:X86_INS_CALL (Results 1 – 10 of 10) sorted by relevance

/external/capstone/arch/X86/
DX86MappingInsn_reduce.inc1457 X86_CALL16m, X86_INS_CALL,
1463 X86_CALL16r, X86_INS_CALL,
1469 X86_CALL32m, X86_INS_CALL,
1475 X86_CALL32r, X86_INS_CALL,
1481 X86_CALL64m, X86_INS_CALL,
1487 X86_CALL64pcrel32, X86_INS_CALL,
1493 X86_CALL64r, X86_INS_CALL,
1499 X86_CALLpcrel16, X86_INS_CALL,
1505 X86_CALLpcrel32, X86_INS_CALL,
DX86MappingInsnOp_reduce.inc972 { /* X86_CALL16m, X86_INS_CALL: call{w} {*}$dst */
976 { /* X86_CALL16r, X86_INS_CALL: call{w} {*}$dst */
980 { /* X86_CALL32m, X86_INS_CALL: call{l} {*}$dst */
984 { /* X86_CALL32r, X86_INS_CALL: call{l} {*}$dst */
988 { /* X86_CALL64m, X86_INS_CALL: call{q} {*}$dst */
992 { /* X86_CALL64pcrel32, X86_INS_CALL: call{q} $dst */
996 { /* X86_CALL64r, X86_INS_CALL: call{q} {*}$dst */
1000 { /* X86_CALLpcrel16, X86_INS_CALL: call{w} $dst */
1004 { /* X86_CALLpcrel32, X86_INS_CALL: call{l} $dst */
DX86Mapping.c906 { X86_INS_CALL, "call" },
3179 case X86_INS_CALL: in valid_bnd()
DX86ATTInstPrinter.c944 MCInst_setOpcodePub(MI, X86_INS_CALL); in X86_ATT_printInst()
DX86MappingInsn.inc1769 X86_CALL16m, X86_INS_CALL,
1775 X86_CALL16r, X86_INS_CALL,
1781 X86_CALL32m, X86_INS_CALL,
1787 X86_CALL32r, X86_INS_CALL,
1793 X86_CALL64m, X86_INS_CALL,
1799 X86_CALL64pcrel32, X86_INS_CALL,
1805 X86_CALL64r, X86_INS_CALL,
1811 X86_CALLpcrel16, X86_INS_CALL,
1817 X86_CALLpcrel32, X86_INS_CALL,
DX86MappingInsnOp.inc1180 { /* X86_CALL16m, X86_INS_CALL: call{w} {*}$dst */
1184 { /* X86_CALL16r, X86_INS_CALL: call{w} {*}$dst */
1188 { /* X86_CALL32m, X86_INS_CALL: call{l} {*}$dst */
1192 { /* X86_CALL32r, X86_INS_CALL: call{l} {*}$dst */
1196 { /* X86_CALL64m, X86_INS_CALL: call{q} {*}$dst */
1200 { /* X86_CALL64pcrel32, X86_INS_CALL: call{q} $dst */
1204 { /* X86_CALL64r, X86_INS_CALL: call{q} {*}$dst */
1208 { /* X86_CALLpcrel16, X86_INS_CALL: call{w} $dst */
1212 { /* X86_CALLpcrel32, X86_INS_CALL: call{l} $dst */
/external/capstone/bindings/vb6/
Dmx86.bas473 X86_INS_CALL
/external/capstone/bindings/java/capstone/
DX86_const.java468 public static final int X86_INS_CALL = 56; field in X86_const
/external/capstone/bindings/python/capstone/
Dx86_const.py465 X86_INS_CALL = 56 variable
/external/capstone/include/capstone/
Dx86.h442 X86_INS_CALL, enumerator