Searched refs:ARM64_OP_CIMM (Results 1 – 12 of 12) 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;
201 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()
209 public static final int ARM64_OP_CIMM = 64; field in Arm64_const
53 case ARM64_OP_CIMM: in print_insn_detail_arm64()
35 if i.type == ARM64_OP_CIMM:
74 case ARM64_OP_CIMM: in print_insn_detail()
57 if (i.type == ARM64_OP_CIMM) in print_ins_detail()
206 ARM64_OP_CIMM = 64 variable
243 ARM64_OP_CIMM = 64, // C-Immediate enumerator
689 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_CIMM; in printSysCROperand()