Lines Matching refs:add_str
50 add_str(&result, " ; op_count: %u", ppc->op_count); in get_detail_ppc()
58 add_str(&result, " ; operands[%u].type: REG = %s", i, cs_reg_name(*handle, op->reg)); in get_detail_ppc()
61 add_str(&result, " ; operands[%u].type: IMM = 0x%"PRIx64"", i, op->imm); in get_detail_ppc()
64 add_str(&result, " ; operands[%u].type: MEM", i); in get_detail_ppc()
66 add_str(&result, " ; operands[%u].mem.base: REG = %s", i, cs_reg_name(*handle, op->mem.base)); in get_detail_ppc()
68 add_str(&result, " ; operands[%u].mem.disp: 0x%x", i, op->mem.disp); in get_detail_ppc()
72 add_str(&result, " ; operands[%u].type: CRX", i); in get_detail_ppc()
73 add_str(&result, " ; operands[%u].crx.scale: %d", i, op->crx.scale); in get_detail_ppc()
74 add_str(&result, " ; operands[%u].crx.reg: %s", i, cs_reg_name(*handle, op->crx.reg)); in get_detail_ppc()
75 add_str(&result, " ; operands[%u].crx.cond: %s", i, get_bc_name(op->crx.cond)); in get_detail_ppc()
81 add_str(&result, " ; Branch code: %u", ppc->bc); in get_detail_ppc()
84 add_str(&result, " ; Branch hint: %u", ppc->bh); in get_detail_ppc()
87 add_str(&result, " ; Update-CR0: True"); in get_detail_ppc()