Searched refs:MIPS_OP_IMM (Results 1 – 13 of 13) sorted by relevance
15 | MIPS_OP_IMM of int Constructor
29 | MIPS_OP_IMM imm -> printf "\t\top[%d]: IMM = 0x%x\n" i imm;
289 case MIPS_OP_IMM: in _cs_disasm()
32 case MIPS_OP_IMM: in print_insn_detail_mips()
31 case MIPS_OP_IMM: in get_detail_mips()
217 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].type = MIPS_OP_IMM; in printOperand()233 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].type = MIPS_OP_IMM; in printUnsignedImm()251 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].type = MIPS_OP_IMM; in printUnsignedImm8()
45 if (type == MIPS_OP_IMM) in read()
8 public static final int MIPS_OP_IMM = 2; field in Mips_const
38 if i.type == MIPS_OP_IMM:
53 case MIPS_OP_IMM: in print_insn_detail()
47 if (i.type == MIPS_OP_IMM) in print_ins_detail()
5 MIPS_OP_IMM = 2 variable
25 MIPS_OP_IMM, ///< = CS_OP_IMM (Immediate operand). enumerator