Go to the documentation of this file.
16 if (ins->detail == NULL)
19 sysz = &(ins->detail->sysz);
25 switch((
int)
op->type) {
32 printf(
"\t\toperands[%u].type: ACREG = %u\n",
i,
op->reg);
35 printf(
"\t\toperands[%u].type: IMM = 0x%" PRIx64
"\n",
i,
op->imm);
38 printf(
"\t\toperands[%u].type: MEM\n",
i);
40 printf(
"\t\t\toperands[%u].mem.base: REG = %s\n",
43 printf(
"\t\t\toperands[%u].mem.index: REG = %s\n",
45 if (
op->mem.length != 0)
46 printf(
"\t\t\toperands[%u].mem.length: 0x%" PRIx64
"\n",
i,
op->mem.length);
47 if (
op->mem.disp != 0)
48 printf(
"\t\t\toperands[%u].mem.disp: 0x%" PRIx64
"\n",
i,
op->mem.disp);
55 printf(
"\tCode condition: %u\n", sysz->
cc);
_Use_decl_annotations_ int __cdecl printf(const char *_Format,...)
cs_sysz_op operands[6]
operands for this instruction.
@ SYSZ_OP_REG
= CS_OP_REG (Register operand).
@ SYSZ_OP_ACREG
Access register operand.
const CAPSTONE_EXPORT char *CAPSTONE_API cs_reg_name(csh ud, unsigned int reg)
@ SYSZ_OP_MEM
= CS_OP_MEM (Memory operand).
@ SYSZ_OP_IMM
= CS_OP_IMM (Immediate operand).
grpc
Author(s):
autogenerated on Fri May 16 2025 02:58:08