Searched refs:XCORE_OP_IMM (Results 1 – 12 of 12) sorted by relevance
16 | XCORE_OP_IMM of int Constructor
27 | XCORE_OP_IMM imm -> printf "\t\top[%d]: IMM = 0x%x\n" i imm;
577 case XCORE_OP_IMM: in _cs_disasm()
42 if (type == XCORE_OP_IMM || type == XCORE_OP_REG) in read()
10 public static final int XCORE_OP_IMM = 2; field in Xcore_const
30 case XCORE_OP_IMM: in print_insn_detail_xcore()
32 if i.type == XCORE_OP_IMM:
7 XCORE_OP_IMM = 2 variable
25 XCORE_OP_IMM, // = CS_OP_IMM (Immediate operand). enumerator
52 case XCORE_OP_IMM: in print_insn_detail()
44 if (i.type == XCORE_OP_IMM) in print_ins_detail()
227 … MI->flat_insn->detail->xcore.operands[MI->flat_insn->detail->xcore.op_count].type = XCORE_OP_IMM; in _printOperand()