Searched refs:ARM64_OP_CIMM (Results 1 – 13 of 13) sorted by relevance
21 | ARM64_OP_CIMM of int Constructor
28 | ARM64_OP_CIMM imm -> printf "\t\top[%d]: C-IMM = %u\n" i imm;
204 case ARM64_OP_CIMM: in _cs_disasm()
68 …if (type == ARM64_OP_IMM || type == ARM64_OP_CIMM || type == ARM64_OP_REG || type == ARM64_OP_REG_… in read()
187 public static final int ARM64_OP_CIMM = 64; field in Arm64_const
56 case ARM64_OP_CIMM: in print_insn_detail_arm64()
35 if i.type == ARM64_OP_CIMM:
56 case ARM64_OP_CIMM: in get_detail_arm64()
77 case ARM64_OP_CIMM: in print_insn_detail()
57 if (i.type == ARM64_OP_CIMM) in print_ins_detail()
184 ARM64_OP_CIMM = 64 variable
239 ARM64_OP_CIMM = 64, ///< C-Immediate enumerator
883 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_CIMM; in printSysCROperand()