Home
last modified time | relevance | path

Searched refs:show_pseudo (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.c405 buf += sprintf(buf, "%s <- %s ", show_pseudo(insn->target), show_pseudo(insn->phi_src)); in show_instruction()
425 …buf += sprintf(buf, "%s <- %d[%s]", show_pseudo(insn->target), insn->offset, show_pseudo(insn->src… in show_instruction()
428 …buf += sprintf(buf, "%s -> %d[%s]", show_pseudo(insn->target), insn->offset, show_pseudo(insn->src… in show_instruction()
450 show_pseudo(insn->target), in show_instruction()
452 show_pseudo(insn->src)); in show_instruction()
457 …buf += sprintf(buf, "%s <- %s, %s", show_pseudo(insn->target), show_pseudo(insn->src1), show_pseud… in show_instruction()
462 show_pseudo(insn->src1), show_pseudo(insn->src2), show_pseudo(insn->src3)); in show_instruction()
472 buf += sprintf(buf, "%s <- %s", show_pseudo(insn->target), show_pseudo(insn->src1)); in show_instruction()
479 …buf += sprintf(buf, "%s between %s..%s", show_pseudo(insn->src1), show_pseudo(insn->src2), show_ps… in show_instruction()
482 buf += sprintf(buf, "%s <- %s", show_pseudo(insn->target), show_pseudo(insn->src1)); in show_instruction()
[all …]
H A Dexample.c353 output_comment(state, "flushing %s from %s", show_pseudo(pseudo), hardreg->name); in flush_one_pseudo()
601 output_insn(state, "movl $<%s>,%s", show_pseudo(pseudo), hardreg->name); in fill_reg()
623 output_insn(state, "movl $<%s>,%s", show_pseudo(def->target), hardreg->name); in fill_reg()
634 output_insn(state, "reload %s from %s", hardreg->name, show_pseudo(pseudo)); in fill_reg()
679 output_comment(state, "copying %s to %s", show_pseudo(target), reg->name); in copy_reg()
858 return show_pseudo(pseudo); in reg_or_imm()
999 output_comment(state, "killing pseudo %s", show_pseudo(pseudo)); in kill_pseudo()
1010 show_pseudo(pseudo), reg->name); in kill_pseudo()
1128 output_insn(state, "call %s", show_pseudo(insn->func)); in generate_call()
1513 output_insn(state, "movl %s,%s", show_pseudo(src), show_memop(storage)); in write_val_to_storage()
[all …]
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.h324 const char *show_pseudo(pseudo_t pseudo);
H A Dsparse.c265 show_ident(sym->ident), show_pseudo(pseudo)); in check_context()