Searched refs:MIPS_OP_REG (Results 1 – 13 of 13) 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);
285 case MIPS_OP_REG: in _cs_disasm()
29 case MIPS_OP_REG: in print_insn_detail_mips()
28 case MIPS_OP_REG: in get_detail_mips()
47 if (type == MIPS_OP_REG) in read()
7 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()414 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].type = MIPS_OP_REG; in printRegisterList()
4 MIPS_OP_REG = 1 variable
24 MIPS_OP_REG, ///< = CS_OP_REG (Register operand). enumerator