Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dregs.c529 } lused, lunused; variable
538 DLIST_FOREACH(l, &lused, link) in LIVEADDR()
552 DLIST_INSERT_AFTER(&lused, l, link); in LIVEADDR()
563 DLIST_FOREACH(l, &lused, link) { in LIVEDELR()
808 DLIST_FOREACH(l, &lused, link) { in addalledges()
2908 DLIST_INIT(&lused, link); in ngenregs()
/netbsd-src/sys/arch/m68k/m68k/
H A Ddb_disasm.c519 int sz, lused; in opcode_move() local
552 lused = dbuf->used; in opcode_move()
555 get_modregstr(dbuf, 11, GETMOD_AFTER, sz, dbuf->used - lused); in opcode_move()