Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcodeflow.h63 #define PCC_STATUS (PCC_C | PCC_Z | PCC_DC | PCC_OV | PCC_N) macro
H A Dpcode.c271 (PCC_W | PCC_STATUS), // outCond
331 (PCC_W | PCC_STATUS), // outCond
361 (PCC_W | PCC_STATUS), // outCond
1261 (PCC_W | PCC_STATUS) , // outCond
2417 (PCC_W | PCC_STATUS), // outCond
2447 (PCC_W | PCC_STATUS), // outCond
2507 (PCC_W | PCC_STATUS), // outCond
2567 (PCC_W | PCC_STATUS), // outCond
2627 (PCC_W | PCC_STATUS), // outCond
11027 if (inCond & PCC_STATUS) { in createDefmap()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/
H A DChangeLog34810 * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits