Searched refs:MIPS_OP_REG (Results 1 – 12 of 12) sorted by relevance
14 | MIPS_OP_REG of int Constructor
28 | MIPS_OP_REG reg -> printf "\t\top[%d]: REG = %s\n" i (cs_reg_name handle reg);
282 case MIPS_OP_REG: in _cs_disasm()
29 case MIPS_OP_REG: in print_insn_detail_mips()
47 if (type == MIPS_OP_REG) in read()
9 public static final int MIPS_OP_REG = 1; field in Mips_const
36 if i.type == MIPS_OP_REG:
50 case MIPS_OP_REG: in print_insn_detail()
45 if (i.type == MIPS_OP_REG) in print_ins_detail()
200 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].type = MIPS_OP_REG; in printOperand()
6 MIPS_OP_REG = 1 variable
28 MIPS_OP_REG, // = CS_OP_REG (Register operand). enumerator