Home
last modified time | relevance | path

Searched refs:OF_STORE (Results 1 – 5 of 5) sorted by relevance

/dports/devel/cc65/cc65-2.19/src/cc65/
H A Dopcodes.c503 OF_STORE /* flags */
517 OF_STORE /* flags */
524 OF_STORE /* flags */
531 OF_STORE /* flags */
H A Dopcodes.h172 #define OF_STORE 0x0080U /* Register store */ macro
H A Dcoptind.c1101 if ((E->Info & OF_STORE) != 0 && in OptUnusedStores()
1353 if ((E->Info & OF_STORE) != 0 && in OptStoreLoad()
1587 if ((E->Info & OF_STORE) != 0 && in OptTransfers3()
H A Dcodeent.c184 } else if ((E->Info & OF_STORE) != 0) { in SetUseChgInfo()
H A Dcoptstop.c1995 } else if (E->Info & OF_STORE && (E->Chg & REG_ZP) == 0) { in OptStackOps()