Searched refs:MIPS_OP_MEM (Results 1 – 13 of 13) sorted by relevance
16 | MIPS_OP_MEM of mips_op_mem Constructor
30 | MIPS_OP_MEM mem -> ( printf "\t\top[%d]: MEM\n" i;
293 case MIPS_OP_MEM: in _cs_disasm()
35 case MIPS_OP_MEM: in print_insn_detail_mips()
34 case MIPS_OP_MEM: in get_detail_mips()
43 if (type == MIPS_OP_MEM) in read()
9 public static final int MIPS_OP_MEM = 3; field in Mips_const
40 if i.type == MIPS_OP_MEM:
56 case MIPS_OP_MEM: in print_insn_detail()
49 if (i.type == MIPS_OP_MEM) { in print_ins_detail()
96 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].type = MIPS_OP_MEM; in set_mem_access()
6 MIPS_OP_MEM = 3 variable
26 MIPS_OP_MEM, ///< = CS_OP_MEM (Memory operand). enumerator