Lines Matching refs:debug
82 debug (const char *string, ...) in debug() function
115 debug ("In md_begin()\n"); in md_begin()
311 debug ("In tic30_find_parallel_insn()\n"); in tic30_find_parallel_insn()
325 debug ("Found a parallel instruction\n"); in tic30_find_parallel_insn()
388 debug ("parallel insn = %s\n", parallel_insn); in tic30_find_parallel_insn()
405 debug ("In tic30_operand with %s\n", token); in tic30_operand()
414 debug ("Found direct reference\n"); in tic30_operand()
427 debug ("Direct reference is a label\n"); in tic30_operand()
431 debug ("Current input_line_pointer: %s\n", input_line_pointer); in tic30_operand()
434 debug ("Expression type: %d\n", in tic30_operand()
436 debug ("Expression addnum: %ld\n", in tic30_operand()
438 debug ("Segment: %p\n", retval); in tic30_operand()
451 debug ("Direct reference is a number\n"); in tic30_operand()
467 debug ("Found indirect reference\n"); in tic30_operand()
539 debug ("Found indirect reference: %s\n", ind_addr_op->syntax); in tic30_operand()
575 debug ("Found register operand: %s\n", regop->name); in tic30_operand()
595 debug ("Probably a label: %s\n", token); in tic30_operand()
602 debug ("Current input_line_pointer: %s\n", input_line_pointer); in tic30_operand()
604 debug ("Expression type: %d\n", in tic30_operand()
606 debug ("Expression addnum: %ld\n", in tic30_operand()
608 debug ("Segment: %p\n", retval); in tic30_operand()
622 debug ("Found a number or displacement\n"); in tic30_operand()
663 debug ("In tic30_parallel_insn with %s\n", token); in tic30_parallel_insn()
675 debug ("Found instruction %s\n", p_opcode->name); in tic30_parallel_insn()
714 debug ("first_opcode = %s\n", first_opcode); in tic30_parallel_insn()
715 debug ("second_opcode = %s\n", second_opcode); in tic30_parallel_insn()
721 debug ("Found instruction %s\n", p_opcode->name); in tic30_parallel_insn()
871 debug ("Number of operands in first insn: %d\n", p_insn.operands[0]); in tic30_parallel_insn()
872 debug ("Number of operands in second insn: %d\n", p_insn.operands[1]); in tic30_parallel_insn()
974 debug ("P field: %08X\n", p_insn.p_field); in tic30_parallel_insn()
1092 debug ("Final opcode: %08X\n", p_insn.opcode); in tic30_parallel_insn()
1093 debug ("\n"); in tic30_parallel_insn()
1104 debug ("In tc_unrecognized_line\n"); in tic30_unrecognized_line()
1112 debug ("In md_estimate_size_before_relax()\n"); in md_estimate_size_before_relax()
1121 debug ("In md_convert_frag()\n"); in md_convert_frag()
1131 debug ("In md_apply_fix() with value = %ld\n", (long) value); in md_apply_fix()
1132 debug ("Values in fixP\n"); in md_apply_fix()
1133 debug ("fx_size = %d\n", fixP->fx_size); in md_apply_fix()
1134 debug ("fx_pcrel = %d\n", fixP->fx_pcrel); in md_apply_fix()
1135 debug ("fx_where = %ld\n", fixP->fx_where); in md_apply_fix()
1136 debug ("fx_offset = %d\n", (int) fixP->fx_offset); in md_apply_fix()
1145 debug ("new value = %ld\n", (long) value); in md_apply_fix()
1157 debug ("In md_parse_option()\n"); in md_parse_option()
1164 debug ("In md_show_usage()\n"); in md_show_usage()
1170 debug ("In md_undefined_symbol()\n"); in md_undefined_symbol()
1177 debug ("In md_section_align() segment = %p and size = %lu\n", in md_section_align()
1181 debug ("New size value = %lu\n", (unsigned long) size); in md_section_align()
1190 debug ("In md_pcrel_from()\n"); in md_pcrel_from()
1191 debug ("fx_where = %ld\n", fixP->fx_where); in md_pcrel_from()
1192 debug ("fx_size = %d\n", fixP->fx_size); in md_pcrel_from()
1201 debug ("offset = %d\n", offset); in md_pcrel_from()
1221 debug ("In md_atof()\n"); in md_atof()
1222 debug ("precision = %c\n", what_statement_type); in md_atof()
1223 debug ("literal = %s\n", literalP); in md_atof()
1224 debug ("line = "); in md_atof()
1229 debug ("%c", *input_line_pointer); in md_atof()
1235 debug ("\n"); in md_atof()
1238 debug ("float_value = %f\n", float_value); in md_atof()
1355 debug ("In md_number_to_chars()\n"); in md_number_to_chars()
1368 debug ("In tc_gen_reloc()\n"); in tc_gen_reloc()
1369 debug ("fixP.size = %d\n", fixP->fx_size); in tc_gen_reloc()
1370 debug ("fixP.pcrel = %d\n", fixP->fx_pcrel); in tc_gen_reloc()
1371 debug ("addsy.name = %s\n", S_GET_NAME (fixP->fx_addsy)); in tc_gen_reloc()
1410 debug ("In md_operand()\n"); in md_operand()
1422 debug ("In md_assemble() with argument %s\n", line); in md_assemble()
1426 debug ("Line is second part of parallel instruction\n\n"); in md_assemble()
1467 debug ("Found instruction %s\n", op->name); in md_assemble()
1472 debug ("Didn't find insn\n"); in md_assemble()
1577 debug ("Number of operands found: %d\n", insn.operands); in md_assemble()
1602 debug ("Operand %d matches\n", count + 1); in md_assemble()
1768 debug ("Floating point first operand\n"); in md_assemble()
1785 debug ("Unsigned int first operand\n"); in md_assemble()
1796 debug ("Int first operand\n"); in md_assemble()
1989 debug ("Addressing mode: %08X\n", insn.addressing_mode); in md_assemble()
2000 debug ("Final opcode: %08X\n", insn.opcode); in md_assemble()
2001 debug ("\n"); in md_assemble()