Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dralloc.h40 REG_STK, enumerator
H A Dpcoderegs.c221 if(reg->type == REG_SFR || reg->type == REG_STK || reg->isPublic || reg->isExtern) { in RemoveRegsFromSet()
371 …if (reg->type == REG_SFR || reg->type == REG_STK || (!mayBeGlobal && (reg->isPublic || reg->isExte… in regIsSpecial()
607 …if(reg->type == REG_SFR || reg->type == REG_STK || reg->isPublic || reg->isExtern|| reg->isFixed) { in OptimizeRegUsage()
H A Dralloc.c368 if (type != REG_STK) hTabAddItem(&dynDirectRegNames, regname2key(dReg->name), dReg); in newReg()
465 …r = newReg(REG_STK, PO_GPR_TEMP, base_address--, buffer, 1, shared ? (pic ? pic->bankMask : 0x180)… in initStack()
844 case REG_STK: in typeRegWithIdx()
941 case REG_STK: in pic14_findFreeReg()
H A Dpcode.c3311 if (PCOR(pcop)->r->type == REG_STK) in get_op()
3312 r = typeRegWithIdx(PCOR(pcop)->r->rIdx,REG_STK,1); in get_op()
H A Dgen.c1064 PCOR (pcop)->r = typeRegWithIdx (rIdx, REG_STK, 1); in popRegFromIdx()
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dralloc.h48 REG_STK, enumerator
H A Dralloc.c384 if(type == REG_STK) { in newReg()
1012 case REG_STK: in pic16_typeRegWithIdx()
1049 if( (dReg = pic16_typeRegWithIdx(idx,REG_STK,0)) != NULL) in pic16_regWithIdx()
1117 case REG_STK: in pic16_findFreeReg()
1145 case REG_STK: in pic16_findFreeRegNext()
H A Dpcode.c8334 while(r2 && (r1->type != REG_STK)) {
8365 if(r1->type != REG_STK) {