Home
last modified time | relevance | path

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

/external/capstone/bindings/ocaml/
Dx86.ml20 | X86_OP_MEM of x86_op_mem Constructor
Dtest_x86.ml36 | X86_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
Docaml.c378 case X86_OP_MEM: in _cs_disasm()
/external/capstone/bindings/java/capstone/
DX86.java50 if (type == X86_OP_MEM) in read()
DX86_const.java249 public static final int X86_OP_MEM = 3; field in X86_const
/external/capstone/arch/X86/
DX86ATTInstPrinter.c273 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printSrcIdx()
307 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printDstIdx()
388 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printMemOffset()
652 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printOperand()
682 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printMemReference()
DX86IntelInstPrinter.c299 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printSrcIdx()
330 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printDstIdx()
417 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printMemOffset()
777 MI->flat_insn->detail->x86.operands[MI->flat_insn->detail->x86.op_count].type = X86_OP_MEM; in printMemReference()
/external/capstone/cstool/
Dcstool_x86.c84 case X86_OP_MEM: in print_insn_detail_x86()
/external/capstone/bindings/python/
Dtest_x86.py100 if i.type == X86_OP_MEM:
/external/capstone/tests/
Dtest_x86.c107 case X86_OP_MEM: in print_insn_detail()
/external/capstone/bindings/java/
DTestX86.java105 if (i.type == X86_OP_MEM) { in print_ins_detail()
/external/capstone/bindings/python/capstone/
Dx86_const.py246 X86_OP_MEM = 3 variable
/external/capstone/include/
Dx86.h79 X86_OP_MEM, // = CS_OP_MEM (Memory operand). enumerator