Home
last modified time | relevance | path

Searched refs:pic14_findFreeReg (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dralloc.h90 reg_info *pic14_findFreeReg(short type);
H A Dralloc.c510 reg = pic14_findFreeReg (type); in allocReg()
930 pic14_findFreeReg(short type) in pic14_findFreeReg() function
H A Dpcode.c2789 PCOR(pcop)->r = pic14_findFreeReg(REG_GPR); in newpCodeOpReg()