Home
last modified time | relevance | path

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

/external/capstone/arch/AArch64/
DAArch64InstPrinter.c179 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
206 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
209 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
234 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
237 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
272 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
275 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
301 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
304 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in AArch64_printInst()
620 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_IMM; in printOperand()
[all …]
DAArch64Mapping.c14969 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.c205 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.java206 public static final int ARM64_OP_IMM = 2; field in Arm64_const
/external/capstone/cstool/
Dcstool_arm64.c32 case ARM64_OP_IMM: in print_insn_detail_arm64()
/external/capstone/bindings/python/
Dtest_arm64.py33 if i.type == ARM64_OP_IMM:
/external/capstone/tests/
Dtest_arm64.c53 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.py203 ARM64_OP_IMM = 2 variable
/external/capstone/include/
Darm64.h240 ARM64_OP_IMM, // = CS_OP_IMM (Immediate operand). enumerator