Home | History | Annotate | Download | only in cstool

Lines Matching defs:ppc

41 	cs_ppc *ppc;
48 ppc = &(ins->detail->ppc);
49 if (ppc->op_count)
50 printf("\top_count: %u\n", ppc->op_count);
52 for (i = 0; i < ppc->op_count; i++) {
53 cs_ppc_op *op = &(ppc->operands[i]);
81 if (ppc->bc != 0)
82 printf("\tBranch code: %u\n", ppc->bc);
84 if (ppc->bh != 0)
85 printf("\tBranch hint: %u\n", ppc->bh);
87 if (ppc->update_cr0)