Home
last modified time | relevance | path

Searched refs:show_pseudo (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c98 const char *show_pseudo(pseudo_t pseudo) in show_pseudo() function
288 buf += sprintf(buf, " (%s)", show_pseudo(entry->pseudo)); in show_asm_constraints()
334 buf += sprintf(buf, "%s", show_pseudo(insn->src)); in show_instruction()
338 buf += sprintf(buf, "%s, %s, %s", show_pseudo(insn->cond), show_label(insn->bb_true), show_label(insn->bb_false)); in show_instruction()
346 buf += sprintf(buf, "%s <- ", show_pseudo(insn->target)); in show_instruction()
352 buf += sprintf(buf, "%s <- ", show_pseudo(insn->target)); in show_instruction()
381 buf += sprintf(buf, "%s <- ", show_pseudo(insn->target)); in show_instruction()
387 buf += sprintf(buf, "%s", show_pseudo(insn->cond)); in show_instruction()
400 buf += sprintf(buf, "%s", show_pseudo(insn->src)); in show_instruction()
410 buf += sprintf(buf, "%s <- %s ", show_pseudo(ins in show_instruction()
[all...]
H A Dexample.c354 output_comment(state, "flushing %s from %s", show_pseudo(pseudo), hardreg->name); in flush_one_pseudo()
450 output_comment(state, "marking pseudo %s in reg %s dead", show_pseudo(pseudo), reg->name); in mark_reg_dead()
458 output_comment(state, "added pseudo %s to reg %s", show_pseudo(pseudo), reg->name); in add_pseudo_reg()
533 output_comment(state, "found pseudo %s in reg %s (busy=%d)", show_pseudo(pseudo), reg->name, reg->busy); in find_in_reg()
602 output_insn(state, "movl $<%s>,%s", show_pseudo(pseudo), hardreg->name); in fill_reg()
624 output_insn(state, "movl $<%s>,%s", show_pseudo(def->target), hardreg->name); in fill_reg()
635 output_insn(state, "reload %s from %s", hardreg->name, show_pseudo(pseudo)); in fill_reg()
672 output_comment(state, "copying %s to preferred target %s", show_pseudo(target), reg->name); in copy_reg()
680 output_comment(state, "copying %s to %s", show_pseudo(target), reg->name); in copy_reg()
859 return show_pseudo(pseud in reg_or_imm()
[all...]
H A Dscheck.c65 n = boolector_var(btor, s, show_pseudo(pseudo)); in mkvar()
68 fprintf(stderr, "invalid pseudo: %s\n", show_pseudo(pseudo)); in mkvar()
255 sparse_error(insn->pos, "should be a constant: %s", show_pseudo(src2)); in check_const()
259 sparse_error(insn->pos, "not a constant: %s", show_pseudo(src1)); in check_const()
261 sparse_error(insn->pos, "invalid value: %s != %s", show_pseudo(src1), show_pseudo(src2)); in check_const()
H A Dstorage.c152 show_pseudo(last->pseudo), in vrfy_storage()
153 show_pseudo(entry->pseudo)); in vrfy_storage()
H A Dgraph.c157 bb, show_pseudo(insn->func), in graph_calls()
H A Dir.c78 sparse_error(insn->pos, "wrong usage for %s in %s", show_pseudo(pseudo), in check_user()
H A Dlinearize.h350 const char *show_pseudo(pseudo_t pseudo);
H A Dsparse.c254 show_ident(sym->ident), show_pseudo(pseudo)); in check_context()

Completed in 7 milliseconds