Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dpcode.h780 #define PCOLAB(x) ((pCodeOpLabel *)(x)) macro
H A Dpcode.c2622 PCOLAB(pcop)->offset = 0; in newpCodeOpLabel()
3392 ASSERT(pcop->name && PCOLAB(pcop)->offset >= 0 && PCOLAB(pcop)->offset <= 1); in get_op()
3394 if(PCOLAB(pcop)->offset == 1) in get_op()
4473 pCodeOpLabel *pcol = PCOLAB(PCI(pc)->pcop); in LinkFlow()
4873 (PCOLAB(PCI(pc)->pcop)->key == pcl->key)) in findInstructionUsingLabel()
4890 pCodeOpLabel *pcol = PCOLAB(PCI(pc)->pcop); in exchangeLabels()
H A Dgen.c921 PCOLAB (pcop)->offset = 1; in popGetHighLabel()
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcode.h957 #define PCOLAB(x) ((pCodeOpLabel *)(x)) macro
H A Dpcode.c6299 pCodeOpLabel *pcol = PCOLAB(PCI(pc)->pcop); in LinkFlow()
6660 (PCOLAB(PCI(pc)->pcop)->key == pcl->key)) in findInstructionUsingLabel()
6677 pCodeOpLabel *pcol = PCOLAB(PCI(pc)->pcop); in exchangeLabels()