Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dralloc.h93 reg_info *regFindWithName(const char *name);
H A Dralloc.c395 regFindWithName (const char *name) in regFindWithName() function
H A Dpcode.c2739 if (name) r = regFindWithName(name); in newpCodeOpBit()