Home
last modified time | relevance | path

Searched refs:PC_INLINE (Results 1 – 5 of 5) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dpcode.h261 PC_INLINE, /* user's inline code */ enumerator
H A Dpcode.c3503 case PC_INLINE: in pCode2str()
3552 case PC_INLINE: in genericPrint()
3725 if(pcl->type == PC_OPCODE || pcl->type == PC_INLINE || pcl->type == PC_ASMDIR) in unlinkpCodeFromBranch()
4870 if(((pc->type == PC_OPCODE) || (pc->type == PC_INLINE) || (pc->type == PC_ASMDIR)) && in findInstructionUsingLabel()
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcode.h315 PC_INLINE, /* user's inline code */ enumerator
H A Dpcode.c3735 pcc->pc.type = PC_INLINE; in pic16_newpCodeInlineP()
5113 case PC_INLINE: in pic16_pCode2str()
5190 case PC_INLINE: in genericPrint()
5353 if(pcl->type == PC_OPCODE || pcl->type == PC_INLINE || pcl->type == PC_ASMDIR) in unlinkpCodeFromBranch()
6657 if(((pc->type == PC_OPCODE) || (pc->type == PC_INLINE) || (pc->type == PC_ASMDIR)) && in findInstructionUsingLabel()
/dports/lang/sdcc/sdcc-4.0.0/
H A DChangeLog34949 * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and