Home
last modified time | relevance | path

Searched refs:X86_OP_MEM (Results 1 – 16 of 16) sorted by relevance

/external/capstone/bindings/ocaml/
Dx86.ml19 | X86_OP_MEM of x86_op_mem Constructor
Dtest_x86.ml35 | X86_OP_MEM mem -> ( printf "\t\top[%d]: MEM [sz=%d]\n" i op.size;
Docaml.c379 case X86_OP_MEM: in _cs_disasm()
/external/capstone/bindings/java/capstone/
DX86.java63 if (type == X86_OP_MEM) in read()
DX86_const.java332 public static final int X86_OP_MEM = 3; field in X86_const
/external/capstone/arch/X86/
DX86ATTInstPrinter.c408 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printSrcIdx()
447 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printDstIdx()
533 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printMemOffset()
782 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printOperand()
816 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printMemReference()
DX86IntelInstPrinter.c528 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printSrcIdx()
568 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printDstIdx()
664 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printMemOffset()
1031 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printMemReference()
DX86Mapping.c3545 case X86_OP_MEM: in X86_reg_access()
/external/capstone/cstool/
Dcstool_x86.c260 case X86_OP_MEM: in print_insn_detail_x86()
/external/capstone/bindings/python/
Dtest_x86.py215 if i.type == X86_OP_MEM:
/external/capstone/suite/cstest/src/
Dx86_detail.c265 case X86_OP_MEM: in get_detail_x86()
/external/capstone/bindings/java/
DTestX86.java126 if (i.type == X86_OP_MEM) { in print_ins_detail()
/external/capstone/tests/
Dtest_x86.c283 case X86_OP_MEM: in print_insn_detail()
/external/capstone/bindings/python/capstone/
Dx86_const.py329 X86_OP_MEM = 3 variable
/external/capstone/include/capstone/
Dx86.h162 X86_OP_MEM, ///< = CS_OP_MEM (Memory operand). enumerator
/external/capstone/docs/Capstone-Engine-Documentation/
DCapstone-Engine Documentation.md2830 X86_OP_MEM, ///< = CS_OP_MEM (内存操作码).