Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dexample.c284 static const char *show_memop(struct storage *storage) in show_memop() function
375 output_insn(state, "movl %s,%s", hardreg->name, show_memop(storage)); in flush_one_pseudo()
615 output_insn(state, "leal %s,%s", show_memop(src->storage), hardreg->name); in fill_reg()
631 output_insn(state, "mov.%d %s,%s", 32, show_memop(src->storage), hardreg->name); in fill_reg()
1500 output_insn(state, "movl %s,%s", reg->name, show_memop(storage)); in write_reg_to_storage()
1513 output_insn(state, "movl %s,%s", show_pseudo(src), show_memop(storage)); in write_val_to_storage()
1568 output_insn(state, "movl %s,%s", show_memop(in->storage), hardregs[out->regno].name); in fill_output()
1575 output_insn(state, "movl %s,%s", show_memop(in->storage), show_memop(out)); in fill_output()
1627 output_insn(state, "movl %s,%s", reg->name, show_memop(out)); in final_pseudo_flush()