Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c1464 struct storage *cond_end_st; in emit_conditional_end() local
1472 cond_end_st = new_storage(STOR_LABEL); in emit_conditional_end()
1473 cond_end_st->label = cond_end; in emit_conditional_end()
1474 cond_end_st->flags = STOR_WANTS_FREE; in emit_conditional_end()
1475 insn("jmp", cond_end_st, NULL, NULL); in emit_conditional_end()