Lines Matching refs:DEBUG_printf

55 #define DEBUG_printf DEBUG_printf  macro
57 #define DEBUG_printf(...) (void)0 macro
356 DEBUG_printf("start_pass(pass=%u, scope=%p)\n", pass, scope); in emit_native_start_pass()
771DEBUG_printf(" adjust_stack; stack_size=%d+%d; stack now:", emit->stack_size - stack_size_delta, … in adjust_stack()
774 DEBUG_printf(" (v=%d k=%d %d)", si->vtype, si->kind, si->data.u_reg); in adjust_stack()
776 DEBUG_printf("\n"); in adjust_stack()
781 DEBUG_printf("adjust_stack_size(" INT_FMT ")\n", delta); in emit_native_adjust_stack_size()
850 DEBUG_printf(" reg(%u) to local(%u)\n", si->data.u_reg, emit->stack_start + i); in need_reg_all()
882 DEBUG_printf(" need_stack_settled; stack_size=%d\n", emit->stack_size); in need_stack_settled()
887DEBUG_printf(" imm(" INT_FMT ") to local(%u)\n", si->data.u_imm, emit->stack_start + i); in need_stack_settled()
1069 DEBUG_printf(" convert_native_to_obj(local_num=" UINT_FMT ")\n", local_num); in emit_get_stack_pointer_to_reg_for_pop()
1166 DEBUG_printf("label_assign(" UINT_FMT ")\n", l); in emit_native_label_assign()
1338 DEBUG_printf("import_name %s\n", qstr_str(qst)); in emit_native_import_name()
1357 DEBUG_printf("import_from %s\n", qstr_str(qst)); in emit_native_import_from()
1367 DEBUG_printf("import_star\n"); in emit_native_import_star()
1386 DEBUG_printf("load_const_tok(tok=%u)\n", tok); in emit_native_load_const_tok()
1404 DEBUG_printf("load_const_small_int(int=" INT_FMT ")\n", arg); in emit_native_load_const_small_int()
1440 DEBUG_printf("load_fast(%s, " UINT_FMT ")\n", qstr_str(qst), local_num); in emit_native_load_fast()
1456 DEBUG_printf("load_deref(%s, " UINT_FMT ")\n", qstr_str(qst), local_num); in emit_native_load_deref()
1480 DEBUG_printf("load_name(%s)\n", qstr_str(qst)); in emit_native_load_global()
1482 DEBUG_printf("load_global(%s)\n", qstr_str(qst)); in emit_native_load_global()
1529 DEBUG_printf("load_subscr\n"); in emit_native_load_subscr()
1686 DEBUG_printf("store_deref(%s, " UINT_FMT ")\n", qstr_str(qst), local_num); in emit_native_store_deref()
1739 DEBUG_printf("store_subscr\n"); in emit_native_store_subscr()
1973 DEBUG_printf("dup_top\n"); in emit_native_dup_top()
1987 DEBUG_printf("pop_top\n"); in emit_native_pop_top()
1993 DEBUG_printf("rot_two\n"); in emit_native_rot_two()
2000 DEBUG_printf("rot_three\n"); in emit_native_rot_three()
2007 DEBUG_printf("jump(label=" UINT_FMT ")\n", label); in emit_native_jump()
2053 DEBUG_printf("pop_jump_if(cond=%u, label=" UINT_FMT ")\n", cond, label); in emit_native_pop_jump_if()
2058 DEBUG_printf("jump_if_or_pop(cond=%u, label=" UINT_FMT ")\n", cond, label); in emit_native_jump_if_or_pop()
2314 DEBUG_printf("binary_op(" UINT_FMT ")\n", op); in emit_native_binary_op()
2613 DEBUG_printf("build_slice %d\n", n_args); in emit_native_build_slice()
2663 DEBUG_printf("unpack_sequence %d\n", n_args); in emit_native_unpack_sequence()
2672 DEBUG_printf("unpack_ex %d %d\n", n_left, n_right); in emit_native_unpack_ex()
2714DEBUG_printf("call_function(n_pos=" UINT_FMT ", n_kw=" UINT_FMT ", star_flags=" UINT_FMT ")\n", n_… in emit_native_call_function()
2725 DEBUG_printf(" cast to %d\n", vtype_fun); in emit_native_call_function()
2782 DEBUG_printf("return_value\n"); in emit_native_return_value()