Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcode.h335 INF_OPTIMIZATION, /* structure contains optimization information */ enumerator
H A Dpcode.c5105 case INF_OPTIMIZATION: in pic16_pCode2str()
5179 case INF_OPTIMIZATION: in genericPrint()
6229 if (pcinf->type == PC_INFO && PCINF(pcinf)->type == INF_OPTIMIZATION) { in pic16_getJumptabpCode()
7320 …while (pc && pc->type == PC_INFO && PCINF(pc)->type == INF_OPTIMIZATION && PCOO(PCINF(pc)->oper1)-… in skipJumptables()
7326 } while (pc && (pc->type != PC_INFO || PCINF(pc)->type != INF_OPTIMIZATION in skipJumptables()
H A Dgen.c10597 pic16_emitpinfo (INF_OPTIMIZATION, pic16_newpCodeOpOpt (OPT_JUMPTABLE_BEGIN, "")); in genJumpTab()
10605 pic16_emitpinfo (INF_OPTIMIZATION, pic16_newpCodeOpOpt (OPT_JUMPTABLE_END, "")); in genJumpTab()