Searched refs:XCORE_OP_MEM (Results 1 – 12 of 12) sorted by relevance
90 … MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_MEM; in XCore_insn_extract()158 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_MEM; in set_mem_access()170 MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_MEM; in set_mem_access()
17 | XCORE_OP_MEM of xcore_op_mem Constructor
28 | XCORE_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
581 case XCORE_OP_MEM: in _cs_disasm()
40 if (type == XCORE_OP_MEM) in read()
11 public static final int XCORE_OP_MEM = 3; field in Xcore_const
33 case XCORE_OP_MEM: in print_insn_detail_xcore()
34 if i.type == XCORE_OP_MEM:
8 XCORE_OP_MEM = 3 variable
26 XCORE_OP_MEM, // = CS_OP_MEM (Memory operand). enumerator
55 case XCORE_OP_MEM: in print_insn_detail()
46 if (i.type == XCORE_OP_MEM) { in print_ins_detail()