Lines Matching refs:ppc
62 cs_ppc *ppc; in print_insn_detail() local
69 ppc = &(ins->detail->ppc); in print_insn_detail()
70 if (ppc->op_count) in print_insn_detail()
71 printf("\top_count: %u\n", ppc->op_count); in print_insn_detail()
73 for (i = 0; i < ppc->op_count; i++) { in print_insn_detail()
74 cs_ppc_op *op = &(ppc->operands[i]); in print_insn_detail()
102 if (ppc->bc != 0) in print_insn_detail()
103 printf("\tBranch code: %u\n", ppc->bc); in print_insn_detail()
105 if (ppc->bh != 0) in print_insn_detail()
106 printf("\tBranch hint: %u\n", ppc->bh); in print_insn_detail()
108 if (ppc->update_cr0) in print_insn_detail()