Searched refs:TMS320C64X_OP_IMM (Results 1 – 8 of 8) sorted by relevance
32 if i.type == TMS320C64X_OP_IMM:
30 case TMS320C64X_OP_IMM: in print_insn_detail_tms320c64x()
31 case TMS320C64X_OP_IMM: in get_detail_tms320c64x()
8 public static final int TMS320C64X_OP_IMM = 2; field in TMS320C64x_const
5 TMS320C64X_OP_IMM = 2 variable
51 case TMS320C64X_OP_IMM: in print_insn_detail()
21 TMS320C64X_OP_IMM, ///< = CS_OP_IMM (Immediate operand). enumerator
173 …->detail->tms320c64x.operands[MI->flat_insn->detail->tms320c64x.op_count].type = TMS320C64X_OP_IMM; in printOperand()