Searched refs:_this_printf (Results 1 – 1 of 1) sorted by relevance
/external/capstone/suite/arm/ |
D | test_arm_regression.c | 51 #define _this_printf(...) \ in snprint_insn_detail() macro 69 _this_printf("\top_count: %u\n", arm->op_count); in snprint_insn_detail() 77 _this_printf("\t\toperands[%u].type: REG = %s\n", i, cs_reg_name(handle, op->reg)); in snprint_insn_detail() 80 _this_printf("\t\toperands[%u].type: IMM = 0x%x\n", i, op->imm); in snprint_insn_detail() 83 _this_printf("\t\toperands[%u].type: FP = %f\n", i, op->fp); in snprint_insn_detail() 86 _this_printf("\t\toperands[%u].type: MEM\n", i); in snprint_insn_detail() 88 _this_printf("\t\t\toperands[%u].mem.base: REG = %s\n", in snprint_insn_detail() 91 _this_printf("\t\t\toperands[%u].mem.index: REG = %s\n", in snprint_insn_detail() 94 _this_printf("\t\t\toperands[%u].mem.scale: %u\n", i, op->mem.scale); in snprint_insn_detail() 96 _this_printf("\t\t\toperands[%u].mem.disp: 0x%x\n", i, op->mem.disp); in snprint_insn_detail() [all …]
|