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
1936 lbv = new_storage(STOR_LABEL); in emit_loop()
1937 lbv->label = loop_bottom; in emit_loop()
1938 lbv->flags = STOR_WANTS_FREE; in emit_loop()
1939 insn("jmp", lbv, NULL, "go to loop bottom"); in emit_loop()
1943 struct storage *lbv = new_storage(STOR_LABEL); in emit_loop() local
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()
1960 struct storage *lbv = new_storage(STOR_LABEL); in emit_loop() local
[all …]