Home
last modified time | relevance | path

Searched refs:ARM64_OP_IMM (Results 1 – 14 of 14) sorted by relevance

/external/capstone/arch/AArch64/
DAArch64InstPrinter.c226 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
269 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
277 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
318 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
326 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
377 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
385 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
427 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
435 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
784 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in printOperand()
[all …]
DAArch64Mapping.c992 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in arm64_op_addImm()
/external/capstone/bindings/ocaml/
Darm64.ml22 | ARM64_OP_IMM of int Constructor
Dtest_arm64.ml29 | ARM64_OP_IMM imm -> printf "\t\top[%d]: IMM = 0x%x\n" i imm;
Docaml.c208 case ARM64_OP_IMM: in _cs_disasm()
/external/capstone/bindings/java/capstone/
DArm64.java68 …if (type == ARM64_OP_IMM || type == ARM64_OP_CIMM || type == ARM64_OP_REG || type == ARM64_OP_REG_… in read()
DArm64_const.java184 public static final int ARM64_OP_IMM = 2; field in Arm64_const
/external/capstone/cstool/
Dcstool_arm64.c35 case ARM64_OP_IMM: in print_insn_detail_arm64()
/external/capstone/bindings/python/
Dtest_arm64.py33 if i.type == ARM64_OP_IMM:
/external/capstone/suite/cstest/src/
Darm64_detail.c35 case ARM64_OP_IMM: in get_detail_arm64()
/external/capstone/tests/
Dtest_arm64.c56 case ARM64_OP_IMM: in print_insn_detail()
/external/capstone/bindings/java/
DTestArm64.java55 if (i.type == ARM64_OP_IMM) in print_ins_detail()
/external/capstone/bindings/python/capstone/
Darm64_const.py181 ARM64_OP_IMM = 2 variable
/external/capstone/include/capstone/
Darm64.h236 ARM64_OP_IMM, ///< = CS_OP_IMM (Immediate operand). enumerator