Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcodepeep.c1943PCOP2(PCI(pcd)->pcop)->pcopR->type == PO_WILD) && (!(PCOP2(PCI(pcs)->pcop)->pcopR) || ((PCOP2(PCI(…
1956 PCOW2(PCI(pcd)->pcop)->matched = PCOP2(PCI(pcs)->pcop)->pcopR;
1976 if(PCOP2(PCI(pcs)->pcop)->pcopR) {
1979 switch(PCOP2(PCI(pcs)->pcop)->pcopR->type) {
1986 n = PCOP2(PCI(pcs)->pcop)->pcopR->name;
1998 …} else if (PCOW2(PCI(pcd)->pcop) && (PCOP2(PCI(pcd)->pcop)->pcopR->type == PO_WILD) && PCOP2(PCI(p…
2229 pcopnew = pic16_newpCodeOp2( pic16_pCodeOpCopy( PCOP2(pcop)->pcopL ),
2230 pic16_pCodeOpCopy( PCOP2(pcop)->pcopR ) );
2456 if(PCI(pcr)->is2MemOp && PCOP2(PCI(pcr)->pcop)->pcopR) {
2460 if(PCOP2(PCI(pcr)->pcop)->pcopR->type == PO_WILD) {
[all …]
H A Dpcode.h953 #define PCOP2(x) ((pCodeOp2 *)(x)) macro
H A Dpcode.c4951 return (pic16_get_op( PCOP2(pcop)->pcopL, use_buffer ? buffer : NULL, size )); in pic16_get_op()
4976 return pic16_get_op(PCOP2(pcop)->pcopR, buffer, size); in pic16_get_op2()
5815 return pic16_getRegFrompCodeOp( PCOP2(pcop)->pcopL ); in pic16_getRegFrompCodeOp()
5866 return pic16_getRegFrompCodeOp (PCOP2(PCI(pc)->pcop)->pcopR); in pic16_getRegFromInstruction2()
11727 newpc = pic16_newpCode (POC_CLRF, PCOP2(pci->pcop)->pcopR); in assignValnums()
11729 newpc = pic16_newpCode (POC_SETF, PCOP2(pci->pcop)->pcopR); in assignValnums()
11769 newpc = pic16_newpCode (POC_MOVWF, pic16_pCodeOpCopy (PCOP2(pci->pcop)->pcopR)); in assignValnums()
11798 pic16_pCodeOpCopy (PCOP2(pci->pcop)->pcopR))); in assignValnums()