Home
last modified time | relevance | path

Searched refs:pic16_pc_prodl (Results 1 – 4 of 4) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dgenarith.c1913 pic16_popGet2p (pic16_popCopyReg (&pic16_pc_prodl), in pic16_genMult8XLit_n()
2023 …pic16_emitpcode (POC_MOVFF, pic16_popGet2p (pic16_popCopyReg (&pic16_pc_prodl), pic16_popGet (AOP … in pic16_genMult8X8_n()
2034 pic16_emitpcode (POC_MOVFW, pic16_popCopyReg (&pic16_pc_prodl)); in pic16_genMult8X8_n()
H A Dpcode.h1112 extern pCodeOpReg pic16_pc_prodl;
H A Dgen.c2722 pic16_loadFromReturn (oper, 1, pic16_popCopyReg (&pic16_pc_prodl)); in assignResultValue()
3383 pic16_pushpCodeOp (pic16_popCopyReg (&pic16_pc_prodl)); in genFunction()
3597 pic16_poppCodeOp (pic16_popCopyReg (&pic16_pc_prodl)); in genEndFunction()
3731 pic16_storeForReturn (ic, /*IC_LEFT(ic), */ 1, pic16_popCopyReg (&pic16_pc_prodl)); in genRet()
4298 …pic16_emitpcode (POC_MOVFF, pic16_popGet2p (pic16_popCopyReg (&pic16_pc_prodl), pic16_popGet (AOP … in genDiv()
5045 pCodeOp *pctemp = pic16_popCopyReg (&pic16_pc_prodl); in genCmp()
8988 mov2fp (pic16_popCopyReg (&pic16_pc_prodl), AOP (ptr), 1); in pic16_derefPtr()
9367 mov2fp (pic16_popCopyReg (&pic16_pc_prodl), AOP (left), 1); in genGenPointerGet()
10022 …e (POC_MOVFF, pic16_popGet2p (pic16_popGet (AOP (result), 1), pic16_popCopyReg (&pic16_pc_prodl))); in genGenPointerSet()
H A Dpcode.c102 pCodeOpReg pic16_pc_prodl = {{PO_PRODL, "PRODL"}, -1, NULL, 0, NULL}; variable
3146 pic16_pc_prodl.r = pic16_allocProcessorRegister(IDX_PRODL, "PRODL", PO_PRODL, 0x80); in pic16_pCodeInitRegisters()
3194 pic16_pc_prodl.rIdx = IDX_PRODL; in pic16_pCodeInitRegisters()