Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/z80/
H A Dgen.h67 unsigned bcInUse:1; /* for banked I/O, which uses bc for the I/O address */ member
H A Dgen.c1338 aop->bcInUse = isPairInUse (PAIR_BC, ic); in aopForSym()
1559 op->aop->bcInUse = isPairInUse (PAIR_BC, ic); in aopOp()
2779 if (aop->bcInUse) in aopPut()
2791 if (aop->bcInUse) in aopPut()
4325 bool deInUse, bcInUse; in _saveRegsForCall() local
4336 push_bc = bcInUse && !bcInRet; in _saveRegsForCall()
5005 bool bcInUse = FALSE; in genFunction() local
5083 bcInUse = TRUE; in genFunction()
5098 bcInUse = TRUE; in genFunction()
5116 if (bcInUse) in genFunction()
[all …]