Searched refs:MIPS_OP_IMM (Results 1 – 12 of 12) 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;
286 case MIPS_OP_IMM: in _cs_disasm()
237 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].type = MIPS_OP_IMM; in printOperand()262 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].type = MIPS_OP_IMM; in printUnsignedImm()280 MI->flat_insn->detail->mips.operands[MI->flat_insn->detail->mips.op_count].type = MIPS_OP_IMM; in printUnsignedImm8()
32 case MIPS_OP_IMM: in print_insn_detail_mips()
45 if (type == MIPS_OP_IMM) in read()
10 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()
7 MIPS_OP_IMM = 2 variable
29 MIPS_OP_IMM, // = CS_OP_IMM (Immediate operand). enumerator