Searched refs:ARM_OP_CIMM (Results 1 – 14 of 14) sorted by relevance
28 | ARM_OP_CIMM of int Constructor
36 | ARM_OP_CIMM imm -> printf "\t\top[%d]: C-IMM = %u\n" i imm;
132 case ARM_OP_CIMM: in _cs_disasm()
68 if (type == ARM_OP_PIMM || type == ARM_OP_IMM || type == ARM_OP_CIMM) in read()
127 public static final int ARM_OP_CIMM = 64; field in Arm_const
62 case ARM_OP_CIMM: in print_insn_detail_arm()
62 case ARM_OP_CIMM: in get_detail_arm()
46 if i.type == ARM_OP_CIMM:
87 case ARM_OP_CIMM: in print_insn_detail()
55 if (i.type == ARM_OP_CIMM) in print_ins_detail()
102 case ARM_OP_CIMM: in snprint_insn_detail()
124 ARM_OP_CIMM = 64 variable
167 ARM_OP_CIMM = 64, ///< C-Immediate (coprocessor registers) enumerator
1850 MI->flat_insn->detail->arm.operands[MI->flat_insn->detail->arm.op_count].type = ARM_OP_CIMM; in printCImmediate()