Home
last modified time | relevance | path

Searched refs:debugAopGet (Results 1 – 2 of 2) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dralloc.c186 debugAopGet (char *str, operand * op) in debugAopGet() function
835 debugAopGet(NULL, op); in pic16_allocDirReg()
2970 debugAopGet (" left:", IC_LEFT (ic));
2971 debugAopGet (" right:", IC_RIGHT (ic));
2992 debugAopGet (" result:", IC_RESULT (ic));
2993 debugAopGet (" left:", IC_LEFT (ic));
2994 debugAopGet (" right:", IC_RIGHT (ic));
3715 debugAopGet (" result:", IC_RESULT (ic));
3716 debugAopGet (" left:", IC_LEFT (ic));
3717 debugAopGet (" right:", IC_RIGHT (ic));
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dralloc.c143 debugAopGet (const char *str, operand * op) in debugAopGet() function
656 debugAopGet(NULL, op); in allocDirReg()
2565 debugAopGet (" result:", IC_RESULT (ic)); in packRegsForAssign()
2566 debugAopGet (" left:", IC_LEFT (ic)); in packRegsForAssign()
2567 debugAopGet (" right:", IC_RIGHT (ic)); in packRegsForAssign()
2900 debugAopGet ("removing left:", IC_LEFT (ic)); in packRegsForSupport()
3272 debugAopGet (" result:", IC_RESULT (ic)); in packForReceive()
3273 debugAopGet (" left:", IC_LEFT (ic)); in packForReceive()
3274 debugAopGet (" right:", IC_RIGHT (ic)); in packForReceive()
3465 debugAopGet (" left:", IC_LEFT (ic)); in packRegisters()
[all …]