Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c1935 struct storage *lbv; in emit_loop() local
1937 lbv->label = loop_bottom; in emit_loop()
1944 lbv->label = loop_bottom; in emit_loop()
1945 lbv->flags = STOR_WANTS_FREE; in emit_loop()
1952 insn("jz", lbv, NULL, NULL); in emit_loop()
1961 lbv->label = loop_top; in emit_loop()
1962 lbv->flags = STOR_WANTS_FREE; in emit_loop()
1967 lbv->label = loop_top; in emit_loop()
1973 lbv->label = loop_top; in emit_loop()
1974 lbv->flags = STOR_WANTS_FREE; in emit_loop()
[all …]