Home
last modified time | relevance | path

Searched refs:PO_WREG (Results 1 – 7 of 7) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dgenutils.c229 if(pcop->type == PO_WREG) { in pic16_DumpPcodeOp()
H A Dpcode.h164 PO_WREG, // The working register (as a file register) enumerator
H A Dgenarith.c82 case PO_WREG: return "PO_WREG"; in pic16_pCodeOpType()
122 case PO_WREG: return "PO_WREG"; in pic16_pCodeOpSubType()
H A Dpcodepeep.c2167 case PO_WREG:
H A Dgen.c1902 case PO_WREG: in pic16_popGet()
2217 if (pc->type != PO_WREG) in pic16_movLit2f()
2229 if (dst->type != PO_WREG) in mov2fp()
3692 if (dest->type == PO_WREG && (offset == 0)) in pic16_storeForReturn()
H A Dpcode.c63 pCodeOpReg pic16_pc_wreg = {{PO_WREG, "WREG"}, -1, NULL,0,NULL};
3095 pic16_pc_wreg.r = pic16_allocProcessorRegister(IDX_WREG,"WREG", PO_WREG, 0x80); in pic16_pCodeInitRegisters()
4875 case PO_WREG: in pic16_get_op()
5762 case PO_WREG: in pic16_getRegFrompCodeOp()
/dports/lang/sdcc/sdcc-4.0.0/
H A DChangeLog37162 * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and