Home | History | Annotate | Download | only in capstone

Lines Matching refs:op_type

948 int CAPSTONE_API cs_op_count(csh ud, const cs_insn *insn, unsigned int op_type)
980 if (insn->detail->arm.operands[i].type == (arm_op_type)op_type)
985 if (insn->detail->arm64.operands[i].type == (arm64_op_type)op_type)
990 if (insn->detail->x86.operands[i].type == (x86_op_type)op_type)
995 if (insn->detail->mips.operands[i].type == (mips_op_type)op_type)
1000 if (insn->detail->ppc.operands[i].type == (ppc_op_type)op_type)
1005 if (insn->detail->sparc.operands[i].type == (sparc_op_type)op_type)
1010 if (insn->detail->sysz.operands[i].type == (sysz_op_type)op_type)
1015 if (insn->detail->xcore.operands[i].type == (xcore_op_type)op_type)
1024 int CAPSTONE_API cs_op_index(csh ud, const cs_insn *insn, unsigned int op_type,
1057 if (insn->detail->arm.operands[i].type == (arm_op_type)op_type)
1065 if (insn->detail->arm64.operands[i].type == (arm64_op_type)op_type)
1073 if (insn->detail->x86.operands[i].type == (x86_op_type)op_type)
1081 if (insn->detail->mips.operands[i].type == (mips_op_type)op_type)
1089 if (insn->detail->ppc.operands[i].type == (ppc_op_type)op_type)
1097 if (insn->detail->sparc.operands[i].type == (sparc_op_type)op_type)
1105 if (insn->detail->sysz.operands[i].type == (sysz_op_type)op_type)
1113 if (insn->detail->xcore.operands[i].type == (xcore_op_type)op_type)