Searched refs:lused (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | regs.c | 529 } 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 D | db_disasm.c | 519 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()
|