Searched refs:X86_OP_MEM (Results 1 – 13 of 13) sorted by relevance
20 | X86_OP_MEM of x86_op_mem Constructor
36 | X86_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
378 case X86_OP_MEM: in _cs_disasm()
50 if (type == X86_OP_MEM) in read()
249 public static final int X86_OP_MEM = 3; field in X86_const
273 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()
299 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()
84 case X86_OP_MEM: in print_insn_detail_x86()
100 if i.type == X86_OP_MEM:
107 case X86_OP_MEM: in print_insn_detail()
105 if (i.type == X86_OP_MEM) { in print_ins_detail()
246 X86_OP_MEM = 3 variable
79 X86_OP_MEM, // = CS_OP_MEM (Memory operand). enumerator